/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --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, "Noto Sans", 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 {
  box-sizing: border-box;
}

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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;
}

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: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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;
}

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;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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"] {
  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-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: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.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: 1rem;
  margin-bottom: 1rem;
  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: 1rem;
  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.5rem;
  line-height: 1;
}

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.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: -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%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.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-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 {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.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: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.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-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.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: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

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

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

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.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-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

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

.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: #343a40;
  border-color: #454d55;
}

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

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.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 {
  color: #fff;
  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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-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.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  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: #212529;
  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.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  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: -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: -ms-inline-flexbox;
  display: inline-flex;
  -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: #28a745;
}

.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.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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 {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%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/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.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: #28a745;
}

.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: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.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 {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.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 {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.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.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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 {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%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/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.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: #dc3545;
}

.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: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.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 {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

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

.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 {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -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: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 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 {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 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 {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 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 {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 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 {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 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 {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 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 {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 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 {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 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 {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 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 {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  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: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  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: #28a745;
  border-color: #28a745;
}

.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 {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  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: #dc3545;
  border-color: #dc3545;
}

.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 {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  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%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  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: #212529;
  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-left {
  right: auto;
  left: 0;
}

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-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;
  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;
  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;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

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

.dropleft .dropdown-toggle::before {
  display: inline-block;
  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.5rem 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: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -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 > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .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: -ms-flexbox;
  display: flex;
  -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: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.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: -ms-flexbox;
  display: flex;
  -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:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.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 {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.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 {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.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;
}

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

.custom-control-inline {
  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;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.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;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%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 {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%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(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%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(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 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: transform 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-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%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/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.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 {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  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: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.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: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.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: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.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-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  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;
  pointer-events: none;
  cursor: default;
}

.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: #007bff;
}

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

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -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%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  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-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 {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -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: -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 {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -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: -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 {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -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: -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 {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -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: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -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 {
  -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: -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,%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,%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;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -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 {
  -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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

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

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -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:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

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

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

.accordion > .card {
  overflow: hidden;
}

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

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  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;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  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;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-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: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.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: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.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: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.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;
}

@-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: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    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;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -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 {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  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.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

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

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

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

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

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.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: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.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: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.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;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

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

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  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, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -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;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

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

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.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-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

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

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.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: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !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: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !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: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !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-white {
  background-color: #fff !important;
}

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

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

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

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

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

.border-left {
  border-left: 1px solid #dee2e6 !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: #007bff !important;
}

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

.border-success {
  border-color: #28a745 !important;
}

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

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

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

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

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

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

.rounded-sm {
  border-radius: 0.2rem !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-lg {
  border-radius: 0.3rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !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: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    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.857143%;
}

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

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

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

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -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 {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

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

.flex-grow-1 {
  -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 {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

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

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

.justify-content-between {
  -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 {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

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

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

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

.align-items-stretch {
  -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -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;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !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 {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

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

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

.shadow-none {
  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;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.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.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5,
.mx-5 {
  margin-left: 3rem !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.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

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

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

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

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

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

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

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

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

.ml-n5,
.mx-n5 {
  margin-left: -3rem !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.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !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.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !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.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !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.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !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.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !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.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !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.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !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.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !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 !important;
}

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

.text-wrap {
  white-space: normal !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-lighter {
  font-weight: lighter !important;
}

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

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

.font-weight-bolder {
  font-weight: bolder !important;
}

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

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

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

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

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

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

.text-success {
  color: #28a745 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.text-body {
  color: #212529 !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;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/* line 4, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__wrapper {
  width: 100%;
  border-radius: 26px;
}

/* line 9, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__tabs {
  background-color: white;
  border-radius: 99px;
  width: fit-content;
  color: #212121;
  margin-bottom: 22px;
}

/* line 16, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__tabs ul {
  margin: 0;
  padding: 4px;
  list-style: none;
  display: flex;
}

/* line 23, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__tabs li {
  position: relative;
}

/* line 27, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__tabs a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Primary";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #212121;
  padding: 9px 16px;
}

/* line 37, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__tabs a:hover {
  text-decoration: none;
}

/* line 43, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__tabs .active {
  border-radius: 99px;
  background-color: #F9A529;
}

/* line 47, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__tabs .active a {
  color: white;
}

/* line 51, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__tabs .active a::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: calc(50% - 12px);
  background: transparent;
  width: 12px;
  height: 6px;
  background-image: linear-gradient(to bottom right, transparent 50%, white 0), linear-gradient(to top right, white 50%, transparent 0);
  background-size: 50% 100%;
  background-repeat: no-repeat;
  background-position: left, right;
}

/* line 69, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__form {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  gap: 8px;
}

/* line 76, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__field-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* line 83, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__field-wrapper label {
  font-family: "Primary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #9E9E9E;
  margin-left: 16px;
}

/* line 90, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__input-wrapper {
  display: flex;
  gap: 8px;
  background: white;
  padding: 13px 16px;
  width: 100%;
  text-align: start;
}

/* line 99, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__input-wrapper input {
  border: none;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-align: start;
  width: 100%;
}

/* line 105, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__input-wrapper input::placeholder {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #BDBDBD;
  text-align: start;
}

/* line 112, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__input-wrapper input[type='search']:focus {
  outline: none;
  caret-color: #F9A529;
  border: none !important;
  box-shadow: none !important;
}

/* line 119, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__input-wrapper input:focus-visible {
  outline: none;
  border: none !important;
}

/* line 125, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__input-wrapper:focus-within {
  border: 1px solid #009CDE;
}

/* line 130, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__validation-error {
  padding-top: 2px;
  padding-left: 40px;
  text-align: start;
  font-family: "Primary";
  font-style: normal;
  font-weight: "normal";
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #c62828;
}

/* line 138, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__grow {
  flex-grow: 1;
}

/* line 142, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__form-button {
  align-self: center;
}

/* line 145, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__form-button button {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: none;
  border-radius: 100%;
  padding: 0;
}

/* line 156, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__form-button button:focus {
  outline: none;
}

/* line 161, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__form-button .icon {
  background: #F9A529;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

/* line 173, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__form-button .text {
  display: none;
}

/* line 180, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__close-button {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 12px;
  right: 16px;
}

/* line 188, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__field-check-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  align-self: center;
  position: relative;
  margin: 16px 8px 0;
}

/* line 200, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__check-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

/* line 206, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search__check-wrapper label {
  font-family: "Primary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-align: start;
  color: #212121;
  margin: 0;
}

/* line 215, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-search .readyon-datepicker input:focus-visible {
  outline: none;
}

@media (max-width: 1150px) {
  /* line 222, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
  .component-search__form {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  /* line 228, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
  .component-search__grow {
    width: 100%;
  }
  /* line 232, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
  .component-search__field-wrapper {
    width: 100%;
  }
  /* line 236, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
  .component-search__form-button {
    width: 100%;
  }
  /* line 239, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
  .component-search__form-button button {
    width: 100%;
  }
  /* line 243, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
  .component-search__form-button .icon {
    display: none;
  }
  /* line 247, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
  .component-search__form-button .text {
    display: inline;
    border-radius: 100px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  /* line 257, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
  .component-search__tabs, .component-search__tabs ul, .component-search__tabs li {
    width: 100%;
  }
  /* line 260, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
  .component-search__tabs a {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

/* line 269, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.next-arrow-wrapper {
  align-self: flex-start;
}

@media (max-width: 1150px) {
  /* line 269, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
  .next-arrow-wrapper {
    transform: rotate(90deg);
    align-self: center;
    margin: 8px;
  }
}

/* line 279, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.vertical-separator {
  height: 70px;
  width: 1px;
  background-color: #DADCE0;
}

@media (max-width: 1150px) {
  /* line 279, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
  .vertical-separator {
    display: none;
  }
}

/* line 290, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.radio {
  height: 0;
  width: 0;
  display: block;
}

/* line 296, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.radiomark {
  cursor: pointer;
  text-indent: -9999px;
  flex: none;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 1px solid #001F2C;
  background: #fff;
  display: block;
  position: relative;
  border-radius: 50%;
  box-sizing: border-box;
}

/* line 311, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.radiomark:after {
  content: '';
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #009CDE;
  box-sizing: border-box;
}

/* line 325, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.radio:checked ~ .radiomark:after,
.radio:checked + .radiomark:after {
  display: block;
}

/* line 330, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.radio:checked + .radiomark {
  background: #fff;
  border-color: #009CDE;
}

/* line 335, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.hero-section .component-track .component-search__field-check-wrapper,
.component-track .component-search__field-check-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
}

/* line 345, shipment_management/app/assets/stylesheets/shipment_management/components.scss */
.component-track.component-track--air-mode > .component-search__field-check-wrapper--selector,
.component-track.component-track--air-mode > .track-line-selector {
  display: none;
}
/* line 3, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.blue {
  color: #009CDE;
}

/* line 7, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.dark_blue {
  color: #00239C;
}

/* line 12, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.orange-button {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: white;
  background: #F9A529;
  padding: 10px 32px;
  border-radius: 50px;
  border: none;
}

/* line 21, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.orange-button:hover {
  background: rgba(255, 167, 38, 0.9);
}

/* line 25, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
a.orange-button {
  text-decoration: none;
  color: white;
}

/* line 29, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
a.orange-button:hover, a.orange-button:focus, a.orange-button:active {
  text-decoration: none !important;
  color: white;
}

/* line 37, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.track-section {
  background-color: white;
  background-image: url(/assets/shipment_management/landing_page/map-522851cfe67ad55916efa08e0c3c243c14d7f6770cd0b3ae596a868321516f2e.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-top: 32px;
  padding-bottom: 170px;
}

/* line 46, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.track-section__title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 56px;
  line-height: 87px;
  text-align: center;
  color: #212121;
}

/* line 51, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.track-section__content {
  width: 90%;
  background: #F7FCFF;
  border: 1px solid #212121;
  box-shadow: 0px 4px 16px rgba(0, 57, 85, 0.16);
  border-radius: 36px;
  margin: 40px auto 0;
  padding: 24px;
}

@media (max-width: 1025px) {
  /* line 62, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
  .track-section__title {
    font-family: "Primary";
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 46px;
    text-align: center;
    padding: 5px;
  }
}

/* line 70, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.description-section {
  background-color: white;
  background-image: url(/assets/shipment_management/landing_page/description-bg-45a898e7b93a67b31a6a3465cbeb352af50997f742a56dc51d0caeeeac8c8836.svg);
  background-blend-mode: multiply;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 80px 80px 0;
}

/* line 80, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.description-section__main {
  display: flex;
  justify-content: space-between;
}

/* line 85, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.description-section__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 62px;
  text-align: center;
  text-align: start;
  color: #212121;
}

/* line 96, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.description-section__subtitle {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #212121;
  text-align: start;
  max-width: 70%;
  padding-top: 16px;
}

/* line 104, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.description-section__tablet {
  margin-top: -144px;
  position: relative;
}

/* line 108, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.description-section__tablet .gif-wrapper {
  position: relative;
  width: 100%;
}

/* line 113, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.description-section__tablet .gif {
  position: absolute;
  width: 84%;
  top: calc(9% + 5px);
  right: calc(7% + 5px);
  border-radius: 8px;
}

@media (max-width: 1145px) {
  /* line 113, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
  .description-section__tablet .gif {
    top: calc(9% - 2px);
    right: calc(7% + 5px);
  }
}

@media (max-width: 1060px) {
  /* line 113, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
  .description-section__tablet .gif {
    top: calc(9% + 5px);
    right: calc(7% + 5px);
  }
}

@media (max-width: 530px) {
  /* line 113, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
  .description-section__tablet .gif {
    top: calc(9% + 3px);
    right: calc(7% + 3px);
  }
}

/* line 137, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.description-section__elements {
  margin-top: 120px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
}

/* line 145, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.description-section__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
}

/* line 153, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.description-section__item .title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 37px;
  text-align: center;
  color: #212121;
}

/* line 158, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.description-section__item .subtitle {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #212121;
  max-width: 85%;
}

/* line 165, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.description-section__action {
  display: flex;
  padding: 40px 40px 120px;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1060px) {
  /* line 70, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
  .description-section {
    background-size: auto 100%;
    padding: 40px 40px 0;
  }
  /* line 176, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
  .description-section__main {
    flex-direction: column;
  }
  /* line 180, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
  .description-section__tablet {
    margin: 0;
  }
  /* line 184, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
  .description-section__title {
    font-family: "Primary";
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 37px;
    text-align: center;
    flex-direction: row;
    gap: 4px;
    padding: 5px;
  }
  /* line 191, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
  .description-section__subtitle {
    text-align: center;
    margin: auto;
  }
  /* line 197, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
  .description-section__item .title {
    font-family: "Primary";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 37px;
    text-align: center;
  }
}

@media (max-width: 960px) {
  /* line 204, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
  .description-section__elements {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  /* line 210, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
  .description-section__title {
    flex-direction: column;
    align-items: center;
  }
  /* line 215, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
  .description-section__subtitle {
    max-width: 95%;
  }
}

@media (max-width: 476px) {
  /* line 70, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
  .description-section {
    padding: 24px 24px 0;
  }
  /* line 224, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
  .description-section__item img {
    width: 100px;
    height: 100px;
  }
}

/* line 232, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.question-section {
  padding: 120px 80px;
  background: white;
}

/* line 236, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.question-section__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 242, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.question-section__questions {
  max-width: 50%;
}

/* line 246, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.question-section__icon {
  margin-left: 50px;
}

/* line 249, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.question-section__icon img {
  max-width: 100%;
}

/* line 254, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.question-section__item {
  margin-bottom: 40px;
}

/* line 257, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.question-section__item .question {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  text-align: start;
  color: #212121;
  margin-top: 24px;
  margin-bottom: 16px;
}

/* line 265, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
.question-section__item .answer {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-align: start;
  color: #212121;
}

@media (max-width: 1025px) {
  /* line 273, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
  .question-section__icon {
    display: none;
  }
  /* line 277, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
  .question-section__questions {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  /* line 232, shipment_management/app/assets/stylesheets/shipment_management/landing_page.scss */
  .question-section {
    padding: 60px 30px;
  }
}
/* Taskaty Themed Pagination Styles */

/* Base pagination link style */
.taskaty-pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 10px 16px;
  background-color: white;
  color: #495057;
  border: 2px solid #dee2e6;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s ease;
}

/* Hover effect for pagination links */
.taskaty-pagination-link:hover {
  background-color: #fff3e0;
  border-color: #F9A529;
  color: #F9A529;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(249, 165, 41, 0.2);
}

/* Current/active page style */
.taskaty-pagination-current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 10px 16px;
  background: linear-gradient(135deg, #F9A529 0%, #ffb84d 100%);
  color: white;
  border: 2px solid #F9A529;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(249, 165, 41, 0.3);
  font-style: normal;
}

/* Navigation buttons (Prev/Next) - Orange text */
.taskaty-pagination-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 10px 16px;
  background-color: white;
  color: #F9A529;
  border: 2px solid #dee2e6;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.taskaty-pagination-nav-btn:hover {
  background-color: #fff3e0;
  border-color: #F9A529;
  color: #F9A529;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(249, 165, 41, 0.2);
}

/* Gap/ellipsis style */
.taskaty-pagination-gap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 10px 16px;
  background-color: transparent;
  color: #6c757d;
  border: none;
  font-weight: 600;
  font-size: 14px;
}

/* Taskaty Simple Layout Styles */

/* Theme Colors */
:root {
  --taskaty-primary: #F9A529;
  --taskaty-primary-hover: #e89415;
  --taskaty-bg: #f7fcff;
  --taskaty-border: #dadce0;
  --taskaty-dark: #212121;
}

/* Base Styles */
body {
  background-color: var(--taskaty-bg);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Header Styles */
.taskaty-header {
  background: white;
  border-bottom: 1px solid var(--taskaty-border);
  padding: 1rem 0;
  margin-bottom: 2rem;
  box-shadow: 0 1px 4px rgba(33, 33, 33, 0.08);
}

.taskaty-header h1 {
  color: #212121;
  font-weight: 700;
  font-size: 28px;
  margin: 0;
}

/* Button Overrides */
.btn-primary, 
.badge-primary {
  background-color: var(--taskaty-primary) !important;
  border-color: var(--taskaty-primary) !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--taskaty-primary-hover) !important;
  border-color: var(--taskaty-primary-hover) !important;
}

.btn-outline-primary {
  color: var(--taskaty-primary);
  border-color: var(--taskaty-primary);
}

.btn-outline-primary:hover {
  background-color: var(--taskaty-primary);
  border-color: var(--taskaty-primary);
  color: white;
}

/* Card Styles */
.card {
  border: none;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(33, 33, 33, 0.08);
}

.card-header {
  background-color: var(--taskaty-primary) !important;
  border: none;
  border-radius: 8px 8px 0 0 !important;
}

/* Taskaty Cards */
.taskaty-card {
  border: 1px solid var(--taskaty-border);
  box-shadow: 0 2px 8px rgba(33, 33, 33, 0.08);
  border-radius: 8px;
  overflow: hidden;
}

.taskaty-card .card-header {
  background: linear-gradient(135deg, #F9A529 0%, #ffb84d 100%);
  border-bottom: none;
  color: white;
  font-weight: 600;
}

.bg-taskaty-primary {
  background: linear-gradient(135deg, #F9A529 0%, #ffb84d 100%) !important;
}

.bg-taskaty-dark {
  background: #212121 !important;
}

.text-taskaty-dark {
  color: var(--taskaty-dark) !important;
}

/* Table Styles */
.table thead th {
  background-color: #212121;
  color: white;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
}

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

.taskaty-table {
  border-collapse: separate;
  border-spacing: 0;
}

.taskaty-table thead {
  background: linear-gradient(135deg, #F9A529 0%, #ffb84d 100%);
}

.taskaty-table thead th {
  color: white;
  font-weight: 600;
  border: none;
  padding: 12px 16px;
}

.taskaty-table tbody tr:hover {
  background-color: rgba(249, 165, 41, 0.05);
}

.thead-taskaty-dark {
  background: #212121 !important;
}

.thead-taskaty-dark th {
  color: white !important;
}

.table-danger {
  background-color: rgba(244, 67, 54, 0.1) !important;
}

.table-warning {
  background-color: rgba(255, 179, 0, 0.15) !important;
}

/* Alert Styles */
.alert-info {
  background-color: rgba(249, 165, 41, 0.1);
  border-color: var(--taskaty-primary);
  color: #212121;
}

.taskaty-alert {
  border-left: 4px solid var(--taskaty-primary);
  border-radius: 4px;
}

/* Badge Styles */
.badge-taskaty-primary {
  background-color: var(--taskaty-primary);
  color: white;
}

.badge-warning {
  background-color: #FFB300 !important;
}

.badge-success {
  background-color: #4CAF50 !important;
}

.badge-danger {
  background-color: #F44336 !important;
}

.taskaty-count-badge {
  font-size: 14px;
  padding: 6px 12px;
}

.taskaty-badge {
  font-size: 16px;
  padding: 8px 16px;
}

/* Task Row Status Colors */
.task-row-overdue {
  background-color: #fff5f5;
  border-left: 4px solid #dc3545;
}

.task-row-today {
  background-color: #fffbea;
  border-left: 4px solid #ffc107;
}

.task-row-upcoming {
  background-color: #f0f9ff;
  border-left: 4px solid #17a2b8;
}

/* Select2 Taskaty Theme */
.select2-container--default .select2-selection--single {
  border: 1px solid #dadce0;
  border-radius: 6px;
  height: 40px;
  transition: all 0.2s ease;
}

.select2-container--default .select2-selection--single:hover {
  border-color: var(--taskaty-primary);
}

.select2-container--default.select2-container--focus .select2-selection--single {
  border-color: var(--taskaty-primary);
  box-shadow: 0 0 0 3px rgba(249, 165, 41, 0.1);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  color: #212121;
  padding-left: 12px;
  font-weight: 500;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #757575;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  right: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #212121 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent var(--taskaty-primary) transparent;
}

/* Select2 Dropdown */
.select2-dropdown {
  border: 1px solid #dadce0;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  margin-top: 4px;
}

.select2-container--default .select2-results__option {
  padding: 10px 16px;
  font-weight: 500;
  color: #212121;
  transition: all 0.2s ease;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(249, 165, 41, 0.1);
  color: var(--taskaty-primary);
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: rgba(249, 165, 41, 0.2);
  color: var(--taskaty-primary);
  font-weight: 600;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
  background-color: rgba(249, 165, 41, 0.25);
}

.select2-search--dropdown {
  padding: 8px;
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid #dadce0;
  border-radius: 4px;
  padding: 8px 12px;
  font-weight: 500;
}

.select2-search--dropdown .select2-search__field:focus {
  border-color: var(--taskaty-primary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(249, 165, 41, 0.1);
}

.select2-results__message {
  color: #757575;
  padding: 12px 16px;
}

/* Ant Design Select Styled */
.ant-select-styled {
  height: 40px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  padding: 4px 11px;
  font-size: 14px;
  font-weight: 500;
  color: #212121;
  background-color: #fff;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 35px;
}

.ant-select-styled:hover {
  border-color: #F9A529;
}

.ant-select-styled:focus {
  border-color: #F9A529;
  outline: none;
  box-shadow: 0 0 0 2px rgba(249, 165, 41, 0.1);
}

.ant-select-styled option {
  padding: 8px 12px;
  font-weight: 500;
}

/* Ant Design Button */
.ant-btn-primary {
  height: 40px;
  padding: 4px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  border: 1px solid var(--taskaty-primary);
  background-color: var(--taskaty-primary);
  color: white;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.043);
}

.ant-btn-primary:hover {
  background-color: #ffb84d;
  border-color: #ffb84d;
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(249, 165, 41, 0.3);
}

.ant-btn-primary:active {
  background-color: #e89415;
  border-color: #e89415;
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(249, 165, 41, 0.3);
}

.ant-btn-primary:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(249, 165, 41, 0.1);
}

/* Nowlun Header Styles */
.header-nav {
  background: white;
  border-bottom: 1px solid #DADCE0;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.navbar-brand img {
  height: 40px;
}

.nav-wrapper {
  justify-content: flex-end;
}

.navbar-nav {
  align-items: center;
}

.nav-link {
  color: #212121 !important;
  font-weight: 700;
  font-size: 16px;
  padding: 8px 16px;
}

.nav-link:hover {
  color: #039BE5 !important;
}

.app-nav-divider {
  height: 18px;
  width: 1px;
  background-color: #dadce0;
  margin: 0 12px;
}

/* Dropdown Styles */
.dropdown-menu {
  border: 1px solid #dadce0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border-radius: 8px;
  padding: 8px 0;
  margin-top: 8px;
}

.dropdown-item {
  color: #212121;
  padding: 12px 24px;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.2s ease;
  border: none;
  background: transparent;
  width: 100%;
  text-align: left;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: rgba(249, 165, 41, 0.1);
  color: var(--taskaty-primary);
  text-decoration: none;
}

.dropdown-item:active {
  background-color: rgba(249, 165, 41, 0.2);
  color: var(--taskaty-primary);
}

.dropdown-toggle::after {
  border-top-color: #212121;
}

.dropdown-wrapper .dropdown-menu {
  min-width: 200px;
}

.product-menu,
.user-menu {
  animation: fadeIn 0.2s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* User Menu */
.nav-user {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}

.nav-user-name {
  font-weight: 700;
  font-size: 16px;
  color: #212121;
}

.nav-user-address {
  font-size: 12px;
  color: #212121;
  opacity: 0.72;
}

/* Button Styles */
.btn-secondary.round {
  background-color: #F9A529;
  border: none;
  border-radius: 50px;
  color: white;
  font-weight: 700;
  padding: 10px 24px;
}

.btn-secondary.round:hover {
  background-color: #e89415;
}

/* line 10, app/assets/stylesheets/_tags.scss */
.shipment-tag {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  height: 26px;
  min-height: 26px;
  box-sizing: border-box;
  border-radius: 8px;
  flex: none;
  flex-grow: 0;
  text-transform: none;
}

/* line 24, app/assets/stylesheets/_tags.scss */
.shipment-tag__icon {
  width: 12px;
  height: 12px;
  flex: none;
  display: block;
  object-fit: contain;
}

/* line 32, app/assets/stylesheets/_tags.scss */
.shipment-tag__label {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  flex: none;
}

/* line 38, app/assets/stylesheets/_tags.scss */
.shipment-tag--direct {
  background: #009CDE;
  border-radius: 8px 8px 8px 0;
}

/* line 42, app/assets/stylesheets/_tags.scss */
.shipment-tag--direct .shipment-tag__label {
  color: #ffffff;
}

/* line 47, app/assets/stylesheets/_tags.scss */
.shipment-tag--indirect {
  background: transparent;
  border: 1px solid #99D7F2;
  border-radius: 8px 8px 8px 0;
}

/* line 52, app/assets/stylesheets/_tags.scss */
.shipment-tag--indirect .shipment-tag__label {
  color: #009CDE;
}

/* line 57, app/assets/stylesheets/_tags.scss */
.shipment-tag--nearby, .shipment-tag--contract-price {
  background: #001F2C;
}

/* line 61, app/assets/stylesheets/_tags.scss */
.shipment-tag--nearby .shipment-tag__label, .shipment-tag--contract-price .shipment-tag__label {
  color: #ffffff;
}

/* line 66, app/assets/stylesheets/_tags.scss */
.shipment-tag--nearby .shipment-tag__label {
  color: #FBC97F;
}

/* line 70, app/assets/stylesheets/_tags.scss */
.shipment-tag--spot-price {
  background: #FBC97F;
}

/* line 73, app/assets/stylesheets/_tags.scss */
.shipment-tag--spot-price .shipment-tag__label {
  color: #ffffff;
}

/* line 78, app/assets/stylesheets/_tags.scss */
.shipment-tag--expired {
  background: #B3BCC0;
}

/* line 81, app/assets/stylesheets/_tags.scss */
.shipment-tag--expired .shipment-tag__label {
  color: #ffffff;
}

/* line 86, app/assets/stylesheets/_tags.scss */
.shipment-tag--banned {
  background: #EB2525;
}

/* line 89, app/assets/stylesheets/_tags.scss */
.shipment-tag--banned .shipment-tag__label {
  color: #ffffff;
}

/* line 94, app/assets/stylesheets/_tags.scss */
.shipment-tag--warning {
  background: #FFD905;
}

/* line 97, app/assets/stylesheets/_tags.scss */
.shipment-tag--warning .shipment-tag__label {
  color: #001F2C;
}

/* line 102, app/assets/stylesheets/_tags.scss */
.shipment-tag--exclusive {
  background: #009CDE;
}

/* line 105, app/assets/stylesheets/_tags.scss */
.shipment-tag--exclusive .shipment-tag__label {
  color: #ffffff;
}

/* line 111, app/assets/stylesheets/_tags.scss */
.shipment-tag--frozen, .shipment-tag--orange, .shipment-tag--grapes, .shipment-tag--air, .shipment-tag--open-top, .shipment-tag--flat-rack, .shipment-tag--imo {
  background: #F7FDFF;
}

/* line 121, app/assets/stylesheets/_tags.scss */
.shipment-tag--frozen .shipment-tag__label {
  color: #009CDE;
}

/* line 122, app/assets/stylesheets/_tags.scss */
.shipment-tag--orange .shipment-tag__label {
  color: #FAAE3E;
}

/* line 123, app/assets/stylesheets/_tags.scss */
.shipment-tag--grapes .shipment-tag__label {
  color: #BE72FA;
}

/* line 124, app/assets/stylesheets/_tags.scss */
.shipment-tag--air .shipment-tag__label {
  color: #008CC8;
}

/* line 125, app/assets/stylesheets/_tags.scss */
.shipment-tag--open-top .shipment-tag__label {
  color: #C78421;
}

/* line 126, app/assets/stylesheets/_tags.scss */
.shipment-tag--flat-rack .shipment-tag__label {
  color: #334C56;
}

/* line 127, app/assets/stylesheets/_tags.scss */
.shipment-tag--imo .shipment-tag__label {
  color: #F16E6E;
}

/* line 130, app/assets/stylesheets/_tags.scss */
.shipment-tag--small {
  padding: 2px 8px;
  height: 20px;
  min-height: 20px;
  border-radius: 4px;
}

/* line 136, app/assets/stylesheets/_tags.scss */
.shipment-tag--small.shipment-tag--direct, .shipment-tag--small.shipment-tag--indirect {
  border-radius: 4px 4px 4px 0;
}

/* line 141, app/assets/stylesheets/_tags.scss */
.shipment-tag--small .shipment-tag__label {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
}

@media (max-width: 1024px) {
  /* line 148, app/assets/stylesheets/_tags.scss */
  .search-card-header-content__wrapper .search-card-header-direct .shipment-tag,
.search-card-header-content__wrapper .search-card-header-tags-row .shipment-tag {
    padding: 2px 8px;
    height: 20px;
    min-height: 20px;
    border-radius: 4px;
  }
  /* line 155, app/assets/stylesheets/_tags.scss */
  .search-card-header-content__wrapper .search-card-header-direct .shipment-tag.shipment-tag--direct, .search-card-header-content__wrapper .search-card-header-direct .shipment-tag.shipment-tag--indirect,
.search-card-header-content__wrapper .search-card-header-tags-row .shipment-tag.shipment-tag--direct,
.search-card-header-content__wrapper .search-card-header-tags-row .shipment-tag.shipment-tag--indirect {
    border-radius: 4px 4px 4px 0;
  }
  /* line 160, app/assets/stylesheets/_tags.scss */
  .search-card-header-content__wrapper .search-card-header-direct .shipment-tag .shipment-tag__label,
.search-card-header-content__wrapper .search-card-header-tags-row .shipment-tag .shipment-tag__label {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
  }
}

/*
Trix 0.10.1
Copyright © 2017 Basecamp, LLC
http://trix-editor.org/*/
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none; }
trix-toolbar * {
  box-sizing: border-box; }
trix-toolbar .button_row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
trix-toolbar .button_group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px; }
  trix-toolbar .button_group button, trix-toolbar .button_group input[type=button] {
    position: relative;
    float: left;
    font-size: inherit;
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    background: transparent; }
    trix-toolbar .button_group button:not(:first-child), trix-toolbar .button_group input[type=button]:not(:first-child) {
      border-left: 1px solid #ccc; }
    trix-toolbar .button_group button:not(:disabled), trix-toolbar .button_group input[type=button]:not(:disabled) {
      cursor: pointer; }
    trix-toolbar .button_group button.active, trix-toolbar .button_group input[type=button].active {
      background: #cbeefa; }
    trix-toolbar .button_group button.icon, trix-toolbar .button_group input[type=button].icon {
      width: 2.6em;
      height: 1.6em;
      max-width: calc(0.8em + 4vw);
      text-indent: -9999px; }
      @media (max-device-width: 768px) {
        trix-toolbar .button_group button.icon, trix-toolbar .button_group input[type=button].icon {
          height: 2em;
          max-width: calc(0.8em + 3.5vw); } }
      trix-toolbar .button_group button.icon::before, trix-toolbar .button_group input[type=button].icon::before {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0.6;
        content: "";
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
        @media (max-device-width: 768px) {
          trix-toolbar .button_group button.icon::before, trix-toolbar .button_group input[type=button].icon::before {
            right: 6%;
            left: 6%; } }
      trix-toolbar .button_group button.icon.bold::before, trix-toolbar .button_group input[type=button].icon.bold::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M15.6%2011.8c1-.7%201.6-1.8%201.6-2.8a4%204%200%200%200-4-4H7v14h7c2.1%200%203.7-1.7%203.7-3.8%200-1.5-.8-2.8-2.1-3.4zM10%207.5h3a1.5%201.5%200%201%201%200%203h-3v-3zm3.5%209H10v-3h3.5a1.5%201.5%200%201%201%200%203z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.italic::before, trix-toolbar .button_group input[type=button].icon.italic::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M10%205v3h2.2l-3.4%208H6v3h8v-3h-2.2l3.4-8H18V5h-8z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.link::before, trix-toolbar .button_group input[type=button].icon.link::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M9.88%2013.7a4.3%204.3%200%200%201%200-6.07l3.37-3.37a4.26%204.26%200%200%201%206.07%200%204.3%204.3%200%200%201%200%206.06l-1.96%201.72a.91.91%200%201%201-1.3-1.3l1.97-1.71a2.46%202.46%200%200%200-3.48-3.48l-3.38%203.37a2.46%202.46%200%200%200%200%203.48.91.91%200%201%201-1.3%201.3z%22%2F%3E%3Cpath%20d%3D%22M4.25%2019.46a4.3%204.3%200%200%201%200-6.07l1.93-1.9a.91.91%200%201%201%201.3%201.3l-1.93%201.9a2.46%202.46%200%200%200%203.48%203.48l3.37-3.38c.96-.96.96-2.52%200-3.48a.91.91%200%201%201%201.3-1.3%204.3%204.3%200%200%201%200%206.07l-3.38%203.38a4.26%204.26%200%200%201-6.07%200z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.strike::before, trix-toolbar .button_group input[type=button].icon.strike::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.73%2014l.28.14c.26.15.45.3.57.44.12.14.18.3.18.5%200%20.3-.15.56-.44.75-.3.2-.76.3-1.39.3A13.52%2013.52%200%200%201%207%2014.95v3.37a10.64%2010.64%200%200%200%204.84.88c1.26%200%202.35-.19%203.28-.56.93-.37%201.64-.9%202.14-1.57s.74-1.45.74-2.32c0-.26-.02-.51-.06-.75h-5.21zm-5.5-4c-.08-.34-.12-.7-.12-1.1%200-1.29.52-2.3%201.58-3.02%201.05-.72%202.5-1.08%204.34-1.08%201.62%200%203.28.34%204.97%201l-1.3%202.93c-1.47-.6-2.73-.9-3.8-.9-.55%200-.96.08-1.2.26-.26.17-.38.38-.38.64%200%20.27.16.52.48.74.17.12.53.3%201.05.53H7.23zM3%2013h18v-2H3v2z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.quote::before, trix-toolbar .button_group input[type=button].icon.quote::before {
        background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M6%2017h3l2-4V7H5v6h3zm8%200h3l2-4V7h-6v6h3z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.heading-1::before, trix-toolbar .button_group input[type=button].icon.heading-1::before {
        background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12%209v3H9v7H6v-7H3V9h9zM8%204h14v3h-6v12h-3V7H8V4z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.code::before, trix-toolbar .button_group input[type=button].icon.code::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.2%2012L15%2015.2l1.4%201.4L21%2012l-4.6-4.6L15%208.8l3.2%203.2zM5.8%2012L9%208.8%207.6%207.4%203%2012l4.6%204.6L9%2015.2%205.8%2012z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.bullets::before, trix-toolbar .button_group input[type=button].icon.bullets::before {
        background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%204a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm4%203h14v-2H8v2zm0-6h14v-2H8v2zm0-8v2h14V5H8z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.numbers::before, trix-toolbar .button_group input[type=button].icon.numbers::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.undo::before, trix-toolbar .button_group input[type=button].icon.undo::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.5%208c-2.6%200-5%201-6.9%202.6L2%207v9h9l-3.6-3.6A8%208%200%200%201%2020%2016l2.4-.8a10.5%2010.5%200%200%200-10-7.2z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.redo::before, trix-toolbar .button_group input[type=button].icon.redo::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.4%2010.6a10.5%2010.5%200%200%200-16.9%204.6L4%2016a8%208%200%200%201%2012.7-3.6L13%2016h9V7l-3.6%203.6z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.nesting-level.decrease::before, trix-toolbar .button_group input[type=button].icon.nesting-level.decrease::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-8.3-.3l2.8%202.9L6%2014.2%204%2012l2-2-1.4-1.5L1%2012l.7.7zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.nesting-level.increase::before, trix-toolbar .button_group input[type=button].icon.nesting-level.increase::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-6.9-1L1%2014.2l1.4%201.4L6%2012l-.7-.7-2.8-2.8L1%209.9%203.1%2012zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.active::before, trix-toolbar .button_group input[type=button].icon.active::before {
        opacity: 1; }
      trix-toolbar .button_group button.icon:disabled::before, trix-toolbar .button_group input[type=button].icon:disabled::before {
        opacity: 0.125; }
    trix-toolbar .button_group button:not(.icon), trix-toolbar .button_group input[type=button]:not(.icon) {
      font-size: 0.75em;
      font-weight: 600;
      white-space: nowrap;
      padding: 0 0.5em;
      color: rgba(0, 0, 0, 0.6); }
      @media (max-device-width: 768px) {
        trix-toolbar .button_group button:not(.icon), trix-toolbar .button_group input[type=button]:not(.icon) {
          letter-spacing: -0.01em;
          padding: 0 0.3em; } }
      trix-toolbar .button_group button:not(.icon).active, trix-toolbar .button_group input[type=button]:not(.icon).active {
        color: black; }
      trix-toolbar .button_group button:not(.icon):disabled, trix-toolbar .button_group input[type=button]:not(.icon):disabled {
        color: rgba(0, 0, 0, 0.125); }
trix-toolbar .dialogs {
  position: relative; }
  trix-toolbar .dialogs .dialog {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 0.75em;
    padding: 15px 10px;
    background: #fff;
    box-shadow: 0 0.3em 1em #ccc;
    border-top: 2px solid #888;
    border-radius: 5px;
    z-index: 5; }
    trix-toolbar .dialogs .dialog input {
      font-size: inherit;
      font-weight: normal; }
    trix-toolbar .dialogs .dialog input[type=url], trix-toolbar .dialogs .dialog input[type=text] {
      padding: 0.5em 0.8em;
      margin: 0 10px 0 0;
      border-radius: 3px;
      border: 1px solid #bbb;
      background-color: #fff;
      box-shadow: none;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none; }
      trix-toolbar .dialogs .dialog input[type=url].validate:invalid, trix-toolbar .dialogs .dialog input[type=text].validate:invalid {
        box-shadow: #F00 0px 0px 1.5px 1px; }
    trix-toolbar .dialogs .dialog .button_group input[type=button] {
      font-size: inherit;
      padding: 0.5em;
      border-bottom: none; }
    trix-toolbar .dialogs .dialog.link_dialog {
      max-width: 600px; }
      trix-toolbar .dialogs .dialog.link_dialog .link_url_fields {
        display: flex;
        align-items: baseline; }
        trix-toolbar .dialogs .dialog.link_dialog .link_url_fields input[type=url] {
          flex: 1; }
        trix-toolbar .dialogs .dialog.link_dialog .link_url_fields .button_group {
          flex: 0 0 content;
          margin: 0; }
trix-editor [data-trix-mutable=true] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  trix-editor [data-trix-mutable=true] ::-moz-selection {
    background: none; }
  trix-editor [data-trix-mutable=true] img {
    box-shadow: 0 0 0 2px highlight; }
  trix-editor [data-trix-mutable=true].attachment.attachment-file {
    box-shadow: 0 0 0 2px highlight;
    border-color: transparent; }
trix-editor .attachment:hover {
  cursor: default; }
trix-editor .attachment.attachment-preview .caption:hover {
  cursor: text; }
trix-editor .attachment button.remove {
  cursor: pointer; }
  trix-editor .attachment button.remove.icon {
    text-indent: -9999px;
    display: block;
    position: absolute;
    z-index: 1;
    padding: 0;
    margin: 0;
    top: -1.1em;
    left: calc(50% - 0.8em);
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    border-radius: 50%;
    text-indent: -9999px;
    background-color: #fff;
    border: 2px solid highlight;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25); }
    trix-editor .attachment button.remove.icon::before {
      display: inline-block;
      position: absolute;
      top: 0.1em;
      right: 0.1em;
      bottom: 0.1em;
      left: 0.1em;
      opacity: 0.75;
      content: "";
      background-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.4L17.6%205%2012%2010.6%206.4%205%205%206.4l5.6%205.6L5%2017.6%206.4%2019l5.6-5.6%205.6%205.6%201.4-1.4-5.6-5.6z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
  trix-editor .attachment button.remove:hover {
    border-color: #333; }
    trix-editor .attachment button.remove:hover::before {
      opacity: 1; }
trix-editor .attachment .caption.caption-editing textarea {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
trix-editor .attachment progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9; }
@charset "UTF-8";
.trix-content {
  line-height: 1.5; }
  .trix-content h1 {
    font-size: 1.2em;
    line-height: 1.2;
    margin: 0; }
  .trix-content blockquote {
    margin: 0 0 0 0.3em;
    padding: 0 0 0 0.6em;
    border-left: 0.3em solid #ccc; }
  .trix-content pre {
    font-family: monospace;
    font-size: 0.9em;
    margin: 0;
    padding: 0.5em;
    white-space: pre;
    background-color: #eee;
    overflow-x: auto; }
  .trix-content ul, .trix-content ol, .trix-content li {
    margin: 0;
    padding: 0; }
    .trix-content ul li, .trix-content ol li, .trix-content li li {
      margin-left: 1em; }
  .trix-content img {
    max-width: 100%;
    height: auto; }
  .trix-content a[data-trix-attachment] {
    color: inherit;
    text-decoration: none; }
    .trix-content a[data-trix-attachment]:hover, .trix-content a[data-trix-attachment]:visited:hover {
      color: inherit; }
  .trix-content .attachment {
    display: inline-block;
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0; }
    .trix-content .attachment .caption {
      padding: 0;
      text-align: center; }
      .trix-content .attachment .caption .size:before {
        content: ' · '; }
    .trix-content .attachment.attachment-preview {
      width: 100%;
      text-align: center; }
      .trix-content .attachment.attachment-preview .caption {
        color: #666;
        font-size: 0.9em;
        line-height: 1.2; }
    .trix-content .attachment.attachment-file {
      color: #333;
      line-height: 1;
      margin: 0 2px 2px 0;
      padding: 0.4em 1em;
      border: 1px solid #bbb;
      border-radius: 5px; }
/* line 13, app/assets/stylesheets/actiontext.scss */
.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

/* line 22, app/assets/stylesheets/actiontext.scss */
.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/* line 31, app/assets/stylesheets/actiontext.scss */
.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}
/* line 6, app/assets/stylesheets/air_tracking.scss */
#air-tracking-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: var(--header-outer-height, 80px) 0 0;
  margin-top: calc(-1 * var(--header-outer-height, 80px));
  background: #E6F5FC;
}

/* line 17, app/assets/stylesheets/air_tracking.scss */
#air-tracking-page .component-track--air__mode, #air-tracking-page .component-track--air__selector {
  display: none !important;
}

/* line 22, app/assets/stylesheets/air_tracking.scss */
#air-tracking-page .hero-section__title {
  line-height: 81px;
}

/* line 27, app/assets/stylesheets/air_tracking.scss */
#air-tracking-page .hero-section .component-search__form.component-track--air .component-search__field-wrapper.track-number-selector {
  max-width: none !important;
}

@media (min-width: 601px) {
  /* line 26, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section .component-search__form.component-track--air {
    display: flex !important;
    flex-flow: row nowrap !important;
    align-items: center !important;
    align-self: stretch;
    width: 100%;
    height: 64px;
    min-height: 64px !important;
    padding: 8px;
    gap: 8px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 2px 40px rgba(0, 109, 155, 0.24);
    border-radius: 16px;
    box-sizing: border-box;
  }
  /* line 47, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section .component-search__form.component-track--air .component-track--air__inputs {
    box-sizing: border-box;
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
    align-items: center;
    min-width: 0;
    height: 48px;
    padding: 8px;
    gap: 16px;
    background: #ffffff;
    border-radius: 8px;
  }
  /* line 61, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section .component-search__form.component-track--air .component-search__field-wrapper {
    position: relative;
    margin: 0;
    min-width: 0;
  }
  /* line 67, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section .component-search__form.component-track--air .track-number-selector {
    display: flex;
    flex: 1 1 auto;
    flex-grow: 1;
    width: auto;
    max-width: none !important;
  }
  /* line 74, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section .component-search__form.component-track--air .track-number-selector .component-search__input-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 20px;
    padding: 0;
    gap: 8px;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  /* line 87, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section .component-search__form.component-track--air .track-number-selector .component-search__input-wrapper:focus-within {
    border: none;
    box-shadow: none;
  }
  /* line 95, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section .component-search__form.component-track--air.component-track--air-form--with-company .track-number-selector {
    flex: 1 1 auto;
    min-width: 0;
  }
  /* line 100, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section .component-search__form.component-track--air.component-track--air-form--with-company .component-search__field-wrapper--company {
    flex: 0 0 auto;
  }
  /* line 103, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section .component-search__form.component-track--air.component-track--air-form--with-company .component-search__field-wrapper--company .component-search__input-wrapper {
    width: 100%;
    height: 20px;
    padding: 0;
    background: transparent;
    border: none;
  }
  /* line 113, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section .component-search__form.component-track--air .component-track--air__field-icon {
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
  }
  /* line 121, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section .component-search__form.component-track--air .component-track--air__field-icon img {
    display: block;
    width: 20px;
    height: 20px;
  }
  /* line 128, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section .component-search__form.component-track--air .component-search__input-wrapper input {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    height: 20px;
    padding: 0;
    border: none;
    background: transparent;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #001F2C;
  }
  /* line 139, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section .component-search__form.component-track--air .component-search__input-wrapper input::placeholder {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #829095;
  }
  /* line 145, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section .component-search__form.component-track--air .component-search__form-button {
    display: flex;
    flex: none;
    flex-grow: 0;
    justify-content: center;
    align-items: center;
    align-self: center;
    order: 2;
    width: auto;
    margin: 0;
  }
  /* line 156, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section .component-search__form.component-track--air .component-search__form-button button {
    display: flex;
    flex-direction: row;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 173px;
    min-width: 165px !important;
    max-width: none !important;
    height: 40px;
    padding: 8px 16px;
    gap: 8px;
    background: #F9A529;
    border: none;
    border-radius: 32px;
    box-sizing: border-box;
  }
  /* line 174, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section .component-search__form.component-track--air .component-search__form-button .icon {
    display: none;
    width: 16px;
    height: 16px;
  }
  /* line 180, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section .component-search__form.component-track--air .component-search__form-button .text {
    display: flex;
    flex: none;
    align-items: center;
    width: auto;
    max-width: none;
    height: 24px;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    white-space: nowrap;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-transform: capitalize;
  }
}

@media (min-width: 1025px) {
  /* line 26, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section .component-search__form.component-track--air {
    max-width: 838px;
  }
  /* line 204, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section .component-search__form.component-track--air.component-track--air-form--with-company .component-search__field-wrapper--company {
    flex: 0 0 200px;
    width: 200px;
    max-width: 200px;
  }
}

@media (min-width: 601px) and (max-width: 1024px) {
  /* line 26, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section .component-search__form.component-track--air {
    max-width: 738px;
  }
  /* line 216, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section .component-search__form.component-track--air.component-track--air-form--with-company .component-search__field-wrapper--company {
    flex: 0 0 140px;
    width: 140px;
    max-width: 140px;
  }
}

@media (max-width: 600px) {
  /* line 26, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section .component-search__form.component-track--air {
    flex-direction: column !important;
    flex-flow: column nowrap !important;
    align-items: center !important;
    align-self: stretch;
    width: 100%;
    max-width: 294px;
    height: auto;
    min-height: 0 !important;
    padding: 8px 8px 24px;
    gap: 24px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 2px 40px rgba(0, 109, 155, 0.24);
    border-radius: 16px;
    box-sizing: border-box;
  }
  /* line 243, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section .component-search__form.component-track--air .component-track--air__inputs {
    align-self: stretch;
    width: 100%;
    flex: none;
    flex-direction: row;
    align-items: center;
    height: 48px;
    padding: 8px;
    gap: 16px;
    background: #ffffff;
    border-radius: 8px;
    box-sizing: border-box;
  }
  /* line 257, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section .component-search__form.component-track--air .track-number-selector {
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    max-width: none !important;
  }
  /* line 263, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section .component-search__form.component-track--air .track-number-selector .component-search__input-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 20px;
    padding: 0;
    gap: 8px;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  /* line 278, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section .component-search__form.component-track--air .component-search__field-wrapper--company {
    flex: none;
    width: 100%;
    max-width: none !important;
  }
  /* line 283, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section .component-search__form.component-track--air .component-search__field-wrapper--company .component-search__input-wrapper {
    height: 20px;
    padding: 0;
    background: transparent;
    border: none;
  }
  /* line 291, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section .component-search__form.component-track--air .component-track--air__field-icon {
    display: flex;
    flex: none;
    width: 20px;
    height: 20px;
  }
  /* line 297, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section .component-search__form.component-track--air .component-track--air__field-icon img {
    width: 20px;
    height: 20px;
  }
  /* line 303, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section .component-search__form.component-track--air .component-search__input-wrapper input {
    height: 20px;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #001F2C;
  }
  /* line 308, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section .component-search__form.component-track--air .component-search__input-wrapper input::placeholder {
    color: #829095;
  }
  /* line 313, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section .component-search__form.component-track--air .component-search__form-button {
    flex: none;
    flex-grow: 0;
    order: 2;
    align-self: center;
    width: auto;
    margin: 0;
  }
  /* line 321, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section .component-search__form.component-track--air .component-search__form-button button {
    width: 173px;
    min-width: 165px !important;
    max-width: none !important;
    height: 40px;
    margin: 0;
  }
}

@media (max-width: 600px) {
  /* line 331, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section .component-search__form.component-track--air.component-track--air-form--with-company {
    min-height: 210px !important;
  }
  /* line 335, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section .component-search__form.component-track--air.component-track--air-form--with-company .component-track--air__inputs {
    flex-direction: column;
    align-items: stretch;
    height: auto;
    min-height: 0;
    padding: 8px;
    gap: 16px;
  }
  /* line 344, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section .component-search__form.component-track--air.component-track--air-form--with-company .track-number-selector {
    flex: none;
    width: 100%;
    min-height: 32px;
  }
  /* line 350, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section .component-search__form.component-track--air.component-track--air-form--with-company .component-search__field-wrapper--company {
    flex: none;
    width: 100%;
    max-width: none !important;
    min-height: 32px;
  }
  /* line 356, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section .component-search__form.component-track--air.component-track--air-form--with-company .component-search__field-wrapper--company .component-search__input-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    height: 20px;
  }
}

@media (max-width: 1024px) {
  /* line 369, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section__hero-box {
    width: 100%;
    max-width: 786px;
    min-height: 592px;
    align-self: center;
  }
  /* line 376, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 738px;
    gap: 24px;
  }
  /* line 385, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section__title {
    max-width: 673px;
    font-size: 56px;
    line-height: 76px;
    text-align: center;
  }
  /* line 392, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section__subtitle {
    width: 100%;
    max-width: 738px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    color: #001F2C;
  }
  /* line 402, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section__search-bar-section {
    width: 100%;
    max-width: 738px;
    filter: none;
  }
  /* line 410, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .why-nowlun-section__text, #air-tracking-page .why-nowlun-section__title--split, #air-tracking-page .why-nowlun-section__title-line, #air-tracking-page .why-nowlun-section__title-highlight {
    width: 100%;
    max-width: none;
  }
  /* line 418, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .why-nowlun-section__text, #air-tracking-page .why-nowlun-section__title--split {
    align-items: center;
  }
  /* line 423, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .why-nowlun-section__title-line, #air-tracking-page .why-nowlun-section__title-highlight {
    text-align: center;
  }
}

@media (max-width: 600px) {
  /* line 432, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section__container {
    height: auto;
    min-height: 0;
  }
  /* line 437, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section__waves-illustration {
    height: 22px;
  }
  /* line 441, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section__hero-content {
    padding: 24px 24px 40px;
    gap: 80px;
  }
  /* line 446, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section__hero-box {
    align-self: stretch;
    width: 100%;
    max-width: none;
    min-height: 656px;
    padding: 40px 24px;
    gap: 40px;
  }
  /* line 455, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section__background-image-section {
    top: auto;
    bottom: 0;
    height: 256px;
    max-width: 100%;
  }
  /* line 462, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    width: 100%;
    max-width: 294px;
    margin: 0 auto;
    gap: 24px;
  }
  /* line 473, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section__title {
    width: 100%;
    max-width: 294px;
    font-size: 32px;
    line-height: 46px;
    text-align: center;
  }
  /* line 481, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section__subtitle {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 294px;
    height: auto;
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    color: #001F2C;
  }
  /* line 496, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .hero-section__search-bar-section {
    align-self: stretch;
    width: 100%;
    max-width: 294px;
    margin: 0 auto;
    filter: none;
  }
}

/* line 506, app/assets/stylesheets/air_tracking.scss */
#air-tracking-page .dark-separator-section__white-bg {
  background: #ffffff;
}

/* line 511, app/assets/stylesheets/air_tracking.scss */
#air-tracking-page .why-nowlun-section__text {
  flex: 1 1 0;
  width: 600px;
  max-width: 600px;
  gap: 40px;
}

@media (max-width: 600px) {
  /* line 511, app/assets/stylesheets/air_tracking.scss */
  #air-tracking-page .why-nowlun-section__text {
    width: 100%;
    max-width: 100%;
  }
}

/* line 524, app/assets/stylesheets/air_tracking.scss */
#air-tracking-page .why-nowlun-section__title--split {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  max-width: 600px;
  margin: 0;
  gap: 40px;
  text-transform: none;
}

/* line 536, app/assets/stylesheets/air_tracking.scss */
#air-tracking-page .why-nowlun-section__title-line {
  display: block;
  width: 100%;
  max-width: 600px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  text-transform: capitalize;
  color: #001F2C;
}

/* line 548, app/assets/stylesheets/air_tracking.scss */
#air-tracking-page .why-nowlun-section__title-highlight {
  display: block;
  width: 100%;
  max-width: 600px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  text-transform: capitalize;
  color: #009CDE;
}

/* line 563, app/assets/stylesheets/air_tracking.scss */
.features-section.features-section--air-tracking {
  width: 100%;
  background: #ffffff;
}

/* line 567, app/assets/stylesheets/air_tracking.scss */
.features-section.features-section--air-tracking .features-section__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 750px;
  margin: 0 auto;
  padding: 0 80px 80px;
  gap: 80px;
  box-sizing: border-box;
  background: #ffffff;
}

/* line 582, app/assets/stylesheets/air_tracking.scss */
.features-section.features-section--air-tracking .features-section__text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 585px;
  padding: 0;
}

/* line 591, app/assets/stylesheets/air_tracking.scss */
.features-section.features-section--air-tracking .features-section__title {
  width: 100%;
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  text-align: center;
  text-transform: capitalize;
  color: #009CDE;
}

/* line 601, app/assets/stylesheets/air_tracking.scss */
.features-section.features-section--air-tracking .features-section__features {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: flex-start;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  min-height: 542px;
  padding: 0;
  gap: 40px;
}

/* line 617, app/assets/stylesheets/air_tracking.scss */
.features-section.features-section--air-tracking .features-section__card--split {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex: none;
  width: 620px;
  max-width: calc(50% - 20px);
  height: auto;
  min-height: 251px;
  padding: 40px;
  isolation: isolate;
  background: #E6F5FC;
  border-radius: 16px;
  overflow: hidden;
  box-sizing: border-box;
}

/* line 637, app/assets/stylesheets/air_tracking.scss */
.features-section.features-section--air-tracking .features-section__card-content {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  width: auto;
  max-width: 391px;
  min-width: 0;
  padding: 16px;
  gap: 16px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 12px;
  z-index: 2;
}

/* line 656, app/assets/stylesheets/air_tracking.scss */
.features-section.features-section--air-tracking .features-section__card--split .features-section__card-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: flex-start;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  gap: 8px;
}

/* line 668, app/assets/stylesheets/air_tracking.scss */
.features-section.features-section--air-tracking .features-section__card--split .features-section__card-title-line:not(.features-section__card-title-line--highlight) {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  color: #001F2C;
  text-transform: none;
}

/* line 680, app/assets/stylesheets/air_tracking.scss */
.features-section.features-section--air-tracking .features-section__card--split .features-section__card-title-line--highlight {
  display: block;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  text-transform: capitalize;
  color: #009CDE;
}

/* line 690, app/assets/stylesheets/air_tracking.scss */
.features-section.features-section--air-tracking .features-section__card--split .features-section__card-description {
  align-self: flex-start;
  width: 100%;
  max-width: 100%;
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #334C56;
}

/* line 702, app/assets/stylesheets/air_tracking.scss */
.features-section.features-section--air-tracking .features-section__card--split .features-section__card-illustration {
  position: absolute;
  top: auto;
  inset-inline-end: 0;
  inset-inline-start: auto;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 480px;
  height: 192px;
  margin: 0;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

/* line 719, app/assets/stylesheets/air_tracking.scss */
.features-section.features-section--air-tracking .features-section__card--split .features-section__card-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
  transform: translateY(12px);
}

@media (max-width: 1024px) {
  /* line 730, app/assets/stylesheets/air_tracking.scss */
  .features-section.features-section--air-tracking .features-section__card--split {
    width: calc(50% - 20px);
    max-width: none;
  }
}

@media (max-width: 1024px) {
  /* line 738, app/assets/stylesheets/air_tracking.scss */
  .features-section.features-section--air-tracking .features-section__container {
    min-height: 0;
    padding: 0 40px 40px;
    gap: 40px;
  }
  /* line 744, app/assets/stylesheets/air_tracking.scss */
  .features-section.features-section--air-tracking .features-section__text {
    align-self: center;
    justify-content: center;
    width: 100%;
    max-width: 754px;
    margin: 0 auto;
  }
  /* line 752, app/assets/stylesheets/air_tracking.scss */
  .features-section.features-section--air-tracking .features-section__title {
    align-self: center;
    width: 100%;
    max-width: 754px;
    margin: 0 auto;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
  }
  /* line 762, app/assets/stylesheets/air_tracking.scss */
  .features-section.features-section--air-tracking .features-section__features {
    flex-direction: column;
    align-items: center;
    align-self: center;
    min-height: 0;
    width: 100%;
    max-width: 754px;
    margin: 0 auto;
    gap: 24px;
  }
  /* line 773, app/assets/stylesheets/air_tracking.scss */
  .features-section.features-section--air-tracking .features-section__card--split {
    flex-direction: column;
    align-items: flex-start;
    align-self: center;
    width: 100%;
    max-width: 754px;
    height: 264px;
    min-height: 264px;
    padding: 40px;
    gap: 16px;
  }
  /* line 785, app/assets/stylesheets/air_tracking.scss */
  .features-section.features-section--air-tracking .features-section__card-content {
    position: relative;
    flex: none;
    max-width: none;
    width: auto;
    gap: 16px;
    z-index: 2;
  }
  /* line 794, app/assets/stylesheets/air_tracking.scss */
  .features-section.features-section--air-tracking .features-section__card--split .features-section__card-title {
    width: auto;
    max-width: none;
    gap: 8px;
  }
  /* line 800, app/assets/stylesheets/air_tracking.scss */
  .features-section.features-section--air-tracking .features-section__card--split .features-section__card-title-line:not(.features-section__card-title-line--highlight) {
    width: auto;
    max-width: none;
    font-size: 32px;
    line-height: 40px;
  }
  /* line 807, app/assets/stylesheets/air_tracking.scss */
  .features-section.features-section--air-tracking .features-section__card--split .features-section__card-title-line--highlight {
    font-size: 40px;
    line-height: 48px;
  }
  /* line 812, app/assets/stylesheets/air_tracking.scss */
  .features-section.features-section--air-tracking .features-section__card--split .features-section__card-description {
    width: 329px;
    max-width: 329px;
    flex: none;
  }
  /* line 818, app/assets/stylesheets/air_tracking.scss */
  .features-section.features-section--air-tracking .features-section__card--split .features-section__card-illustration {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
    justify-content: flex-end;
    align-items: flex-end;
    overflow: hidden;
    z-index: 0;
  }
  /* line 834, app/assets/stylesheets/air_tracking.scss */
  .features-section.features-section--air-tracking .features-section__card--split .features-section__card-image {
    object-fit: contain;
    object-position: right bottom;
    transform: translateY(12px);
  }
}

@media (max-width: 600px) {
  /* line 844, app/assets/stylesheets/air_tracking.scss */
  .features-section.features-section--air-tracking .features-section__container {
    min-height: 0;
    padding: 40px 16px;
    gap: 40px;
  }
  /* line 850, app/assets/stylesheets/air_tracking.scss */
  .features-section.features-section--air-tracking .features-section__text {
    align-self: stretch;
    width: 100%;
    max-width: none;
  }
  /* line 856, app/assets/stylesheets/air_tracking.scss */
  .features-section.features-section--air-tracking .features-section__title {
    align-self: stretch;
    width: 100%;
    max-width: 358px;
    margin: 0 auto;
    font-family: "Figtree", "Primary", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 900;
    text-align: center;
    text-transform: none;
    color: #009CDE;
  }
  /* line 870, app/assets/stylesheets/air_tracking.scss */
  .features-section.features-section--air-tracking .features-section__features {
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    width: 100%;
    max-width: 358px;
    margin: 0 auto;
    min-height: 0;
    gap: 16px;
  }
  /* line 881, app/assets/stylesheets/air_tracking.scss */
  .features-section.features-section--air-tracking .features-section__card--split {
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    width: 100%;
    max-width: none;
    height: 400px;
    min-height: 400px;
    padding: 24px;
    gap: 16px;
  }
  /* line 896, app/assets/stylesheets/air_tracking.scss */
  .features-section.features-section--air-tracking .features-section__card-content {
    position: relative;
    flex: none;
    width: 100%;
    max-width: 100%;
    gap: 16px;
    z-index: 2;
  }
  /* line 907, app/assets/stylesheets/air_tracking.scss */
  .features-section.features-section--air-tracking .features-section__card--split .features-section__card-title {
    width: 100%;
    max-width: 100%;
    gap: 8px;
    z-index: 0;
  }
  /* line 914, app/assets/stylesheets/air_tracking.scss */
  .features-section.features-section--air-tracking .features-section__card--split .features-section__card-title-line:not(.features-section__card-title-line--highlight) {
    width: 100%;
    max-width: 100%;
    font-size: 32px;
    line-height: 40px;
    color: #001F2C;
  }
  /* line 922, app/assets/stylesheets/air_tracking.scss */
  .features-section.features-section--air-tracking .features-section__card--split .features-section__card-title-line--highlight {
    font-size: 40px;
    line-height: 48px;
    text-transform: capitalize;
    color: #009CDE;
  }
  /* line 929, app/assets/stylesheets/air_tracking.scss */
  .features-section.features-section--air-tracking .features-section__card--split .features-section__card-description {
    align-self: stretch;
    width: 100%;
    max-width: 100%;
    flex: none;
    z-index: 1;
    font-size: 16px;
    line-height: 24px;
    color: #334C56;
  }
  /* line 940, app/assets/stylesheets/air_tracking.scss */
  .features-section.features-section--air-tracking .features-section__card--split .features-section__card-illustration {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180px;
    max-width: none;
    margin: 0;
    justify-content: flex-end;
    align-items: flex-end;
    overflow: hidden;
    z-index: 0;
  }
  /* line 957, app/assets/stylesheets/air_tracking.scss */
  .features-section.features-section--air-tracking .features-section__card--split .features-section__card-image {
    object-fit: contain;
    object-position: right bottom;
    transform: translateY(10px);
  }
}
/* line 6, app/assets/stylesheets/all_solution.scss */
#all-solution-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--header-outer-height, 80px) 0 0;
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin-top: calc(-1 * var(--header-outer-height, 80px));
  background: #E6F5FC;
}

/* line 18, app/assets/stylesheets/all_solution.scss */
.all-solutions-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* line 26, app/assets/stylesheets/all_solution.scss */
.all-solution-hero__separator {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 80px;
  flex-shrink: 0;
  background: #001F2C;
  line-height: 0;
}

/* line 39, app/assets/stylesheets/all_solution.scss */
.all-solution-hero__separator-image {
  display: block;
  width: 100%;
  max-width: 1280px;
  height: 80px;
  object-fit: contain;
  object-position: center;
}

/* line 48, app/assets/stylesheets/all_solution.scss */
.all-solution-hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 920px;
  margin: 0 auto;
  padding-top: 0;
  isolation: isolate;
  background: #E6F5FC;
}

/* line 61, app/assets/stylesheets/all_solution.scss */
.all-solution-hero-section .hero-section__background {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1441px;
  height: 810px;
}

/* line 72, app/assets/stylesheets/all_solution.scss */
.all-solution-hero-section .hero-section__background-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

/* line 80, app/assets/stylesheets/all_solution.scss */
.all-solution-hero-section .hero-section__background-image--mobile {
  display: none;
}

/* line 84, app/assets/stylesheets/all_solution.scss */
.all-solution-hero-section .hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  margin: 0 auto;
  padding: 40px 80px 0;
  width: 100%;
  max-width: 1440px;
  text-align: center;
}

/* line 98, app/assets/stylesheets/all_solution.scss */
.all-solution-hero-section .hero-content__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 766px;
}

/* line 107, app/assets/stylesheets/all_solution.scss */
.all-solution-hero-section .hero-content__title {
  margin: 0;
  font-size: 56px;
  line-height: 64px;
  font-weight: 900;
  color: #009CDE;
}

/* line 115, app/assets/stylesheets/all_solution.scss */
.all-solution-hero-section .hero-content__subtitle {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 766px;
  align-items: center;
}

/* line 124, app/assets/stylesheets/all_solution.scss */
.all-solution-hero-section .hero-content__subtitle-top {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #001F2C;
}

/* line 132, app/assets/stylesheets/all_solution.scss */
.all-solution-hero-section .hero-content__subtitle-bottom {
  margin: 0;
  font-size: 32px;
  line-height: 40px;
  font-weight: 900;
  color: #004E6F;
}

/* line 140, app/assets/stylesheets/all_solution.scss */
.all-solution-hero-section .all-solution-hero__waves {
  position: absolute;
  width: 100%;
  height: 185px;
  top: 760px;
  left: -1px;
  z-index: 1;
  line-height: 0;
  flex: none;
  order: 1;
  flex-grow: 0;
}

/* line 153, app/assets/stylesheets/all_solution.scss */
.all-solution-hero-section .all-solution-hero__waves-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: translateX(1px);
}

/* line 161, app/assets/stylesheets/all_solution.scss */
.all-solution-hero-section .all-solution-hero__waves-image--mobile {
  display: none;
}

/* line 166, app/assets/stylesheets/all_solution.scss */
.all-solution-services {
  position: relative;
  width: 100%;
  padding: 0 24px 86px;
  background: #001F2C;
  overflow: hidden;
}

/* line 173, app/assets/stylesheets/all_solution.scss */
.all-solution-services__container {
  max-width: 1280px;
  margin: 0 auto;
}

/* line 178, app/assets/stylesheets/all_solution.scss */
.all-solution-services__background-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

/* line 185, app/assets/stylesheets/all_solution.scss */
.all-solution-services__bg-group {
  position: absolute;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 156, 222, 0.2) 0%, rgba(0, 78, 111, 0) 75%);
}

/* line 190, app/assets/stylesheets/all_solution.scss */
.all-solution-services__bg-group--top-left {
  width: 420px;
  height: 420px;
  top: 80px;
  inset-inline-start: -140px;
}

/* line 197, app/assets/stylesheets/all_solution.scss */
.all-solution-services__bg-group--top-right {
  width: 480px;
  height: 480px;
  top: 120px;
  inset-inline-end: -180px;
}

/* line 204, app/assets/stylesheets/all_solution.scss */
.all-solution-services__bg-group--middle {
  width: 640px;
  height: 640px;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(0, 156, 222, 0.14) 0%, rgba(0, 78, 111, 0) 70%);
}

/* line 213, app/assets/stylesheets/all_solution.scss */
.all-solution-services__bg-group--bottom-left {
  width: 360px;
  height: 360px;
  bottom: 180px;
  inset-inline-start: -120px;
}

/* line 220, app/assets/stylesheets/all_solution.scss */
.all-solution-services__bg-group--bottom-right {
  width: 420px;
  height: 420px;
  bottom: 60px;
  inset-inline-end: -150px;
}

/* line 228, app/assets/stylesheets/all_solution.scss */
.all-solution-services__container {
  position: relative;
  z-index: 1;
}

/* line 233, app/assets/stylesheets/all_solution.scss */
.all-solution-services__title {
  color: #F9A529;
}

/* line 237, app/assets/stylesheets/all_solution.scss */
.all-solution-services__subtitle {
  color: #d2edf8;
}

/* line 241, app/assets/stylesheets/all_solution.scss */
.all-solution-services__list {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 249, app/assets/stylesheets/all_solution.scss */
.all-solution-services-header {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 24px 24px;
}

/* line 257, app/assets/stylesheets/all_solution.scss */
.all-solution-services-header .header-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 24px;
  gap: 24px;
  width: 723px;
  height: 236px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

/* line 270, app/assets/stylesheets/all_solution.scss */
.all-solution-services-header .service__circles {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px;
  gap: 10px;
  width: 88px;
  height: 88px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 80px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

/* line 286, app/assets/stylesheets/all_solution.scss */
.all-solution-services-header .frame-10 {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px;
  gap: 10px;
  width: 56px;
  height: 56px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 32px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

/* line 303, app/assets/stylesheets/all_solution.scss */
.all-solution-services-header .ellipse-22 {
  width: 24px;
  height: 24px;
  background: #009CDE;
  border: 3px solid #ffffff;
  border-radius: 50%;
  flex: none;
  order: 0;
  flex-grow: 0;
}

/* line 314, app/assets/stylesheets/all_solution.scss */
.all-solution-services-header .services__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  gap: 24px;
  width: 723px;
  height: 100px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

/* line 327, app/assets/stylesheets/all_solution.scss */
.all-solution-services-header .typography-4xl-40 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 499px;
  height: 48px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

/* line 340, app/assets/stylesheets/all_solution.scss */
.all-solution-services-header .typography-xl-20 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 723px;
  height: 28px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

/* line 354, app/assets/stylesheets/all_solution.scss */
.all-solution-services-header .all-solution-services__title {
  margin: 0;
  width: 499px;
  height: 48px;
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: capitalize;
  color: #009CDE;
  flex: none;
  order: 0;
  flex-grow: 0;
}

/* line 374, app/assets/stylesheets/all_solution.scss */
.all-solution-services-header .all-solution-services__subtitle {
  margin: 0;
  width: 723px;
  height: 28px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  flex: none;
  order: 0;
  flex-grow: 0;
}

/* line 391, app/assets/stylesheets/all_solution.scss */
.all-solution-service {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  isolation: isolate;
  width: 1280px;
  max-width: 100%;
  min-height: 384px;
  height: auto;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
  z-index: 2;
  position: relative;
  overflow: visible;
}

/* line 410, app/assets/stylesheets/all_solution.scss */
.all-solution-service--reverse {
  z-index: 3;
}

/* line 413, app/assets/stylesheets/all_solution.scss */
.all-solution-service--reverse .all-solution-service__left {
  order: 0;
  border-inline-width: 1px 0;
  border-start-start-radius: 16px;
  border-start-end-radius: 0;
  border-end-end-radius: 0;
  border-end-start-radius: 16px;
  z-index: 0;
}

/* line 423, app/assets/stylesheets/all_solution.scss */
.all-solution-service--reverse .all-solution-service__separators {
  order: 1;
}

/* line 427, app/assets/stylesheets/all_solution.scss */
.all-solution-service--reverse .all-solution-service__image {
  inset-inline-end: 0;
}

/* line 431, app/assets/stylesheets/all_solution.scss */
.all-solution-service--reverse .all-solution-service__content {
  order: 2;
  padding-block: 40px;
  padding-inline: 80px 0;
  z-index: 2;
}

/* line 437, app/assets/stylesheets/all_solution.scss */
.all-solution-service--reverse .all-solution-service__content .typography-3xl-32 {
  width: auto;
  max-width: 560px;
  min-height: 40px;
  height: auto;
}

/* line 444, app/assets/stylesheets/all_solution.scss */
.all-solution-service--reverse .all-solution-service__content .all-solution-service__title {
  width: auto;
  max-width: 560px;
}

/* line 449, app/assets/stylesheets/all_solution.scss */
.all-solution-service--reverse .all-solution-service__content .typography-xl-20 {
  width: auto;
  max-width: 560px;
  min-height: 28px;
  height: auto;
}

/* line 456, app/assets/stylesheets/all_solution.scss */
.all-solution-service--reverse .all-solution-service__content .all-solution-service__tagline {
  width: auto;
  max-width: 560px;
}

/* line 462, app/assets/stylesheets/all_solution.scss */
.all-solution-service--reverse .all-solution-service__button {
  min-width: 148px;
}

/* line 467, app/assets/stylesheets/all_solution.scss */
.all-solution-service__content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-block: 40px;
  padding-inline: 0 80px;
  gap: 24px;
  width: 640px;
  min-height: 384px;
  height: auto;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 1;
  z-index: 0;
}

/* line 485, app/assets/stylesheets/all_solution.scss */
.all-solution-service__content .typography-3xl-32 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  gap: 10px;
  width: auto;
  max-width: 560px;
  min-height: 40px;
  height: auto;
  flex: none;
  order: 1;
  flex-grow: 0;
}

/* line 501, app/assets/stylesheets/all_solution.scss */
.all-solution-service__content .typography-xl-20 {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  width: auto;
  max-width: 560px;
  min-height: 28px;
  height: auto;
  flex: none;
  order: 2;
  flex-grow: 0;
}

/* line 515, app/assets/stylesheets/all_solution.scss */
.all-solution-service__content .typography-m-16-regular {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
  width: 560px;
  max-width: 100%;
  min-height: 48px;
  height: auto;
  flex: none;
  order: 3;
  align-self: stretch;
  flex-grow: 0;
}

/* line 531, app/assets/stylesheets/all_solution.scss */
.all-solution-service__icon {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 16px;
  gap: 10px;
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

/* line 548, app/assets/stylesheets/all_solution.scss */
.all-solution-service__icon-image {
  width: 32px;
  height: 32px;
  flex: none;
  order: 0;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
}

/* line 558, app/assets/stylesheets/all_solution.scss */
.all-solution-service__title {
  margin: 0;
  width: auto;
  max-width: 560px;
  min-height: 40px;
  height: auto;
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  display: flex;
  align-items: center;
  color: #ffffff;
  flex: none;
  order: 0;
  flex-grow: 0;
}

/* line 577, app/assets/stylesheets/all_solution.scss */
.all-solution-service__tagline {
  margin: 0;
  width: auto;
  max-width: 560px;
  min-height: 28px;
  height: auto;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  font-style: normal;
  display: flex;
  align-items: center;
  color: #009CDE;
  flex: none;
  order: 0;
  flex-grow: 0;
}

/* line 593, app/assets/stylesheets/all_solution.scss */
.all-solution-service__description {
  margin: 0;
  width: 560px;
  max-width: 100%;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  color: #ffffff;
  flex: none;
  order: 0;
  flex-grow: 1;
}

/* line 605, app/assets/stylesheets/all_solution.scss */
.all-solution-service__separators {
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  z-index: 10;
  width: 0;
  min-height: 384px;
  position: relative;
  pointer-events: none;
  overflow: visible;
}

/* line 618, app/assets/stylesheets/all_solution.scss */
.all-solution-service__separator-line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 384px;
  border: 0;
  background: repeating-linear-gradient(to bottom, #ffffff 0, #ffffff 4px, transparent 4px, transparent 9px);
  transform: translate(-50%, -50%);
  transform-origin: center center;
  margin: 0;
  padding: 0;
  z-index: 0;
}

/* line 639, app/assets/stylesheets/all_solution.scss */
.all-solution-service__left {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  gap: 2px;
  width: 640px;
  min-height: 384px;
  height: auto;
  align-self: stretch;
  background: #001F2C;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.15);
  border-block-width: 1px;
  border-inline-width: 0 1px;
  border-start-start-radius: 0;
  border-start-end-radius: 16px;
  border-end-end-radius: 16px;
  border-end-start-radius: 0;
  flex: none;
  order: 2;
  flex-grow: 1;
  z-index: 2;
  position: relative;
  overflow: hidden;
}

/* line 670, app/assets/stylesheets/all_solution.scss */
.all-solution-service__service-image {
  position: relative;
  width: 639.5px;
  max-width: 100%;
  min-height: 384px;
  height: 100%;
  flex: 1 1 auto;
  order: 0;
  align-self: stretch;
}

/* line 681, app/assets/stylesheets/all_solution.scss */
.all-solution-service__image {
  position: absolute;
  width: 640px;
  height: 781px;
  inset-inline-end: 18.5px;
  bottom: -200px;
  object-fit: contain;
  display: block;
  pointer-events: none;
}

/* line 695, app/assets/stylesheets/all_solution.scss */
.all-solution-service__action {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 64px 24px 24px;
  gap: 10px;
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  transform: none;
  background: linear-gradient(to top, rgba(0, 31, 44, 0.88) 0%, rgba(0, 31, 44, 0.64) 42%, rgba(0, 31, 44, 0) 100%);
  z-index: 2;
  pointer-events: auto;
}

/* line 717, app/assets/stylesheets/all_solution.scss */
.all-solution-service__button {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  gap: 8px;
  min-width: 0;
  height: 40px;
  background: #F9A529;
  border-radius: 32px;
  text-decoration: none;
  flex: none;
  order: 0;
  flex-grow: 0;
  line-height: 1;
  transition: background 0.18s ease, transform 0.18s ease;
}

/* line 736, app/assets/stylesheets/all_solution.scss */
.all-solution-service__button:hover {
  color: #ffffff;
  text-decoration: none;
  background: #E09525;
  transform: translateY(-2px);
}

/* line 743, app/assets/stylesheets/all_solution.scss */
.all-solution-service__button:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}

/* line 749, app/assets/stylesheets/all_solution.scss */
.all-solution-service__button-text {
  width: auto;
  margin: 0;
  padding: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  color: #ffffff;
  flex: none;
  order: 0;
  flex-grow: 0;
}

/* line 766, app/assets/stylesheets/all_solution.scss */
.all-solution-service__circles {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 8px;
  gap: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 80px;
  flex: none;
  flex-grow: 0;
  z-index: 2;
  pointer-events: none;
}

/* line 787, app/assets/stylesheets/all_solution.scss */
.all-solution-service__circles::before {
  content: "";
  position: absolute;
  width: 88px;
  height: 88px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  pointer-events: none;
}

/* line 801, app/assets/stylesheets/all_solution.scss */
.all-solution-service__circles-frame {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px;
  gap: 10px;
  width: 56px;
  height: 56px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 32px;
  flex: none;
  order: 0;
  flex-grow: 0;
  position: relative;
  z-index: 1;
}

/* line 820, app/assets/stylesheets/all_solution.scss */
.all-solution-service__circles-dot {
  width: 24px;
  height: 24px;
  background: #009CDE;
  border: 3px solid #ffffff;
  border-radius: 50%;
  flex: none;
  order: 0;
  flex-grow: 0;
}

/* line 832, app/assets/stylesheets/all_solution.scss */
.all-solution-tools {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  gap: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  background: #E6F5FC;
  align-self: stretch;
  box-sizing: border-box;
}

/* line 846, app/assets/stylesheets/all_solution.scss */
.all-solution-tools__top-cap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 10px;
  width: 100%;
  height: 80px;
  background: #E6F5FC;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

/* line 860, app/assets/stylesheets/all_solution.scss */
.all-solution-tools__top-cap-curve {
  width: 100%;
  height: 80px;
  background: #001F2C;
  border-radius: 0 0 80px 80px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

/* line 870, app/assets/stylesheets/all_solution.scss */
.all-solution-tools__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px;
  box-sizing: border-box;
}

/* line 882, app/assets/stylesheets/all_solution.scss */
.all-solution-tools__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 730px;
  text-align: center;
}

/* line 891, app/assets/stylesheets/all_solution.scss */
.all-solution-tools__title {
  margin: 0;
  font-family: "Figtree", sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  text-transform: none;
  color: #009CDE;
}

/* line 902, app/assets/stylesheets/all_solution.scss */
.all-solution-tools__subtitle {
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #001F2C;
}

/* line 909, app/assets/stylesheets/all_solution.scss */
.all-solution-tools__grid {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  max-width: 1280px;
}

/* line 919, app/assets/stylesheets/all_solution.scss */
.all-solution-tool-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 24px;
  gap: 40px;
  flex: 1 1 0;
  min-width: 0;
  max-width: 400px;
  min-height: 602px;
  height: auto;
  position: relative;
  background: #ffffff;
  box-shadow: 0 2px 24px rgba(0, 31, 44, 0.16);
  border-radius: 16px;
  box-sizing: border-box;
}

/* line 937, app/assets/stylesheets/all_solution.scss */
.all-solution-tool-card__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  flex: 1 1 auto;
  position: relative;
}

/* line 948, app/assets/stylesheets/all_solution.scss */
.all-solution-tool-card__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
}

/* line 956, app/assets/stylesheets/all_solution.scss */
.all-solution-tool-card__image-img {
  width: 250px;
  height: 250px;
  object-fit: contain;
  display: block;
}

/* line 963, app/assets/stylesheets/all_solution.scss */
.all-solution-tool-card__details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  flex: 1 1 auto;
}

/* line 972, app/assets/stylesheets/all_solution.scss */
.all-solution-tool-card__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

/* line 980, app/assets/stylesheets/all_solution.scss */
.all-solution-tool-card__title {
  margin: 0;
  font-family: "Figtree", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  color: #001F2C;
}

/* line 989, app/assets/stylesheets/all_solution.scss */
.all-solution-tool-card__tagline {
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #001F2C;
}

/* line 995, app/assets/stylesheets/all_solution.scss */
.all-solution-tool-card__description {
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #334C56;
  flex-grow: 1;
}

/* line 1002, app/assets/stylesheets/all_solution.scss */
.all-solution-tool-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  gap: 8px;
  height: 40px;
  min-height: 40px;
  background: #F9A529;
  border-radius: 32px;
  color: #ffffff;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  line-height: 1;
  text-transform: capitalize;
  text-decoration: none;
}

/* line 1018, app/assets/stylesheets/all_solution.scss */
.all-solution-tool-card__cta:hover {
  color: #ffffff;
  background: #e09420;
}

@media (min-width: 601px) and (max-width: 1024px) {
  /* line 1026, app/assets/stylesheets/all_solution.scss */
  #all-solution-page {
    margin-top: calc(-1 * var(--header-outer-height, 80px));
    padding-top: var(--header-outer-height, 80px);
  }
  /* line 1031, app/assets/stylesheets/all_solution.scss */
  .all-solution-hero-section {
    height: 706px;
    min-height: 706px;
    padding: 0;
    background: #E6F5FC;
  }
  /* line 1037, app/assets/stylesheets/all_solution.scss */
  .all-solution-hero-section .hero-section__background {
    left: 50%;
    max-width: 100%;
    height: 634px;
    transform: translateX(calc(-50% - 1px));
  }
  /* line 1044, app/assets/stylesheets/all_solution.scss */
  .all-solution-hero-section .hero-section__background-image--desktop {
    display: block;
  }
  /* line 1048, app/assets/stylesheets/all_solution.scss */
  .all-solution-hero-section .hero-section__background-image--mobile {
    display: none;
  }
  /* line 1052, app/assets/stylesheets/all_solution.scss */
  .all-solution-hero-section .hero-content {
    width: 100%;
    max-width: 834px;
    padding: 40px 80px 0;
    gap: 64px;
  }
  /* line 1059, app/assets/stylesheets/all_solution.scss */
  .all-solution-hero-section .hero-content__text {
    max-width: 674px;
  }
  /* line 1063, app/assets/stylesheets/all_solution.scss */
  .all-solution-hero-section .hero-content__title {
    font-size: 56px;
    line-height: 64px;
  }
  /* line 1068, app/assets/stylesheets/all_solution.scss */
  .all-solution-hero-section .hero-content__subtitle-top {
    font-size: 20px;
    line-height: 28px;
  }
  /* line 1073, app/assets/stylesheets/all_solution.scss */
  .all-solution-hero-section .hero-content__subtitle-bottom {
    font-size: 32px;
    line-height: 40px;
  }
  /* line 1078, app/assets/stylesheets/all_solution.scss */
  .all-solution-hero-section .all-solution-hero__waves {
    top: auto;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 120px;
    transform: translateX(-50%);
  }
  /* line 1087, app/assets/stylesheets/all_solution.scss */
  .all-solution-hero-section .all-solution-hero__waves-image--desktop {
    display: block;
  }
  /* line 1091, app/assets/stylesheets/all_solution.scss */
  .all-solution-hero-section .all-solution-hero__waves-image--mobile {
    display: none;
  }
  /* line 1095, app/assets/stylesheets/all_solution.scss */
  .all-solution-hero-section .all-solution-hero__waves-image {
    transform: none;
  }
  /* line 1101, app/assets/stylesheets/all_solution.scss */
  .all-solution-services__list {
    margin-top: 36px;
  }
  /* line 1105, app/assets/stylesheets/all_solution.scss */
  .all-solution-services__bg-group {
    opacity: 0.75;
  }
  /* line 1110, app/assets/stylesheets/all_solution.scss */
  .all-solution-service {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    isolation: isolate;
    max-width: 100%;
    height: 384px;
    min-height: 384px;
    align-self: stretch;
    flex-grow: 0;
    z-index: 2;
  }
  /* line 1124, app/assets/stylesheets/all_solution.scss */
  .all-solution-service--reverse {
    z-index: 3;
  }
  /* line 1127, app/assets/stylesheets/all_solution.scss */
  .all-solution-service--reverse .all-solution-service__left {
    order: 0;
    border-inline-width: 1px 0;
    border-start-start-radius: 16px;
    border-start-end-radius: 0;
    border-end-end-radius: 0;
    border-end-start-radius: 16px;
  }
  /* line 1136, app/assets/stylesheets/all_solution.scss */
  .all-solution-service--reverse .all-solution-service__separators {
    order: 1;
  }
  /* line 1140, app/assets/stylesheets/all_solution.scss */
  .all-solution-service--reverse .all-solution-service__content {
    order: 2;
    padding-block: 40px;
    padding-inline: 80px 0;
  }
  /* line 1146, app/assets/stylesheets/all_solution.scss */
  .all-solution-service--reverse .all-solution-service__content .typography-3xl-32,
.all-solution-service--reverse .all-solution-service__title {
    width: 286px;
    max-width: 286px;
    height: 40px;
  }
  /* line 1153, app/assets/stylesheets/all_solution.scss */
  .all-solution-service--reverse .all-solution-service__content .typography-xl-20,
.all-solution-service--reverse .all-solution-service__tagline {
    width: 205px;
    max-width: 205px;
    height: 28px;
  }
  /* line 1160, app/assets/stylesheets/all_solution.scss */
  .all-solution-service--reverse .all-solution-service__button {
    width: 148px;
  }
  /* line 1165, app/assets/stylesheets/all_solution.scss */
  .all-solution-service .all-solution-service__left {
    width: 377px;
    height: 384px;
    min-height: 384px;
    border-inline-width: 0 1px;
    border-start-start-radius: 0;
    border-start-end-radius: 16px;
    border-end-end-radius: 16px;
    border-end-start-radius: 0;
  }
  /* line 1176, app/assets/stylesheets/all_solution.scss */
  .all-solution-service .all-solution-service__separators {
    display: flex;
    width: 0;
    min-height: 384px;
    order: 1;
    align-self: stretch;
  }
  /* line 1184, app/assets/stylesheets/all_solution.scss */
  .all-solution-service .all-solution-service__separator-line {
    display: block;
  }
  /* line 1188, app/assets/stylesheets/all_solution.scss */
  .all-solution-service .all-solution-service__content {
    width: 377px;
    height: 384px;
    min-height: 384px;
  }
  /* line 1194, app/assets/stylesheets/all_solution.scss */
  .all-solution-service .all-solution-service__content .typography-3xl-32,
.all-solution-service .all-solution-service__title {
    width: 200px;
    max-width: 200px;
    height: 40px;
  }
  /* line 1201, app/assets/stylesheets/all_solution.scss */
  .all-solution-service .all-solution-service__content .typography-xl-20,
.all-solution-service .all-solution-service__tagline {
    width: 197px;
    max-width: 197px;
    height: 28px;
  }
  /* line 1208, app/assets/stylesheets/all_solution.scss */
  .all-solution-service .all-solution-service__content .typography-m-16-regular {
    width: 297px;
    max-width: 297px;
    height: 96px;
    min-height: 96px;
  }
  /* line 1215, app/assets/stylesheets/all_solution.scss */
  .all-solution-service .all-solution-service__description {
    width: 297px;
    max-width: 297px;
    height: 96px;
    display: flex;
    align-items: center;
  }
  /* line 1223, app/assets/stylesheets/all_solution.scss */
  .all-solution-service .all-solution-service__service-image {
    width: 639.5px;
    height: 384px;
    min-height: 384px;
  }
  /* line 1229, app/assets/stylesheets/all_solution.scss */
  .all-solution-service .all-solution-service__image {
    width: 781px;
    height: 781px;
    inset-inline-end: -0.5px;
    bottom: -123px;
    object-fit: contain;
  }
  /* line 1237, app/assets/stylesheets/all_solution.scss */
  .all-solution-service .all-solution-service--reverse .all-solution-service__image {
    inset-inline-end: 0;
    transform: rotate(180deg);
  }
  /* line 1242, app/assets/stylesheets/all_solution.scss */
  .all-solution-service .all-solution-service__action {
    width: 100%;
    height: auto;
    padding: 40px 16px 16px;
  }
  /* line 1248, app/assets/stylesheets/all_solution.scss */
  .all-solution-service .all-solution-service__button {
    min-width: 115px;
    padding: 0 16px;
    height: 40px;
    line-height: 1;
  }
  /* line 1257, app/assets/stylesheets/all_solution.scss */
  .all-solution-services-header .header-container,
.all-solution-services-header .services__text,
.all-solution-services-header .typography-xl-20,
.all-solution-services-header .all-solution-services__subtitle {
    width: 100%;
    max-width: 723px;
    height: auto;
  }
  /* line 1266, app/assets/stylesheets/all_solution.scss */
  .all-solution-services-header .typography-4xl-40,
.all-solution-services-header .all-solution-services__title {
    width: 100%;
    max-width: 499px;
    height: auto;
  }
  /* line 1275, app/assets/stylesheets/all_solution.scss */
  .all-solution-tools__container {
    gap: 80px;
    max-width: 754px;
    padding: 80px 40px;
  }
  /* line 1281, app/assets/stylesheets/all_solution.scss */
  .all-solution-tools__grid {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    max-width: 754px;
  }
}

@media (min-width: 601px) and (max-width: 1024px) {
  /* line 1291, app/assets/stylesheets/all_solution.scss */
  .all-solution-tool-card {
    align-self: stretch;
    flex: none;
    width: 100%;
    max-width: none;
    min-height: 336px;
    height: auto;
    padding: 40px 24px;
  }
  /* line 1300, app/assets/stylesheets/all_solution.scss */
  .all-solution-tool-card__content {
    flex-direction: row;
    align-items: center;
    gap: 24px;
    width: 100%;
    height: auto;
  }
  /* line 1308, app/assets/stylesheets/all_solution.scss */
  .all-solution-tool-card__image {
    flex: 1 1 0;
    width: auto;
    max-width: 341px;
    min-width: 0;
    height: 250px;
  }
  /* line 1316, app/assets/stylesheets/all_solution.scss */
  .all-solution-tool-card__details {
    flex: 1 1 0;
    gap: 24px;
    width: auto;
    max-width: 341px;
    min-width: 0;
  }
  /* line 1324, app/assets/stylesheets/all_solution.scss */
  .all-solution-tool-card__text {
    gap: 24px;
    width: 100%;
  }
  /* line 1329, app/assets/stylesheets/all_solution.scss */
  .all-solution-tool-card__cta {
    flex: none;
    align-self: flex-start;
  }
}

@media (max-width: 1024px) {
  /* line 1337, app/assets/stylesheets/all_solution.scss */
  .all-solution-tools {
    align-items: stretch;
    max-width: none;
    width: 100%;
    flex-shrink: 0;
  }
  /* line 1343, app/assets/stylesheets/all_solution.scss */
  .all-solution-tools__container {
    gap: 40px;
    max-width: none;
    width: 100%;
    align-items: stretch;
    padding: 40px 24px;
  }
  /* line 1351, app/assets/stylesheets/all_solution.scss */
  .all-solution-tools__header {
    align-self: stretch;
    gap: 24px;
    max-width: none;
    width: 100%;
  }
  /* line 1358, app/assets/stylesheets/all_solution.scss */
  .all-solution-tools__title {
    width: 100%;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    text-transform: none;
    color: #009CDE;
  }
  /* line 1367, app/assets/stylesheets/all_solution.scss */
  .all-solution-tools__subtitle {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    color: #001F2C;
  }
  /* line 1376, app/assets/stylesheets/all_solution.scss */
  .all-solution-tools__grid {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    max-width: none;
    width: 100%;
  }
  /* line 1385, app/assets/stylesheets/all_solution.scss */
  .all-solution-tool-card {
    flex: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: stretch;
    width: 100%;
    max-width: none;
    min-height: 0;
    height: auto;
    padding: 24px;
    gap: 24px;
    position: relative;
    overflow: visible;
  }
  /* line 1400, app/assets/stylesheets/all_solution.scss */
  .all-solution-tool-card__content {
    flex: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: stretch;
    gap: 16px;
    width: 100%;
    height: auto;
    position: static;
  }
  /* line 1412, app/assets/stylesheets/all_solution.scss */
  .all-solution-tool-card__image {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex: none;
    align-self: stretch;
    width: 100%;
    max-width: none;
    height: 160px;
    position: static;
  }
  /* line 1425, app/assets/stylesheets/all_solution.scss */
  .all-solution-tool-card__image-img {
    width: 160px;
    height: 160px;
    object-fit: contain;
    position: static;
  }
  /* line 1432, app/assets/stylesheets/all_solution.scss */
  .all-solution-tool-card__text {
    flex: none;
    align-self: stretch;
    gap: 8px;
    width: 100%;
    max-width: none;
    position: static;
  }
  /* line 1441, app/assets/stylesheets/all_solution.scss */
  .all-solution-tool-card__title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #001F2C;
  }
  /* line 1448, app/assets/stylesheets/all_solution.scss */
  .all-solution-tool-card__tagline {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #001F2C;
  }
  /* line 1455, app/assets/stylesheets/all_solution.scss */
  .all-solution-tool-card__description {
    font-size: 16px;
    line-height: 24px;
    color: #334C56;
    flex-grow: 0;
  }
  /* line 1462, app/assets/stylesheets/all_solution.scss */
  .all-solution-tool-card__cta {
    flex: none;
    align-self: flex-start;
    position: static;
  }
}

@media (max-width: 600px) {
  /* line 1471, app/assets/stylesheets/all_solution.scss */
  #all-solution-page {
    margin-top: calc(-1 * var(--header-outer-height, 80px));
    padding-top: var(--header-outer-height, 80px);
  }
  /* line 1476, app/assets/stylesheets/all_solution.scss */
  .all-solution-hero__separator {
    display: none;
  }
  /* line 1480, app/assets/stylesheets/all_solution.scss */
  .all-solution-hero-section {
    height: 500px;
    min-height: 500px;
    padding: 0;
    background: #E6F5FC;
    justify-content: flex-start;
  }
  /* line 1487, app/assets/stylesheets/all_solution.scss */
  .all-solution-hero-section .hero-section__background {
    left: 50%;
    max-width: 100%;
    height: 500px;
    transform: translateX(-50%);
  }
  /* line 1494, app/assets/stylesheets/all_solution.scss */
  .all-solution-hero-section .hero-section__background-image--desktop {
    display: none;
  }
  /* line 1498, app/assets/stylesheets/all_solution.scss */
  .all-solution-hero-section .hero-section__background-image--mobile {
    display: block;
  }
  /* line 1502, app/assets/stylesheets/all_solution.scss */
  .all-solution-hero-section .hero-section__background-image {
    object-fit: cover;
    object-position: center bottom;
  }
  /* line 1507, app/assets/stylesheets/all_solution.scss */
  .all-solution-hero-section .all-solution-hero__waves {
    top: auto;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 52px;
    transform: translateX(-50%);
  }
  /* line 1516, app/assets/stylesheets/all_solution.scss */
  .all-solution-hero-section .all-solution-hero__waves-image--desktop {
    display: none;
  }
  /* line 1520, app/assets/stylesheets/all_solution.scss */
  .all-solution-hero-section .all-solution-hero__waves-image--mobile {
    display: block;
  }
  /* line 1524, app/assets/stylesheets/all_solution.scss */
  .all-solution-hero-section .all-solution-hero__waves-image {
    transform: none;
  }
  /* line 1528, app/assets/stylesheets/all_solution.scss */
  .all-solution-hero-section .hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
    padding: calc(var(--header-outer-height, 80px) + 16px) 24px 0;
    gap: 64px;
    justify-content: flex-start;
  }
  /* line 1545, app/assets/stylesheets/all_solution.scss */
  .all-solution-hero-section .hero-content__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 24px;
    width: 100%;
    max-width: 342px;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    text-align: center;
  }
  /* line 1559, app/assets/stylesheets/all_solution.scss */
  .all-solution-hero-section .hero-content__title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 100%;
    max-width: 342px;
    min-height: 96px;
    margin: 0;
    font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #009CDE;
    flex: none;
    align-self: stretch;
    flex-grow: 1;
  }
  /* line 1581, app/assets/stylesheets/all_solution.scss */
  .all-solution-hero-section .hero-content__subtitle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 16px;
    width: 100%;
    max-width: 342px;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
  }
  /* line 1594, app/assets/stylesheets/all_solution.scss */
  .all-solution-hero-section .hero-content__subtitle-top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 100%;
    max-width: 342px;
    min-height: 26px;
    margin: 0;
    font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #001F2C;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
  }
  /* line 1616, app/assets/stylesheets/all_solution.scss */
  .all-solution-hero-section .hero-content__subtitle-bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: 10px;
    width: 100%;
    max-width: 342px;
    min-height: 40px;
    margin: 0;
    font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #004E6F;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
  }
  /* line 1640, app/assets/stylesheets/all_solution.scss */
  .all-solution-services {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 24px 40px;
    gap: 24px;
    isolation: isolate;
    width: 100%;
    min-height: 3984px;
    background: #001F2C;
  }
  /* line 1652, app/assets/stylesheets/all_solution.scss */
  .all-solution-services__background-layer {
    width: 1436px;
    height: 2700px;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0.9;
  }
  /* line 1661, app/assets/stylesheets/all_solution.scss */
  .all-solution-services__bg-group {
    opacity: 0.02;
  }
  /* line 1664, app/assets/stylesheets/all_solution.scss */
  .all-solution-services__bg-group--top-left {
    width: 717px;
    height: 718px;
    inset-inline-start: -18px;
    top: 2154px;
  }
  /* line 1671, app/assets/stylesheets/all_solution.scss */
  .all-solution-services__bg-group--top-right {
    width: 717px;
    height: 718px;
    inset-inline-end: -18px;
    top: 2154px;
  }
  /* line 1678, app/assets/stylesheets/all_solution.scss */
  .all-solution-services__bg-group--middle {
    width: 574px;
    height: 575px;
    inset-inline-start: 431px;
    top: 2062px;
    transform: none;
  }
  /* line 1686, app/assets/stylesheets/all_solution.scss */
  .all-solution-services__bg-group--bottom-left {
    width: 573px;
    height: 574px;
    inset-inline-start: -37px;
    top: 2086px;
  }
  /* line 1693, app/assets/stylesheets/all_solution.scss */
  .all-solution-services__bg-group--bottom-right {
    width: 717px;
    height: 718px;
    inset-inline-end: -358px;
    top: 2154px;
  }
  /* line 1701, app/assets/stylesheets/all_solution.scss */
  .all-solution-services__container {
    width: 100%;
    margin: 0;
  }
  /* line 1706, app/assets/stylesheets/all_solution.scss */
  .all-solution-services__list {
    width: 100%;
    gap: 24px;
    margin-top: 0;
  }
  /* line 1713, app/assets/stylesheets/all_solution.scss */
  .all-solution-services-header {
    width: 100%;
    padding: 0;
  }
  /* line 1717, app/assets/stylesheets/all_solution.scss */
  .all-solution-services-header .header-container {
    width: 100%;
    height: auto;
    gap: 24px;
    padding: 0 0 16px;
  }
  /* line 1724, app/assets/stylesheets/all_solution.scss */
  .all-solution-services-header .services__text,
.all-solution-services-header .typography-4xl-40,
.all-solution-services-header .typography-xl-20,
.all-solution-services-header .all-solution-services__title,
.all-solution-services-header .all-solution-services__subtitle {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /* line 1734, app/assets/stylesheets/all_solution.scss */
  .all-solution-services-header .all-solution-services__title {
    font-size: 32px;
    line-height: 40px;
  }
  /* line 1739, app/assets/stylesheets/all_solution.scss */
  .all-solution-services-header .all-solution-services__subtitle {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    white-space: normal;
  }
  /* line 1747, app/assets/stylesheets/all_solution.scss */
  .all-solution-service {
    width: 100%;
    min-height: 656px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: 0;
    isolation: isolate;
    z-index: 2;
  }
  /* line 1760, app/assets/stylesheets/all_solution.scss */
  .all-solution-service__content {
    width: 100%;
    min-height: 416px;
    padding: 32px 0;
    gap: 24px;
    align-items: center;
    order: 0;
  }
  /* line 1769, app/assets/stylesheets/all_solution.scss */
  .all-solution-service__icon {
    order: 0;
  }
  /* line 1773, app/assets/stylesheets/all_solution.scss */
  .all-solution-service__title, .all-solution-service__tagline, .all-solution-service__description {
    width: 100%;
    max-width: 100%;
    text-align: center;
    justify-content: center;
  }
  /* line 1782, app/assets/stylesheets/all_solution.scss */
  .all-solution-service__title {
    font-size: 28px;
    line-height: 36px;
  }
  /* line 1787, app/assets/stylesheets/all_solution.scss */
  .all-solution-service__tagline {
    font-size: 20px;
    line-height: 28px;
  }
  /* line 1792, app/assets/stylesheets/all_solution.scss */
  .all-solution-service__description {
    font-size: 16px;
    line-height: 24px;
  }
  /* line 1797, app/assets/stylesheets/all_solution.scss */
  .all-solution-service__left {
    width: 100%;
    height: 240px;
    min-height: 240px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    order: 1;
    align-self: stretch;
  }
  /* line 1807, app/assets/stylesheets/all_solution.scss */
  .all-solution-service__service-image {
    width: 100%;
    height: 240px;
    min-height: 240px;
  }
  /* line 1813, app/assets/stylesheets/all_solution.scss */
  .all-solution-service__image {
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    object-fit: contain;
    object-position: center;
    transform: none;
  }
  /* line 1823, app/assets/stylesheets/all_solution.scss */
  .all-solution-service__action {
    width: 100%;
    max-width: 100%;
    height: 88px;
    padding: 24px 16px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    justify-content: center;
  }
  /* line 1834, app/assets/stylesheets/all_solution.scss */
  .all-solution-service__button {
    width: auto;
    min-width: 115px;
    max-width: 100%;
    padding: 8px 16px;
  }
  /* line 1844, app/assets/stylesheets/all_solution.scss */
  .all-solution-service__separators {
    display: none;
  }
  /* line 1849, app/assets/stylesheets/all_solution.scss */
  .all-solution-service--reverse .all-solution-service__content {
    order: 0;
    padding: 32px 0;
    align-items: center;
  }
  /* line 1855, app/assets/stylesheets/all_solution.scss */
  .all-solution-service--reverse .all-solution-service__left {
    order: 1;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
  }
  /* line 1861, app/assets/stylesheets/all_solution.scss */
  .all-solution-service--reverse .all-solution-service__image {
    right: 0;
    bottom: 0;
    transform: none;
  }
}
/* line 1, app/assets/stylesheets/animation.scss */
.floating-button {
  z-index: 100;
  border-radius: 50%;
  box-shadow: 0px 4px 56px 0px #002A3F29;
  animation: updown 15s ease 1s infinite normal none running;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, app/assets/stylesheets/animation.scss */
  .floating-button {
    animation: none;
  }
}

@keyframes updown {
  0%, 12%, 25%, 75% {
    transform: scale(1);
  }
  6%, 18% {
    transform: scale(1.3);
  }
}
/* line 4, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] {
  direction: rtl;
  text-align: start;
}

@media (max-width: 1199px) {
  /* line 15, app/assets/stylesheets/ar.scss */
  body[data-locale='ar'] .header {
    direction: ltr;
  }
  /* line 19, app/assets/stylesheets/ar.scss */
  body[data-locale='ar'] .header > .header-brand {
    order: 5;
    margin-right: 0;
    margin-left: auto;
  }
  /* line 25, app/assets/stylesheets/ar.scss */
  body[data-locale='ar'] .header > .header-menu-toggler {
    order: 0;
  }
  /* line 29, app/assets/stylesheets/ar.scss */
  body[data-locale='ar'] .header > .header-language {
    order: 4;
  }
  /* line 33, app/assets/stylesheets/ar.scss */
  body[data-locale='ar'] .header > .header-account {
    order: 1;
  }
}

@media (max-width: 1199px) and (min-width: 601px) and (max-width: 1199px) {
  /* line 38, app/assets/stylesheets/ar.scss */
  body[data-locale='ar'] .header > .header-resources-link.header-post-language-link {
    order: 2;
  }
  /* line 42, app/assets/stylesheets/ar.scss */
  body[data-locale='ar'] .header > .header-account {
    order: 3;
  }
}

/* line 48, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] .stmega,
body[data-locale='ar'] .user-menu,
body[data-locale='ar'] .locale-menu,
body[data-locale='ar'] .header-mobile-drawer {
  text-align: start;
}

/* line 54, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] .stmega .header-mobile-drawer__panel,
body[data-locale='ar'] .stmega .header-mobile-drawer__views,
body[data-locale='ar'] .stmega .header-mobile-drawer__tab,
body[data-locale='ar'] .stmega .header-mobile-drawer__tab-label,
body[data-locale='ar'] .stmega .header-mobile-drawer__account-link,
body[data-locale='ar'] .stmega .header-mobile-drawer__list-link,
body[data-locale='ar'] .stmega .header-mobile-drawer__subnav-link,
body[data-locale='ar'] .stmega .header-mobile-drawer__back,
body[data-locale='ar'] .user-menu .header-mobile-drawer__panel,
body[data-locale='ar'] .user-menu .header-mobile-drawer__views,
body[data-locale='ar'] .user-menu .header-mobile-drawer__tab,
body[data-locale='ar'] .user-menu .header-mobile-drawer__tab-label,
body[data-locale='ar'] .user-menu .header-mobile-drawer__account-link,
body[data-locale='ar'] .user-menu .header-mobile-drawer__list-link,
body[data-locale='ar'] .user-menu .header-mobile-drawer__subnav-link,
body[data-locale='ar'] .user-menu .header-mobile-drawer__back,
body[data-locale='ar'] .locale-menu .header-mobile-drawer__panel,
body[data-locale='ar'] .locale-menu .header-mobile-drawer__views,
body[data-locale='ar'] .locale-menu .header-mobile-drawer__tab,
body[data-locale='ar'] .locale-menu .header-mobile-drawer__tab-label,
body[data-locale='ar'] .locale-menu .header-mobile-drawer__account-link,
body[data-locale='ar'] .locale-menu .header-mobile-drawer__list-link,
body[data-locale='ar'] .locale-menu .header-mobile-drawer__subnav-link,
body[data-locale='ar'] .locale-menu .header-mobile-drawer__back,
body[data-locale='ar'] .header-mobile-drawer .header-mobile-drawer__panel,
body[data-locale='ar'] .header-mobile-drawer .header-mobile-drawer__views,
body[data-locale='ar'] .header-mobile-drawer .header-mobile-drawer__tab,
body[data-locale='ar'] .header-mobile-drawer .header-mobile-drawer__tab-label,
body[data-locale='ar'] .header-mobile-drawer .header-mobile-drawer__account-link,
body[data-locale='ar'] .header-mobile-drawer .header-mobile-drawer__list-link,
body[data-locale='ar'] .header-mobile-drawer .header-mobile-drawer__subnav-link,
body[data-locale='ar'] .header-mobile-drawer .header-mobile-drawer__back {
  text-align: start;
}

/* line 74, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] .main-tool__tabs .lg-tab:first-child {
  border-radius: 0 16px 16px 0;
}

/* line 78, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] .main-tool__tabs .lg-tab:last-child {
  border-radius: 16px 0 0 16px;
}

/* line 82, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] .main-tool__tabs .lg-tab:first-child:not(.lg-tab--active) {
  border-width: 1px 1px 1px 0;
}

/* line 86, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] .main-tool__tabs .lg-tab:last-child:not(.lg-tab--active) {
  border-width: 1px 0 1px 1px;
}

/* line 92, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] .good-deal-section__arrows {
  justify-content: center;
}

/* line 100, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] .good-deal-section__slider,
body[data-locale='ar'] .good-deal-section__track {
  direction: ltr;
}

/* line 105, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] .good-deal-section__element {
  direction: rtl;
}

/* line 110, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] .good-deal-section .info__location img {
  transform: rotate(180deg);
}

/* line 119, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] .numbers-card {
  direction: ltr;
  text-align: left;
}

/* line 124, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] .next-arrow-wrapper {
  --direction-scale: -1;
}

/* line 132, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] .merged-input .location-selector.origin .component-search__input-wrapper {
  border-radius: 50px 0 0 50px !important;
}

/* line 138, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] .merged-input .extra-selector.origin .component-search__input-wrapper {
  border-radius: 0 50px 50px 0 !important;
  border-left: none;
}

/* line 145, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] .merged-input .extra-selector.destination .component-search__input-wrapper {
  border-radius: 50px 0 0 50px !important;
}

/* line 151, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] .merged-input .location-selector.destination .component-search__input-wrapper {
  border-radius: 0 50px 50px 0 !important;
  border-left: none;
}

@media (max-width: 1024px) {
  /* line 162, app/assets/stylesheets/ar.scss */
  body[data-locale='ar'] .merged-input .extra-selector.destination .component-search__input-wrapper,
body[data-locale='ar'] .merged-input .location-selector.origin .component-search__input-wrapper,
body[data-locale='ar'] .merged-input .extra-selector.origin .component-search__input-wrapper,
body[data-locale='ar'] .merged-input .location-selector.destination .component-search__input-wrapper {
    border-radius: 50px !important;
  }
}

/* line 169, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] .search-select-item-label span {
  text-align: right;
}

/* line 173, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] .popover-done-button-wrapper {
  justify-content: flex-start;
}

/* line 177, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] #cargo:not(:placeholder-shown) {
  direction: ltr;
  text-align: right;
}

/* line 186, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] .searching-progress #progressbar .ui-progressbar-value {
  left: auto;
  right: 0;
  border-radius: 0 24px 24px 0;
}

/* line 197, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] .footer .content__lists.lists {
  justify-content: flex-start;
}

/* line 203, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] .footer .buttons__copyright {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}

/* line 212, app/assets/stylesheets/ar.scss */
body[data-locale='ar'] .sign-up-form input[type='tel'] {
  direction: rtl;
}

@media (min-width: 1200px) {
  /* line 239, app/assets/stylesheets/ar.scss */
  body[data-locale='ar'] .stmega {
    left: auto !important;
    right: 16px !important;
    border-radius: 24px 0 24px 24px !important;
  }
}

@media (max-width: 600px) {
  /* line 247, app/assets/stylesheets/ar.scss */
  body[data-locale='ar'] .header-menu-toggler {
    margin: 0 !important;
  }
}
/* line 6, app/assets/stylesheets/article.scss */
.article__content {
  padding: 32px;
  max-width: 800px;
  margin: 0 12%;
}

@media (min-width: 1025px) {
  /* line 6, app/assets/stylesheets/article.scss */
  .article__content {
    max-width: 800px;
    margin: 0 auto;
  }
}

/* line 16, app/assets/stylesheets/article.scss */
.article__header {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 13px;
  margin: 70px;
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: break-word;
  max-width: 50%;
  background: #F7FCFF;
  box-shadow: 0px 12px 24px -6px rgba(24, 26, 42, 0.2);
  border-radius: 12px;
  top: 75%;
  left: 9%;
  padding: 50px;
}

@media (max-width: 1440px) {
  /* line 16, app/assets/stylesheets/article.scss */
  .article__header {
    padding: 15px;
  }
}

@media (max-width: 1024px) {
  /* line 16, app/assets/stylesheets/article.scss */
  .article__header {
    padding: 15px;
    top: 60%;
    left: 8%;
    max-width: 60%;
    gap: 5px;
  }
}

/* line 48, app/assets/stylesheets/article.scss */
.article__header-title {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 46px;
  text-align: center;
  text-align: start;
  color: black;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}

/* line 60, app/assets/stylesheets/article.scss */
.article__header-date {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-align: start;
  color: white;
  background-color: #129EDA;
  border-radius: 6px;
  padding: 4px 10px;
}

@media (max-width: 1024px) {
  /* line 71, app/assets/stylesheets/article.scss */
  .article__header-title {
    font-family: "Secondary";
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    text-align: start;
  }
}

@media (max-width: 1024px) {
  /* line 16, app/assets/stylesheets/article.scss */
  .article__header {
    max-width: unset;
    left: 0;
  }
}

@media (max-width: 600px) {
  /* line 16, app/assets/stylesheets/article.scss */
  .article__header {
    margin: 40px;
  }
  /* line 84, app/assets/stylesheets/article.scss */
  .article__header-title {
    -webkit-line-clamp: unset;
    line-clamp: unset;
  }
}

/* line 91, app/assets/stylesheets/article.scss */
.article__body {
  margin-top: 25%;
  margin-left: 20%;
  margin-right: -24%;
  overflow-wrap: break-word;
}

@media (max-width: 1024px) {
  /* line 91, app/assets/stylesheets/article.scss */
  .article__body {
    margin: 0 auto;
    margin-top: 3%;
  }
}

/* line 102, app/assets/stylesheets/article.scss */
.article__body .trix-content ul,
.article__body .trix-content ol {
  margin: 1rem 0 1rem 1.5rem;
  padding: 0;
}

/* line 108, app/assets/stylesheets/article.scss */
.article__body .trix-content ul {
  list-style-type: disc;
}

/* line 112, app/assets/stylesheets/article.scss */
.article__body .trix-content ol {
  list-style-type: decimal;
}

/* line 116, app/assets/stylesheets/article.scss */
.article__body .trix-content ul ul {
  list-style-type: circle;
}

/* line 120, app/assets/stylesheets/article.scss */
.article__body .trix-content ol ol {
  list-style-type: lower-alpha;
}

/* line 124, app/assets/stylesheets/article.scss */
.article__body .trix-content li {
  display: list-item;
  margin-bottom: 0.35rem;
  padding: 0;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 35px;
  text-align: center;
  text-align: start;
}

@media (max-width: 1024px) {
  /* line 124, app/assets/stylesheets/article.scss */
  .article__body .trix-content li {
    font-family: "Secondary";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    text-align: start;
  }
}

/* line 136, app/assets/stylesheets/article.scss */
.article__body .trix-content li::marker {
  color: #129eda;
}

/* line 140, app/assets/stylesheets/article.scss */
.article__body .trix-content h1 {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  text-align: start;
  margin-bottom: 18px;
}

@media (max-width: 1024px) {
  /* line 140, app/assets/stylesheets/article.scss */
  .article__body .trix-content h1 {
    font-family: "Secondary";
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 35px;
    text-align: center;
    text-align: start;
  }
}

/* line 151, app/assets/stylesheets/article.scss */
.article__body .trix-content div {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 35px;
  text-align: center;
  text-align: start;
}

@media (max-width: 1024px) {
  /* line 151, app/assets/stylesheets/article.scss */
  .article__body .trix-content div {
    font-family: "Secondary";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    text-align: start;
  }
}

/* line 161, app/assets/stylesheets/article.scss */
.article__body .trix-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
}

/* line 167, app/assets/stylesheets/article.scss */
.article__body .trix-content th,
.article__body .trix-content td {
  border: 1px solid #ddd;
  padding: 8px 12px;
  text-align: start;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

/* line 175, app/assets/stylesheets/article.scss */
.article__body .trix-content th {
  background-color: #f7fcff;
  font-weight: 500;
}

/* line 180, app/assets/stylesheets/article.scss */
.article__body .trix-content img {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
  border-radius: 4px;
}

/* line 187, app/assets/stylesheets/article.scss */
.article__body .trix-content a {
  color: #129eda;
  text-decoration: underline;
}

/* line 192, app/assets/stylesheets/article.scss */
.article__body .paragraph {
  margin: 30px 0px 10px;
}

/* line 196, app/assets/stylesheets/article.scss */
.article__body .title {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 18px;
  text-align: center;
  text-align: start;
  margin-bottom: 18px;
}

/* line 202, app/assets/stylesheets/article.scss */
.article__body .text {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  text-align: start;
  color: #212121;
}

/* line 209, app/assets/stylesheets/article.scss */
.article__body.rtl {
  margin-left: 0px;
  margin-right: 0px;
}

/* line 214, app/assets/stylesheets/article.scss */
.article__banner {
  position: relative;
  z-index: -1;
}

/* line 218, app/assets/stylesheets/article.scss */
.article__banner img {
  width: 90%;
  height: 610px;
  object-fit: cover;
  border-radius: 12px;
  margin-left: 5%;
}

/* line 226, app/assets/stylesheets/article.scss */
.article__banner img.canada {
  object-position: center 60%;
}

/* line 230, app/assets/stylesheets/article.scss */
.article__banner img.tension {
  object-position: center 40%;
}

/* line 234, app/assets/stylesheets/article.scss */
.article__banner img.price-rise {
  object-position: center 60%;
  object-fit: revert;
}

/* line 239, app/assets/stylesheets/article.scss */
.article__banner img.msc {
  object-position: center 80%;
}

/* line 243, app/assets/stylesheets/article.scss */
.article__banner img.customs-exempt {
  object-position: center 75%;
}

/* line 247, app/assets/stylesheets/article.scss */
.article__banner img.tarros {
  object-position: center 60%;
}

/* line 251, app/assets/stylesheets/article.scss */
.article__banner img.hapag {
  object-position: center 45%;
}

/* line 255, app/assets/stylesheets/article.scss */
.article__banner img.hapag2 {
  object-position: center 70%;
}

/* line 259, app/assets/stylesheets/article.scss */
.article__banner img.yard {
  object-position: center 100%;
}

/* line 263, app/assets/stylesheets/article.scss */
.article__banner img.opportunity {
  object-position: center 10%;
}

/* line 267, app/assets/stylesheets/article.scss */
.article__banner img.one {
  object-position: center 65%;
}

/* line 271, app/assets/stylesheets/article.scss */
.article__banner img.severe_weather {
  object-position: center 40%;
}

/* line 275, app/assets/stylesheets/article.scss */
.article__banner img.suez_economy {
  object-position: center 65%;
}

/* line 279, app/assets/stylesheets/article.scss */
.article__banner img.cma3 {
  object-position: center 60%;
}

/* line 283, app/assets/stylesheets/article.scss */
.article__banner img.maersk {
  object-position: center 65%;
}

/* line 287, app/assets/stylesheets/article.scss */
.article__banner img.hodeidah {
  object-position: center 60%;
}

/* line 292, app/assets/stylesheets/article.scss */
.article__link {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  text-align: center;
}

/* line 296, app/assets/stylesheets/article.scss */
.article__link a {
  color: #00239C;
  text-decoration: underline;
}

/* line 300, app/assets/stylesheets/article.scss */
.article__link a:hover {
  color: #00239C;
}

/* line 306, app/assets/stylesheets/article.scss */
.article__actions {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 10px;
}

/* line 313, app/assets/stylesheets/article.scss */
.article__actions-title {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 18px;
  text-align: center;
  text-align: start;
  margin-bottom: 10px;
}
@charset "UTF-8";
/* line 5, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  visibility: visible;
  z-index: 999999;
  overflow: auto;
  background-color: rgba(193, 201, 210, 0.7);
  /* Multiline “Additional details” — not the tall single-purpose textarea height above */
}

/* line 21, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form input[type=text], .ask-for-more-form select, .ask-for-more-form textarea {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-align: start;
  height: 50px;
  width: 100%;
  padding: 0 16px;
  outline: none;
  border: 1px solid #e0e4ec;
  border-radius: 6px;
}

/* line 33, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form select {
  color: grey;
}

/* line 42, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .select2-container--default .select2-selection--single {
  height: 50px;
  border: 1px solid #e0e4ec;
  border-radius: 6px;
  outline: none;
}

/* line 48, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-align: start;
  line-height: 50px;
  padding-left: 16px;
  padding-right: 40px;
  color: grey;
}

/* line 57, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: grey;
}

/* line 61, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  right: 8px;
}

/* line 66, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .select2-container--default .select2-selection--single .select2-selection__clear {
  margin-top: 12px;
  margin-right: 16px;
}

/* line 72, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .select2-container--default.select2-container--focus .select2-selection--single, .ask-for-more-form .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #e0e4ec;
}

/* line 78, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form textarea {
  height: 250px;
  resize: none;
  padding: 16px;
}

/* line 85, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form textarea#detail-additional {
  height: auto;
  min-height: 5rem;
  max-height: 18rem;
  resize: vertical;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}

/* line 94, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .assign-to-myself {
  margin-top: 4px;
}

/* line 98, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .wrapper-cancel {
  position: absolute;
  top: 0px;
  right: 20px;
  cursor: pointer;
  display: flex;
  padding: 6px;
}

/* line 107, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form__wrapper {
  background: #ffffff;
  border-radius: 15px;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100vh;
  width: 50%;
  overflow: scroll;
}

/* line 119, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form__wrapper .field-box {
  margin-bottom: 10px;
}

/* line 124, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form__header {
  font-family: "Primary";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: normal;
  text-align: center;
  text-align: start;
  margin-bottom: 30px;
  position: relative;
}

/* line 131, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: stretch;
}

/* line 138, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form__fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
  width: 100%;
}

/* line 147, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form__field {
  width: 48%;
}

/* line 150, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form__field-large {
  width: 100%;
}

/* line 156, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form__label {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  text-align: start;
  margin-bottom: 8px;
}

/* line 161, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form__label .required {
  color: #c62828;
  margin-left: 2px;
}

/* line 167, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-details-fields .ask-for-more-form__field {
  margin-bottom: 4px;
}

/* line 171, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-quote-from {
  width: 100%;
  padding: 20px 22px;
  border-radius: 12px;
  background: linear-gradient(180deg, #f8fafc 0%, #f3f6fa 100%);
  border: 1px solid #e8edf4;
  box-shadow: 0 1px 2px rgba(33, 33, 33, 0.04);
}

/* line 179, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-quote-from__header {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 14px;
}

/* line 186, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-quote-from__label {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-align: start;
  color: #1a202c;
}

/* line 191, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-quote-from__label .required {
  color: #c62828;
  margin-left: 2px;
}

/* line 197, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-quote-from__hint {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #718096;
  text-align: start;
}

/* line 203, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-quote-from__options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
  gap: 10px;
}

/* line 209, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-quote-from__option {
  position: relative;
  min-width: 0;
}

/* line 214, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-quote-from__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 226, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-quote-from__pill {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  width: 100%;
  min-height: 64px;
  padding: 14px 16px;
  margin-bottom: 0;
  cursor: pointer;
  border: 1.5px solid #e0e6ef;
  border-radius: 10px;
  background: #fff;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

/* line 242, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-quote-from__pill:hover {
  border-color: #b8c5d6;
  background: #fbfcfe;
}

/* line 248, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-quote-from__input:checked + .ask-for-more-quote-from__pill, .ask-for-more-form .ask-for-more-quote-from__input:checked + .ask-for-more-quote-from__pill:hover {
  border-color: #039BE5;
  background: rgba(3, 155, 229, 0.08);
  box-shadow: 0 0 0 1px rgba(3, 155, 229, 0.2);
}

/* line 254, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-quote-from__input:checked + .ask-for-more-quote-from__pill .ask-for-more-quote-from__pill-title, .ask-for-more-form .ask-for-more-quote-from__input:checked + .ask-for-more-quote-from__pill:hover .ask-for-more-quote-from__pill-title {
  color: #0277bd;
}

/* line 258, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-quote-from__input:checked + .ask-for-more-quote-from__pill .ask-for-more-quote-from__pill-desc, .ask-for-more-form .ask-for-more-quote-from__input:checked + .ask-for-more-quote-from__pill:hover .ask-for-more-quote-from__pill-desc {
  color: #039BE5;
}

/* line 263, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-quote-from__pill-title {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #2d3748;
}

/* line 268, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-quote-from__pill-desc {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #718096;
}

/* line 273, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-quote-from__input:focus-visible + .ask-for-more-quote-from__pill {
  outline: none;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.25);
}

/* line 279, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-container-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 14px;
  margin-bottom: 8px;
  border: 1px solid #e0e4ec;
  border-radius: 8px;
  background: #fbfcfe;
}

/* line 291, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-container-row__name {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-align: start;
}

/* line 299, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-container-counter {
  display: flex;
  align-items: stretch;
  flex: 0 0 auto;
  border: 1px solid #e0e4ec;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

/* line 309, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-container-counter__step {
  width: 36px;
  padding: 0;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #4a5568;
  background: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}

/* line 319, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-container-counter__step:hover {
  background: #eef1f7;
  color: #1a202c;
}

/* line 324, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-container-counter__step:active {
  background: #e0e4ec;
}

/* line 328, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-container-counter__step:disabled {
  color: #c1c9d2;
  cursor: not-allowed;
  background: #fff;
}

/* line 335, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-container-counter__value {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  width: 48px;
  height: 36px;
  text-align: center;
  padding: 0;
  outline: none;
  border: none;
  border-left: 1px solid #e0e4ec;
  border-right: 1px solid #e0e4ec;
  border-radius: 0;
  background: #fff;
  -moz-appearance: textfield;
}

/* line 350, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-form .ask-for-more-container-counter__value::-webkit-outer-spin-button, .ask-for-more-form .ask-for-more-container-counter__value::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (max-width: 1024px) {
  /* line 360, app/assets/stylesheets/ask-for-more.scss */
  .ask-for-more-form__wrapper {
    width: 80%;
  }
  /* line 364, app/assets/stylesheets/ask-for-more.scss */
  .ask-for-more-form__content {
    flex-direction: column;
  }
  /* line 368, app/assets/stylesheets/ask-for-more.scss */
  .ask-for-more-form__fields {
    flex-direction: column;
  }
  /* line 372, app/assets/stylesheets/ask-for-more.scss */
  .ask-for-more-form__field {
    width: 100%;
  }
}

@media (max-width: 600px) {
  /* line 378, app/assets/stylesheets/ask-for-more.scss */
  .ask-for-more-form__wrapper {
    width: 100%;
  }
}

/* line 385, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 25;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

/* line 398, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-alert__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(193, 201, 210, 0.7);
}

/* line 407, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-alert__box {
  position: relative;
  background: #ffffff;
  border: 1px solid #e0e4ec;
  border-radius: 15px;
  padding: 24px 28px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 20px rgba(33, 33, 33, 0.15);
}

/* line 418, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-alert__message {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #212121;
  margin-bottom: 20px;
  text-align: start;
}

/* line 425, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-alert__ok {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  display: block;
  width: 100%;
  padding: 12px 24px;
  background-color: #039BE5;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

/* line 437, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-alert__ok:hover {
  background-color: #0280bd;
}

/* line 441, app/assets/stylesheets/ask-for-more.scss */
.ask-for-more-alert__ok:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(3, 155, 229, 0.3);
}
/* line 6, app/assets/stylesheets/blog.scss */
.blog__content {
  padding: 40px 63px;
  display: flex;
  justify-content: center;
}

@media (max-width: 1024px) {
  /* line 6, app/assets/stylesheets/blog.scss */
  .blog__content {
    flex-direction: column;
    padding: 40px 25px;
  }
}

/* line 17, app/assets/stylesheets/blog.scss */
.blog__header {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 13px;
  margin: 70px;
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: break-word;
  max-width: 50%;
  background: #F7FCFF;
  box-shadow: 0px 12px 24px -6px rgba(24, 26, 42, 0.2);
  border-radius: 12px;
  top: 75%;
  left: 9%;
  padding: 50px;
}

@media (max-width: 1440px) {
  /* line 17, app/assets/stylesheets/blog.scss */
  .blog__header {
    padding: 15px;
  }
}

@media (max-width: 1024px) {
  /* line 17, app/assets/stylesheets/blog.scss */
  .blog__header {
    padding: 15px;
    top: 60%;
    left: 8%;
    max-width: 60%;
    gap: 5px;
  }
}

/* line 49, app/assets/stylesheets/blog.scss */
.blog__header-title {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 46px;
  text-align: center;
  text-align: start;
  color: black;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}

/* line 61, app/assets/stylesheets/blog.scss */
.blog__header-date {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-align: start;
  color: white;
  background-color: #129EDA;
  border-radius: 6px;
  padding: 4px 10px;
}

@media (max-width: 1024px) {
  /* line 72, app/assets/stylesheets/blog.scss */
  .blog__header-title {
    font-family: "Secondary";
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    text-align: start;
  }
}

@media (max-width: 1024px) {
  /* line 17, app/assets/stylesheets/blog.scss */
  .blog__header {
    max-width: unset;
    left: 0;
  }
}

@media (max-width: 600px) {
  /* line 17, app/assets/stylesheets/blog.scss */
  .blog__header {
    margin: 40px;
  }
  /* line 85, app/assets/stylesheets/blog.scss */
  .blog__header-title {
    -webkit-line-clamp: unset;
    line-clamp: unset;
  }
}

/* line 92, app/assets/stylesheets/blog.scss */
.blog__table {
  background-color: #F7FCFF;
  border: 1px solid #E2E2E2;
  border-radius: 8px;
  padding: 20px;
  margin: 0 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  position: sticky;
  height: fit-content;
  max-height: 800px;
  max-width: 20%;
  min-width: 19%;
  top: 40px;
  left: 75%;
  overflow-y: scroll;
}

@media (max-width: 1024px) {
  /* line 92, app/assets/stylesheets/blog.scss */
  .blog__table {
    position: static;
    margin: 25px;
    margin-top: 5%;
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  /* line 92, app/assets/stylesheets/blog.scss */
  .blog__table {
    position: static;
    margin: 0;
    width: 100%;
    max-width: unset;
  }
}

/* line 123, app/assets/stylesheets/blog.scss */
.blog__table-title {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  text-align: start;
  margin-bottom: 18px;
  color: #212121;
}

@media (max-width: 600px) {
  /* line 123, app/assets/stylesheets/blog.scss */
  .blog__table-title {
    font-family: "Secondary";
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }
}

/* line 135, app/assets/stylesheets/blog.scss */
.blog__table ol {
  font-size: medium;
  font-family: 'Secondary', sans-serif;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 142, app/assets/stylesheets/blog.scss */
.blog__table ol li {
  padding: 10px 15px;
  border-bottom: 1px solid #E2E2E2;
  transition: background-color 0.3s;
  font-weight: 500;
  overflow-wrap: break-word;
  text-align: start;
}

/* line 150, app/assets/stylesheets/blog.scss */
.blog__table ol li:last-child {
  border-bottom: none;
}

/* line 154, app/assets/stylesheets/blog.scss */
.blog__table ol li:hover {
  background-color: #ffff;
}

/* line 158, app/assets/stylesheets/blog.scss */
.blog__table ol li a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

/* line 163, app/assets/stylesheets/blog.scss */
.blog__table ol li a:hover {
  color: #F9A529;
  text-decoration: wavy;
}

/* line 172, app/assets/stylesheets/blog.scss */
.blog__body {
  margin-top: 9%;
  margin-left: -24%;
  margin-right: 20%;
  max-width: 50%;
  overflow-wrap: break-word;
}

/* line 179, app/assets/stylesheets/blog.scss */
.blog__body .trix-content ul,
.blog__body .trix-content ol {
  margin: 1rem 0 1rem 1.5rem;
  padding: 0;
}

@media (max-width: 1024px) {
  /* line 172, app/assets/stylesheets/blog.scss */
  .blog__body {
    margin: 0 auto;
    margin-top: 3%;
    max-width: 70%;
  }
}

/* line 191, app/assets/stylesheets/blog.scss */
.blog__body .trix-content li {
  display: list-item;
  margin-bottom: 0.35rem;
  padding: 0;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 35px;
  text-align: center;
  text-align: start;
}

@media (max-width: 1024px) {
  /* line 191, app/assets/stylesheets/blog.scss */
  .blog__body .trix-content li {
    font-family: "Secondary";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    text-align: start;
  }
}

/* line 204, app/assets/stylesheets/blog.scss */
.blog__body .trix-content li::marker {
  color: #129eda;
}

/* line 208, app/assets/stylesheets/blog.scss */
.blog__body .trix-content h1 {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  text-align: start;
  margin-bottom: 18px;
}

@media (max-width: 1024px) {
  /* line 208, app/assets/stylesheets/blog.scss */
  .blog__body .trix-content h1 {
    font-family: "Secondary";
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 35px;
    text-align: center;
    text-align: start;
  }
}

/* line 219, app/assets/stylesheets/blog.scss */
.blog__body .trix-content div {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 35px;
  text-align: center;
  text-align: start;
}

@media (max-width: 1024px) {
  /* line 219, app/assets/stylesheets/blog.scss */
  .blog__body .trix-content div {
    font-family: "Secondary";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    text-align: start;
  }
}

/* line 229, app/assets/stylesheets/blog.scss */
.blog__body .trix-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
}

/* line 235, app/assets/stylesheets/blog.scss */
.blog__body .trix-content th,
.blog__body .trix-content td {
  border: 1px solid #ddd;
  padding: 8px 12px;
  text-align: start;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

/* line 243, app/assets/stylesheets/blog.scss */
.blog__body .trix-content th {
  background-color: #f7fcff;
  font-weight: 500;
}

/* line 248, app/assets/stylesheets/blog.scss */
.blog__body .trix-content img {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
  border-radius: 4px;
}

/* line 255, app/assets/stylesheets/blog.scss */
.blog__body .trix-content a {
  color: #129eda;
  text-decoration: underline;
}

/* line 260, app/assets/stylesheets/blog.scss */
.blog__body .paragraph {
  margin: 35px 0px 15px;
}

/* line 264, app/assets/stylesheets/blog.scss */
.blog__body .title {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  text-align: start;
  margin-bottom: 18px;
}

/* line 270, app/assets/stylesheets/blog.scss */
.blog__body .text {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  text-align: start;
  color: #212121;
  margin: 8px 0;
}

/* line 278, app/assets/stylesheets/blog.scss */
.blog__body.rtl {
  margin-left: 0px;
  margin-right: 0px;
}

/* line 283, app/assets/stylesheets/blog.scss */
.blog__banner {
  position: relative;
}

/* line 286, app/assets/stylesheets/blog.scss */
.blog__banner img {
  width: 90%;
  height: 610px;
  object-fit: cover;
  border-radius: 12px;
  margin-left: 5%;
}

/* line 295, app/assets/stylesheets/blog.scss */
.blog__link {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  text-align: center;
}

/* line 299, app/assets/stylesheets/blog.scss */
.blog__link a {
  color: #00239C;
  text-decoration: underline;
}

/* line 303, app/assets/stylesheets/blog.scss */
.blog__link a:hover {
  color: #00239C;
}

/* line 309, app/assets/stylesheets/blog.scss */
.blog__actions {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

/* line 317, app/assets/stylesheets/blog.scss */
.blog__actions-title {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  text-align: start;
}

/* line 323, app/assets/stylesheets/blog.scss */
.blog__disclaimer {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 8px 24px;
  background-color: #EB5757;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-align: start;
  color: #ffffff;
}

@media (max-width: 1024px) {
  /* line 323, app/assets/stylesheets/blog.scss */
  .blog__disclaimer {
    font-family: "Secondary";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-align: start;
  }
}
/* line 7, app/assets/stylesheets/blogs.scss */
#blogs-page {
  --blogs-header-offset: var(--header-outer-height, 80px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  margin-top: calc(-1 * var(--header-outer-height, 80px));
  padding: 0;
  background: #ffffff;
  box-sizing: border-box;
}

@media (max-width: 1199px) {
  /* line 7, app/assets/stylesheets/blogs.scss */
  #blogs-page {
    --blogs-header-offset: 68px;
  }
}

@media (max-width: 600px) {
  /* line 7, app/assets/stylesheets/blogs.scss */
  #blogs-page {
    --blogs-header-offset: 64px;
  }
}

/* line 29, app/assets/stylesheets/blogs.scss */
#blogs-page::before {
  content: "";
  position: absolute;
  top: calc(-1 * var(--header-outer-height, 80px));
  left: 0;
  right: 0;
  height: var(--header-outer-height, 80px);
  background: #E6F5FC;
  pointer-events: none;
  z-index: 0;
}

/* line 45, app/assets/stylesheets/blogs.scss */
.blogs-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  isolation: isolate;
  width: 100%;
  padding: var(--blogs-header-offset) 0 0;
  background: #E6F5FC;
  box-sizing: border-box;
}

/* line 56, app/assets/stylesheets/blogs.scss */
.blogs-hero__header-bg {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  height: 368px;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

/* line 66, app/assets/stylesheets/blogs.scss */
.blogs-hero__header-bg-image {
  position: absolute;
  left: 50%;
  top: -20px;
  width: 100%;
  max-width: 1440px;
  height: auto;
  min-height: 824px;
  transform: translateX(-50%);
  object-fit: cover;
  opacity: 0.48;
}

/* line 79, app/assets/stylesheets/blogs.scss */
.blogs-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 80px 40px;
  box-sizing: border-box;
}

/* line 93, app/assets/stylesheets/blogs.scss */
.blogs-hero__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 100%;
  text-align: center;
}

/* line 102, app/assets/stylesheets/blogs.scss */
.blogs-hero__title {
  margin: 0;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 900;
  font-size: 56px;
  line-height: 64px;
  text-align: center;
  color: #009CDE;
  text-align: center;
}

/* line 109, app/assets/stylesheets/blogs.scss */
.blogs-hero__subtitle {
  margin: 0;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #001F2C;
  text-align: center;
}

/* line 116, app/assets/stylesheets/blogs.scss */
.blogs-hero__featured {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
  width: 100%;
  max-width: 1280px;
}

/* line 125, app/assets/stylesheets/blogs.scss */
.blogs-hero__secondary {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 24px;
  width: 100%;
}

/* line 133, app/assets/stylesheets/blogs.scss */
.blogs-hero__waves.waves-illustration {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 80px;
  background: #ffffff;
  overflow: hidden;
  flex: none;
  pointer-events: none;
}

/* line 148, app/assets/stylesheets/blogs.scss */
.blogs-hero__waves-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  display: block;
}

/* line 160, app/assets/stylesheets/blogs.scss */
.blogs-hero-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  background: #ffffff;
  box-shadow: 0 2px 24px rgba(0, 31, 44, 0.16);
  border-radius: 16px;
  box-sizing: border-box;
}

/* line 169, app/assets/stylesheets/blogs.scss */
.blogs-hero-card__image {
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  background: #E6F5FC;
  border-radius: 8px;
  overflow: hidden;
}

/* line 178, app/assets/stylesheets/blogs.scss */
.blogs-hero-card__image-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

/* line 185, app/assets/stylesheets/blogs.scss */
.blogs-hero-card__image-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* line 192, app/assets/stylesheets/blogs.scss */
.blogs-hero-card__body {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  min-width: 0;
  padding: 16px 0;
  box-sizing: border-box;
}

/* line 204, app/assets/stylesheets/blogs.scss */
.blogs-hero-card__title {
  margin: 0;
}

/* line 208, app/assets/stylesheets/blogs.scss */
.blogs-hero-card__title-link {
  color: #001F2C;
  text-decoration: none;
}

/* line 212, app/assets/stylesheets/blogs.scss */
.blogs-hero-card__title-link:hover, .blogs-hero-card__title-link:focus {
  color: #001F2C;
  text-decoration: none;
}

/* line 219, app/assets/stylesheets/blogs.scss */
.blogs-hero-card__excerpt {
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #001F2C;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 228, app/assets/stylesheets/blogs.scss */
.blogs-hero-card__meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-height: 32px;
}

/* line 237, app/assets/stylesheets/blogs.scss */
.blogs-hero-card__date {
  flex: none;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #829095;
  white-space: nowrap;
}

/* line 244, app/assets/stylesheets/blogs.scss */
.blogs-hero-card__separator {
  flex: none;
  width: 1px;
  height: 20px;
  background: #B3BCC0;
}

/* line 251, app/assets/stylesheets/blogs.scss */
.blogs-hero-card__author {
  flex: 1 1 auto;
  min-width: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001F2C;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 261, app/assets/stylesheets/blogs.scss */
.blogs-hero-card__read {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 32px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #F9A529;
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;
}

/* line 274, app/assets/stylesheets/blogs.scss */
.blogs-hero-card__read:hover, .blogs-hero-card__read:focus {
  color: #F9A529;
  text-decoration: none;
}

/* line 281, app/assets/stylesheets/blogs.scss */
.blogs-hero-card--main {
  gap: 40px;
  height: 384px;
  padding: 24px 40px 24px 24px;
}

/* line 286, app/assets/stylesheets/blogs.scss */
.blogs-hero-card--main .blogs-hero-card__image {
  flex: 1 1 0;
  height: 336px;
  max-height: 336px;
}

/* line 292, app/assets/stylesheets/blogs.scss */
.blogs-hero-card--main .blogs-hero-card__body {
  flex: 1 1 0;
  height: 336px;
  max-height: 336px;
  padding: 16px 0;
}

/* line 299, app/assets/stylesheets/blogs.scss */
.blogs-hero-card--main .blogs-hero-card__title-link {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 308, app/assets/stylesheets/blogs.scss */
.blogs-hero-card--main .blogs-hero-card__excerpt {
  -webkit-line-clamp: 6;
  line-clamp: 6;
}

/* line 314, app/assets/stylesheets/blogs.scss */
.blogs-hero-card--secondary {
  flex: 1 1 0;
  gap: 24px;
  height: 284px;
  padding: 24px;
}

/* line 320, app/assets/stylesheets/blogs.scss */
.blogs-hero-card--secondary .blogs-hero-card__image {
  flex: 1 1 0;
  height: 236px;
  max-height: 236px;
}

/* line 326, app/assets/stylesheets/blogs.scss */
.blogs-hero-card--secondary .blogs-hero-card__body {
  flex: 1 1 0;
  height: 236px;
  max-height: 236px;
  gap: 16px;
  padding: 0;
}

/* line 334, app/assets/stylesheets/blogs.scss */
.blogs-hero-card--secondary .blogs-hero-card__title-link {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 343, app/assets/stylesheets/blogs.scss */
.blogs-hero-card--secondary .blogs-hero-card__excerpt {
  -webkit-line-clamp: 5;
  line-clamp: 5;
}

/* line 348, app/assets/stylesheets/blogs.scss */
.blogs-hero-card--secondary .blogs-hero-card__meta {
  gap: 8px;
}

/* line 357, app/assets/stylesheets/blogs.scss */
.blogs-content {
  width: 100%;
  background: #ffffff;
}

/* line 361, app/assets/stylesheets/blogs.scss */
.blogs-content__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 80px 40px;
  box-sizing: border-box;
}

/* line 374, app/assets/stylesheets/blogs.scss */
.blogs-toolbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 1280px;
  height: 56px;
  padding: 4px 4px 4px 24px;
  background: #E6F5FC;
  border-radius: 12px;
  box-sizing: border-box;
}

/* line 387, app/assets/stylesheets/blogs.scss */
.blogs-toolbar__count {
  margin: 0;
  flex: none;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #829095;
  white-space: nowrap;
}

/* line 395, app/assets/stylesheets/blogs.scss */
.blogs-toolbar__form {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
}

/* line 401, app/assets/stylesheets/blogs.scss */
.blogs-toolbar__search-field {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1 1 auto;
  min-width: 0;
  height: 48px;
  padding: 8px 16px;
  border: 1px solid #E6E9EA;
  border-radius: 8px;
  background: #ffffff;
  box-sizing: border-box;
}

/* line 415, app/assets/stylesheets/blogs.scss */
.blogs-toolbar__search-icon {
  width: 20px;
  height: 20px;
  flex: none;
}

/* line 421, app/assets/stylesheets/blogs.scss */
.blogs-toolbar__search-input {
  flex: 1 1 auto;
  min-width: 0;
  border: none;
  background: transparent;
  padding: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #001F2C;
  text-transform: capitalize;
}

/* line 431, app/assets/stylesheets/blogs.scss */
.blogs-toolbar__search-input::placeholder {
  color: #829095;
}

/* line 435, app/assets/stylesheets/blogs.scss */
.blogs-toolbar__search-input:focus {
  outline: none;
}

/* line 442, app/assets/stylesheets/blogs.scss */
.blogs-grid__cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  gap: 40px;
  width: 100%;
  max-width: 1280px;
}

/* line 453, app/assets/stylesheets/blogs.scss */
.blogs-grid__empty {
  margin: 0;
  width: 100%;
  max-width: 1280px;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #334C56;
  text-align: center;
}

/* line 463, app/assets/stylesheets/blogs.scss */
.blogs-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 400px;
  max-width: 100%;
  text-decoration: none;
  color: inherit;
}

/* line 473, app/assets/stylesheets/blogs.scss */
.blogs-card:hover, .blogs-card:focus {
  text-decoration: none;
  color: inherit;
}

/* line 479, app/assets/stylesheets/blogs.scss */
.blogs-card__media {
  display: flex;
  width: 100%;
  height: 208px;
  border-radius: 16px;
  overflow: hidden;
  background: #E6F5FC;
}

/* line 488, app/assets/stylesheets/blogs.scss */
.blogs-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* line 495, app/assets/stylesheets/blogs.scss */
.blogs-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 100%;
}

/* line 503, app/assets/stylesheets/blogs.scss */
.blogs-card__title {
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #001F2C;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 514, app/assets/stylesheets/blogs.scss */
.blogs-card__meta {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

/* line 522, app/assets/stylesheets/blogs.scss */
.blogs-card__date {
  flex: none;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #B3BCC0;
  white-space: nowrap;
}

/* line 529, app/assets/stylesheets/blogs.scss */
.blogs-card__separator {
  flex: none;
  width: 1px;
  height: 20px;
  background: #B3BCC0;
}

/* line 536, app/assets/stylesheets/blogs.scss */
.blogs-card__author {
  flex: 1 1 auto;
  min-width: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001F2C;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 547, app/assets/stylesheets/blogs.scss */
.blogs-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 80px;
  padding: 24px 0;
  box-sizing: border-box;
  flex: none;
}

/* line 558, app/assets/stylesheets/blogs.scss */
.blogs-pagination .pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: auto;
  height: 80px;
  margin: 0;
  padding: 24px 0;
  list-style: none;
  box-sizing: border-box;
}

/* line 571, app/assets/stylesheets/blogs.scss */
.blogs-pagination .pagination > div {
  margin: 0;
}

/* line 575, app/assets/stylesheets/blogs.scss */
.blogs-pagination .pagination a {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #829095;
  text-decoration: none;
}

/* line 583, app/assets/stylesheets/blogs.scss */
.blogs-pagination .pagination a:hover, .blogs-pagination .pagination a:focus {
  text-decoration: none;
  color: #829095;
}

/* line 591, app/assets/stylesheets/blogs.scss */
.blogs-pagination .prev,
.blogs-pagination .next {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: none;
  margin: 0;
}

/* line 600, app/assets/stylesheets/blogs.scss */
.blogs-pagination .prev a,
.blogs-pagination .prev > span,
.blogs-pagination .next a,
.blogs-pagination .next > span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  gap: 8px;
  border: none;
  border-radius: 40px;
  background: transparent;
  box-sizing: border-box;
  flex: none;
}

/* line 618, app/assets/stylesheets/blogs.scss */
.blogs-pagination .arrow,
.blogs-pagination .arrow-active,
.blogs-pagination .arrow-rotated,
.blogs-pagination .arrow-rotated-active {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  background: none !important;
  background-image: none !important;
  transform: none;
  flex: none;
}

/* line 632, app/assets/stylesheets/blogs.scss */
.blogs-pagination .arrow::before,
.blogs-pagination .arrow-active::before,
.blogs-pagination .arrow-rotated::before,
.blogs-pagination .arrow-rotated-active::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-left: 2.5px solid #E6E9EA;
  border-bottom: 2.5px solid #E6E9EA;
  box-sizing: border-box;
}

/* line 645, app/assets/stylesheets/blogs.scss */
.blogs-pagination .prev > .arrow,
.blogs-pagination .next > .arrow-rotated {
  width: 40px;
  height: 40px;
  padding: 8px;
  box-sizing: border-box;
}

/* line 655, app/assets/stylesheets/blogs.scss */
.blogs-pagination .arrow::before,
.blogs-pagination .arrow-active::before {
  left: 50%;
  transform: translate(-35%, -50%) rotate(45deg);
}

/* line 663, app/assets/stylesheets/blogs.scss */
.blogs-pagination .arrow-rotated::before,
.blogs-pagination .arrow-rotated-active::before {
  right: 50%;
  transform: translate(35%, -50%) rotate(-135deg);
}

/* line 671, app/assets/stylesheets/blogs.scss */
.blogs-pagination .arrow-active::before,
.blogs-pagination .arrow-rotated-active::before {
  border-color: #829095;
}

/* line 676, app/assets/stylesheets/blogs.scss */
.blogs-pagination .page {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: none;
  margin: 0;
  padding: 0;
  width: 28px;
  height: 28px;
  gap: 10px;
  border: none;
  border-radius: 6px;
  background: transparent;
  box-sizing: border-box;
}

/* line 692, app/assets/stylesheets/blogs.scss */
.blogs-pagination .page a,
.blogs-pagination .page p {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 28px;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 6px;
  font-family: 'Figtree', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #829095;
  text-decoration: none;
  background: transparent;
  box-sizing: border-box;
}

/* line 716, app/assets/stylesheets/blogs.scss */
.blogs-pagination .page.current {
  width: 28px;
  height: 28px;
  background: #009CDE;
  border-radius: 6px;
}

/* line 722, app/assets/stylesheets/blogs.scss */
.blogs-pagination .page.current p {
  width: 28px;
  height: 28px;
  background: transparent;
  color: #FFFFFF;
}

/* line 730, app/assets/stylesheets/blogs.scss */
.blogs-pagination .page.gap {
  width: auto;
  min-width: 28px;
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #829095;
  background: transparent;
}

/* line 740, app/assets/stylesheets/blogs.scss */
.blogs-pagination .page.gap a,
.blogs-pagination .page.gap p,
.blogs-pagination .page.gap span {
  min-width: auto;
  width: auto;
  color: #829095;
}

@media (min-width: 601px) and (max-width: 1024px) {
  /* line 752, app/assets/stylesheets/blogs.scss */
  #blogs-page {
    min-height: auto;
  }
  /* line 757, app/assets/stylesheets/blogs.scss */
  .blogs-hero__content {
    padding: 40px;
    gap: 40px;
  }
  /* line 762, app/assets/stylesheets/blogs.scss */
  .blogs-hero__title {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    font-weight: 900;
  }
  /* line 767, app/assets/stylesheets/blogs.scss */
  .blogs-hero__featured, .blogs-hero__secondary {
    max-width: 754px;
  }
  /* line 772, app/assets/stylesheets/blogs.scss */
  .blogs-hero__secondary {
    flex-direction: column;
  }
  /* line 777, app/assets/stylesheets/blogs.scss */
  .blogs-hero-card--main {
    flex-direction: column;
    height: auto;
    padding: 24px;
  }
  /* line 782, app/assets/stylesheets/blogs.scss */
  .blogs-hero-card--main .blogs-hero-card__image,
.blogs-hero-card--main .blogs-hero-card__body {
    height: auto;
    max-height: none;
  }
  /* line 788, app/assets/stylesheets/blogs.scss */
  .blogs-hero-card--main .blogs-hero-card__image {
    min-height: 260px;
    max-height: 320px;
  }
  /* line 794, app/assets/stylesheets/blogs.scss */
  .blogs-content__inner {
    padding: 40px;
    gap: 40px;
  }
  /* line 799, app/assets/stylesheets/blogs.scss */
  .blogs-toolbar {
    max-width: 754px;
  }
  /* line 803, app/assets/stylesheets/blogs.scss */
  .blogs-grid__cards {
    max-width: 754px;
    gap: 24px;
  }
  /* line 808, app/assets/stylesheets/blogs.scss */
  .blogs-card {
    width: calc((100% - 24px) / 2);
  }
}

@media (max-width: 600px) {
  /* line 814, app/assets/stylesheets/blogs.scss */
  #blogs-page {
    min-height: auto;
  }
  /* line 819, app/assets/stylesheets/blogs.scss */
  .blogs-hero__content {
    padding: 40px 16px;
    gap: 40px;
  }
  /* line 824, app/assets/stylesheets/blogs.scss */
  .blogs-hero__title {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }
  /* line 828, app/assets/stylesheets/blogs.scss */
  .blogs-hero__subtitle {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  /* line 832, app/assets/stylesheets/blogs.scss */
  .blogs-hero__header-bg {
    height: 280px;
  }
  /* line 836, app/assets/stylesheets/blogs.scss */
  .blogs-hero__header-bg-image {
    min-height: 500px;
  }
  /* line 840, app/assets/stylesheets/blogs.scss */
  .blogs-hero__waves.waves-illustration {
    height: 64px;
  }
  /* line 846, app/assets/stylesheets/blogs.scss */
  .blogs-hero__secondary {
    flex-direction: column;
  }
  /* line 851, app/assets/stylesheets/blogs.scss */
  .blogs-hero-card {
    flex-direction: column;
    height: auto;
  }
  /* line 855, app/assets/stylesheets/blogs.scss */
  .blogs-hero-card--main, .blogs-hero-card--secondary {
    padding: 16px;
  }
  /* line 860, app/assets/stylesheets/blogs.scss */
  .blogs-hero-card__image, .blogs-hero-card__body {
    height: auto;
    max-height: none;
  }
  /* line 866, app/assets/stylesheets/blogs.scss */
  .blogs-hero-card__image {
    align-self: stretch;
    width: 100%;
    min-height: 200px;
    max-height: 240px;
  }
  /* line 876, app/assets/stylesheets/blogs.scss */
  .blogs-hero-card__image-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* line 882, app/assets/stylesheets/blogs.scss */
  .blogs-hero-card__meta {
    flex-wrap: wrap;
    gap: 8px;
  }
  /* line 887, app/assets/stylesheets/blogs.scss */
  .blogs-hero-card__author {
    flex: 1 1 100%;
    order: 3;
  }
  /* line 892, app/assets/stylesheets/blogs.scss */
  .blogs-hero-card__read {
    margin-left: auto;
  }
  /* line 897, app/assets/stylesheets/blogs.scss */
  .blogs-content__inner {
    padding: 40px 16px;
    gap: 40px;
  }
  /* line 902, app/assets/stylesheets/blogs.scss */
  .blogs-toolbar {
    flex-direction: column;
    align-items: stretch;
    height: auto;
    padding: 8px 8px 8px 16px;
    gap: 16px;
  }
  /* line 909, app/assets/stylesheets/blogs.scss */
  .blogs-toolbar__count {
    padding-top: 8px;
  }
  /* line 914, app/assets/stylesheets/blogs.scss */
  .blogs-grid__cards {
    gap: 24px;
  }
  /* line 918, app/assets/stylesheets/blogs.scss */
  .blogs-card {
    width: 100%;
  }
  /* line 921, app/assets/stylesheets/blogs.scss */
  .blogs-card__media {
    height: 195px;
  }
}

/* line 927, app/assets/stylesheets/blogs.scss */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* line 10, app/assets/stylesheets/_tags.scss */
.shipment-tag {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  height: 26px;
  min-height: 26px;
  box-sizing: border-box;
  border-radius: 8px;
  flex: none;
  flex-grow: 0;
  text-transform: none;
}

/* line 24, app/assets/stylesheets/_tags.scss */
.shipment-tag__icon {
  width: 12px;
  height: 12px;
  flex: none;
  display: block;
  object-fit: contain;
}

/* line 32, app/assets/stylesheets/_tags.scss */
.shipment-tag__label {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  flex: none;
}

/* line 38, app/assets/stylesheets/_tags.scss */
.shipment-tag--direct {
  background: #009CDE;
  border-radius: 8px 8px 8px 0;
}

/* line 42, app/assets/stylesheets/_tags.scss */
.shipment-tag--direct .shipment-tag__label {
  color: #ffffff;
}

/* line 47, app/assets/stylesheets/_tags.scss */
.shipment-tag--indirect {
  background: transparent;
  border: 1px solid #99D7F2;
  border-radius: 8px 8px 8px 0;
}

/* line 52, app/assets/stylesheets/_tags.scss */
.shipment-tag--indirect .shipment-tag__label {
  color: #009CDE;
}

/* line 57, app/assets/stylesheets/_tags.scss */
.shipment-tag--nearby, .shipment-tag--contract-price {
  background: #001F2C;
}

/* line 61, app/assets/stylesheets/_tags.scss */
.shipment-tag--nearby .shipment-tag__label, .shipment-tag--contract-price .shipment-tag__label {
  color: #ffffff;
}

/* line 66, app/assets/stylesheets/_tags.scss */
.shipment-tag--nearby .shipment-tag__label {
  color: #FBC97F;
}

/* line 70, app/assets/stylesheets/_tags.scss */
.shipment-tag--spot-price {
  background: #FBC97F;
}

/* line 73, app/assets/stylesheets/_tags.scss */
.shipment-tag--spot-price .shipment-tag__label {
  color: #ffffff;
}

/* line 78, app/assets/stylesheets/_tags.scss */
.shipment-tag--expired {
  background: #B3BCC0;
}

/* line 81, app/assets/stylesheets/_tags.scss */
.shipment-tag--expired .shipment-tag__label {
  color: #ffffff;
}

/* line 86, app/assets/stylesheets/_tags.scss */
.shipment-tag--banned {
  background: #EB2525;
}

/* line 89, app/assets/stylesheets/_tags.scss */
.shipment-tag--banned .shipment-tag__label {
  color: #ffffff;
}

/* line 94, app/assets/stylesheets/_tags.scss */
.shipment-tag--warning {
  background: #FFD905;
}

/* line 97, app/assets/stylesheets/_tags.scss */
.shipment-tag--warning .shipment-tag__label {
  color: #001F2C;
}

/* line 102, app/assets/stylesheets/_tags.scss */
.shipment-tag--exclusive {
  background: #009CDE;
}

/* line 105, app/assets/stylesheets/_tags.scss */
.shipment-tag--exclusive .shipment-tag__label {
  color: #ffffff;
}

/* line 111, app/assets/stylesheets/_tags.scss */
.shipment-tag--frozen, .shipment-tag--orange, .shipment-tag--grapes, .shipment-tag--air, .shipment-tag--open-top, .shipment-tag--flat-rack, .shipment-tag--imo {
  background: #F7FDFF;
}

/* line 121, app/assets/stylesheets/_tags.scss */
.shipment-tag--frozen .shipment-tag__label {
  color: #009CDE;
}

/* line 122, app/assets/stylesheets/_tags.scss */
.shipment-tag--orange .shipment-tag__label {
  color: #FAAE3E;
}

/* line 123, app/assets/stylesheets/_tags.scss */
.shipment-tag--grapes .shipment-tag__label {
  color: #BE72FA;
}

/* line 124, app/assets/stylesheets/_tags.scss */
.shipment-tag--air .shipment-tag__label {
  color: #008CC8;
}

/* line 125, app/assets/stylesheets/_tags.scss */
.shipment-tag--open-top .shipment-tag__label {
  color: #C78421;
}

/* line 126, app/assets/stylesheets/_tags.scss */
.shipment-tag--flat-rack .shipment-tag__label {
  color: #334C56;
}

/* line 127, app/assets/stylesheets/_tags.scss */
.shipment-tag--imo .shipment-tag__label {
  color: #F16E6E;
}

/* line 130, app/assets/stylesheets/_tags.scss */
.shipment-tag--small {
  padding: 2px 8px;
  height: 20px;
  min-height: 20px;
  border-radius: 4px;
}

/* line 136, app/assets/stylesheets/_tags.scss */
.shipment-tag--small.shipment-tag--direct, .shipment-tag--small.shipment-tag--indirect {
  border-radius: 4px 4px 4px 0;
}

/* line 141, app/assets/stylesheets/_tags.scss */
.shipment-tag--small .shipment-tag__label {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
}

@media (max-width: 1024px) {
  /* line 148, app/assets/stylesheets/_tags.scss */
  .search-card-header-content__wrapper .search-card-header-direct .shipment-tag,
.search-card-header-content__wrapper .search-card-header-tags-row .shipment-tag {
    padding: 2px 8px;
    height: 20px;
    min-height: 20px;
    border-radius: 4px;
  }
  /* line 155, app/assets/stylesheets/_tags.scss */
  .search-card-header-content__wrapper .search-card-header-direct .shipment-tag.shipment-tag--direct, .search-card-header-content__wrapper .search-card-header-direct .shipment-tag.shipment-tag--indirect,
.search-card-header-content__wrapper .search-card-header-tags-row .shipment-tag.shipment-tag--direct,
.search-card-header-content__wrapper .search-card-header-tags-row .shipment-tag.shipment-tag--indirect {
    border-radius: 4px 4px 4px 0;
  }
  /* line 160, app/assets/stylesheets/_tags.scss */
  .search-card-header-content__wrapper .search-card-header-direct .shipment-tag .shipment-tag__label,
.search-card-header-content__wrapper .search-card-header-tags-row .shipment-tag .shipment-tag__label {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
  }
}

/* line 14, app/assets/stylesheets/book.scss */
.book-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: #ffffff;
}

/* line 21, app/assets/stylesheets/book.scss */
.book-page__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* line 28, app/assets/stylesheets/book.scss */
.book-page__hero.hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: #ffffff;
}

/* line 36, app/assets/stylesheets/book.scss */
.book-page__top.top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 1440px;
  padding: 40px 80px 0;
  box-sizing: border-box;
}

/* line 47, app/assets/stylesheets/book.scss */
.book-page__tags-wave {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: #ffffff;
  flex: none;
  align-self: stretch;
}

/* line 57, app/assets/stylesheets/book.scss */
.book-page__wave.wave-vector {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  width: 100%;
  height: 80px;
  background: #F7FDFF;
  flex: none;
  align-self: stretch;
  overflow: hidden;
  position: relative;
}

/* line 72, app/assets/stylesheets/book.scss */
.book-page__wave.wave-vector .wave-vector__inner.waves-illustration {
  position: relative;
  width: 100%;
  height: 100%;
  flex: none;
}

/* line 79, app/assets/stylesheets/book.scss */
.book-page__wave.wave-vector .wave-vector__line {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

/* line 85, app/assets/stylesheets/book.scss */
.book-page__wave.wave-vector .wave-vector__line--mobile {
  display: none;
}

/* line 91, app/assets/stylesheets/book.scss */
.book-page__details.details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  align-self: stretch;
  padding: 40px 80px 80px;
  background: #F7FDFF;
  box-sizing: border-box;
}

/* line 103, app/assets/stylesheets/book.scss */
.book-page__conditions-actions {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
}

/* line 110, app/assets/stylesheets/book.scss */
.book-page__tracking-cost.tracking-cost {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  max-width: 1280px;
  flex: none;
}

/* line 120, app/assets/stylesheets/book.scss */
.book-page__expired {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 80px 80px;
}

/* line 128, app/assets/stylesheets/book.scss */
.book-page__expired-banner {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 24px;
  border-radius: 16px;
  background: #FEEDD4;
  border: 1px solid #F9A529;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #001F2C;
}

/* line 140, app/assets/stylesheets/book.scss */
.book-page__expired-actions, .book-page__form {
  width: 100%;
}

/* line 145, app/assets/stylesheets/book.scss */
.book-page__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 32px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

/* line 156, app/assets/stylesheets/book.scss */
.book-page__btn--secondary {
  background: #FEEDD4;
  border: 1px solid #F9A529;
  color: #F9A529;
}

/* line 162, app/assets/stylesheets/book.scss */
.book-page__btn--primary {
  background: #F9A529;
  color: #ffffff;
}

/* line 169, app/assets/stylesheets/book.scss */
.page-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 1280px;
  height: 46px;
  padding: 0;
  flex: none;
  align-self: stretch;
}

/* line 181, app/assets/stylesheets/book.scss */
.page-bar__back {
  display: flex;
  flex: none;
  width: 24px;
  height: 24px;
  line-height: 0;
}

/* line 189, app/assets/stylesheets/book.scss */
.page-bar__back-icon {
  display: block;
  width: 24px;
  height: 24px;
}

/* line 195, app/assets/stylesheets/book.scss */
.page-bar__title-subtitle.title-subtitle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  flex: 1;
  min-width: 0;
  height: 46px;
}

/* line 205, app/assets/stylesheets/book.scss */
.page-bar__title {
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #001F2C;
  height: 26px;
  display: flex;
  align-items: center;
}

/* line 214, app/assets/stylesheets/book.scss */
.page-bar__breadcrumb.breadcrumb {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  height: 16px;
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
}

/* line 227, app/assets/stylesheets/book.scss */
.page-bar__actions.actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  flex: none;
  height: 40px;
}

/* line 237, app/assets/stylesheets/book.scss */
.page-bar__btn {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 8px 16px;
  border-radius: 32px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  cursor: pointer;
}

/* line 251, app/assets/stylesheets/book.scss */
.page-bar__btn--secondary {
  background: #FEEDD4;
  border: 1px solid #F9A529;
  color: #F9A529;
}

/* line 257, app/assets/stylesheets/book.scss */
.page-bar__btn--primary {
  background: #F9A529;
  border: none;
  color: #ffffff;
}

/* line 264, app/assets/stylesheets/book.scss */
.page-bar__btn-icon {
  display: block;
  flex: none;
  width: 16px;
  height: 16px;
}

/* line 270, app/assets/stylesheets/book.scss */
.page-bar__btn-icon--trailing {
  width: 20px;
  height: 20px;
}

/* line 278, app/assets/stylesheets/book.scss */
.breadcrumb__item {
  display: flex;
  align-items: center;
  color: #001F2C;
}

/* line 283, app/assets/stylesheets/book.scss */
.breadcrumb__item--muted {
  color: #B3BCC0;
}

/* line 288, app/assets/stylesheets/book.scss */
.breadcrumb__separator {
  color: #B3BCC0;
}

/* line 293, app/assets/stylesheets/book.scss */
.main-widget {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* line 299, app/assets/stylesheets/book.scss */
.main-widget__top-bar {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 24px 0 40px;
  gap: 24px;
  width: 100%;
  max-width: 1280px;
  height: 104px;
  flex: none;
  align-self: stretch;
}

/* line 314, app/assets/stylesheets/book.scss */
.main-widget__from-to.from-to {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex: none;
  height: 40px;
}

/* line 324, app/assets/stylesheets/book.scss */
.main-widget__route.route {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 1280px;
  height: 80px;
  padding: 0 16px 24px;
  box-sizing: border-box;
  flex: none;
  align-self: stretch;
}

/* line 339, app/assets/stylesheets/book.scss */
.main-widget__meta-bar {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 1280px;
  height: 132px;
  padding: 24px 80px;
  border-top: 1px solid #F3F3F3;
  flex: none;
  align-self: stretch;
}

/* line 355, app/assets/stylesheets/book.scss */
.main-widget__shipping-line.shipping-line {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex: 1;
  height: 84px;
  padding: 0;
}

/* line 366, app/assets/stylesheets/book.scss */
.main-widget__direct.direct-qr, .main-widget__schedule.direct-qr {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 230px;
  flex: none;
}

/* line 375, app/assets/stylesheets/book.scss */
.main-widget__direct.direct-qr {
  align-items: flex-start;
}

/* line 379, app/assets/stylesheets/book.scss */
.main-widget__schedule.direct-qr--end {
  align-items: flex-end;
}

/* line 383, app/assets/stylesheets/book.scss */
.main-widget__route-panel {
  width: 100%;
  max-width: 1280px;
  box-sizing: border-box;
}

/* line 389, app/assets/stylesheets/book.scss */
.main-widget__continue {
  display: none;
}

/* line 393, app/assets/stylesheets/book.scss */
.main-widget__dates.dates {
  display: none;
}

/* line 397, app/assets/stylesheets/book.scss */
.main-widget__tags-bar.tags-bar {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 1440px;
  height: 50px;
  padding: 24px 80px 0;
  border-top: 1px solid #F3F3F3;
  flex: none;
  align-self: center;
  margin-inline: auto;
  flex-wrap: wrap;
}

/* line 416, app/assets/stylesheets/book.scss */
.tags-bar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

/* line 424, app/assets/stylesheets/book.scss */
.tags-bar .shipment-tag {
  text-transform: none;
}

/* line 430, app/assets/stylesheets/book.scss */
.from-to__endpoint {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  flex: 1;
  min-width: 0;
}

/* line 437, app/assets/stylesheets/book.scss */
.from-to__endpoint--origin {
  justify-content: flex-end;
}

/* line 441, app/assets/stylesheets/book.scss */
.from-to__endpoint--destination {
  justify-content: flex-start;
}

/* line 446, app/assets/stylesheets/book.scss */
.from-to__city {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  color: #009CDE;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

/* line 456, app/assets/stylesheets/book.scss */
.from-to__city--origin {
  justify-content: flex-end;
}

/* line 460, app/assets/stylesheets/book.scss */
.from-to__city--destination {
  justify-content: flex-start;
}

/* line 465, app/assets/stylesheets/book.scss */
.from-to__country {
  display: none;
}

/* line 469, app/assets/stylesheets/book.scss */
.from-to__icon {
  display: block;
  flex: none;
  width: 24px;
  height: 24px;
}

/* line 478, app/assets/stylesheets/book.scss */
.direct-qr__tag.tag--direct, .direct-qr__tag.tag--indirect {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  height: 26px;
  border-radius: 8px 8px 8px 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: capitalize;
  flex: none;
  width: fit-content;
  box-sizing: border-box;
}

/* line 493, app/assets/stylesheets/book.scss */
.direct-qr__tag.tag--direct .tag__icon, .direct-qr__tag.tag--indirect .tag__icon {
  flex: none;
  width: 12px;
  height: 12px;
}

/* line 500, app/assets/stylesheets/book.scss */
.direct-qr__tag.tag--direct {
  background: #009CDE;
  color: #ffffff;
}

/* line 505, app/assets/stylesheets/book.scss */
.direct-qr__tag.tag--indirect {
  border: 1px solid #99D7F2;
  background: transparent;
  color: #009CDE;
}

/* line 511, app/assets/stylesheets/book.scss */
.direct-qr__text {
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #001F2C;
  align-self: stretch;
}

/* line 517, app/assets/stylesheets/book.scss */
.direct-qr__text--muted {
  color: #829095;
}

/* line 522, app/assets/stylesheets/book.scss */
.direct-qr--end {
  align-items: flex-end;
}

/* line 525, app/assets/stylesheets/book.scss */
.direct-qr--end .direct-qr__text {
  text-align: right;
}

/* line 532, app/assets/stylesheets/book.scss */
.shipping-line__avatar {
  width: 56px;
  height: 56px;
  border-radius: 80px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 542, app/assets/stylesheets/book.scss */
.shipping-line__logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

/* line 548, app/assets/stylesheets/book.scss */
.shipping-line__name {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #001F2C;
  text-align: center;
}

/* line 555, app/assets/stylesheets/book.scss */
.dates {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 0;
  gap: 8px;
}

/* line 564, app/assets/stylesheets/book.scss */
.dates__column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 0;
  width: 0;
  min-height: 48px;
  gap: 0;
}

/* line 573, app/assets/stylesheets/book.scss */
.dates__column--transit {
  align-items: flex-start;
}

/* line 577, app/assets/stylesheets/book.scss */
.dates__column--validity {
  align-items: flex-end;
}

/* line 582, app/assets/stylesheets/book.scss */
.dates__label, .dates__value {
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #829095;
  line-height: 24px;
}

/* line 591, app/assets/stylesheets/book.scss */
.step {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 4px 8px;
  flex: none;
  width: max-content;
  max-width: 220px;
  height: 56px;
}

/* line 604, app/assets/stylesheets/book.scss */
.step__flag.flags {
  display: flex;
  flex: none;
}

/* line 609, app/assets/stylesheets/book.scss */
.step__flag-img {
  flex: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

/* line 617, app/assets/stylesheets/book.scss */
.step__details {
  display: contents;
}

/* line 621, app/assets/stylesheets/book.scss */
.step__name {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #001F2C;
  white-space: nowrap;
}

/* line 627, app/assets/stylesheets/book.scss */
.step__date.step-date {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 100%;
  height: 20px;
}

/* line 638, app/assets/stylesheets/book.scss */
.route-row {
  display: contents;
}

/* line 641, app/assets/stylesheets/book.scss */
.route-row__rail {
  display: none;
}

/* line 645, app/assets/stylesheets/book.scss */
.route-row__content {
  display: contents;
}

/* line 651, app/assets/stylesheets/book.scss */
.step-date__icon {
  flex: none;
  order: 0;
  flex-grow: 0;
  display: block;
  width: 16px;
  height: 16px;
}

/* line 660, app/assets/stylesheets/book.scss */
.step-date__text {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #829095;
  white-space: nowrap;
}

/* line 667, app/assets/stylesheets/book.scss */
.road {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 164px;
  height: 10px;
  flex: none;
}

/* line 676, app/assets/stylesheets/book.scss */
.road__image {
  display: block;
  width: 164px;
  height: 10px;
  flex: none;
}

/* line 684, app/assets/stylesheets/book.scss */
.frame-sea {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  width: 164px;
  height: 50px;
  flex: none;
}

/* line 693, app/assets/stylesheets/book.scss */
.frame-sea__status.status {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  height: 18px;
  flex: none;
}

/* line 702, app/assets/stylesheets/book.scss */
.frame-sea__sea.sea {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 164px;
  height: 10px;
  background: #66C4EB;
  border-radius: 20px;
  background-image: url(/assets/new-sea-87d732c2f9e2ed388c3572a72316cccffed05dce981e93057e024f8de2e85881.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  flex: none;
  align-self: stretch;
  isolation: isolate;
  overflow: hidden;
}

/* line 724, app/assets/stylesheets/book.scss */
.status__icon {
  flex: none;
  width: 12px;
  height: 12px;
}

/* line 730, app/assets/stylesheets/book.scss */
.status__text {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #829095;
  white-space: nowrap;
}

/* line 737, app/assets/stylesheets/book.scss */
.sea__stops.stops {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: stretch;
  padding: 0 4px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}

/* line 752, app/assets/stylesheets/book.scss */
.sea__stops.stops .stops__dash {
  box-sizing: content-box;
  display: block;
  width: 2px;
  height: 100%;
  max-height: 10px;
  background: #829095;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0 2px;
  flex: none;
}

/* line 766, app/assets/stylesheets/book.scss */
.cost-summary,
.help,
.conditions {
  width: 100%;
  max-width: 1280px;
  border-radius: 16px;
  box-shadow: 0 2px 24px rgba(0, 31, 44, 0.16);
  box-sizing: border-box;
}

/* line 777, app/assets/stylesheets/book.scss */
.tracking-cost .cost-summary {
  flex: 1;
}

/* line 782, app/assets/stylesheets/book.scss */
.cost-summary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 24px 24px 0;
  background: #ffffff;
  box-sizing: border-box;
}

/* line 791, app/assets/stylesheets/book.scss */
.cost-summary:not(.is-collapsed) {
  padding-bottom: 24px;
}

/* line 795, app/assets/stylesheets/book.scss */
.cost-summary__header.widget-header {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 0 0 24px;
  border-bottom: 1px solid #E6E9EA;
  box-sizing: border-box;
}

/* line 805, app/assets/stylesheets/book.scss */
.cost-summary__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 16px;
  height: 16px;
  margin-left: auto;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

/* line 819, app/assets/stylesheets/book.scss */
.cost-summary__toggle-icon {
  display: block;
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}

/* line 826, app/assets/stylesheets/book.scss */
.cost-summary:not(.is-collapsed) .cost-summary__toggle-icon {
  transform: rotate(180deg);
}

/* line 830, app/assets/stylesheets/book.scss */
.cost-summary__total-block.total-sea-freight {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

/* line 837, app/assets/stylesheets/book.scss */
.cost-summary__expandable {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

/* line 845, app/assets/stylesheets/book.scss */
.cost-summary__total-row.total, .cost-summary__sub-row.sea-freight {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}

/* line 854, app/assets/stylesheets/book.scss */
.cost-summary__separator {
  height: 1px;
  background: #E6E9EA;
  width: 100%;
  border: none;
}

/* line 861, app/assets/stylesheets/book.scss */
.cost-summary__containers-head.widget-subsection-head {
  display: flex;
  align-items: center;
  width: 100%;
  height: 24px;
  padding-left: 16px;
  box-sizing: border-box;
}

/* line 870, app/assets/stylesheets/book.scss */
.cost-summary__containers.containers {
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

/* line 876, app/assets/stylesheets/book.scss */
.cost-summary .containers {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

/* line 882, app/assets/stylesheets/book.scss */
.cost-summary .containers__row.row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  height: 20px;
  padding: 0;
  box-sizing: border-box;
}

/* line 894, app/assets/stylesheets/book.scss */
.cost-summary .containers__label {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  height: 20px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #001F2C;
  text-transform: capitalize;
}

/* line 905, app/assets/stylesheets/book.scss */
.cost-summary .containers__price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: none;
  min-width: 60px;
  height: 20px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #001F2C;
}

/* line 917, app/assets/stylesheets/book.scss */
.cost-summary__breakdown.cost-breakdown {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  padding: 8px 16px 16px;
  background: #F7FDFF;
  border: 1px solid #B3E1F5;
  border-radius: 8px;
  box-sizing: border-box;
}

/* line 931, app/assets/stylesheets/book.scss */
.widget-header__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* line 937, app/assets/stylesheets/book.scss */
.widget-header__title {
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #001F2C;
  text-transform: capitalize;
}

/* line 946, app/assets/stylesheets/book.scss */
.widget-subsection-head__title {
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #001F2C;
  text-transform: capitalize;
}

/* line 955, app/assets/stylesheets/book.scss */
.total__label {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #001F2C;
}

/* line 960, app/assets/stylesheets/book.scss */
.total__amount {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #009CDE;
}

/* line 967, app/assets/stylesheets/book.scss */
.sea-freight__label {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #829095;
}

/* line 972, app/assets/stylesheets/book.scss */
.sea-freight__amount {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #001F2C;
}

/* line 979, app/assets/stylesheets/book.scss */
.cost-breakdown__head.widget-subsection-head {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 40px;
}

/* line 986, app/assets/stylesheets/book.scss */
.cost-breakdown__details.cost-details {
  width: 100%;
}

/* line 989, app/assets/stylesheets/book.scss */
.cost-breakdown__details.cost-details .details-breakdown-section {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  width: 100%;
}

/* line 996, app/assets/stylesheets/book.scss */
.cost-breakdown__details.cost-details .details-breakdown-main {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-height: 40px;
  padding: 8px 16px;
  background: #E6F5FC;
  box-sizing: border-box;
}

/* line 1009, app/assets/stylesheets/book.scss */
.cost-breakdown__details.cost-details .details-breakdown-main-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  min-height: 24px;
  flex: 1 1 auto;
  min-width: 0;
  padding: 0;
  background: transparent;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #001F2C;
}

/* line 1024, app/assets/stylesheets/book.scss */
.cost-breakdown__details.cost-details .details-breakdown-main-head img {
  width: 24px;
  height: 24px;
  flex: none;
  object-fit: contain;
}

/* line 1031, app/assets/stylesheets/book.scss */
.cost-breakdown__details.cost-details .details-breakdown-main-head label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  margin: 0;
  color: inherit;
  cursor: default;
  overflow-wrap: break-word;
}

/* line 1043, app/assets/stylesheets/book.scss */
.cost-breakdown__details.cost-details .details-breakdown-main-price {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex: none;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #001F2C;
  white-space: nowrap;
}

/* line 1053, app/assets/stylesheets/book.scss */
.cost-breakdown__details.cost-details .details-breakdown-children {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 8px 40px;
  background: #ffffff;
  box-sizing: border-box;
}

/* line 1063, app/assets/stylesheets/book.scss */
.cost-breakdown__details.cost-details .details-breakdown-secondary {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 36px;
  padding: 8px 0;
  margin: 0;
  background: #ffffff;
  border-bottom: 1px solid #F3F3F3;
  box-sizing: border-box;
}

/* line 1076, app/assets/stylesheets/book.scss */
.cost-breakdown__details.cost-details .details-breakdown-secondary:last-child {
  border-bottom: none;
}

/* line 1080, app/assets/stylesheets/book.scss */
.cost-breakdown__details.cost-details .details-breakdown-secondary .details-breakdown-main-head {
  flex: 1;
  min-height: 20px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #829095;
}

/* line 1086, app/assets/stylesheets/book.scss */
.cost-breakdown__details.cost-details .details-breakdown-secondary .details-breakdown-main-head img {
  width: 16px;
  height: 16px;
}

/* line 1092, app/assets/stylesheets/book.scss */
.cost-breakdown__details.cost-details .details-breakdown-secondary .details-breakdown-main-price {
  flex: none;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #829095;
}

/* line 1099, app/assets/stylesheets/book.scss */
.cost-breakdown__details.cost-details .comment {
  display: none;
}

/* line 1105, app/assets/stylesheets/book.scss */
.help {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 16px;
  row-gap: 4px;
  padding: 24px;
  min-height: 102px;
  background: #004E6F;
  color: #ffffff;
  box-sizing: border-box;
}

/* line 1118, app/assets/stylesheets/book.scss */
.help__header {
  display: contents;
}

/* line 1122, app/assets/stylesheets/book.scss */
.help__icon {
  grid-column: 1;
  grid-row: 1 / 3;
  width: 56px;
  height: 54px;
  flex: none;
  align-self: center;
  object-fit: contain;
  object-position: center;
}

/* line 1133, app/assets/stylesheets/book.scss */
.help__title {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  align-self: end;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  text-transform: capitalize;
}

/* line 1143, app/assets/stylesheets/book.scss */
.help__text {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  align-self: start;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
}

/* line 1153, app/assets/stylesheets/book.scss */
.help__btn {
  grid-column: 3;
  grid-row: 1 / 3;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 184px;
  height: 40px;
  padding: 8px 16px;
  border-radius: 32px;
  background: #FEEDD4;
  border: 1px solid #F9A529;
  color: #F9A529;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  cursor: pointer;
  flex: none;
  box-sizing: border-box;
}

/* line 1175, app/assets/stylesheets/book.scss */
.help__btn-icon {
  width: 16px;
  height: 16px;
  flex: none;
}

/* line 1181, app/assets/stylesheets/book.scss */
.help__btn-label {
  flex: none;
  white-space: nowrap;
}

/* line 1187, app/assets/stylesheets/book.scss */
.conditions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  background: #fff4b4;
  box-sizing: border-box;
}

/* line 1196, app/assets/stylesheets/book.scss */
.conditions__header.widget-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-height: 26px;
  padding: 0;
  box-sizing: border-box;
}

/* line 1206, app/assets/stylesheets/book.scss */
.conditions__header.widget-header .widget-header__title {
  flex: 1;
  min-width: 0;
}

/* line 1212, app/assets/stylesheets/book.scss */
.conditions__subtitle {
  margin: 0;
  width: 100%;
  padding-left: 40px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #001F2C;
  line-height: 20px;
  box-sizing: border-box;
}

/* line 1222, app/assets/stylesheets/book.scss */
.conditions__tag.tag {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  flex: none;
  height: 26px;
  padding: 4px 8px;
  border-radius: 8px;
  background: #ffd905;
}

/* line 1234, app/assets/stylesheets/book.scss */
.conditions__tag-icon {
  width: 12px;
  height: 12px;
  flex: none;
}

/* line 1240, app/assets/stylesheets/book.scss */
.conditions__tag-label {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #001F2C;
  text-transform: capitalize;
  white-space: nowrap;
}

/* line 1247, app/assets/stylesheets/book.scss */
.conditions__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  flex: none;
}

/* line 1260, app/assets/stylesheets/book.scss */
.conditions__toggle-icon {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}

/* line 1267, app/assets/stylesheets/book.scss */
.conditions.is-expanded .conditions__toggle-icon,
.conditions.is-expanded .conditions__read-icon {
  transform: rotate(180deg);
}

/* line 1273, app/assets/stylesheets/book.scss */
.conditions__read {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  padding: 8px 0;
  background: #ffd905;
  border-radius: 8px;
  flex: none;
  box-sizing: border-box;
}

/* line 1287, app/assets/stylesheets/book.scss */
.conditions__read-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

/* line 1298, app/assets/stylesheets/book.scss */
.conditions__read-label {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #001F2C;
  line-height: 20px;
}

/* line 1304, app/assets/stylesheets/book.scss */
.conditions__read-icon {
  width: 16px;
  height: 16px;
  flex: none;
  transition: transform 0.2s ease;
}

/* line 1311, app/assets/stylesheets/book.scss */
.conditions__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  gap: 10px;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid #ffd905;
  border-radius: 8px;
  box-sizing: border-box;
}

/* line 1323, app/assets/stylesheets/book.scss */
.conditions__body[hidden] {
  display: none;
}

/* line 1328, app/assets/stylesheets/book.scss */
.conditions__list {
  margin: 0;
  padding-left: 24px;
  list-style: decimal;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #001F2C;
}

/* line 1335, app/assets/stylesheets/book.scss */
.conditions__list li + li {
  margin-top: 0;
}

/* line 1340, app/assets/stylesheets/book.scss */
.conditions__waiting-time-scroll {
  width: 100%;
  margin: 8px 0;
  overflow-x: auto;
}

/* line 1346, app/assets/stylesheets/book.scss */
.conditions__waiting-time {
  min-width: 280px;
  max-width: 460px;
  border-collapse: collapse;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #001F2C;
}

/* line 1353, app/assets/stylesheets/book.scss */
.conditions__waiting-time th,
.conditions__waiting-time td {
  padding: 6px 8px;
  text-align: start;
  border: 1px solid #ffd905;
}

/* line 1360, app/assets/stylesheets/book.scss */
.conditions__waiting-time th {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  background: rgba(255, 217, 5, 0.35);
}

/* line 1367, app/assets/stylesheets/book.scss */
.declaration {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 40px 24px;
  background: #E6F5FC;
  border: 1px solid #B3E1F5;
  border-radius: 16px;
  box-shadow: 0 2px 24px rgba(0, 31, 44, 0.16);
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
}

/* line 1381, app/assets/stylesheets/book.scss */
.declaration__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  text-align: center;
}

/* line 1390, app/assets/stylesheets/book.scss */
.declaration__icon {
  width: 48px;
  height: 48px;
  flex: none;
}

/* line 1396, app/assets/stylesheets/book.scss */
.declaration__title-row.title {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
}

/* line 1403, app/assets/stylesheets/book.scss */
.declaration__separator {
  flex: 1;
  height: 1px;
  background: #B3E1F5;
  border: none;
}

/* line 1410, app/assets/stylesheets/book.scss */
.declaration__title {
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #001F2C;
  text-transform: capitalize;
  white-space: nowrap;
}

/* line 1418, app/assets/stylesheets/book.scss */
.declaration__subtitle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 40px;
  flex: none;
  align-self: stretch;
  box-sizing: border-box;
}

/* line 1432, app/assets/stylesheets/book.scss */
.declaration__subtitle-text {
  flex: 1;
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #001F2C;
  text-align: center;
}

/* line 1439, app/assets/stylesheets/book.scss */
.declaration__subtitle-text strong {
  font-weight: 700;
}

/* line 1444, app/assets/stylesheets/book.scss */
.declaration__forms.forms {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

/* line 1451, app/assets/stylesheets/book.scss */
.declaration__upload.widget {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 24px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 24px rgba(0, 31, 44, 0.16);
  box-sizing: border-box;
}

/* line 1465, app/assets/stylesheets/book.scss */
.declaration .upload-file-button {
  width: 100%;
}

/* line 1469, app/assets/stylesheets/book.scss */
.declaration__upload-zone.upload {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 16px 0;
  background: #F7FDFF;
  border: 1px dashed #80CEEF;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
}

/* line 1484, app/assets/stylesheets/book.scss */
.declaration__divider.title {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
}

/* line 1491, app/assets/stylesheets/book.scss */
.declaration__divider-text {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #001F2C;
  white-space: nowrap;
}

/* line 1497, app/assets/stylesheets/book.scss */
.declaration__columns.left-right {
  display: flex;
  gap: 24px;
  width: 100%;
  align-items: flex-start;
}

/* line 1504, app/assets/stylesheets/book.scss */
.declaration__form-panel.form {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
  padding: 24px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 24px rgba(0, 31, 44, 0.16);
  box-sizing: border-box;
}

/* line 1516, app/assets/stylesheets/book.scss */
.declaration__form-panel.form .widget-header {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 0 0 24px;
  border-bottom: 1px solid #E6E9EA;
  box-sizing: border-box;
}

/* line 1525, app/assets/stylesheets/book.scss */
.declaration__form-panel.form .widget-header__icon--sm {
  width: 24px;
  height: 24px;
}

/* line 1530, app/assets/stylesheets/book.scss */
.declaration__form-panel.form .widget-header__title {
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #001F2C;
  text-transform: capitalize;
}

/* line 1538, app/assets/stylesheets/book.scss */
.declaration__form-panel.form .shipper-data {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

/* line 1545, app/assets/stylesheets/book.scss */
.declaration__form-panel.form .shipper-data__separator {
  height: 1px;
  background: #E6E9EA;
  width: 100%;
  border: none;
}

/* line 1552, app/assets/stylesheets/book.scss */
.declaration__form-panel.form .declaration__containers-sections {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* line 1557, app/assets/stylesheets/book.scss */
.declaration__form-panel.form .declaration__containers-sections .sd-container-type-details:not(:first-child) {
  padding-top: 24px;
  border-top: 1px solid #E6E9EA;
}

/* line 1564, app/assets/stylesheets/book.scss */
.declaration__submit {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 1570, app/assets/stylesheets/book.scss */
.declaration__submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 223px;
  height: 40px;
  padding: 8px 16px;
  border: none;
  border-radius: 32px;
  background: #F9A529;
  color: #ffffff;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  cursor: pointer;
  box-sizing: border-box;
}

/* line 1587, app/assets/stylesheets/book.scss */
.declaration .declaration-data__subsection.widget-subsection-head {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  min-height: 40px;
}

/* line 1595, app/assets/stylesheets/book.scss */
.declaration .declaration-data__title {
  margin: 0;
  flex: 1;
  min-width: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #001F2C;
  text-transform: capitalize;
}

/* line 1604, app/assets/stylesheets/book.scss */
.declaration .declaration-data__select {
  flex: none;
  width: 150px;
  height: 28px;
  padding: 4px 8px;
  border: 1px solid #E6E9EA;
  border-radius: 8px;
  background: #ffffff;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #B3BCC0;
  box-sizing: border-box;
}

/* line 1617, app/assets/stylesheets/book.scss */
.declaration .declaration-data__checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: none;
}

/* line 1623, app/assets/stylesheets/book.scss */
.declaration .declaration-data__checkbox-input {
  width: 16px;
  height: 16px;
  margin: 0;
  border: 1px solid #001F2C;
  border-radius: 4px;
  background: #F7FDFF;
}

/* line 1632, app/assets/stylesheets/book.scss */
.declaration .declaration-data__checkbox-label {
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #001F2C;
  text-transform: capitalize;
}

/* line 1640, app/assets/stylesheets/book.scss */
.declaration .declaration-data__field.textarea {
  width: 100%;
}

/* line 1644, app/assets/stylesheets/book.scss */
.declaration .declaration-data__textarea {
  width: 100%;
  min-height: 64px;
  padding: 8px 16px;
  border: 1px solid #E6E9EA;
  border-radius: 8px;
  background: #ffffff;
  resize: vertical;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #001F2C;
  box-sizing: border-box;
}

/* line 1656, app/assets/stylesheets/book.scss */
.declaration .declaration-data__textarea::placeholder {
  color: #B3BCC0;
  text-transform: capitalize;
}

/* line 1662, app/assets/stylesheets/book.scss */
.declaration .declaration-ucr {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}

/* line 1668, app/assets/stylesheets/book.scss */
.declaration .declaration-ucr__label {
  padding: 0 16px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #829095;
  text-transform: capitalize;
}

/* line 1675, app/assets/stylesheets/book.scss */
.declaration .declaration-ucr__input {
  width: 100%;
  height: 36px;
  padding: 8px 16px;
  border: 1px solid #E6E9EA;
  border-radius: 8px;
  background: #ffffff;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #001F2C;
  box-sizing: border-box;
}

/* line 1686, app/assets/stylesheets/book.scss */
.declaration .declaration-ucr__input::placeholder {
  color: #B3BCC0;
  text-transform: capitalize;
}

/* line 1693, app/assets/stylesheets/book.scss */
.declaration .sd-container-type-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
}

/* line 1703, app/assets/stylesheets/book.scss */
.declaration .sd-container-type-details__title {
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #001F2C;
  text-transform: capitalize;
}

/* line 1710, app/assets/stylesheets/book.scss */
.declaration .sd-container-type-details__field {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
  box-sizing: border-box;
}

/* line 1717, app/assets/stylesheets/book.scss */
.declaration .sd-container-type-details__field--half {
  flex: 1;
  min-width: 0;
}

/* line 1723, app/assets/stylesheets/book.scss */
.declaration .sd-container-type-details__label {
  padding: 0 16px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #829095;
  text-transform: capitalize;
}

/* line 1730, app/assets/stylesheets/book.scss */
.declaration .sd-container-type-details__input {
  position: relative;
  width: 100%;
}

/* line 1735, app/assets/stylesheets/book.scss */
.declaration .sd-container-type-details__input--with-icon .sd-container-type-details__control {
  padding-right: 36px;
}

/* line 1741, app/assets/stylesheets/book.scss */
.declaration .sd-container-type-details__input-icon {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  pointer-events: none;
}

/* line 1751, app/assets/stylesheets/book.scss */
.declaration .sd-container-type-details__control {
  width: 100%;
  height: 36px;
  padding: 8px 16px;
  border: 1px solid #E6E9EA;
  border-radius: 8px;
  background: #ffffff;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #001F2C;
  box-sizing: border-box;
}

/* line 1762, app/assets/stylesheets/book.scss */
.declaration .sd-container-type-details__control::placeholder {
  color: #B3BCC0;
  text-transform: capitalize;
}

/* line 1768, app/assets/stylesheets/book.scss */
.declaration .sd-container-type-details__row {
  display: flex;
  gap: 8px;
  width: 100%;
}

/* line 1775, app/assets/stylesheets/book.scss */
.declaration .declaration-data__same-as.switcher.same-as {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: auto;
  height: 24px;
  flex: none;
  margin-top: 0;
}

/* line 1785, app/assets/stylesheets/book.scss */
.declaration .declaration-data__same-as.switcher.same-as .switcher__track.switch-label {
  flex: none;
  width: 44px;
  height: 24px;
  padding: 2px;
  margin: 0;
  background: #F3F3F3;
  border-radius: 32px;
  box-sizing: border-box;
}

/* line 1795, app/assets/stylesheets/book.scss */
.declaration .declaration-data__same-as.switcher.same-as .switcher__track.switch-label::after {
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #ffffff;
}

/* line 1804, app/assets/stylesheets/book.scss */
.declaration .declaration-data__same-as.switcher.same-as .switch:checked + .switcher__track.switch-label {
  background: #006D9B;
}

/* line 1807, app/assets/stylesheets/book.scss */
.declaration .declaration-data__same-as.switcher.same-as .switch:checked + .switcher__track.switch-label::after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
  background: #ffffff;
}

/* line 1814, app/assets/stylesheets/book.scss */
.declaration .declaration-data__same-as.switcher.same-as .switcher__label {
  flex: none;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #001F2C;
  text-transform: capitalize;
  white-space: nowrap;
}

/* line 1825, app/assets/stylesheets/book.scss */
.upload__step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0;
}

/* line 1834, app/assets/stylesheets/book.scss */
.upload__icon {
  width: 32px;
  height: 32px;
  flex: none;
}

/* line 1840, app/assets/stylesheets/book.scss */
.upload__title {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #001F2C;
  text-align: center;
}

/* line 1846, app/assets/stylesheets/book.scss */
.upload__hint {
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #829095;
  text-align: center;
  line-height: 20px;
}

@media (max-width: 1024px) {
  /* line 1857, app/assets/stylesheets/book.scss */
  .book-page__top.top, .book-page__details.details {
    padding-left: 24px;
    padding-right: 24px;
  }
  /* line 1863, app/assets/stylesheets/book.scss */
  .book-page__tags-wave .main-widget__tags-bar.tags-bar {
    padding-left: 24px;
    padding-right: 24px;
  }
  /* line 1869, app/assets/stylesheets/book.scss */
  .page-bar {
    flex-wrap: wrap;
  }
  /* line 1872, app/assets/stylesheets/book.scss */
  .page-bar__actions {
    width: 100%;
    justify-content: flex-start;
  }
  /* line 1879, app/assets/stylesheets/book.scss */
  .main-widget__meta-bar {
    flex-direction: column;
    height: auto;
    min-height: 132px;
    padding: 24px 0;
    flex-wrap: wrap;
  }
  /* line 1887, app/assets/stylesheets/book.scss */
  .main-widget__route.route {
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1893, app/assets/stylesheets/book.scss */
  .main-widget__schedule.direct-qr--end {
    align-items: flex-start;
  }
  /* line 1896, app/assets/stylesheets/book.scss */
  .main-widget__schedule.direct-qr--end .direct-qr__text {
    text-align: left;
  }
  /* line 1902, app/assets/stylesheets/book.scss */
  .declaration__columns.left-right {
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  /* line 1909, app/assets/stylesheets/book.scss */
  .book-page__top.top {
    gap: 24px;
    padding: 0 16px;
  }
  /* line 1914, app/assets/stylesheets/book.scss */
  .book-page__details.details {
    gap: 24px;
    padding: 24px 16px 64px;
  }
  /* line 1920, app/assets/stylesheets/book.scss */
  .book-page__tags-wave .main-widget__tags-bar.tags-bar {
    border-top: none;
    min-height: 0;
    height: auto;
    padding: 16px 8px 0;
  }
  /* line 1928, app/assets/stylesheets/book.scss */
  .book-page__wave.wave-vector {
    height: 64px;
    background: transparent;
  }
  /* line 1932, app/assets/stylesheets/book.scss */
  .book-page__wave.wave-vector .wave-vector__inner.waves-illustration {
    max-width: none;
    flex-grow: 0;
    transform: none;
  }
  /* line 1938, app/assets/stylesheets/book.scss */
  .book-page__wave.wave-vector .wave-vector__line {
    position: static;
    max-width: none;
    object-fit: fill;
  }
  /* line 1943, app/assets/stylesheets/book.scss */
  .book-page__wave.wave-vector .wave-vector__line--desktop {
    display: none;
  }
  /* line 1947, app/assets/stylesheets/book.scss */
  .book-page__wave.wave-vector .wave-vector__line--mobile {
    display: block;
  }
  /* line 1953, app/assets/stylesheets/book.scss */
  .book-page__conditions-actions {
    display: none;
  }
  /* line 1958, app/assets/stylesheets/book.scss */
  .page-bar {
    flex-wrap: wrap;
    height: auto;
    gap: 16px;
  }
  /* line 1967, app/assets/stylesheets/book.scss */
  .page-bar__title-subtitle.title-subtitle {
    min-width: 180px;
    height: auto;
  }
  /* line 1974, app/assets/stylesheets/book.scss */
  .page-bar__actions {
    width: auto;
    justify-content: flex-end;
    margin-left: auto;
  }
  /* line 1980, app/assets/stylesheets/book.scss */
  .page-bar__btn--primary {
    display: none;
  }
  /* line 1984, app/assets/stylesheets/book.scss */
  .page-bar__btn--secondary {
    width: 40px;
    padding: 8px;
  }
  /* line 1988, app/assets/stylesheets/book.scss */
  .page-bar__btn--secondary span {
    display: none;
  }
  /* line 1996, app/assets/stylesheets/book.scss */
  .page-bar__btn--text {
    width: auto;
    flex: none;
    padding: 8px 16px;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
  }
  /* line 2005, app/assets/stylesheets/book.scss */
  .main-widget__top-bar {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 62px;
    padding: 8px 0;
    gap: 4px;
    background: #F7FDFF;
    border: 1px dashed #CCEBF8;
    box-shadow: 0 2px 40px rgba(0, 78, 111, 0.08);
    border-radius: 16px;
    flex: none;
  }
  /* line 2022, app/assets/stylesheets/book.scss */
  .main-widget__from-to.from-to {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 46px;
    padding: 0;
    gap: 4px;
    flex: none;
  }
  /* line 2035, app/assets/stylesheets/book.scss */
  .main-widget__route-panel {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    min-height: 258px;
    margin-top: 16px;
    padding: 24px;
    gap: 16px;
    background: #ffffff;
    border: 1px dashed #CCEBF8;
    box-shadow: 0 2px 40px rgba(0, 78, 111, 0.08);
    border-radius: 16px;
    flex: none;
    align-self: stretch;
  }
  /* line 2054, app/assets/stylesheets/book.scss */
  .main-widget__route.route {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    min-width: 0;
    max-width: none;
    height: auto;
    min-height: 210px;
    padding: 0;
    gap: 16px;
    overflow: visible;
  }
  /* line 2068, app/assets/stylesheets/book.scss */
  .main-widget__route.route .road {
    display: none;
  }
  /* line 2072, app/assets/stylesheets/book.scss */
  .main-widget__route.route .step {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: none;
    height: 48px;
  }
  /* line 2083, app/assets/stylesheets/book.scss */
  .main-widget__route.route .step__details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
    min-width: 0;
    gap: 4px;
  }
  /* line 2093, app/assets/stylesheets/book.scss */
  .main-widget__route.route .step__flag-img {
    width: 24px;
    height: 24px;
  }
  /* line 2098, app/assets/stylesheets/book.scss */
  .main-widget__route.route .step__name {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #001F2C;
    white-space: normal;
    text-align: left;
    line-height: 24px;
  }
  /* line 2106, app/assets/stylesheets/book.scss */
  .main-widget__route.route .step__date.step-date {
    width: auto;
    height: 20px;
    justify-content: flex-start;
    padding-left: 0;
  }
  /* line 2114, app/assets/stylesheets/book.scss */
  .main-widget__route.route .frame-sea {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    width: auto;
    height: 18px;
    padding: 0;
    box-sizing: border-box;
  }
  /* line 2125, app/assets/stylesheets/book.scss */
  .main-widget__route.route .frame-sea__sea.sea {
    display: none;
  }
  /* line 2129, app/assets/stylesheets/book.scss */
  .main-widget__route.route .frame-sea__status.status {
    flex: none;
    height: 18px;
  }
  /* line 2136, app/assets/stylesheets/book.scss */
  .main-widget__continue {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 16px 0;
  }
  /* line 2142, app/assets/stylesheets/book.scss */
  .main-widget__continue .page-bar__btn--primary {
    display: inline-flex;
    width: 238px;
  }
  /* line 2148, app/assets/stylesheets/book.scss */
  .main-widget__meta-bar {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    padding: 8px;
    gap: 8px;
    background: #ffffff;
    box-shadow: 0 2px 40px rgba(0, 78, 111, 0.08);
    border-radius: 16px;
    border-top: none;
    flex-wrap: nowrap;
  }
  /* line 2165, app/assets/stylesheets/book.scss */
  .main-widget__direct.direct-qr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 1 0;
    width: 0;
    min-width: 0;
    height: 66px;
    padding: 0;
    gap: 16px;
  }
  /* line 2177, app/assets/stylesheets/book.scss */
  .main-widget__direct.direct-qr .direct-qr__text {
    width: 100%;
    color: #001F2C;
    text-align: center;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  /* line 2185, app/assets/stylesheets/book.scss */
  .main-widget__shipping-line.shipping-line {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 1 0;
    width: 0;
    min-width: 0;
    height: 84px;
    padding: 8px;
    gap: 4px;
    background: #F7FDFF;
    border-radius: 8px;
  }
  /* line 2199, app/assets/stylesheets/book.scss */
  .main-widget__shipping-line.shipping-line .shipping-line__avatar,
.main-widget__shipping-line.shipping-line .shipping-line__logo {
    width: 40px;
    height: 40px;
  }
  /* line 2205, app/assets/stylesheets/book.scss */
  .main-widget__shipping-line.shipping-line .shipping-line__name {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #001F2C;
    text-align: center;
  }
  /* line 2212, app/assets/stylesheets/book.scss */
  .main-widget__schedule.direct-qr--end {
    display: none;
  }
  /* line 2216, app/assets/stylesheets/book.scss */
  .main-widget__dates.dates {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
    width: 100%;
    height: 48px;
    margin-top: 20px;
    padding: 0;
    gap: 8px;
    flex: none;
  }
  /* line 2228, app/assets/stylesheets/book.scss */
  .main-widget__dates.dates .dates__column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1 1 0;
    flex-grow: 1;
    width: 0;
    min-width: 0;
    max-width: 175px;
    height: 48px;
    padding: 0;
  }
  /* line 2241, app/assets/stylesheets/book.scss */
  .main-widget__dates.dates .dates__column--validity {
    align-items: flex-end;
    margin-left: auto;
  }
  /* line 2247, app/assets/stylesheets/book.scss */
  .main-widget__dates.dates .dates__label,
.main-widget__dates.dates .dates__value {
    display: flex;
    align-items: center;
    width: 100%;
    height: 24px;
    margin: 0;
    font-family: "Figtree", "Primary", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #829095;
  }
  /* line 2262, app/assets/stylesheets/book.scss */
  .main-widget__dates.dates .dates__column--validity .dates__label,
.main-widget__dates.dates .dates__column--validity .dates__value {
    justify-content: flex-end;
    text-align: right;
  }
  /* line 2270, app/assets/stylesheets/book.scss */
  .route-row {
    display: grid;
    grid-template-columns: 10px 1fr;
    column-gap: 16px;
    align-items: center;
  }
  /* line 2276, app/assets/stylesheets/book.scss */
  .route-row__rail {
    display: block;
    position: relative;
    align-self: stretch;
    width: 10px;
    min-height: 48px;
  }
  /* line 2284, app/assets/stylesheets/book.scss */
  .route-row__content {
    display: block;
    min-width: 0;
  }
  /* line 2289, app/assets/stylesheets/book.scss */
  .route-row__connector {
    position: absolute;
    top: 24px;
    left: 0;
    width: 10px;
    z-index: 1;
  }
  /* line 2296, app/assets/stylesheets/book.scss */
  .route-row__connector--road {
    height: 64px;
  }
  /* line 2300, app/assets/stylesheets/book.scss */
  .route-row__connector--sea {
    height: 98px;
  }
  /* line 2305, app/assets/stylesheets/book.scss */
  .route-row__connector-image {
    display: block;
    width: 10px;
    height: 100%;
    object-fit: fill;
  }
  /* line 2312, app/assets/stylesheets/book.scss */
  .route-row__sea-track {
    position: relative;
    width: 10px;
    height: 100%;
  }
  /* line 2317, app/assets/stylesheets/book.scss */
  .route-row__sea-track .sea__stops {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    inset: 0;
    padding: 8px 0;
    pointer-events: none;
    z-index: 2;
  }
  /* line 2329, app/assets/stylesheets/book.scss */
  .route-row__sea-track .sea__stop-dash {
    box-sizing: content-box;
    display: block;
    width: 14px;
    height: 2px;
    background: #004E6F;
    border-style: solid;
    border-color: #ffffff;
    border-width: 0 2px;
    flex: none;
  }
  /* line 2343, app/assets/stylesheets/book.scss */
  .route-row--meta .route-row__rail {
    min-height: 18px;
  }
  /* line 2350, app/assets/stylesheets/book.scss */
  .from-to__endpoint {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 1 0;
    width: 0;
    min-width: 0;
    height: 46px;
    padding: 0;
    gap: 0;
  }
  /* line 2362, app/assets/stylesheets/book.scss */
  .from-to__endpoint--origin, .from-to__endpoint--destination {
    align-items: center;
    justify-content: center;
  }
  /* line 2369, app/assets/stylesheets/book.scss */
  .from-to__city {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 26px;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #009CDE;
    text-align: center;
    white-space: nowrap;
  }
  /* line 2381, app/assets/stylesheets/book.scss */
  .from-to__city--origin, .from-to__city--destination {
    justify-content: center;
  }
  /* line 2387, app/assets/stylesheets/book.scss */
  .from-to__country {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 20px;
    font-family: "Figtree", "Primary", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #009CDE;
    text-align: center;
    white-space: nowrap;
  }
  /* line 2404, app/assets/stylesheets/book.scss */
  .from-to__icon {
    align-self: center;
    margin: 0;
  }
  /* line 2410, app/assets/stylesheets/book.scss */
  .conditions {
    gap: 16px;
    padding: 16px;
  }
  /* line 2414, app/assets/stylesheets/book.scss */
  .conditions__header.widget-header {
    height: 26px;
  }
  /* line 2418, app/assets/stylesheets/book.scss */
  .conditions__subtitle {
    display: flex;
    align-items: center;
    min-height: 60px;
    padding-left: 0;
  }
  /* line 2425, app/assets/stylesheets/book.scss */
  .conditions__tag, .conditions__toggle {
    display: none;
  }
  /* line 2430, app/assets/stylesheets/book.scss */
  .conditions__read {
    display: flex;
  }
  /* line 2434, app/assets/stylesheets/book.scss */
  .conditions__list {
    width: 100%;
    line-height: 24px;
  }
  /* line 2440, app/assets/stylesheets/book.scss */
  .help {
    display: grid;
    grid-template-columns: 24px 1fr;
    grid-template-rows: auto auto auto;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    column-gap: 16px;
    row-gap: 16px;
    padding: 16px;
    min-height: 178px;
  }
  /* line 2452, app/assets/stylesheets/book.scss */
  .help__icon {
    grid-column: 1;
    grid-row: 1;
    width: 24px;
    height: 23px;
    align-self: center;
  }
  /* line 2460, app/assets/stylesheets/book.scss */
  .help__title {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    line-height: 26px;
  }
  /* line 2467, app/assets/stylesheets/book.scss */
  .help__text {
    grid-column: 1 / -1;
    grid-row: 2;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    text-align: center;
  }
  /* line 2478, app/assets/stylesheets/book.scss */
  .help__btn {
    grid-column: 1 / -1;
    grid-row: 3;
    justify-self: center;
  }
  /* line 2485, app/assets/stylesheets/book.scss */
  .declaration {
    gap: 24px;
    padding: 40px 16px;
  }
  /* line 2489, app/assets/stylesheets/book.scss */
  .declaration__title-row.title {
    gap: 16px;
  }
  /* line 2493, app/assets/stylesheets/book.scss */
  .declaration__upload.widget {
    padding: 16px;
    gap: 16px;
    align-self: stretch;
    min-height: 178px;
  }
  /* line 2500, app/assets/stylesheets/book.scss */
  .declaration__upload-zone.upload {
    align-self: stretch;
    min-height: 146px;
  }
  /* line 2505, app/assets/stylesheets/book.scss */
  .declaration .upload__step {
    width: 192px;
    min-height: 66px;
  }
  /* line 2510, app/assets/stylesheets/book.scss */
  .declaration .upload__title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 192px;
    min-height: 26px;
  }
  /* line 2518, app/assets/stylesheets/book.scss */
  .declaration .upload__hint {
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
  }
  /* line 2526, app/assets/stylesheets/book.scss */
  .declaration__form-panel.form {
    flex: none;
    align-self: stretch;
    padding: 24px 16px;
    gap: 24px;
  }
  /* line 2532, app/assets/stylesheets/book.scss */
  .declaration__form-panel.form .widget-header {
    align-self: stretch;
    gap: 16px;
    padding-bottom: 24px;
    border-bottom-color: #E6E9EA;
  }
  /* line 2538, app/assets/stylesheets/book.scss */
  .declaration__form-panel.form .widget-header__title {
    flex: 1;
    min-width: 0;
    line-height: 26px;
  }
  /* line 2545, app/assets/stylesheets/book.scss */
  .declaration__form-panel.form .shipper-data {
    align-self: stretch;
    gap: 16px;
  }
  /* line 2550, app/assets/stylesheets/book.scss */
  .declaration__form-panel.form .declaration-data__subsection.widget-subsection-head {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 16px;
    align-items: center;
    min-height: 68px;
  }
  /* line 2559, app/assets/stylesheets/book.scss */
  .declaration__form-panel.form .declaration-data__title {
    grid-column: 1;
    grid-row: 1;
    flex: none;
    width: auto;
  }
  /* line 2566, app/assets/stylesheets/book.scss */
  .declaration__form-panel.form .declaration-data__checkbox {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }
  /* line 2572, app/assets/stylesheets/book.scss */
  .declaration__form-panel.form .declaration-data__select {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
  }
  /* line 2578, app/assets/stylesheets/book.scss */
  .declaration__form-panel.form .declaration-data__textarea {
    min-height: 64px;
  }
  /* line 2582, app/assets/stylesheets/book.scss */
  .declaration__form-panel.form .declaration__containers-sections {
    align-self: stretch;
    gap: 0;
  }
  /* line 2586, app/assets/stylesheets/book.scss */
  .declaration__form-panel.form .declaration__containers-sections .sd-container-type-details:not(:first-child) {
    margin-top: 0;
  }
  /* line 2591, app/assets/stylesheets/book.scss */
  .declaration__form-panel.form .sd-container-type-details {
    align-self: stretch;
    gap: 16px;
  }
  /* line 2595, app/assets/stylesheets/book.scss */
  .declaration__form-panel.form .sd-container-type-details__row {
    flex-direction: column;
    gap: 16px;
  }
  /* line 2600, app/assets/stylesheets/book.scss */
  .declaration__form-panel.form .sd-container-type-details__field--half {
    flex: none;
    width: 100%;
  }
  /* line 2607, app/assets/stylesheets/book.scss */
  .declaration__columns.left-right {
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    padding: 0;
    gap: 16px;
  }
  /* line 2616, app/assets/stylesheets/book.scss */
  .cost-summary {
    padding: 24px 16px 0;
  }
}

/* line 2621, app/assets/stylesheets/book.scss */
.book-bulk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 64px 192px 364px 80px;
}

/* line 2628, app/assets/stylesheets/book.scss */
.book-bulk__header {
  max-width: 624px;
}

/* line 2631, app/assets/stylesheets/book.scss */
.book-bulk__header__title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  color: var(--Main-Dark, #212121);
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-align: start;
  margin-bottom: 16px;
}

/* line 2642, app/assets/stylesheets/book.scss */
.book-bulk__header__subtitle {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  color: var(--Secondary-Dark, #9E9E9E);
  text-align: start;
  margin-bottom: 32px;
}

/* line 2650, app/assets/stylesheets/book.scss */
.book-bulk__action {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 24px;
}

@media (max-width: 1024px) {
  /* line 2621, app/assets/stylesheets/book.scss */
  .book-bulk {
    flex-direction: column-reverse;
    padding: 20px;
  }
  /* line 2661, app/assets/stylesheets/book.scss */
  .book-bulk__header__title, .book-bulk__header__subtitle {
    text-align: center;
  }
  /* line 2666, app/assets/stylesheets/book.scss */
  .book-bulk__action {
    flex-direction: column;
    justify-content: center;
  }
  /* line 2671, app/assets/stylesheets/book.scss */
  .book-bulk__icon img {
    width: 200px;
  }
}
/* line 5, app/assets/stylesheets/book_shipping.scss */
.book-shipping {
  background: #f7fcff;
  background: url(/assets/detailsbg-8765a1a2ca50b41e02c68f5b725a2cbb8c3d89c6368a7f66ae9d0716c1d67779.svg);
  border-bottom-left-radius: 500px;
  border-bottom-right-radius: 500px;
}

@media (max-width: 1024px) {
  /* line 5, app/assets/stylesheets/book_shipping.scss */
  .book-shipping {
    border-bottom-left-radius: 400px;
    border-bottom-right-radius: 400px;
  }
}

@media (max-width: 1024px) {
  /* line 5, app/assets/stylesheets/book_shipping.scss */
  .book-shipping {
    border-bottom-left-radius: 250px;
    border-bottom-right-radius: 250px;
  }
}

@media (max-width: 1024px) {
  /* line 5, app/assets/stylesheets/book_shipping.scss */
  .book-shipping {
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
  }
}

/* line 22, app/assets/stylesheets/book_shipping.scss */
.book-shipping .search-card-details-breakdown,
.book-shipping .search-card-details {
  background: transparent;
}

/* line 28, app/assets/stylesheets/book_shipping.scss */
.final-shipping-instruction {
  background: #f7fcff;
  background: url(/assets/detailsbg-8765a1a2ca50b41e02c68f5b725a2cbb8c3d89c6368a7f66ae9d0716c1d67779.svg);
  border-bottom-left-radius: 500px;
  border-bottom-right-radius: 500px;
}

@media (max-width: 1024px) {
  /* line 28, app/assets/stylesheets/book_shipping.scss */
  .final-shipping-instruction {
    border-bottom-left-radius: 400px;
    border-bottom-right-radius: 400px;
  }
}

@media (max-width: 1024px) {
  /* line 28, app/assets/stylesheets/book_shipping.scss */
  .final-shipping-instruction {
    border-bottom-left-radius: 250px;
    border-bottom-right-radius: 250px;
  }
}

@media (max-width: 1024px) {
  /* line 28, app/assets/stylesheets/book_shipping.scss */
  .final-shipping-instruction {
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
  }
}

/* line 45, app/assets/stylesheets/book_shipping.scss */
.final-shipping-instruction .search-card-details-breakdown,
.final-shipping-instruction .search-card-details {
  background: transparent;
}

/* line 51, app/assets/stylesheets/book_shipping.scss */
.book-shipping-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}

/* line 55, app/assets/stylesheets/book_shipping.scss */
.book-shipping-container h1 {
  margin: 32px 0;
  font-weight: 500;
  font-size: 40px;
  line-height: 46px;
  color: #212121;
}

/* line 64, app/assets/stylesheets/book_shipping.scss */
.final-shipping-instruction-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}

/* line 68, app/assets/stylesheets/book_shipping.scss */
.final-shipping-instruction-container h1 {
  margin: 32px 0;
  font-weight: 500;
  font-size: 40px;
  line-height: 46px;
  color: #212121;
}

/* line 77, app/assets/stylesheets/book_shipping.scss */
.search-card-book-shipping-wrapper {
  width: 100%;
  max-width: 800px;
}

/* line 80, app/assets/stylesheets/book_shipping.scss */
.search-card-book-shipping-wrapper .search-card-result {
  padding-left: 0;
  padding-right: 0;
}

/* line 86, app/assets/stylesheets/book_shipping.scss */
.search-card-book-shipping-wrapper:not(:last-child) {
  margin-bottom: 24px;
}

/* line 90, app/assets/stylesheets/book_shipping.scss */
.ship-booking-header {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 16px;
}

/* line 96, app/assets/stylesheets/book_shipping.scss */
.ship-booking-header .ref {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #9e9e9e;
  margin-bottom: 4px;
}

/* line 103, app/assets/stylesheets/book_shipping.scss */
.ship-booking-header .tag {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  padding: 8px 14px;
  background: #212121;
  border-radius: 30px;
  margin-bottom: 16px;
}

/* line 113, app/assets/stylesheets/book_shipping.scss */
.ship-booking-header .valid {
  font-size: 14px;
  line-height: 16px;
  color: #9e9e9e;
}

/* line 120, app/assets/stylesheets/book_shipping.scss */
.instruction-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 40px;
}

/* line 127, app/assets/stylesheets/book_shipping.scss */
.instruction-info h2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #848484;
  margin-bottom: 32px;
}

/* line 135, app/assets/stylesheets/book_shipping.scss */
.instruction-info strong {
  color: red;
}

/* line 140, app/assets/stylesheets/book_shipping.scss */
.border-card {
  padding: 32px 24px 36px 28px;
  margin: 0 0 -4px -4px;
  background: #e5f2fa;
  border-radius: 36px;
  position: relative;
}

/* line 146, app/assets/stylesheets/book_shipping.scss */
.border-card::before {
  content: '';
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff;
  border-radius: 36px;
}

/* line 157, app/assets/stylesheets/book_shipping.scss */
.border-card[data-read]::before {
  background: #F7FCFF;
}

/* line 162, app/assets/stylesheets/book_shipping.scss */
.border-card[data-read] .headline,
.border-card[data-read] .message,
.border-card[data-read] .date {
  color: #9E9E9E;
}

/* line 170, app/assets/stylesheets/book_shipping.scss */
.border-card-content {
  position: relative;
}

/* line 174, app/assets/stylesheets/book_shipping.scss */
.button-wrapper {
  margin-top: 44px;
  display: flex;
  flex-direction: column;
}

/* line 178, app/assets/stylesheets/book_shipping.scss */
.button-wrapper button {
  width: 224px;
}

/* line 181, app/assets/stylesheets/book_shipping.scss */
.button-wrapper button:not(:last-child) {
  margin-bottom: 16px;
}
/* line 5, app/assets/stylesheets/break_bulk.scss */
.break_bulk {
  --page-padding: 80px;
  padding: 32px 0 120px;
  /* Firefox */
  /* Hide border */
  /* Hide dropdown arrow */
  /* Optional: Remove focus outline */
  /* Set specific height */
  /* Center the text vertically */
  /* Adjust arrow position if you have one */
}

/* line 10, app/assets/stylesheets/break_bulk.scss */
.break_bulk__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  background-color: white;
  background-image: url(/assets/break_bulk/ship-bulk-2c1d05b394f0639b45172221190452a69fa094a42cde55a011b79b78bdfd8642.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 0 var(--page-padding) 70px;
}

/* line 25, app/assets/stylesheets/break_bulk.scss */
.break_bulk__header__title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 56px;
  line-height: 64px;
  text-align: center;
  color: #212121;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 35, app/assets/stylesheets/break_bulk.scss */
.break_bulk__header__subtitle {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #212121;
  max-width: 845px;
  width: 100%;
}

/* line 45, app/assets/stylesheets/break_bulk.scss */
.break_bulk__hero img {
  width: 100%;
}

/* line 51, app/assets/stylesheets/break_bulk.scss */
.break_bulk__waves img {
  width: 100%;
}

/* line 56, app/assets/stylesheets/break_bulk.scss */
.break_bulk__info {
  padding: 120px var(--page-padding) 60px;
}

/* line 59, app/assets/stylesheets/break_bulk.scss */
.break_bulk__info__header {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  text-transform: capitalize;
  color: #212121;
}

/* line 65, app/assets/stylesheets/break_bulk.scss */
.break_bulk__info__images {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-top: 60px;
}

/* line 73, app/assets/stylesheets/break_bulk.scss */
.break_bulk__info__images img {
  width: 100%;
}

/* line 77, app/assets/stylesheets/break_bulk.scss */
.break_bulk__info__images__entry-split {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

/* line 87, app/assets/stylesheets/break_bulk.scss */
.break_bulk__advantages {
  padding: 60px var(--page-padding) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

/* line 96, app/assets/stylesheets/break_bulk.scss */
.break_bulk__advantages__header {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  color: #212121;
  text-transform: capitalize;
}

/* line 102, app/assets/stylesheets/break_bulk.scss */
.break_bulk__advantages__content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

/* line 109, app/assets/stylesheets/break_bulk.scss */
.break_bulk__advantages__entry {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-basis: 294px;
  gap: 24px;
}

/* line 117, app/assets/stylesheets/break_bulk.scss */
.break_bulk__advantages__entry__text {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #212121;
}

/* line 124, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form {
  background: #F7FCFF;
  padding: 60px var(--page-padding) 0;
}

/* line 129, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__body {
  width: 100%;
  background: white;
  border-width: 2px 2px 4px 2px;
  border-style: solid;
  border-color: #212121;
  border-radius: 36px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

/* line 148, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__header__title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  text-transform: capitalize;
  color: #212121;
  margin-bottom: 32px;
}

/* line 155, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__header__subtitle {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #212121;
}

/* line 161, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__separator {
  width: 100%;
  overflow: hidden;
}

/* line 165, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__separator img {
  min-width: 1200px;
  width: 100%;
}

/* line 171, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
}

/* line 179, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__section__icon img {
  width: 40px;
}

/* line 184, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__section__title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #212121;
}

/* line 190, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__route_information, .break_bulk__form__cargo_description, .break_bulk__form__dimensions, .break_bulk__form__documents, .break_bulk__form__contact {
  width: 100%;
}

/* line 197, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__route_information__content, .break_bulk__form__cargo_description__content, .break_bulk__form__dimensions__content, .break_bulk__form__documents__content, .break_bulk__form__contact__content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

/* line 206, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__dimensions__content {
  flex-wrap: wrap;
}

/* line 209, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__dimensions__content > div {
  flex: 1 0 calc(20% - 24px);
}

/* line 216, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__documents__content {
  flex-direction: column;
}

/* line 219, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__documents__content__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #9E9E9E;
}

/* line 230, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__documents__content__recommendations {
  max-width: 848px;
  width: 100%;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #9E9E9E;
  text-align: start;
}

/* line 238, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__documents__content__recommendations textarea {
  height: 130px;
  width: 100%;
  margin-top: 4px;
  padding: 16px;
  border-radius: 24px;
  resize: none;
  outline: none;
  box-shadow: none;
}

/* line 251, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__documents__content__recommendations textarea:focus {
  border: 1px solid #ffa726 !important;
  box-shadow: none;
}

/* line 258, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__documents__content a {
  margin: 0;
}

/* line 265, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__contact__content {
  flex-wrap: wrap;
}

/* line 268, app/assets/stylesheets/break_bulk.scss */
.break_bulk__form__contact__content > div {
  flex: 1 0 calc(50% - 24px);
}

/* line 275, app/assets/stylesheets/break_bulk.scss */
.break_bulk__text_input, .break_bulk__location_input, .break_bulk__date_input, .break_bulk__select_input, .break_bulk__number_input, .break_bulk__calculated_input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
  width: 100%;
}

/* line 289, app/assets/stylesheets/break_bulk.scss */
.break_bulk__text_input .label, .break_bulk__location_input .label, .break_bulk__date_input .label, .break_bulk__select_input .label, .break_bulk__number_input .label, .break_bulk__calculated_input .label {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  text-transform: capitalize;
  text-align: start;
  color: #9E9E9E;
}

/* line 296, app/assets/stylesheets/break_bulk.scss */
.break_bulk__text_input .wrapper, .break_bulk__location_input .wrapper, .break_bulk__date_input .wrapper, .break_bulk__select_input .wrapper, .break_bulk__number_input .wrapper, .break_bulk__calculated_input .wrapper {
  padding: 12px 16px;
  border: 1px solid #DADCE0;
  border-radius: 40px;
  width: 100%;
}

/* line 302, app/assets/stylesheets/break_bulk.scss */
.break_bulk__text_input .wrapper:focus, .break_bulk__text_input .wrapper:focus-within, .break_bulk__location_input .wrapper:focus, .break_bulk__location_input .wrapper:focus-within, .break_bulk__date_input .wrapper:focus, .break_bulk__date_input .wrapper:focus-within, .break_bulk__select_input .wrapper:focus, .break_bulk__select_input .wrapper:focus-within, .break_bulk__number_input .wrapper:focus, .break_bulk__number_input .wrapper:focus-within, .break_bulk__calculated_input .wrapper:focus, .break_bulk__calculated_input .wrapper:focus-within {
  border: 1px solid #ffa726 !important;
}

/* line 310, app/assets/stylesheets/break_bulk.scss */
.break_bulk__location_input .wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 8px;
}

/* line 319, app/assets/stylesheets/break_bulk.scss */
.break_bulk__date_input .wrapper {
  position: relative;
}

/* line 322, app/assets/stylesheets/break_bulk.scss */
.break_bulk__date_input .wrapper::after {
  content: '';
  position: absolute;
  background-image: url(/assets/break_bulk/calendar-b9f4b0d434a637fa02fd1f57eaa35968945ae60bdd95a86bc25ecd3aad437ca0.svg);
  width: 24px;
  height: 24px;
  top: 8px;
  right: 12px;
}

/* line 335, app/assets/stylesheets/break_bulk.scss */
.break_bulk__select_input select {
  color: #9e9e9e;
}

/* line 339, app/assets/stylesheets/break_bulk.scss */
.break_bulk__select_input .wrapper {
  position: relative;
}

/* line 342, app/assets/stylesheets/break_bulk.scss */
.break_bulk__select_input .wrapper::after {
  content: '';
  position: absolute;
  background-image: url(/assets/break_bulk/arrow-b15a644cb5b21fcc763042c805b596e193d00055b1e8bdcdee2d6309d9562350.svg);
  width: 16px;
  height: 16px;
  top: 15px;
  right: 15px;
}

/* line 355, app/assets/stylesheets/break_bulk.scss */
.break_bulk__number_input .wrapper {
  position: relative;
  display: flex;
  padding-right: 40px;
}

/* line 361, app/assets/stylesheets/break_bulk.scss */
.break_bulk__number_input .wrapper::after {
  content: '';
  position: absolute;
  background-image: url(/assets/break_bulk/double-arrows-52a43084a5ad1df7444fd733ad5c7effcf9b2d16692c3fe1288ab9c0fce15399.svg);
  width: 24px;
  height: 24px;
  top: 10px;
  right: 14px;
}

/* line 372, app/assets/stylesheets/break_bulk.scss */
.break_bulk__number_input .unit {
  color: #9e9e9e;
}

/* line 378, app/assets/stylesheets/break_bulk.scss */
.break_bulk__calculated_input .wrapper {
  display: flex;
  background-color: #F5F5F5;
}

/* line 384, app/assets/stylesheets/break_bulk.scss */
.break_bulk__calculated_input .unit {
  color: #9e9e9e;
}

/* line 389, app/assets/stylesheets/break_bulk.scss */
.break_bulk__stackable {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #F7FCFF;
  border-radius: 48px;
  padding: 8px 16px;
  margin-top: 16px;
}

/* line 403, app/assets/stylesheets/break_bulk.scss */
.break_bulk input[type='text'],
.break_bulk input[type='date'],
.break_bulk input[type='number'],
.break_bulk select {
  width: 100%;
  border: none;
  outline: none !important;
}

/* line 412, app/assets/stylesheets/break_bulk.scss */
.break_bulk input[type='text']:focus,
.break_bulk input[type='date']:focus,
.break_bulk input[type='number']:focus,
.break_bulk select:focus {
  box-shadow: none !important;
  border: none !important;
}

/* line 418, app/assets/stylesheets/break_bulk.scss */
.break_bulk input::-webkit-outer-spin-button,
.break_bulk input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 425, app/assets/stylesheets/break_bulk.scss */
.break_bulk input[type=number] {
  -moz-appearance: textfield;
}

/* line 429, app/assets/stylesheets/break_bulk.scss */
.break_bulk label {
  margin: 0;
}

@media (max-width: 1024px) {
  /* line 5, app/assets/stylesheets/break_bulk.scss */
  .break_bulk {
    --page-padding: 40px;
  }
  /* line 437, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__form__header__title, .break_bulk__info__header, .break_bulk__advantages__header {
    font-family: "Primary";
    font-style: normal;
    font-weight: 700;
    font-size: 31px;
    line-height: 100%;
    text-align: center;
  }
  /* line 443, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__form__cargo_description__content {
    flex-wrap: wrap;
  }
  /* line 446, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__form__cargo_description__content .break_bulk__select_input {
    flex: 1 0 calc(50% - 24px);
  }
  /* line 453, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__form__dimensions__content .break_bulk__number_input,
.break_bulk__form__dimensions__content .break_bulk__calculated_input {
    flex: 1 0 calc(50% - 24px);
  }
  /* line 458, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__form__dimensions__content .break_bulk__number_input:nth-child(5) {
    flex: 1 0 100%;
  }
  /* line 463, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__advantages__content {
    flex-wrap: wrap;
  }
  /* line 467, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__advantages__entry {
    flex: 1 0 calc(50% - 32px);
  }
}

@media (max-width: 1024px) {
  /* line 473, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__form__body {
    padding: 40px 16px;
  }
  /* line 477, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__info__images {
    flex-wrap: wrap;
  }
  /* line 480, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__info__images__entry-split {
    flex-direction: row;
  }
  /* line 483, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__info__images__entry-split img {
    width: calc(50% - 16px);
  }
}

@media (max-width: 600px) {
  /* line 5, app/assets/stylesheets/break_bulk.scss */
  .break_bulk {
    --page-padding: 24px;
    padding-bottom: 40px;
  }
  /* line 494, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__header {
    background-position: center -125px;
  }
  /* line 497, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__header__title {
    font-family: "Primary";
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 64px;
    text-align: center;
  }
  /* line 502, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__info {
    padding: 40px var(--page-padding);
  }
  /* line 505, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__info__images {
    gap: 24px;
  }
  /* line 508, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__info__images__entry-split {
    gap: 24px;
  }
  /* line 514, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__advantages {
    padding: 40px var(--page-padding) 0;
    gap: 32px;
  }
  /* line 519, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__form__body {
    gap: 24px;
  }
  /* line 523, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__form__route_information__content, .break_bulk__form__cargo_description__content, .break_bulk__form__dimensions__content, .break_bulk__form__contact__content, .break_bulk__advantages__content {
    flex-wrap: wrap;
  }
  /* line 530, app/assets/stylesheets/break_bulk.scss */
  .break_bulk__form__route_information__content > div, .break_bulk__form__cargo_description__content > div, .break_bulk__form__dimensions__content > div, .break_bulk__form__contact__content > div, .break_bulk__advantages__content > div {
    flex: 1 0 100% !important;
  }
}

/* line 537, app/assets/stylesheets/break_bulk.scss */
.break_bulk .select2-container--default .select2-selection--single {
  border: none !important;
  box-shadow: none !important;
}

/* line 543, app/assets/stylesheets/break_bulk.scss */
.break_bulk .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

/* line 548, app/assets/stylesheets/break_bulk.scss */
.break_bulk .select2-container--default.select2-container--focus .select2-selection--single {
  outline: none;
}

/* line 553, app/assets/stylesheets/break_bulk.scss */
.break_bulk .select2-container .select2-selection--single {
  height: 21px !important;
}

/* line 558, app/assets/stylesheets/break_bulk.scss */
.break_bulk .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 21px !important;
}

/* line 563, app/assets/stylesheets/break_bulk.scss */
.break_bulk .select2-container .select2-selection--single .select2-selection__arrow {
  height: 21px !important;
}

/* line 569, app/assets/stylesheets/break_bulk.scss */
.break_bulk_selection li[aria-selected='true'] {
  background-color: #f0f0f0 !important;
}

/* line 573, app/assets/stylesheets/break_bulk.scss */
.break_bulk_selection .select2-option-container {
  display: flex;
  align-items: center;
  padding: 5px 0;
}

/* line 579, app/assets/stylesheets/break_bulk.scss */
.break_bulk_selection .select2-option-text {
  display: flex;
  flex-direction: column;
}

/* line 584, app/assets/stylesheets/break_bulk.scss */
.break_bulk_selection .select2-option-title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  text-align: start;
  color: #212121;
}

/* line 590, app/assets/stylesheets/break_bulk.scss */
.break_bulk_selection .select2-option-subtitle {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-align: start;
  color: #9E9E9E;
}
/* line 6, app/assets/stylesheets/break_bulk_benefits_section.scss */
.break-bulk-benefits-section {
  width: 100%;
  background: #ffffff;
}

/* line 10, app/assets/stylesheets/break_bulk_benefits_section.scss */
.break-bulk-benefits-section__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px;
  gap: 60px;
  box-sizing: border-box;
}

/* line 22, app/assets/stylesheets/break_bulk_benefits_section.scss */
.break-bulk-benefits-section__title {
  margin: 0;
  max-width: 900px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  text-align: center;
  color: #009CDE;
}

/* line 31, app/assets/stylesheets/break_bulk_benefits_section.scss */
.break-bulk-benefits-section__items {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  width: 100%;
  max-width: 1280px;
  gap: 32px;
}

/* line 42, app/assets/stylesheets/break_bulk_benefits_section.scss */
.break-bulk-benefits-section__item {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  max-width: 294px;
  gap: 24px;
}

/* line 52, app/assets/stylesheets/break_bulk_benefits_section.scss */
.break-bulk-benefits-section__item-icon {
  display: block;
  flex: none;
  width: 80px;
  height: 80px;
  object-fit: contain;
}

/* line 60, app/assets/stylesheets/break_bulk_benefits_section.scss */
.break-bulk-benefits-section__item-text {
  margin: 0;
  width: 100%;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #334C56;
}

/* line 68, app/assets/stylesheets/break_bulk_benefits_section.scss */
.break-bulk-benefits-section__cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 228px;
  min-height: 40px;
  padding: 16px 32px;
  background: #F9A529;
  border-radius: 32px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  line-height: 1.35;
  color: #ffffff;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap;
}

/* line 89, app/assets/stylesheets/break_bulk_benefits_section.scss */
.break-bulk-benefits-section__cta:hover, .break-bulk-benefits-section__cta:focus {
  color: #ffffff;
  text-decoration: none;
  background: #F9A529;
}

@media (max-width: 1024px) {
  /* line 100, app/assets/stylesheets/break_bulk_benefits_section.scss */
  .break-bulk-benefits-section__container {
    padding: 60px 40px;
    gap: 48px;
  }
  /* line 105, app/assets/stylesheets/break_bulk_benefits_section.scss */
  .break-bulk-benefits-section__items {
    flex-wrap: wrap;
    gap: 40px 24px;
  }
  /* line 110, app/assets/stylesheets/break_bulk_benefits_section.scss */
  .break-bulk-benefits-section__item {
    flex: 0 0 calc(50% - 12px);
    max-width: none;
  }
}

@media (max-width: 600px) {
  /* line 119, app/assets/stylesheets/break_bulk_benefits_section.scss */
  .break-bulk-benefits-section__container {
    padding: 40px 16px;
    gap: 40px;
  }
  /* line 124, app/assets/stylesheets/break_bulk_benefits_section.scss */
  .break-bulk-benefits-section__title {
    font-size: 32px;
    line-height: 40px;
  }
  /* line 129, app/assets/stylesheets/break_bulk_benefits_section.scss */
  .break-bulk-benefits-section__items {
    flex-direction: column;
    align-items: center;
  }
  /* line 134, app/assets/stylesheets/break_bulk_benefits_section.scss */
  .break-bulk-benefits-section__item {
    flex: none;
    width: 100%;
    max-width: 342px;
  }
  /* line 140, app/assets/stylesheets/break_bulk_benefits_section.scss */
  .break-bulk-benefits-section__cta {
    width: 100%;
    max-width: 342px;
    white-space: normal;
  }
}
/* line 6, app/assets/stylesheets/break_bulk_gallery_section.scss */
.break-bulk-gallery-section {
  width: 100%;
  background: #ffffff;
}

/* line 10, app/assets/stylesheets/break_bulk_gallery_section.scss */
.break-bulk-gallery-section__container {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}

/* line 18, app/assets/stylesheets/break_bulk_gallery_section.scss */
.break-bulk-gallery-section__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
/* line 6, app/assets/stylesheets/break_bulk_shipment.scss */
#break-bulk-shipment-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: var(--header-outer-height, 80px) 0 0;
  margin-top: calc(-1 * var(--header-outer-height, 80px));
  background: #E6F5FC;
}

/* line 17, app/assets/stylesheets/break_bulk_shipment.scss */
#break-bulk-shipment-page .hero-section--break-bulk .hero-section__hero-box {
  min-height: 420px;
  padding-bottom: 48px;
}

/* line 22, app/assets/stylesheets/break_bulk_shipment.scss */
#break-bulk-shipment-page .hero-section--break-bulk .hero-section__text {
  max-width: 900px;
  gap: 16px;
}

/* line 27, app/assets/stylesheets/break_bulk_shipment.scss */
#break-bulk-shipment-page .hero-section--break-bulk .hero-section__title-line {
  color: #001F2C;
}

/* line 31, app/assets/stylesheets/break_bulk_shipment.scss */
#break-bulk-shipment-page .hero-section--break-bulk .hero-section__tagline {
  margin: 0;
  width: 100%;
  max-width: 814px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  color: #009CDE;
}

/* line 41, app/assets/stylesheets/break_bulk_shipment.scss */
#break-bulk-shipment-page .hero-section--break-bulk .hero-section__subtitle {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #334C56;
}

@media (max-width: 1024px) {
  /* line 49, app/assets/stylesheets/break_bulk_shipment.scss */
  #break-bulk-shipment-page .hero-section--break-bulk {
    display: flex;
    flex-direction: column;
    align-items: center;
    isolation: isolate;
    min-height: 730px;
    background: #E6F5FC;
  }
  /* line 57, app/assets/stylesheets/break_bulk_shipment.scss */
  #break-bulk-shipment-page .hero-section--break-bulk .hero-section__container {
    height: auto;
    min-height: 604px;
    padding: 0;
    background: #E6F5FC;
  }
  /* line 64, app/assets/stylesheets/break_bulk_shipment.scss */
  #break-bulk-shipment-page .hero-section--break-bulk .hero-section__waves-illustration {
    height: 46px;
  }
  /* line 68, app/assets/stylesheets/break_bulk_shipment.scss */
  #break-bulk-shipment-page .hero-section--break-bulk .hero-section__waves-image {
    height: 74px;
  }
  /* line 72, app/assets/stylesheets/break_bulk_shipment.scss */
  #break-bulk-shipment-page .hero-section--break-bulk .hero-section__hero-content {
    width: 100%;
    max-width: 834px;
    padding: 24px 24px 40px;
    gap: 80px;
  }
  /* line 79, app/assets/stylesheets/break_bulk_shipment.scss */
  #break-bulk-shipment-page .hero-section--break-bulk .hero-section__hero-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 786px;
    height: 540px;
    min-height: 540px;
    padding: 40px 24px;
    gap: 40px;
    isolation: isolate;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-sizing: border-box;
  }
  /* line 97, app/assets/stylesheets/break_bulk_shipment.scss */
  #break-bulk-shipment-page .hero-section--break-bulk .hero-section__background-image-section {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    z-index: 0;
    width: 100%;
    max-width: 786px;
    height: 100%;
    transform: translateX(-50%);
    pointer-events: none;
    overflow: hidden;
  }
  /* line 111, app/assets/stylesheets/break_bulk_shipment.scss */
  #break-bulk-shipment-page .hero-section--break-bulk .hero-section__background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
  }
  /* line 118, app/assets/stylesheets/break_bulk_shipment.scss */
  #break-bulk-shipment-page .hero-section--break-bulk .hero-section__text {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 738px;
    margin: 0 auto;
    gap: 24px;
    text-align: center;
  }
  /* line 131, app/assets/stylesheets/break_bulk_shipment.scss */
  #break-bulk-shipment-page .hero-section--break-bulk .hero-section__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 738px;
    margin: 0;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 900;
    font-size: 56px;
    line-height: 64px;
    font-weight: 900;
    text-align: center;
    color: #009CDE;
  }
  /* line 144, app/assets/stylesheets/break_bulk_shipment.scss */
  #break-bulk-shipment-page .hero-section--break-bulk .hero-section__title-highlight {
    color: #009CDE;
  }
  /* line 148, app/assets/stylesheets/break_bulk_shipment.scss */
  #break-bulk-shipment-page .hero-section--break-bulk .hero-section__title-line {
    color: #001F2C;
  }
  /* line 152, app/assets/stylesheets/break_bulk_shipment.scss */
  #break-bulk-shipment-page .hero-section--break-bulk .hero-section__tagline {
    margin: 0;
    width: 100%;
    max-width: 738px;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    font-weight: 900;
    text-align: center;
    color: #009CDE;
  }
  /* line 162, app/assets/stylesheets/break_bulk_shipment.scss */
  #break-bulk-shipment-page .hero-section--break-bulk .hero-section__subtitle {
    display: block;
    margin: 0;
    width: 100%;
    max-width: 738px;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    color: #001F2C;
  }
}

/* line 175, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section {
  width: 100%;
  background: #ffffff;
}

/* line 179, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 80px 80px;
  gap: 80px;
  box-sizing: border-box;
}

/* line 191, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__form__errors {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 24px;
  padding: 16px 24px;
  list-style: none;
  background: #fff3f3;
  border: 1px solid #F9A529;
  border-radius: 12px;
  color: #212121;
}

/* line 203, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__form__body--landing {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: 0;
  padding: 0;
  gap: 80px;
  background: transparent;
  border: none;
}

/* line 216, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__form__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 936px;
  text-align: center;
}

/* line 225, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__form__intro-title {
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  color: #009CDE;
}

/* line 232, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__form__intro-subtitle {
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #001F2C;
}

/* line 238, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__form__full-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 40px;
}

/* line 246, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__form__bulk-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 8px;
  gap: 2px;
  background: #E6F5FC;
  border-radius: 16px;
  box-sizing: border-box;
}

/* line 257, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__form__grid-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  gap: 2px;
}

/* line 265, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__form__panel {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  padding: 24px;
  gap: 32px;
  background: #ffffff;
  box-sizing: border-box;
}

/* line 277, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__form__grid-row:first-child .break_bulk__form__route_information {
  border-radius: 8px 0 0 0;
}

/* line 281, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__form__grid-row:first-child .break_bulk__form__cargo_description {
  border-radius: 0 8px 0 0;
}

/* line 285, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__form__grid-row:last-child .break_bulk__form__dimensions {
  border-radius: 0 0 0 8px;
}

/* line 289, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__form__grid-row:last-child .break_bulk__form__documents {
  border-radius: 0 0 8px 0;
}

/* line 293, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__form__section {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  gap: 16px;
}

/* line 301, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__form__section__icon img {
  display: block;
  width: 40px;
  height: 40px;
}

/* line 307, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__form__section__title {
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #001F2C;
}

/* line 313, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__form__route_information__content,
.break-bulk-shipment__form-section .break_bulk__form__cargo_description__content,
.break-bulk-shipment__form-section .break_bulk__form__documents__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  gap: 16px;
}

/* line 323, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__form__dimensions__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}

/* line 330, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__form__dimensions__row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  gap: 16px;
}

/* line 337, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__form__dimensions__row > div {
  flex: 1 1 0;
  min-width: 0;
}

/* line 343, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__form__contact {
  width: 100%;
  padding: 24px;
  background: #ffffff;
  border-radius: 8px;
  box-sizing: border-box;
}

/* line 351, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__form__contact__content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 16px;
}

/* line 357, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__form__contact__content > div {
  flex: 1 1 calc(50% - 8px);
  min-width: 200px;
}

/* line 364, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__text_input,
.break-bulk-shipment__form-section .break_bulk__location_input,
.break-bulk-shipment__form-section .break_bulk__date_input,
.break-bulk-shipment__form-section .break_bulk__select_input,
.break-bulk-shipment__form-section .break_bulk__number_input,
.break-bulk-shipment__form-section .break_bulk__calculated_input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 2px;
}

/* line 376, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__text_input .label,
.break-bulk-shipment__form-section .break_bulk__location_input .label,
.break-bulk-shipment__form-section .break_bulk__date_input .label,
.break-bulk-shipment__form-section .break_bulk__select_input .label,
.break-bulk-shipment__form-section .break_bulk__number_input .label,
.break-bulk-shipment__form-section .break_bulk__calculated_input .label {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 16px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-transform: capitalize;
  color: #829095;
}

/* line 386, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__text_input .wrapper,
.break-bulk-shipment__form-section .break_bulk__location_input .wrapper,
.break-bulk-shipment__form-section .break_bulk__date_input .wrapper,
.break-bulk-shipment__form-section .break_bulk__select_input .wrapper,
.break-bulk-shipment__form-section .break_bulk__number_input .wrapper,
.break-bulk-shipment__form-section .break_bulk__calculated_input .wrapper {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  min-height: 36px;
  padding: 8px 16px;
  gap: 8px;
  background: #ffffff;
  border: 1px solid #E6E9EA;
  border-radius: 8px;
}

/* line 399, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__text_input .wrapper:focus, .break-bulk-shipment__form-section .break_bulk__text_input .wrapper:focus-within,
.break-bulk-shipment__form-section .break_bulk__location_input .wrapper:focus,
.break-bulk-shipment__form-section .break_bulk__location_input .wrapper:focus-within,
.break-bulk-shipment__form-section .break_bulk__date_input .wrapper:focus,
.break-bulk-shipment__form-section .break_bulk__date_input .wrapper:focus-within,
.break-bulk-shipment__form-section .break_bulk__select_input .wrapper:focus,
.break-bulk-shipment__form-section .break_bulk__select_input .wrapper:focus-within,
.break-bulk-shipment__form-section .break_bulk__number_input .wrapper:focus,
.break-bulk-shipment__form-section .break_bulk__number_input .wrapper:focus-within,
.break-bulk-shipment__form-section .break_bulk__calculated_input .wrapper:focus,
.break-bulk-shipment__form-section .break_bulk__calculated_input .wrapper:focus-within {
  border-color: #009CDE;
}

/* line 405, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__text_input input[type="text"],
.break-bulk-shipment__form-section .break_bulk__text_input input[type="date"],
.break-bulk-shipment__form-section .break_bulk__text_input input[type="number"],
.break-bulk-shipment__form-section .break_bulk__text_input select,
.break-bulk-shipment__form-section .break_bulk__text_input textarea,
.break-bulk-shipment__form-section .break_bulk__location_input input[type="text"],
.break-bulk-shipment__form-section .break_bulk__location_input input[type="date"],
.break-bulk-shipment__form-section .break_bulk__location_input input[type="number"],
.break-bulk-shipment__form-section .break_bulk__location_input select,
.break-bulk-shipment__form-section .break_bulk__location_input textarea,
.break-bulk-shipment__form-section .break_bulk__date_input input[type="text"],
.break-bulk-shipment__form-section .break_bulk__date_input input[type="date"],
.break-bulk-shipment__form-section .break_bulk__date_input input[type="number"],
.break-bulk-shipment__form-section .break_bulk__date_input select,
.break-bulk-shipment__form-section .break_bulk__date_input textarea,
.break-bulk-shipment__form-section .break_bulk__select_input input[type="text"],
.break-bulk-shipment__form-section .break_bulk__select_input input[type="date"],
.break-bulk-shipment__form-section .break_bulk__select_input input[type="number"],
.break-bulk-shipment__form-section .break_bulk__select_input select,
.break-bulk-shipment__form-section .break_bulk__select_input textarea,
.break-bulk-shipment__form-section .break_bulk__number_input input[type="text"],
.break-bulk-shipment__form-section .break_bulk__number_input input[type="date"],
.break-bulk-shipment__form-section .break_bulk__number_input input[type="number"],
.break-bulk-shipment__form-section .break_bulk__number_input select,
.break-bulk-shipment__form-section .break_bulk__number_input textarea,
.break-bulk-shipment__form-section .break_bulk__calculated_input input[type="text"],
.break-bulk-shipment__form-section .break_bulk__calculated_input input[type="date"],
.break-bulk-shipment__form-section .break_bulk__calculated_input input[type="number"],
.break-bulk-shipment__form-section .break_bulk__calculated_input select,
.break-bulk-shipment__form-section .break_bulk__calculated_input textarea {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  box-shadow: none;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #001F2C;
}

/* line 421, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__text_input input[type="text"]::placeholder,
.break-bulk-shipment__form-section .break_bulk__text_input input[type="date"]::placeholder,
.break-bulk-shipment__form-section .break_bulk__text_input input[type="number"]::placeholder,
.break-bulk-shipment__form-section .break_bulk__text_input select::placeholder,
.break-bulk-shipment__form-section .break_bulk__text_input textarea::placeholder,
.break-bulk-shipment__form-section .break_bulk__location_input input[type="text"]::placeholder,
.break-bulk-shipment__form-section .break_bulk__location_input input[type="date"]::placeholder,
.break-bulk-shipment__form-section .break_bulk__location_input input[type="number"]::placeholder,
.break-bulk-shipment__form-section .break_bulk__location_input select::placeholder,
.break-bulk-shipment__form-section .break_bulk__location_input textarea::placeholder,
.break-bulk-shipment__form-section .break_bulk__date_input input[type="text"]::placeholder,
.break-bulk-shipment__form-section .break_bulk__date_input input[type="date"]::placeholder,
.break-bulk-shipment__form-section .break_bulk__date_input input[type="number"]::placeholder,
.break-bulk-shipment__form-section .break_bulk__date_input select::placeholder,
.break-bulk-shipment__form-section .break_bulk__date_input textarea::placeholder,
.break-bulk-shipment__form-section .break_bulk__select_input input[type="text"]::placeholder,
.break-bulk-shipment__form-section .break_bulk__select_input input[type="date"]::placeholder,
.break-bulk-shipment__form-section .break_bulk__select_input input[type="number"]::placeholder,
.break-bulk-shipment__form-section .break_bulk__select_input select::placeholder,
.break-bulk-shipment__form-section .break_bulk__select_input textarea::placeholder,
.break-bulk-shipment__form-section .break_bulk__number_input input[type="text"]::placeholder,
.break-bulk-shipment__form-section .break_bulk__number_input input[type="date"]::placeholder,
.break-bulk-shipment__form-section .break_bulk__number_input input[type="number"]::placeholder,
.break-bulk-shipment__form-section .break_bulk__number_input select::placeholder,
.break-bulk-shipment__form-section .break_bulk__number_input textarea::placeholder,
.break-bulk-shipment__form-section .break_bulk__calculated_input input[type="text"]::placeholder,
.break-bulk-shipment__form-section .break_bulk__calculated_input input[type="date"]::placeholder,
.break-bulk-shipment__form-section .break_bulk__calculated_input input[type="number"]::placeholder,
.break-bulk-shipment__form-section .break_bulk__calculated_input select::placeholder,
.break-bulk-shipment__form-section .break_bulk__calculated_input textarea::placeholder {
  color: #B3BCC0;
  text-transform: capitalize;
}

/* line 426, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__text_input input[type="text"]:focus,
.break-bulk-shipment__form-section .break_bulk__text_input input[type="date"]:focus,
.break-bulk-shipment__form-section .break_bulk__text_input input[type="number"]:focus,
.break-bulk-shipment__form-section .break_bulk__text_input select:focus,
.break-bulk-shipment__form-section .break_bulk__text_input textarea:focus,
.break-bulk-shipment__form-section .break_bulk__location_input input[type="text"]:focus,
.break-bulk-shipment__form-section .break_bulk__location_input input[type="date"]:focus,
.break-bulk-shipment__form-section .break_bulk__location_input input[type="number"]:focus,
.break-bulk-shipment__form-section .break_bulk__location_input select:focus,
.break-bulk-shipment__form-section .break_bulk__location_input textarea:focus,
.break-bulk-shipment__form-section .break_bulk__date_input input[type="text"]:focus,
.break-bulk-shipment__form-section .break_bulk__date_input input[type="date"]:focus,
.break-bulk-shipment__form-section .break_bulk__date_input input[type="number"]:focus,
.break-bulk-shipment__form-section .break_bulk__date_input select:focus,
.break-bulk-shipment__form-section .break_bulk__date_input textarea:focus,
.break-bulk-shipment__form-section .break_bulk__select_input input[type="text"]:focus,
.break-bulk-shipment__form-section .break_bulk__select_input input[type="date"]:focus,
.break-bulk-shipment__form-section .break_bulk__select_input input[type="number"]:focus,
.break-bulk-shipment__form-section .break_bulk__select_input select:focus,
.break-bulk-shipment__form-section .break_bulk__select_input textarea:focus,
.break-bulk-shipment__form-section .break_bulk__number_input input[type="text"]:focus,
.break-bulk-shipment__form-section .break_bulk__number_input input[type="date"]:focus,
.break-bulk-shipment__form-section .break_bulk__number_input input[type="number"]:focus,
.break-bulk-shipment__form-section .break_bulk__number_input select:focus,
.break-bulk-shipment__form-section .break_bulk__number_input textarea:focus,
.break-bulk-shipment__form-section .break_bulk__calculated_input input[type="text"]:focus,
.break-bulk-shipment__form-section .break_bulk__calculated_input input[type="date"]:focus,
.break-bulk-shipment__form-section .break_bulk__calculated_input input[type="number"]:focus,
.break-bulk-shipment__form-section .break_bulk__calculated_input select:focus,
.break-bulk-shipment__form-section .break_bulk__calculated_input textarea:focus {
  border: none;
  box-shadow: none;
}

/* line 434, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__location_input .flag-wrapper,
.break-bulk-shipment__form-section .break_bulk__location_input .marker-wrapper {
  display: none;
}

/* line 439, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__location_input .wrapper {
  gap: 0;
}

/* line 444, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__date_input .wrapper {
  position: relative;
  padding-inline-end: 40px;
}

/* line 448, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__date_input .wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  inset-inline-end: 16px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background: url(/assets/break_bulk/calendar-b9f4b0d434a637fa02fd1f57eaa35968945ae60bdd95a86bc25ecd3aad437ca0.svg) center/contain no-repeat;
  pointer-events: none;
}

/* line 462, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__select_input select {
  color: #B3BCC0;
  appearance: none;
}

/* line 467, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__select_input .wrapper {
  position: relative;
  padding-inline-end: 36px;
}

/* line 471, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__select_input .wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  inset-inline-end: 16px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background: url(/assets/break_bulk/arrow-b15a644cb5b21fcc763042c805b596e193d00055b1e8bdcdee2d6309d9562350.svg) center/contain no-repeat;
  pointer-events: none;
}

/* line 485, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__number_input .wrapper {
  position: relative;
  padding-inline-end: 72px;
}

/* line 489, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__number_input .wrapper .unit {
  position: absolute;
  top: 50%;
  inset-inline-end: 32px;
  transform: translateY(-50%);
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #829095;
  text-transform: capitalize;
  pointer-events: none;
}

/* line 500, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__number_input .wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  inset-inline-end: 16px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background: url(/assets/break_bulk/double-arrows-52a43084a5ad1df7444fd733ad5c7effcf9b2d16692c3fe1288ab9c0fce15399.svg) center/contain no-repeat;
  pointer-events: none;
}

/* line 513, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__calculated_input .wrapper {
  background: #ffffff;
}

/* line 516, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__calculated_input .wrapper .unit {
  margin-left: auto;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #829095;
  text-transform: capitalize;
}

/* line 523, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__calculated_input .wrapper input:disabled {
  color: #B3BCC0;
}

/* line 528, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__stackable {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0 16px;
  gap: 8px;
  background: #f8f8f8;
  border-radius: 8px;
  box-sizing: border-box;
  min-height: 56px;
}

/* line 542, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__stackable > div {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #001F2C;
}

/* line 547, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__stackable .switch-label {
  margin: 0;
  background: #E6E9EA;
  box-shadow: inset 0 0 0 1px #B3BCC0;
}

/* line 553, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__stackable .switch-label:after {
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 31, 44, 0.2);
  border: none;
}

/* line 559, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__stackable .switch:checked + .switch-label {
  justify-content: flex-end;
  background: #009CDE;
  box-shadow: none;
}

/* line 565, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__stackable .switch:checked + .switch-label:after {
  border: none;
  background: #ffffff;
}

/* line 571, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__form__documents__upload {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 16px;
}

/* line 579, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__form__attach-btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 8px 16px;
  gap: 8px;
  background: #FEEDD4;
  border: 1px solid #F9A529;
  border-radius: 32px;
  cursor: pointer;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #F9A529;
  text-transform: capitalize;
}

/* line 595, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__form__attach-btn input[type="file"] {
  display: none;
}

/* line 600, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__form__attach-btn-icon {
  width: 16px;
  height: 16px;
}

/* line 605, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__form__upload-hint {
  margin: 0;
  width: 100%;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #B3BCC0;
}

/* line 613, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__form__attachment-name {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #334C56;
  text-align: center;
}

/* line 619, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__form__documents__recommendations {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 2px;
}

/* line 626, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__form__documents__recommendations-label {
  padding: 0 16px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-transform: capitalize;
  color: #829095;
}

/* line 633, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__form__documents__recommendations textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 64px;
  padding: 8px 16px;
  border: 1px solid #E6E9EA;
  border-radius: 8px;
  resize: vertical;
  outline: none;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #001F2C;
}

/* line 645, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__form__documents__recommendations textarea::placeholder {
  color: #B3BCC0;
  text-transform: capitalize;
}

/* line 650, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__form__documents__recommendations textarea:focus {
  border-color: #009CDE;
}

/* line 655, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__form__action {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 661, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 288px;
  height: 40px;
  padding: 8px 16px;
  border: none;
  border-radius: 32px;
  background: #F9A529;
  cursor: pointer;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-transform: capitalize;
}

/* line 676, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .break_bulk__form__submit:hover, .break-bulk-shipment__form-section .break_bulk__form__submit:focus {
  background: #F9A529;
  color: #ffffff;
}

/* line 683, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .select2-container {
  width: 100% !important;
}

/* line 688, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .select2-container--default .select2-selection--single {
  height: 20px !important;
  min-height: 20px;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* line 696, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: 20px !important;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #001F2C;
}

/* line 703, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section .select2-container .select2-selection--single .select2-selection__arrow {
  display: none;
}

/* line 707, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section label {
  margin: 0;
}

/* line 711, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section input::-webkit-outer-spin-button,
.break-bulk-shipment__form-section input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 717, app/assets/stylesheets/break_bulk_shipment.scss */
.break-bulk-shipment__form-section input[type="number"] {
  -moz-appearance: textfield;
}

@media (max-width: 1024px) {
  /* line 724, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section .break_bulk__form__grid-row {
    flex-direction: column;
  }
}

@media (max-width: 1024px) {
  /* line 732, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section__inner {
    padding: 40px;
    gap: 80px;
  }
  /* line 737, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section .break_bulk__form__body--landing {
    gap: 80px;
    max-width: 100%;
  }
  /* line 742, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section .break_bulk__form__intro {
    align-items: flex-start;
    gap: 40px;
    width: 100%;
    max-width: 754px;
  }
  /* line 749, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section .break_bulk__form__intro-title {
    width: 100%;
    text-align: center;
    text-transform: capitalize;
  }
  /* line 755, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section .break_bulk__form__intro-subtitle {
    width: 100%;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #334C56;
  }
  /* line 762, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section .break_bulk__form__full-form {
    width: 100%;
    max-width: 754px;
  }
  /* line 767, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section .break_bulk__form__bulk-form {
    width: 100%;
    max-width: 754px;
  }
  /* line 772, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section .break_bulk__form__grid-row {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 2px;
  }
  /* line 779, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section .break_bulk__form__panel {
    flex: none;
    width: 100%;
    padding: 40px;
  }
  /* line 785, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section .break_bulk__form__grid-row:first-child .break_bulk__form__route_information {
    border-radius: 8px 0 0 0;
  }
  /* line 789, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section .break_bulk__form__grid-row:first-child .break_bulk__form__cargo_description {
    border-radius: 0 8px 0 0;
  }
  /* line 793, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section .break_bulk__form__grid-row:last-child .break_bulk__form__dimensions {
    border-radius: 0 0 0 8px;
  }
  /* line 797, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section .break_bulk__form__grid-row:last-child .break_bulk__form__documents {
    border-radius: 0 0 8px 0;
  }
  /* line 801, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section .break_bulk__form__dimensions__row {
    flex-wrap: nowrap;
  }
  /* line 804, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section .break_bulk__form__dimensions__row > div {
    flex: 1 1 0;
    min-width: 0;
  }
}

@media (max-width: 600px) {
  /* line 813, app/assets/stylesheets/break_bulk_shipment.scss */
  #break-bulk-shipment-page .hero-section--break-bulk {
    display: flex;
    flex-direction: column;
    align-items: center;
    isolation: isolate;
    min-height: 506px;
    background: #E6F5FC;
  }
  /* line 821, app/assets/stylesheets/break_bulk_shipment.scss */
  #break-bulk-shipment-page .hero-section--break-bulk .hero-section__container {
    height: auto;
    min-height: 404px;
    padding: 0;
    background: #E6F5FC;
  }
  /* line 828, app/assets/stylesheets/break_bulk_shipment.scss */
  #break-bulk-shipment-page .hero-section--break-bulk .hero-section__waves-illustration {
    height: 22px;
  }
  /* line 832, app/assets/stylesheets/break_bulk_shipment.scss */
  #break-bulk-shipment-page .hero-section--break-bulk .hero-section__waves-image {
    height: 36px;
  }
  /* line 836, app/assets/stylesheets/break_bulk_shipment.scss */
  #break-bulk-shipment-page .hero-section--break-bulk .hero-section__hero-content {
    width: 100%;
    max-width: 390px;
    padding: 24px 24px 40px;
    gap: 40px;
  }
  /* line 843, app/assets/stylesheets/break_bulk_shipment.scss */
  #break-bulk-shipment-page .hero-section--break-bulk .hero-section__hero-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 342px;
    height: 430px;
    min-height: 340px;
    padding: 40px 24px;
    gap: 40px;
    isolation: isolate;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-sizing: border-box;
  }
  /* line 861, app/assets/stylesheets/break_bulk_shipment.scss */
  #break-bulk-shipment-page .hero-section--break-bulk .hero-section__background-image-section {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    z-index: 0;
    width: 100%;
    max-width: 342px;
    height: 100%;
    transform: translateX(-50%);
    pointer-events: none;
    overflow: hidden;
  }
  /* line 875, app/assets/stylesheets/break_bulk_shipment.scss */
  #break-bulk-shipment-page .hero-section--break-bulk .hero-section__background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
  }
  /* line 882, app/assets/stylesheets/break_bulk_shipment.scss */
  #break-bulk-shipment-page .hero-section--break-bulk .hero-section__text {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 294px;
    margin: 0 auto;
    gap: 16px;
    text-align: center;
  }
  /* line 895, app/assets/stylesheets/break_bulk_shipment.scss */
  #break-bulk-shipment-page .hero-section--break-bulk .hero-section__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 294px;
    margin: 0;
    font-size: 32px;
    line-height: 40px;
    font-weight: 900;
    text-align: center;
    color: #009CDE;
  }
  /* line 909, app/assets/stylesheets/break_bulk_shipment.scss */
  #break-bulk-shipment-page .hero-section--break-bulk .hero-section__title-highlight {
    font-size: 32px;
    line-height: 40px;
    font-weight: 900;
    color: #009CDE;
  }
  /* line 916, app/assets/stylesheets/break_bulk_shipment.scss */
  #break-bulk-shipment-page .hero-section--break-bulk .hero-section__title-line {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #001F2C;
  }
  /* line 923, app/assets/stylesheets/break_bulk_shipment.scss */
  #break-bulk-shipment-page .hero-section--break-bulk .hero-section__tagline {
    margin: 0;
    width: 100%;
    max-width: 294px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
    color: #009CDE;
  }
  /* line 934, app/assets/stylesheets/break_bulk_shipment.scss */
  #break-bulk-shipment-page .hero-section--break-bulk .hero-section__subtitle {
    display: none;
  }
  /* line 940, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section__inner {
    padding: 40px 16px;
    gap: 40px;
  }
  /* line 945, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section .break_bulk__form__body--landing {
    gap: 40px;
    max-width: 100%;
  }
  /* line 950, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section .break_bulk__form__intro {
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    max-width: 358px;
  }
  /* line 957, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section .break_bulk__form__intro-title {
    width: 100%;
    font-size: 32px;
    line-height: 40px;
    font-weight: 900;
    text-align: center;
    color: #009CDE;
  }
  /* line 966, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section .break_bulk__form__intro-subtitle {
    width: 100%;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #334C56;
  }
  /* line 973, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section .break_bulk__form__full-form,
.break-bulk-shipment__form-section .break_bulk__form__bulk-form {
    width: 100%;
    max-width: 358px;
  }
  /* line 979, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section .break_bulk__form__panel {
    padding: 24px;
    gap: 24px;
  }
  /* line 984, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section .break_bulk__form__section__icon img {
    width: 24px;
    height: 24px;
  }
  /* line 989, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section .break_bulk__form__section__title {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #001F2C;
  }
  /* line 994, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section .break_bulk__form__dimensions .break_bulk__form__section {
    align-items: flex-start;
    width: 100%;
  }
  /* line 999, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section .break_bulk__form__dimensions .break_bulk__form__section__title {
    flex: 1 1 auto;
    line-height: 26px;
  }
  /* line 1004, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section .break_bulk__form__grid-row:first-child .break_bulk__form__route_information {
    border-radius: 8px 0 0 0;
  }
  /* line 1008, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section .break_bulk__form__grid-row:first-child .break_bulk__form__cargo_description {
    border-radius: 0 8px 0 0;
  }
  /* line 1012, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section .break_bulk__form__grid-row:last-child .break_bulk__form__dimensions {
    border-radius: 0;
  }
  /* line 1016, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section .break_bulk__form__grid-row:last-child .break_bulk__form__documents {
    border-radius: 0 0 8px 8px;
  }
  /* line 1020, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section .break_bulk__form__documents__content {
    gap: 24px;
  }
  /* line 1024, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section .break_bulk__form__dimensions__row {
    width: 100%;
    gap: 16px;
  }
  /* line 1028, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section .break_bulk__form__dimensions__row:first-child {
    flex-direction: column;
    align-items: stretch;
  }
  /* line 1032, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section .break_bulk__form__dimensions__row:first-child > div {
    flex: none;
    width: 100%;
  }
  /* line 1038, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section .break_bulk__form__dimensions__row:not(:first-child) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  /* line 1042, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section .break_bulk__form__dimensions__row:not(:first-child) > div {
    flex: 1 1 0;
    min-width: 0;
  }
  /* line 1049, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section .break_bulk__form__upload-hint {
    line-height: 20px;
  }
  /* line 1053, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section .break_bulk__form__contact__content > div {
    flex: 1 1 100%;
  }
  /* line 1057, app/assets/stylesheets/break_bulk_shipment.scss */
  .break-bulk-shipment__form-section .break_bulk__form__submit {
    width: 100%;
    max-width: 342px;
  }
}
/* line 3, app/assets/stylesheets/bulk_shipment.scss */
#bulk-shipment-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: var(--header-outer-height, 80px) 0 0;
  margin-top: calc(-1 * var(--header-outer-height, 80px));
  background: #E6F5FC;
}
/* line 6, app/assets/stylesheets/centered_cta_section.scss */
.centered-cta-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  width: 100%;
  background: #ffffff;
}

/* line 16, app/assets/stylesheets/centered_cta_section.scss */
.centered-cta-section__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: none;
  align-self: stretch;
  width: 100%;
  max-width: 1440px;
  min-height: 320px;
  margin: 0 auto;
  padding: 0 80px 80px;
  gap: 40px;
  box-sizing: border-box;
  background: #ffffff;
}

/* line 34, app/assets/stylesheets/centered_cta_section.scss */
.centered-cta-section__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  flex: none;
  width: 100%;
  max-width: 1280px;
  min-height: 160px;
  padding: 0;
  gap: 16px;
}

/* line 47, app/assets/stylesheets/centered_cta_section.scss */
.centered-cta-section__line {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  width: 100%;
  max-width: 1280px;
  min-height: 40px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #001F2C;
}

/* line 63, app/assets/stylesheets/centered_cta_section.scss */
.centered-cta-section__line--highlight {
  min-height: 48px;
  font-size: 40px;
  line-height: 48px;
  text-transform: capitalize;
  color: #009CDE;
}

/* line 73, app/assets/stylesheets/centered_cta_section.scss */
.centered-cta-section__description {
  align-self: center;
  width: 100%;
  max-width: 720px;
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #667980;
}

/* line 87, app/assets/stylesheets/centered_cta_section.scss */
.centered-cta-section__cta {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: none;
  min-width: 188px;
  height: 40px;
  padding: 8px 16px;
  gap: 8px;
  border-radius: 32px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  text-decoration: none;
}

/* line 106, app/assets/stylesheets/centered_cta_section.scss */
.centered-cta-section__cta--outline {
  background: #FEEDD4;
  border: 1px solid #F9A529;
  color: #F9A529;
}

/* line 111, app/assets/stylesheets/centered_cta_section.scss */
.centered-cta-section__cta--outline:hover, .centered-cta-section__cta--outline:focus {
  color: #F9A529;
  text-decoration: none;
  background: #FEEDD4;
  border-color: #F9A529;
}

@media (max-width: 1024px) {
  /* line 124, app/assets/stylesheets/centered_cta_section.scss */
  .centered-cta-section__container {
    padding: 0 40px 80px;
  }
  /* line 128, app/assets/stylesheets/centered_cta_section.scss */
  .centered-cta-section__line {
    font-size: 28px;
    line-height: 36px;
    min-height: 0;
  }
  /* line 133, app/assets/stylesheets/centered_cta_section.scss */
  .centered-cta-section__line--highlight {
    font-size: 32px;
    line-height: 40px;
    min-height: 0;
  }
}

@media (max-width: 600px) {
  /* line 144, app/assets/stylesheets/centered_cta_section.scss */
  .centered-cta-section__container {
    min-height: 0;
    padding: 0 16px 40px;
    gap: 32px;
  }
  /* line 150, app/assets/stylesheets/centered_cta_section.scss */
  .centered-cta-section__text {
    min-height: 0;
    gap: 12px;
  }
  /* line 155, app/assets/stylesheets/centered_cta_section.scss */
  .centered-cta-section__line {
    font-size: 24px;
    line-height: 32px;
  }
  /* line 159, app/assets/stylesheets/centered_cta_section.scss */
  .centered-cta-section__line--highlight {
    font-size: 28px;
    line-height: 36px;
  }
  /* line 165, app/assets/stylesheets/centered_cta_section.scss */
  .centered-cta-section__description {
    font-size: 16px;
    line-height: 24px;
  }
  /* line 170, app/assets/stylesheets/centered_cta_section.scss */
  .centered-cta-section__cta {
    min-width: 0;
    width: 100%;
    max-width: 280px;
  }
}
/* line 7, app/assets/stylesheets/components.scss */
.component-search__wrapper, .component-search__wrapper-min {
  width: 100%;
  height: 186px;
  padding-top: 16px;
  border-radius: 26px;
}

/* line 13, app/assets/stylesheets/components.scss */
.component-search__wrapper-min {
  height: 110px;
}

/* line 19, app/assets/stylesheets/components.scss */
.component-search__main-elements-wrapper {
  display: flex;
  gap: 8px;
}

/* line 24, app/assets/stylesheets/components.scss */
.component-search__main-elements-wrapper:not([data-target='others']) {
  flex-grow: 1;
}

/* line 28, app/assets/stylesheets/components.scss */
.component-search__container-popover-select-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}

/* line 34, app/assets/stylesheets/components.scss */
.component-search__form {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  gap: 8px;
  background-color: white;
  border-radius: 16px;
  padding: 8px;
}

/* line 44, app/assets/stylesheets/components.scss */
.component-search__field-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* line 51, app/assets/stylesheets/components.scss */
.component-search__field-wrapper label {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #9E9E9E;
  margin-left: 16px;
}

/* line 58, app/assets/stylesheets/components.scss */
.component-search__input-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  background: white;
  padding: 12px 16px;
  width: 100%;
  text-align: start;
  height: 47px;
}

/* line 70, app/assets/stylesheets/components.scss */
.component-search__input-wrapper input {
  border: none;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: start;
  width: 100%;
  padding: 1px 2px;
  height: 21px;
}

/* line 78, app/assets/stylesheets/components.scss */
.component-search__input-wrapper input::placeholder {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #BDBDBD;
  text-align: start;
}

/* line 87, app/assets/stylesheets/components.scss */
.component-search__input-wrapper input[type='search'] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
}

/* line 93, app/assets/stylesheets/components.scss */
.component-search__input-wrapper input[type='search']::-webkit-search-decoration, .component-search__input-wrapper input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 99, app/assets/stylesheets/components.scss */
.component-search__input-wrapper input[type='search']:focus {
  outline: none;
  caret-color: #ffa726;
  border: none !important;
  box-shadow: none !important;
}

/* line 106, app/assets/stylesheets/components.scss */
.component-search__input-wrapper input:focus-visible {
  outline: none;
  border: none !important;
}

/* line 112, app/assets/stylesheets/components.scss */
.component-search__input-wrapper:focus-within {
  border: 1px solid #009CDE;
}

/* line 116, app/assets/stylesheets/components.scss */
.component-search__location-row {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  position: relative;
}

/* line 124, app/assets/stylesheets/components.scss */
.component-search__location-row .component-search__input-wrapper {
  flex: 1;
  min-width: 0;
}

/* line 129, app/assets/stylesheets/components.scss */
.component-search__map-btn {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 142, app/assets/stylesheets/components.scss */
.component-search__map-btn img {
  width: 20px;
  height: 20px;
  display: block;
}

/* line 148, app/assets/stylesheets/components.scss */
.component-search__map-btn:hover {
  opacity: 0.85;
}

/* line 152, app/assets/stylesheets/components.scss */
.component-search__map-btn:focus {
  outline: none;
}

/* line 156, app/assets/stylesheets/components.scss */
.component-search__map-btn:focus-visible {
  outline: 2px solid #009CDE;
  outline-offset: 2px;
  border-radius: 2px;
}

/* line 163, app/assets/stylesheets/components.scss */
.component-search__validation-error {
  display: none;
  padding-top: 2px;
  padding-left: 40px;
  text-align: start;
  font-family: "Primary";
  font-style: normal;
  font-weight: "normal";
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #c62828;
}

/* line 172, app/assets/stylesheets/components.scss */
.component-search__grow {
  flex-grow: 1;
}

/* line 176, app/assets/stylesheets/components.scss */
.component-search__form-button {
  align-self: start;
}

/* line 179, app/assets/stylesheets/components.scss */
.component-search__form-button button {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: none;
  border-radius: 100%;
  padding: 0;
}

/* line 190, app/assets/stylesheets/components.scss */
.component-search__form-button button:focus {
  outline: none;
}

/* line 195, app/assets/stylesheets/components.scss */
.component-search__form-button .icon {
  background: #ffa726;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

/* line 207, app/assets/stylesheets/components.scss */
.component-search__form-button .text {
  display: none;
}

/* line 216, app/assets/stylesheets/components.scss */
.component-search__close-button {
  display: none;
  position: absolute;
  top: 50%;
  inset-inline-start: auto;
  inset-inline-end: 8px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  padding: 0;
  background: #334c56;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}

/* line 238, app/assets/stylesheets/components.scss */
.component-search__close-button img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  filter: brightness(0) invert(1);
}

/* line 252, app/assets/stylesheets/components.scss */
.component-search__close-button:hover {
  background: #1f2e35;
}

/* line 257, app/assets/stylesheets/components.scss */
.component-search__field-check-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  align-self: start;
  position: relative;
  margin: 0px 8px 0;
}

/* line 269, app/assets/stylesheets/components.scss */
.component-search__check-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

/* line 275, app/assets/stylesheets/components.scss */
.component-search__check-wrapper label {
  font-family: "Primary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-align: start;
  color: #212121;
  margin: 0;
}

/* line 284, app/assets/stylesheets/components.scss */
.component-search .readyon-datepicker input:focus-visible {
  outline: none;
}

/* line 289, app/assets/stylesheets/components.scss */
.component-search__hidden_validation {
  display: none;
}

@media (max-width: 1024px) {
  /* line 294, app/assets/stylesheets/components.scss */
  .component-search__main-elements-wrapper {
    width: 100%;
    flex-direction: column;
  }
  /* line 299, app/assets/stylesheets/components.scss */
  .component-search__form {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  /* line 305, app/assets/stylesheets/components.scss */
  .component-search__wrapper, .component-search__wrapper-min {
    height: unset;
  }
  /* line 308, app/assets/stylesheets/components.scss */
  .component-search__wrapper-min {
    height: unset;
  }
  /* line 313, app/assets/stylesheets/components.scss */
  .component-search__grow {
    width: 100%;
  }
  /* line 317, app/assets/stylesheets/components.scss */
  .component-search__field-wrapper {
    width: 100%;
  }
  /* line 321, app/assets/stylesheets/components.scss */
  .component-search__form-button {
    width: 100%;
  }
  /* line 324, app/assets/stylesheets/components.scss */
  .component-search__form-button button {
    width: 100%;
  }
  /* line 328, app/assets/stylesheets/components.scss */
  .component-search__form-button .icon {
    display: none;
  }
  /* line 332, app/assets/stylesheets/components.scss */
  .component-search__form-button .text {
    display: inline;
    border-radius: 100px;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  /* line 342, app/assets/stylesheets/components.scss */
  .component-search__tabs, .component-search__tabs ul, .component-search__tabs li {
    width: 100%;
  }
  /* line 345, app/assets/stylesheets/components.scss */
  .component-search__tabs a {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

/* line 354, app/assets/stylesheets/components.scss */
.next-arrow-wrapper {
  align-self: flex-start;
  margin-top: 12px;
  --direction-scale: 1;
  transform: scaleX(var(--direction-scale));
}

@media (max-width: 600px) {
  /* line 354, app/assets/stylesheets/components.scss */
  .next-arrow-wrapper {
    transform: scaleX(var(--direction-scale)) rotate(90deg);
    align-self: center;
    margin: 8px;
  }
}

/* line 369, app/assets/stylesheets/components.scss */
.vertical-separator {
  align-self: center;
  height: 44px;
  width: 1px;
  background-color: #DADCE0;
}

@media (max-width: 1024px) {
  /* line 369, app/assets/stylesheets/components.scss */
  .vertical-separator {
    display: none;
  }
}

/* line 381, app/assets/stylesheets/components.scss */
.radio {
  height: 0;
  width: 0;
  display: block;
}

/* line 387, app/assets/stylesheets/components.scss */
.radiomark {
  cursor: pointer;
  text-indent: -9999px;
  flex: none;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 1px solid #001F2C;
  background: #ffffff;
  display: block;
  position: relative;
  border-radius: 50%;
  box-sizing: border-box;
}

/* line 402, app/assets/stylesheets/components.scss */
.radiomark:after {
  content: '';
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #009CDE;
  box-sizing: border-box;
}

/* line 416, app/assets/stylesheets/components.scss */
.radio:checked ~ .radiomark:after,
.radio:checked + .radiomark:after {
  display: block;
}

/* line 421, app/assets/stylesheets/components.scss */
.radio:checked + .radiomark {
  background: #ffffff;
  border-color: #009CDE;
}

/* line 427, app/assets/stylesheets/components.scss */
.component-track.component-track--air-mode > .component-search__field-check-wrapper--selector,
.component-track.component-track--air-mode > .track-line-selector {
  display: none !important;
}

/* line 433, app/assets/stylesheets/components.scss */
.hero-section .component-track .component-search__field-check-wrapper,
.component-track .component-search__field-check-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
}

/* line 445, app/assets/stylesheets/components.scss */
.location-map-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s;
}

/* line 456, app/assets/stylesheets/components.scss */
.location-map-modal--open {
  visibility: visible;
  opacity: 0;
  transition: none;
}

/* line 462, app/assets/stylesheets/components.scss */
.location-map-modal--open.location-map-modal--visible {
  opacity: 1;
  transition: opacity 0.2s;
}

/* line 467, app/assets/stylesheets/components.scss */
.location-map-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

/* line 474, app/assets/stylesheets/components.scss */
.location-map-modal__dialog {
  position: relative;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  max-width: 90vw;
  width: 680px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}

/* line 486, app/assets/stylesheets/components.scss */
.location-map-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #e0e0e0;
}

/* line 494, app/assets/stylesheets/components.scss */
.location-map-modal__title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
}

/* line 500, app/assets/stylesheets/components.scss */
.location-map-modal__close {
  background: none;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: #666;
  padding: 4px 8px;
}

/* line 509, app/assets/stylesheets/components.scss */
.location-map-modal__close:hover {
  color: #212121;
}

/* line 514, app/assets/stylesheets/components.scss */
.location-map-modal__body {
  padding: 16px 20px;
  overflow: auto;
  flex: 1;
  min-height: 0;
  margin: 4px;
}

/* line 522, app/assets/stylesheets/components.scss */
.location-map-modal__hint {
  margin: 0 0 12px;
  font-size: 0.875rem;
  color: #666;
}

/* line 528, app/assets/stylesheets/components.scss */
.location-map-modal__address-row {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

/* line 534, app/assets/stylesheets/components.scss */
.location-map-modal__address-input {
  flex: 1;
  min-width: 0;
  padding: 8px 12px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
}

/* line 542, app/assets/stylesheets/components.scss */
.location-map-modal__address-input:focus {
  outline: none;
  border-color: #1976d2;
  box-shadow: 0 0 0 2px rgba(25, 118, 210, 0.2);
}

/* line 549, app/assets/stylesheets/components.scss */
.location-map-modal__map {
  height: 360px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #e8e8e8;
}

/* line 557, app/assets/stylesheets/components.scss */
.location-map-modal__no-location {
  margin: 0 0 12px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #c62828;
}

/* line 567, app/assets/stylesheets/components.scss */
.location-map-modal__port-row {
  margin-bottom: 12px;
}

/* line 570, app/assets/stylesheets/components.scss */
.location-map-modal__port-row[hidden] {
  display: none;
}

/* line 575, app/assets/stylesheets/components.scss */
.location-map-modal__port-label {
  display: block;
  margin-bottom: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #212121;
}

/* line 583, app/assets/stylesheets/components.scss */
.location-map-modal__port-select {
  width: 100%;
  padding: 8px 12px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
}

/* line 591, app/assets/stylesheets/components.scss */
.location-map-modal__port-select:focus {
  outline: none;
  border-color: #1976d2;
  box-shadow: 0 0 0 2px rgba(25, 118, 210, 0.2);
}

/* line 598, app/assets/stylesheets/components.scss */
.location-map-modal__port-hint {
  margin: 4px 0 0;
  font-size: 0.8125rem;
  color: #666;
}

/* line 604, app/assets/stylesheets/components.scss */
.location-map-modal__btn {
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  border: none;
}

/* line 611, app/assets/stylesheets/components.scss */
.location-map-modal__btn--primary {
  background: #FFA726;
  color: #ffffff;
}

/* line 615, app/assets/stylesheets/components.scss */
.location-map-modal__btn--primary:hover {
  background: #fc9600;
}

/* line 620, app/assets/stylesheets/components.scss */
.location-map-modal__btn--secondary {
  background: #ffffff;
  color: #212121;
  border: 1px solid #ccc;
}

/* line 625, app/assets/stylesheets/components.scss */
.location-map-modal__btn--secondary:hover {
  background: #f5f5f5;
}

/* line 631, app/assets/stylesheets/components.scss */
.location-map-modal__footer {
  padding: 12px 20px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

/* line 640, app/assets/stylesheets/components.scss */
.location-map-modal__area-marker {
  background: #5c6bc0;
  border: 1px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 648, app/assets/stylesheets/components.scss */
.location-map-modal__pick-marker {
  background: #FFA726;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

/* line 655, app/assets/stylesheets/components.scss */
.location-map-modal__current-marker {
  background: #009CDE;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

/* line 664, app/assets/stylesheets/components.scss */
.location-selector .component-search__input-wrapper,
.extra-selector .component-search__input-wrapper {
  position: relative;
}

/* line 671, app/assets/stylesheets/components.scss */
.location-selector input[type="search"]::-webkit-search-cancel-button,
.extra-selector input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

/* line 678, app/assets/stylesheets/components.scss */
.location-selector input[type="search"],
.extra-selector input[type="search"] {
  padding-inline-end: 28px;
}
/* line 5, app/assets/stylesheets/contact.scss */
.contact-page {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* line 11, app/assets/stylesheets/contact.scss */
.contact-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  width: 100%;
  margin-top: calc(-1 * var(--header-outer-height, 80px));
  padding: var(--header-outer-height, 80px) 0 0;
  background: #E6F5FC;
}

/* line 21, app/assets/stylesheets/contact.scss */
.contact-hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 80px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 80px 40px;
}

@media (max-width: 1024px) {
  /* line 21, app/assets/stylesheets/contact.scss */
  .contact-hero__content {
    gap: 40px;
    padding: 40px 24px 40px;
  }
}

/* line 38, app/assets/stylesheets/contact.scss */
.contact-hero__title {
  margin: 0;
  color: #009CDE;
  font-family: "Figtree", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 900;
  line-height: 64px;
  text-align: center;
}

@media (min-width: 601px) and (max-width: 1024px) {
  /* line 38, app/assets/stylesheets/contact.scss */
  .contact-hero__title {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 600px) {
  /* line 38, app/assets/stylesheets/contact.scss */
  .contact-hero__title {
    font-size: 32px;
    line-height: 40px;
  }
}

/* line 59, app/assets/stylesheets/contact.scss */
.contact-hero__widgets {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  align-self: stretch;
  gap: 24px;
  width: 100%;
  max-width: 1280px;
}

@media (max-width: 1024px) {
  /* line 59, app/assets/stylesheets/contact.scss */
  .contact-hero__widgets {
    flex-direction: column;
    align-items: stretch;
  }
}

/* line 75, app/assets/stylesheets/contact.scss */
.contact-form-card {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 628px;
  padding: 40px 24px 24px;
  background: #FFFFFF;
  box-shadow: 0 2px 24px rgba(0, 31, 44, 0.16);
  border-radius: 16px;
}

@media (max-width: 1024px) {
  /* line 75, app/assets/stylesheets/contact.scss */
  .contact-form-card {
    max-width: none;
  }
}

/* line 92, app/assets/stylesheets/contact.scss */
.contact-form-card__title {
  margin: 0;
  color: #001F2C;
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  text-transform: capitalize;
}

/* line 106, app/assets/stylesheets/contact.scss */
.contact-form-card__form {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  gap: 24px;
  width: 100%;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

/* line 120, app/assets/stylesheets/contact.scss */
.contact-form-card__row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-self: stretch;
  gap: 24px;
  width: 100%;
}

@media (max-width: 600px) {
  /* line 120, app/assets/stylesheets/contact.scss */
  .contact-form-card__row {
    flex-direction: column;
    gap: 24px;
  }
}

/* line 133, app/assets/stylesheets/contact.scss */
.contact-form-card__row .contact-form-card__field {
  flex: 1;
  min-width: 0;
}

/* line 139, app/assets/stylesheets/contact.scss */
.contact-form-card__field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 2px;
  width: 100%;
}

/* line 148, app/assets/stylesheets/contact.scss */
.contact-form-card__label {
  margin: 0;
  padding: 0 16px;
  color: #667980;
  font-family: "Figtree", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-transform: capitalize;
}

/* line 160, app/assets/stylesheets/contact.scss */
.contact-form-card__input {
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  padding: 12px 16px;
  border: 1px solid #CCD2D5;
  border-radius: 8px;
  background: #E6F5FC;
  color: #001F2C;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

/* line 177, app/assets/stylesheets/contact.scss */
.contact-form-card__input::placeholder {
  color: #667980;
}

/* line 181, app/assets/stylesheets/contact.scss */
.contact-form-card__input:hover {
  border-color: #B3BCC0;
}

/* line 185, app/assets/stylesheets/contact.scss */
.contact-form-card__input:focus {
  background: #ffffff;
  border-color: #009CDE;
  box-shadow: 0 0 0 3px rgba(0, 156, 222, 0.16);
}

/* line 192, app/assets/stylesheets/contact.scss */
.contact-form-card__textarea {
  height: 130px;
  min-height: 130px;
  resize: vertical;
  align-items: flex-start;
}

/* line 199, app/assets/stylesheets/contact.scss */
.contact-form-card__submit {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 138px;
  height: 40px;
  padding: 8px 16px;
  border: 0;
  border-radius: 32px;
  background: #F9A529;
  color: #FFFFFF;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
  cursor: pointer;
  transition: background-color 0.15s ease;
}

/* line 221, app/assets/stylesheets/contact.scss */
.contact-form-card__submit:hover, .contact-form-card__submit:focus {
  background: #f8980b;
  outline: none;
}

/* line 227, app/assets/stylesheets/contact.scss */
.contact-form-card__submit:focus-visible {
  outline: 2px solid #7D5315;
  outline-offset: 2px;
}

/* line 234, app/assets/stylesheets/contact.scss */
.contact-locations {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 628px;
  filter: drop-shadow(0 2px 24px rgba(0, 31, 44, 0.16));
}

@media (max-width: 1024px) {
  /* line 234, app/assets/stylesheets/contact.scss */
  .contact-locations {
    max-width: none;
  }
}

/* line 247, app/assets/stylesheets/contact.scss */
.contact-locations__region {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  gap: 24px;
  width: 100%;
  padding: 24px;
  background: #FFFFFF;
}

@media (max-width: 600px) {
  /* line 247, app/assets/stylesheets/contact.scss */
  .contact-locations__region {
    flex-direction: column;
  }
}

/* line 262, app/assets/stylesheets/contact.scss */
.contact-locations__region--egypt {
  border-bottom: 1px solid #E6E9EA;
  border-radius: 16px 16px 0 0;
}

/* line 267, app/assets/stylesheets/contact.scss */
.contact-locations__region--saudi {
  border-radius: 0 0 16px 16px;
}

/* line 272, app/assets/stylesheets/contact.scss */
.contact-locations__details {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  min-width: 0;
  width: 100%;
}

/* line 283, app/assets/stylesheets/contact.scss */
.contact-locations__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  gap: 8px;
  color: #001F2C;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

/* line 297, app/assets/stylesheets/contact.scss */
.contact-locations__flag {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
}

/* line 305, app/assets/stylesheets/contact.scss */
.contact-locations__data-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 8px;
  width: 100%;
}

/* line 314, app/assets/stylesheets/contact.scss */
.contact-locations__data {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-self: stretch;
  gap: 8px;
  width: 100%;
  color: #334C56;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

/* line 329, app/assets/stylesheets/contact.scss */
.contact-locations__icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 2px;
}

/* line 336, app/assets/stylesheets/contact.scss */
.contact-locations__link {
  color: #334C56;
  text-decoration: none;
}

/* line 340, app/assets/stylesheets/contact.scss */
.contact-locations__link:hover, .contact-locations__link:focus {
  color: #009CDE;
  text-decoration: none;
}

/* line 347, app/assets/stylesheets/contact.scss */
.contact-locations__whatsapp {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 32px;
  padding: 8px 16px;
  border-radius: 32px;
  background: #00B12B;
  color: #FFFFFF;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  text-transform: capitalize;
  transition: background-color 0.15s ease;
}

/* line 367, app/assets/stylesheets/contact.scss */
.contact-locations__whatsapp img {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

/* line 373, app/assets/stylesheets/contact.scss */
.contact-locations__whatsapp:hover, .contact-locations__whatsapp:focus {
  background: #009224;
  color: #FFFFFF;
  text-decoration: none;
  outline: none;
}

/* line 382, app/assets/stylesheets/contact.scss */
.contact-locations__map {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  min-height: 230px;
  max-width: 278px;
  background: #E6F5FC;
  border-radius: 8px;
}

@media (max-width: 600px) {
  /* line 382, app/assets/stylesheets/contact.scss */
  .contact-locations__map {
    max-width: none;
    min-height: 200px;
    height: 200px;
  }
}

/* line 402, app/assets/stylesheets/contact.scss */
.contact-locations__region--egypt .contact-locations__map {
  min-height: 248px;
}

/* line 406, app/assets/stylesheets/contact.scss */
.contact-locations__map-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
}
/* line 6, app/assets/stylesheets/contact_questions_section.scss */
.contact-questions-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  width: 100%;
  background: #E6F5FC;
}

/* line 16, app/assets/stylesheets/contact_questions_section.scss */
.contact-questions-section__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: none;
  align-self: stretch;
  width: 100%;
  max-width: 1440px;
  min-height: 440px;
  margin: 0 auto;
  padding: 80px 80px 0;
  gap: 80px;
  box-sizing: border-box;
  background: #E6F5FC;
}

/* line 34, app/assets/stylesheets/contact_questions_section.scss */
.contact-questions-section__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex: none;
  width: 100%;
  max-width: 1280px;
  min-height: 360px;
  isolation: isolate;
  background: #CCEBF8;
  border-radius: 16px;
  overflow: hidden;
}

/* line 50, app/assets/stylesheets/contact_questions_section.scss */
.contact-questions-section__watermark {
  position: absolute;
  left: 50%;
  top: calc(50% - 24.07px);
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 418px;
  height: 607px;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

/* line 64, app/assets/stylesheets/contact_questions_section.scss */
.contact-questions-section__watermark-image {
  display: block;
  width: 418px;
  height: 607px;
  object-fit: contain;
  opacity: 0.64;
}

/* line 73, app/assets/stylesheets/contact_questions_section.scss */
.contact-questions-section__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  flex: none;
  width: 100%;
  min-height: 360px;
  padding: 40px;
  gap: 24px;
  border-radius: 16px 16px 0 0;
  z-index: 1;
  box-sizing: border-box;
}

/* line 89, app/assets/stylesheets/contact_questions_section.scss */
.contact-questions-section__icon {
  flex: none;
  width: 120px;
  height: 120px;
  line-height: 0;
}

/* line 96, app/assets/stylesheets/contact_questions_section.scss */
.contact-questions-section__icon-image {
  display: block;
  width: 120px;
  height: 120px;
  object-fit: contain;
}

/* line 103, app/assets/stylesheets/contact_questions_section.scss */
.contact-questions-section__title {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 100%;
  max-width: 1200px;
  min-height: 80px;
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #001F2C;
}

/* line 120, app/assets/stylesheets/contact_questions_section.scss */
.contact-questions-section__email {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 100%;
  max-width: 1200px;
  min-height: 32px;
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #001F2C;
}

/* line 136, app/assets/stylesheets/contact_questions_section.scss */
.contact-questions-section__email a {
  color: inherit;
  text-decoration: none;
}

/* line 140, app/assets/stylesheets/contact_questions_section.scss */
.contact-questions-section__email a:hover, .contact-questions-section__email a:focus {
  color: inherit;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  /* line 151, app/assets/stylesheets/contact_questions_section.scss */
  .contact-questions-section__container {
    padding: 80px 40px 0;
  }
  /* line 155, app/assets/stylesheets/contact_questions_section.scss */
  .contact-questions-section__card, .contact-questions-section__content {
    min-height: 320px;
  }
  /* line 160, app/assets/stylesheets/contact_questions_section.scss */
  .contact-questions-section__title {
    font-size: 28px;
    line-height: 36px;
    min-height: 0;
  }
  /* line 166, app/assets/stylesheets/contact_questions_section.scss */
  .contact-questions-section__email {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 600px) {
  /* line 175, app/assets/stylesheets/contact_questions_section.scss */
  .contact-questions-section__container {
    min-height: 0;
    padding: 40px 16px 0;
    gap: 40px;
  }
  /* line 181, app/assets/stylesheets/contact_questions_section.scss */
  .contact-questions-section__card, .contact-questions-section__content {
    min-height: 280px;
  }
  /* line 186, app/assets/stylesheets/contact_questions_section.scss */
  .contact-questions-section__content {
    padding: 24px;
    gap: 16px;
  }
  /* line 191, app/assets/stylesheets/contact_questions_section.scss */
  .contact-questions-section__icon, .contact-questions-section__icon-image {
    width: 96px;
    height: 96px;
  }
  /* line 197, app/assets/stylesheets/contact_questions_section.scss */
  .contact-questions-section__watermark {
    width: 280px;
    height: 406px;
  }
  /* line 202, app/assets/stylesheets/contact_questions_section.scss */
  .contact-questions-section__watermark-image {
    width: 100%;
    height: 100%;
  }
  /* line 207, app/assets/stylesheets/contact_questions_section.scss */
  .contact-questions-section__title {
    font-size: 24px;
    line-height: 32px;
  }
  /* line 212, app/assets/stylesheets/contact_questions_section.scss */
  .contact-questions-section__email {
    font-size: 18px;
    line-height: 24px;
  }
}
/* line 5, app/assets/stylesheets/copilot.scss */
.copilot {
  --page-padding: 32px;
  --chat-padding: 24px;
  --open-width: 320px;
  --open-resp-width: 22%;
  --close-width: 24px;
  --input-width: 800px;
  --main-dark: #212121;
  --secondary-dark: #9E9E9E;
  --secondary-orange: #F9A529;
  --light-blue: #F7FCFF;
  --primary-blue: #009CDE;
  --skyshade-blue: #E2F1FB;
  --sky-blue: #AFD8F4;
  --border-grey: #DADCE0;
  --primary-red: #EB5757;
  height: 100vh;
  padding: var(--page-padding);
}

/* line 26, app/assets/stylesheets/copilot.scss */
.copilot__live_mode {
  display: none;
  height: 100%;
  border-radius: 24px;
  position: relative;
  background-image: url(/assets/copilot/bg-color-ec86b6e73c6a62c4643675da1b1390bb0848f4d47d40ccb4e4959806748982ec.jpeg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* line 37, app/assets/stylesheets/copilot.scss */
.copilot__live_mode .logo {
  position: absolute;
  top: 24px;
  right: 24px;
}

/* line 43, app/assets/stylesheets/copilot.scss */
.copilot__live_mode .visualiser {
  width: 100%;
  position: relative;
  top: 35%;
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: white;
  direction: rtl;
}

/* line 53, app/assets/stylesheets/copilot.scss */
.copilot__live_mode .visualiser__waiting {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

/* line 61, app/assets/stylesheets/copilot.scss */
.copilot__live_mode .visualiser__listening {
  display: block;
  position: relative;
  width: 280px;
  height: 280px;
  margin: auto;
}

/* line 68, app/assets/stylesheets/copilot.scss */
.copilot__live_mode .visualiser__listening img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 75, app/assets/stylesheets/copilot.scss */
.copilot__live_mode .visualiser__listening #interactive {
  animation: listen 10s forwards infinite linear;
  transform-origin: 0px 0px;
}

/* line 81, app/assets/stylesheets/copilot.scss */
.copilot__live_mode .visualiser__thinking {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

/* line 88, app/assets/stylesheets/copilot.scss */
.copilot__live_mode .visualiser__thinking img {
  width: 115px;
}

/* line 93, app/assets/stylesheets/copilot.scss */
.copilot__live_mode .visualiser__listening, .copilot__live_mode .visualiser__thinking {
  display: none;
}

/* line 99, app/assets/stylesheets/copilot.scss */
.copilot__live_mode .controls {
  --button-width: 64px;
  --gap: 24px;
  position: absolute;
  z-index: 20;
  bottom: 24px;
  left: calc(50% - var(--button-width) - var(--gap) / 2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap);
}

/* line 115, app/assets/stylesheets/copilot.scss */
.copilot__chat_mode {
  display: flex;
  gap: var(--page-padding);
  height: 100%;
  position: relative;
  overflow: hidden;
}

/* line 124, app/assets/stylesheets/copilot.scss */
.copilot__chat {
  flex-grow: 1;
  position: relative;
  padding: var(--chat-padding);
  border-radius: 24px;
  background: url(/assets/copilot/bg-color-ec86b6e73c6a62c4643675da1b1390bb0848f4d47d40ccb4e4959806748982ec.jpeg);
  display: flex;
  flex-direction: column;
}

/* line 137, app/assets/stylesheets/copilot.scss */
.copilot__chat__header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 10;
}

/* line 145, app/assets/stylesheets/copilot.scss */
.copilot__chat__header .img_btn {
  display: none;
}

/* line 150, app/assets/stylesheets/copilot.scss */
.copilot__chat__body {
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
  z-index: 10;
}

/* line 162, app/assets/stylesheets/copilot.scss */
.copilot__chat__body::-webkit-scrollbar {
  display: none;
}

/* line 167, app/assets/stylesheets/copilot.scss */
.copilot__chat__messages {
  direction: rtl;
  display: none;
  flex-direction: column;
  flex-grow: 1;
  gap: 16px;
  padding: 24px 0;
  margin-bottom: 16px;
}

/* line 178, app/assets/stylesheets/copilot.scss */
.copilot__chat__message {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-align: start;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 80%;
  min-width: 35%;
}

/* line 189, app/assets/stylesheets/copilot.scss */
.copilot__chat__message p {
  margin: 0;
}

/* line 193, app/assets/stylesheets/copilot.scss */
.copilot__chat__message-human {
  align-self: flex-start;
}

/* line 197, app/assets/stylesheets/copilot.scss */
.copilot__chat__message-ai {
  gap: 4px;
  align-self: flex-end;
}

/* line 201, app/assets/stylesheets/copilot.scss */
.copilot__chat__message-ai table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000;
}

/* line 207, app/assets/stylesheets/copilot.scss */
.copilot__chat__message-ai th, .copilot__chat__message-ai td {
  border: 1px solid #000;
  padding: 8px;
}

/* line 212, app/assets/stylesheets/copilot.scss */
.copilot__chat__message-ai th {
  background-color: #f2f2f240;
}

/* line 216, app/assets/stylesheets/copilot.scss */
.copilot__chat__message-ai tr:nth-child(even) {
  background-color: #f2f2f240;
}

/* line 221, app/assets/stylesheets/copilot.scss */
.copilot__chat__message-ai tr:hover {
  background-color: #ddd4;
}

/* line 226, app/assets/stylesheets/copilot.scss */
.copilot__chat__message-ai td:first-child {
  font-weight: bold;
}

/* line 234, app/assets/stylesheets/copilot.scss */
.copilot__chat__message__header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  padding: 8px 16px;
}

/* line 242, app/assets/stylesheets/copilot.scss */
.copilot__chat__message__header-human {
  color: white;
  background: var(--primary-blue);
  border-radius: 16px 0 16px 16px;
}

/* line 248, app/assets/stylesheets/copilot.scss */
.copilot__chat__message__header-ai {
  color: white;
  background: transparent;
  justify-content: flex-end;
}

/* line 254, app/assets/stylesheets/copilot.scss */
.copilot__chat__message__header-error {
  color: var(--primary-red);
}

/* line 258, app/assets/stylesheets/copilot.scss */
.copilot__chat__message__header .typing {
  width: 50px;
}

/* line 263, app/assets/stylesheets/copilot.scss */
.copilot__chat__message__actions {
  display: flex;
  gap: 16px;
}

/* line 267, app/assets/stylesheets/copilot.scss */
.copilot__chat__message__actions-human {
  padding-right: 16px;
  justify-content: flex-start;
}

/* line 272, app/assets/stylesheets/copilot.scss */
.copilot__chat__message__actions-ai {
  padding-left: 16px;
  justify-content: flex-end;
}

/* line 277, app/assets/stylesheets/copilot.scss */
.copilot__chat__message__actions .copilot-message-copy-btn {
  cursor: pointer;
}

/* line 282, app/assets/stylesheets/copilot.scss */
.copilot__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}

/* line 292, app/assets/stylesheets/copilot.scss */
.copilot__bg img {
  height: 100%;
}

/* line 297, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas {
  max-width: calc(min(22%, 320px));
  width: 100%;
  background: white;
  direction: rtl;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}

/* line 309, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas-close {
  animation: close_offcanvas 500ms;
  animation-fill-mode: forwards;
}

/* line 314, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas-open {
  animation: open_offcanvas 500ms;
  animation-fill-mode: forwards;
}

/* line 320, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas__toggle {
  display: flex;
}

/* line 324, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas__exit {
  background-color: var(--light-blue);
  border: none;
  outline: none;
  border-radius: 50px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

/* line 336, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas__exit-collapse {
  animation: collapse_btn 500ms;
  animation-fill-mode: forwards;
}

/* line 340, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas__exit-collapse .btn_text {
  display: none;
}

/* line 345, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas__exit-expand {
  animation: expand_btn 500ms;
  animation-fill-mode: forwards;
}

/* line 349, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas__exit-expand .btn_text {
  display: block;
}

/* line 355, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas__content__wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 24px;
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
}

/* line 368, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas__content__wrapper::-webkit-scrollbar {
  display: none;
  /* Webkit browsers */
}

/* line 373, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas__content__wrapper-show {
  animation: show_content 500ms;
  animation-fill-mode: forwards;
}

/* line 378, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas__content__wrapper-hide {
  animation: hide_content 400ms;
  animation-fill-mode: forwards;
}

/* line 384, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  gap: 24px;
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
}

/* line 398, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas__content::-webkit-scrollbar {
  display: none;
  /* Webkit browsers */
}

/* line 404, app/assets/stylesheets/copilot.scss */
.copilot__welcome {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin: 16px 0 64px;
}

/* line 412, app/assets/stylesheets/copilot.scss */
.copilot__welcome .text {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-align: justify;
  text-align-last: center;
  color: white;
  width: 560px;
}

/* line 421, app/assets/stylesheets/copilot.scss */
.copilot__welcome .logo {
  display: flex;
  justify-content: center;
}

/* line 427, app/assets/stylesheets/copilot.scss */
.copilot__input {
  width: 100%;
  padding: 8px 16px;
  border-radius: 4px;
  background-color: #FFFFFF14;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 8px;
}

/* line 439, app/assets/stylesheets/copilot.scss */
.copilot__input__wrapper {
  max-width: var(--input-width);
  margin: 0 auto;
  width: 100%;
  border: 1px solid;
  border-image: linear-gradient(90.28deg, #009CDE 0%, #AFD8F4 39.8%, #AFD8F4 60.35%, #009CDE 100%) 1 stretch;
}

/* line 449, app/assets/stylesheets/copilot.scss */
.copilot__chat__box {
  position: relative;
  z-index: 10;
}

/* line 454, app/assets/stylesheets/copilot.scss */
.copilot__chat__box_head {
  --box-size: 55px;
  width: 100%;
  height: var(--box-size);
  position: absolute;
  z-index: 20;
  top: calc(-1 * var(--box-size));
  background: linear-gradient(180deg, transparent, #000C27);
}

/* line 465, app/assets/stylesheets/copilot.scss */
.copilot__accordion {
  width: 100%;
}

/* line 469, app/assets/stylesheets/copilot.scss */
.copilot__accordion .ui-state-active,
.copilot__accordion .ui-state-default,
.copilot__accordion .ui-widget-content {
  border: none;
  background: none;
}

/* line 476, app/assets/stylesheets/copilot.scss */
.copilot__accordion .ui-accordion-header-icon {
  display: none;
}

/* line 481, app/assets/stylesheets/copilot.scss */
.copilot__accordion__title {
  background: white;
  border: none;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: var(--secondary-dark) !important;
  text-align: right;
  display: flex;
  justify-content: space-between;
}

/* line 493, app/assets/stylesheets/copilot.scss */
.copilot__accordion__elements {
  margin-top: 16px !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
}

/* line 503, app/assets/stylesheets/copilot.scss */
.copilot__accordion__arrow-down {
  animation: arrow_down 500ms;
  animation-fill-mode: forwards;
}

/* line 508, app/assets/stylesheets/copilot.scss */
.copilot__accordion__arrow-up {
  animation: arrow_up 500ms;
  animation-fill-mode: forwards;
}

/* line 514, app/assets/stylesheets/copilot.scss */
.copilot__vertical_separator {
  background: var(--border-grey);
  height: 1px;
  width: 100%;
}

/* line 520, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 16px;
  background: var(--skyshade-blue);
  border-radius: 30px;
}

/* line 530, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas__question:hover {
  background: var(--sky-blue);
}

/* line 533, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas__question:hover .copilot__offcanvas__question__select {
  visibility: visible;
}

/* line 539, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas__question__text {
  display: flex;
  align-items: center;
  flex-grow: 1;
  gap: 8px;
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-align: right;
  color: var(--main-dark);
}

/* line 554, app/assets/stylesheets/copilot.scss */
.copilot__offcanvas__question__select {
  visibility: hidden;
  width: 10px;
}

/* line 560, app/assets/stylesheets/copilot.scss */
.copilot .img_btn {
  background: transparent;
  border: none;
  outline: none;
}

/* line 565, app/assets/stylesheets/copilot.scss */
.copilot .img_btn-rotate_upright {
  animation: rotate_upright 500ms;
  animation-fill-mode: forwards;
}

/* line 570, app/assets/stylesheets/copilot.scss */
.copilot .img_btn-rotate_side {
  animation: rotate_side 500ms;
  animation-fill-mode: forwards;
}

/* line 576, app/assets/stylesheets/copilot.scss */
.copilot .orange_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: var(--secondary-orange);
  border: none;
  outline: none;
  border-radius: 50px;
  padding: 8px 16px;
}

/* line 589, app/assets/stylesheets/copilot.scss */
.copilot .round_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  border-radius: 64px;
  width: 64px;
  height: 64px;
}

/* line 601, app/assets/stylesheets/copilot.scss */
.copilot .hidden_btn {
  display: none;
}

/* line 605, app/assets/stylesheets/copilot.scss */
.copilot .white_btn {
  background-color: white;
}

/* line 609, app/assets/stylesheets/copilot.scss */
.copilot .red_btn {
  background-color: var(--primary-red);
}

/* line 613, app/assets/stylesheets/copilot.scss */
.copilot .record_audio_btn_text {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  text-align: right;
  color: white;
}

/* line 619, app/assets/stylesheets/copilot.scss */
.copilot .new_chat_btn_text {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: white;
  white-space: nowrap;
}

/* line 625, app/assets/stylesheets/copilot.scss */
.copilot .exit_chat_btn_text {
  direction: ltr;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: var(--main-dark);
  white-space: nowrap;
}

/* line 632, app/assets/stylesheets/copilot.scss */
.copilot .text_input {
  flex-grow: 1;
  direction: rtl;
  background: transparent;
  caret-color: white;
  color: white;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* line 643, app/assets/stylesheets/copilot.scss */
.copilot .text_input:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

@keyframes close_offcanvas {
  0% {
    max-width: calc(min(22%, 320px));
  }
  100% {
    max-width: var(--close-width);
  }
}

@keyframes open_offcanvas {
  0% {
    max-width: var(--close-width);
  }
  100% {
    max-width: calc(min(22%, 320px));
  }
}

@keyframes rotate_upright {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}

@keyframes rotate_side {
  0% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes arrow_down {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

@keyframes arrow_up {
  0% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes hide_content {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}

@keyframes show_content {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

@keyframes collapse_btn {
  0% {
    padding: 16px;
  }
  100% {
    padding: 16px 4px;
  }
}

@keyframes expand_btn {
  0% {
    padding: 16px 4px;
  }
  100% {
    padding: 16px;
  }
}

@keyframes slide_in {
  0% {
    right: -280px;
  }
  100% {
    right: 0;
  }
}

@keyframes slide_out {
  0% {
    right: 0;
  }
  100% {
    right: -280px;
  }
}

@keyframes listen {
  0% {
    transform: rotate(0deg) translate(-50%, -50%);
  }
  100% {
    transform: rotate(360deg) translate(-50%, -50%);
  }
}

@media (max-width: 1024px) {
  /* line 5, app/assets/stylesheets/copilot.scss */
  .copilot {
    --page-padding: 0;
  }
  /* line 801, app/assets/stylesheets/copilot.scss */
  .copilot__chat, .copilot__live_mode {
    border-radius: 0;
  }
  /* line 806, app/assets/stylesheets/copilot.scss */
  .copilot__offcanvas {
    position: absolute;
    height: 100%;
    z-index: 20;
    padding: 24px;
    max-width: 280px !important;
    right: -280px;
  }
  /* line 815, app/assets/stylesheets/copilot.scss */
  .copilot__offcanvas-close {
    animation: slide_out 500ms;
    animation-fill-mode: forwards;
  }
  /* line 820, app/assets/stylesheets/copilot.scss */
  .copilot__offcanvas-open {
    animation: slide_in 500ms;
    animation-fill-mode: forwards;
  }
  /* line 827, app/assets/stylesheets/copilot.scss */
  .copilot__chat__header .img_btn {
    display: block;
  }
}

@media (max-width: 600px) {
  /* line 836, app/assets/stylesheets/copilot.scss */
  .copilot__welcome .text {
    width: 80%;
  }
  /* line 840, app/assets/stylesheets/copilot.scss */
  .copilot__welcome .logo img {
    width: 50%;
  }
}
/* line 2, app/assets/stylesheets/copilot_drawer.scss */
.copilot__drawer {
  position: fixed;
  bottom: 24px;
  right: calc(24px + 64px + 40px);
}
/* line 3, app/assets/stylesheets/dark_separator_section.scss */
.dark-separator-section {
  align-self: stretch;
  width: 100%;
  background: #004E6F;
}

/* line 8, app/assets/stylesheets/dark_separator_section.scss */
.dark-separator-section__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
  width: 100%;
  max-width: none;
  height: 80px;
  margin: 0;
  padding: 0;
  gap: 80px;
  background: #004E6F;
  overflow: hidden;
}

/* line 25, app/assets/stylesheets/dark_separator_section.scss */
.dark-separator-section__white-bg {
  flex: none;
  align-self: stretch;
  flex-grow: 0;
  width: 100%;
  height: 80px;
  background: #E6F5FC;
  border-radius: 0 0 80px 80px;
}
/* line 5, app/assets/stylesheets/devise.scss */
.forgot-password-message {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 64px 192px 364px 80px;
}

/* line 13, app/assets/stylesheets/devise.scss */
.forgot-password-message__header {
  max-width: 624px;
}

/* line 16, app/assets/stylesheets/devise.scss */
.forgot-password-message__header__title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  color: var(--Main-Dark, #212121);
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-align: start;
  margin-bottom: 16px;
}

/* line 28, app/assets/stylesheets/devise.scss */
.forgot-password-message__header__subtitle {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  color: var(--Secondary-Dark, #9E9E9E);
  text-align: start;
  margin-bottom: 32px;
}

/* line 37, app/assets/stylesheets/devise.scss */
.forgot-password-message__action {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 24px;
}

/* line 43, app/assets/stylesheets/devise.scss */
.forgot-password-message__action__text {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  color: var(--Tritary-Dark, #BDBDBD);
  text-align: start;
}

/* line 49, app/assets/stylesheets/devise.scss */
.forgot-password-message__action__button {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  color: var(--Secondary-Orange, #F9A529);
  text-align: start;
  text-transform: uppercase;
  outline: none;
  border: 0;
  background: none;
  box-shadow: none;
  border-radius: 0px;
}

@media (max-width: 1024px) {
  /* line 5, app/assets/stylesheets/devise.scss */
  .forgot-password-message {
    padding: 64px 80px 364px 80px;
  }
  /* line 66, app/assets/stylesheets/devise.scss */
  .forgot-password-message__icon img {
    width: 300px;
  }
}

@media (max-width: 1024px) {
  /* line 5, app/assets/stylesheets/devise.scss */
  .forgot-password-message {
    flex-direction: column-reverse;
    padding: 20px;
  }
  /* line 76, app/assets/stylesheets/devise.scss */
  .forgot-password-message__header__title, .forgot-password-message__header__subtitle {
    text-align: center;
  }
  /* line 81, app/assets/stylesheets/devise.scss */
  .forgot-password-message__action {
    flex-direction: column;
    justify-content: center;
  }
  /* line 87, app/assets/stylesheets/devise.scss */
  .forgot-password-message__icon img {
    width: 200px;
  }
}
/* line 5, app/assets/stylesheets/draggable.scss */
.draggable .attachments {
  display: none;
}

/* line 9, app/assets/stylesheets/draggable.scss */
.draggable .drop-area {
  width: 100%;
  min-height: 200px;
  padding: 32px;
  border: 3px dashed black;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  text-align: center;
  text-align: start;
  color: #9e9e9e;
}

/* line 27, app/assets/stylesheets/draggable.scss */
.draggable .file-area {
  width: 20%;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  text-align: start;
}

/* line 38, app/assets/stylesheets/draggable.scss */
.draggable .file-preview {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 44, app/assets/stylesheets/draggable.scss */
.draggable .file-remove {
  cursor: pointer;
}

/* line 48, app/assets/stylesheets/draggable.scss */
.draggable .highlight {
  border-color: #61d261 !important;
}
/* line 10, app/assets/stylesheets/editorial_article.scss */
.editorial-article {
  --editorial-article-header-offset: var(--header-outer-height, 80px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: calc(-1 * var(--header-outer-height, 80px));
  background: #ffffff;
  box-sizing: border-box;
}

@media (max-width: 1199px) {
  /* line 10, app/assets/stylesheets/editorial_article.scss */
  .editorial-article {
    --editorial-article-header-offset: 68px;
  }
}

@media (max-width: 600px) {
  /* line 10, app/assets/stylesheets/editorial_article.scss */
  .editorial-article {
    --editorial-article-header-offset: 64px;
  }
}

/* line 34, app/assets/stylesheets/editorial_article.scss */
.editorial-article__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: var(--editorial-article-header-offset) 0 0;
  background: #ffffff;
  box-sizing: border-box;
}

/* line 45, app/assets/stylesheets/editorial_article.scss */
.editorial-article__hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 80px 40px;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  /* line 45, app/assets/stylesheets/editorial_article.scss */
  .editorial-article__hero-content {
    padding: 40px 24px 24px;
  }
}

@media (max-width: 600px) {
  /* line 45, app/assets/stylesheets/editorial_article.scss */
  .editorial-article__hero-content {
    padding: 24px 16px;
  }
}

/* line 67, app/assets/stylesheets/editorial_article.scss */
.editorial-article__masthead {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 40px;
  width: 100%;
  background: #ffffff;
  border-radius: 16px;
}

@media (max-width: 600px) {
  /* line 67, app/assets/stylesheets/editorial_article.scss */
  .editorial-article__masthead {
    gap: 24px;
  }
}

/* line 82, app/assets/stylesheets/editorial_article.scss */
.editorial-article__title {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  align-self: stretch;
  margin: 0;
  color: #001F2C;
  font-weight: 900;
}

@media (max-width: 1024px) {
  /* line 82, app/assets/stylesheets/editorial_article.scss */
  .editorial-article__title {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    font-weight: 900;
  }
}

/* line 95, app/assets/stylesheets/editorial_article.scss */
.editorial-article__image {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 16px;
  background: #E6F5FC;
}

@media (max-width: 1024px) {
  /* line 95, app/assets/stylesheets/editorial_article.scss */
  .editorial-article__image {
    height: 320px;
  }
}

@media (max-width: 600px) {
  /* line 95, app/assets/stylesheets/editorial_article.scss */
  .editorial-article__image {
    height: 200px;
  }
}

/* line 115, app/assets/stylesheets/editorial_article.scss */
.editorial-article__image-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* line 122, app/assets/stylesheets/editorial_article.scss */
.editorial-article__details {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  gap: 16px;
  min-height: 32px;
}

@media (max-width: 600px) {
  /* line 122, app/assets/stylesheets/editorial_article.scss */
  .editorial-article__details {
    flex-wrap: wrap;
    gap: 8px;
  }
}

/* line 137, app/assets/stylesheets/editorial_article.scss */
.editorial-article__meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

/* line 144, app/assets/stylesheets/editorial_article.scss */
.editorial-article__date,
.editorial-article__author {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #667980;
}

/* line 150, app/assets/stylesheets/editorial_article.scss */
.editorial-article__separator {
  width: 1px;
  height: 12px;
  background: #CCD2D5;
}

/* line 156, app/assets/stylesheets/editorial_article.scss */
.editorial-article__share {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

/* line 164, app/assets/stylesheets/editorial_article.scss */
.editorial-article__share-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 4px;
  border-radius: 8px;
  background: #E6F5FC;
  transition: background-color 0.15s ease;
}

/* line 175, app/assets/stylesheets/editorial_article.scss */
.editorial-article__share-icon:hover, .editorial-article__share-icon:focus {
  background: #CCEBF8;
}

/* line 181, app/assets/stylesheets/editorial_article.scss */
.editorial-article__share-image {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

/* line 190, app/assets/stylesheets/editorial_article.scss */
.editorial-article__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px 40px;
  background: #ffffff;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  /* line 190, app/assets/stylesheets/editorial_article.scss */
  .editorial-article__main {
    padding: 0 24px 24px;
  }
}

@media (max-width: 600px) {
  /* line 190, app/assets/stylesheets/editorial_article.scss */
  .editorial-article__main {
    padding: 0 16px 24px;
  }
}

/* line 211, app/assets/stylesheets/editorial_article.scss */
.editorial-article__in-short {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-self: stretch;
  gap: 40px;
  padding: 40px;
  border-radius: 16px;
  background: #F7FDFF;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  /* line 211, app/assets/stylesheets/editorial_article.scss */
  .editorial-article__in-short {
    gap: 16px;
    padding: 24px;
  }
}

/* line 228, app/assets/stylesheets/editorial_article.scss */
.editorial-article__in-short-label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  align-self: stretch;
  width: 56px;
  margin: 0;
  padding: 16px;
  border-radius: 8px;
  background: #E6F5FC;
  color: #001F2C;
  font-family: "Figtree", "Primary", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  box-sizing: border-box;
}

@media (max-width: 600px) {
  /* line 228, app/assets/stylesheets/editorial_article.scss */
  .editorial-article__in-short-label {
    width: 40px;
    padding: 8px;
  }
}

/* line 255, app/assets/stylesheets/editorial_article.scss */
.editorial-article__in-short-text {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  flex: 1 1 auto;
  margin: 0;
  color: #334C56;
}

/* line 266, app/assets/stylesheets/editorial_article.scss */
.editorial-article__layout {
  display: grid;
  align-items: start;
  align-self: stretch;
  gap: 40px;
  grid-template-columns: 290px minmax(0, 1fr);
  grid-template-rows: auto auto auto 1fr;
  grid-template-areas: "toc     content" "quotes  content" "deals   content" ".       content";
}

@media (max-width: 1024px) {
  /* line 266, app/assets/stylesheets/editorial_article.scss */
  .editorial-article__layout {
    gap: 24px;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    grid-template-areas: "quotes" "content" "deals";
  }
}

/* line 290, app/assets/stylesheets/editorial_article.scss */
.editorial-article__toc-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  grid-area: toc;
  min-width: 0;
}

@media (max-width: 1024px) {
  /* line 290, app/assets/stylesheets/editorial_article.scss */
  .editorial-article__toc-block {
    display: none;
  }
}

/* line 303, app/assets/stylesheets/editorial_article.scss */
.editorial-article__toc-rule {
  align-self: stretch;
  width: 100%;
  margin: 0;
  border: 0;
  border-top: 1px solid #E6E9EA;
}

/* line 312, app/assets/stylesheets/editorial_article.scss */
.editorial-article__toc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 24px;
}

/* line 320, app/assets/stylesheets/editorial_article.scss */
.editorial-article__toc-title {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #001F2C;
}

/* line 326, app/assets/stylesheets/editorial_article.scss */
.editorial-article__toc-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 16px;
  max-height: 440px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  scrollbar-width: thin;
}

/* line 342, app/assets/stylesheets/editorial_article.scss */
.editorial-article__toc-item {
  align-self: stretch;
}

/* line 345, app/assets/stylesheets/editorial_article.scss */
.editorial-article__toc-item--h3 {
  padding-inline-start: 16px;
}

/* line 350, app/assets/stylesheets/editorial_article.scss */
.editorial-article__toc-link {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: block;
  color: #334C56;
  text-decoration: none;
}

/* line 356, app/assets/stylesheets/editorial_article.scss */
.editorial-article__toc-link:hover, .editorial-article__toc-link:focus {
  color: #006D9B;
  text-decoration: none;
}

/* line 362, app/assets/stylesheets/editorial_article.scss */
.editorial-article__toc-link.is-active {
  color: #006D9B;
  font-weight: 700;
}

/* line 370, app/assets/stylesheets/editorial_article.scss */
.editorial-article__quotes {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  grid-area: quotes;
  min-width: 0;
  padding: 40px 16px;
  border-radius: 16px;
  background: #004E6F;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  /* line 370, app/assets/stylesheets/editorial_article.scss */
  .editorial-article__quotes {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 32px;
  }
}

@media (max-width: 600px) {
  /* line 370, app/assets/stylesheets/editorial_article.scss */
  .editorial-article__quotes {
    display: grid;
    align-items: center;
    gap: 8px 16px;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas: "image title" "image button";
    padding: 16px;
  }
  /* line 402, app/assets/stylesheets/editorial_article.scss */
  .editorial-article__quotes .editorial-article__quotes-body {
    display: contents;
  }
  /* line 406, app/assets/stylesheets/editorial_article.scss */
  .editorial-article__quotes .editorial-article__quotes-image {
    grid-area: image;
  }
  /* line 410, app/assets/stylesheets/editorial_article.scss */
  .editorial-article__quotes .editorial-article__quotes-title {
    grid-area: title;
  }
  /* line 414, app/assets/stylesheets/editorial_article.scss */
  .editorial-article__quotes .editorial-article__quotes-button {
    grid-area: button;
    justify-self: start;
  }
}

/* line 421, app/assets/stylesheets/editorial_article.scss */
.editorial-article__quotes-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 8px;
}

@media (max-width: 1024px) {
  /* line 421, app/assets/stylesheets/editorial_article.scss */
  .editorial-article__quotes-body {
    flex-direction: row;
    align-items: center;
    flex: 1 1 auto;
    gap: 24px;
    min-width: 0;
  }
}

@media (max-width: 600px) {
  /* line 421, app/assets/stylesheets/editorial_article.scss */
  .editorial-article__quotes-body {
    gap: 16px;
  }
}

/* line 441, app/assets/stylesheets/editorial_article.scss */
.editorial-article__quotes-image {
  width: 180px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 1024px) {
  /* line 441, app/assets/stylesheets/editorial_article.scss */
  .editorial-article__quotes-image {
    flex: none;
    width: 120px;
  }
}

@media (max-width: 600px) {
  /* line 441, app/assets/stylesheets/editorial_article.scss */
  .editorial-article__quotes-image {
    width: 84px;
  }
}

/* line 457, app/assets/stylesheets/editorial_article.scss */
.editorial-article__quotes-title {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  color: #ffffff;
  text-align: center;
}

@media (max-width: 1024px) {
  /* line 457, app/assets/stylesheets/editorial_article.scss */
  .editorial-article__quotes-title {
    text-align: start;
  }
}

@media (max-width: 600px) {
  /* line 457, app/assets/stylesheets/editorial_article.scss */
  .editorial-article__quotes-title {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
  }
}

/* line 473, app/assets/stylesheets/editorial_article.scss */
.editorial-article__quotes-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 184px;
  height: 40px;
  padding: 8px 16px;
  border-radius: 32px;
  background: #F9A529;
  color: #ffffff;
  font-family: "Figtree", "Primary", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  text-transform: capitalize;
  transition: background-color 0.15s ease;
}

/* line 492, app/assets/stylesheets/editorial_article.scss */
.editorial-article__quotes-button:hover, .editorial-article__quotes-button:focus {
  background: #E09525;
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 1024px) {
  /* line 473, app/assets/stylesheets/editorial_article.scss */
  .editorial-article__quotes-button {
    flex: none;
  }
}

@media (max-width: 600px) {
  /* line 473, app/assets/stylesheets/editorial_article.scss */
  .editorial-article__quotes-button {
    min-width: 0;
    padding: 8px 16px;
  }
}

/* line 511, app/assets/stylesheets/editorial_article.scss */
.editorial-article__deals {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  grid-area: deals;
  min-width: 0;
  padding: 24px 16px 16px;
  border-radius: 16px;
  background: #E6F5FC;
  box-sizing: border-box;
}

/* line 524, app/assets/stylesheets/editorial_article.scss */
.editorial-article__deals-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  gap: 16px;
  min-height: 36px;
}

/* line 534, app/assets/stylesheets/editorial_article.scss */
.editorial-article__deals-title {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  color: #001F2C;
}

/* line 540, app/assets/stylesheets/editorial_article.scss */
.editorial-article__deals-arrows {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

/* line 547, app/assets/stylesheets/editorial_article.scss */
.editorial-article__deals-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 8px;
  border: 0;
  border-radius: 32px;
  background: #ffffff;
  color: #001F2C;
  cursor: pointer;
}

@media (max-width: 1024px) {
  /* line 562, app/assets/stylesheets/editorial_article.scss */
  .editorial-article__deals-arrow[data-direction="previous"] {
    order: 0;
  }
  /* line 566, app/assets/stylesheets/editorial_article.scss */
  .editorial-article__deals-arrow[data-direction="next"] {
    order: 1;
  }
}

/* line 571, app/assets/stylesheets/editorial_article.scss */
.editorial-article__deals-arrow[disabled] {
  color: #B3BCC0;
  cursor: default;
}

/* line 576, app/assets/stylesheets/editorial_article.scss */
.editorial-article__deals-arrow:focus {
  outline: none;
}

/* line 580, app/assets/stylesheets/editorial_article.scss */
.editorial-article__deals-arrow:focus-visible {
  outline: 2px solid #009CDE;
  outline-offset: 2px;
}

/* line 586, app/assets/stylesheets/editorial_article.scss */
.editorial-article__deals-chevron {
  width: 20px;
  height: 20px;
}

@media (max-width: 1024px) {
  /* line 586, app/assets/stylesheets/editorial_article.scss */
  .editorial-article__deals-chevron {
    transform: rotate(-90deg);
  }
  /* line 594, app/assets/stylesheets/editorial_article.scss */
  body[data-locale="ar"] .editorial-article__deals-chevron {
    transform: rotate(90deg);
  }
}

/* line 600, app/assets/stylesheets/editorial_article.scss */
.editorial-article__deals-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  min-height: 132px;
  color: #006D9B;
}

/* line 609, app/assets/stylesheets/editorial_article.scss */
.editorial-article__deals-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-self: stretch;
  gap: 8px;
  max-height: 470px;
  overflow-y: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

/* line 620, app/assets/stylesheets/editorial_article.scss */
.editorial-article__deals-list::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1024px) {
  /* line 609, app/assets/stylesheets/editorial_article.scss */
  .editorial-article__deals-list {
    flex-direction: row;
    align-items: stretch;
    gap: 16px;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
  }
}

/* line 635, app/assets/stylesheets/editorial_article.scss */
.editorial-article__deal {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: none;
  gap: 4px;
  padding: 16px 24px;
  border-radius: 16px;
  background: #ffffff;
  color: #001F2C;
  text-decoration: none;
}

@media (max-width: 1024px) {
  /* line 635, app/assets/stylesheets/editorial_article.scss */
  .editorial-article__deal {
    flex: 0 0 258px;
    scroll-snap-align: start;
  }
}

/* line 652, app/assets/stylesheets/editorial_article.scss */
.editorial-article__deal:hover, .editorial-article__deal:focus {
  color: #001F2C;
  text-decoration: none;
  box-shadow: 0 2px 16px rgba(0, 78, 111, 0.1);
}

/* line 660, app/assets/stylesheets/editorial_article.scss */
.editorial-article__deal-route {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 2px;
}

/* line 668, app/assets/stylesheets/editorial_article.scss */
.editorial-article__deal-ports {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  gap: 8px;
}

/* line 677, app/assets/stylesheets/editorial_article.scss */
.editorial-article__deal-port {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  flex: 1 1 0;
  min-width: 0;
  color: #001F2C;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 686, app/assets/stylesheets/editorial_article.scss */
.editorial-article__deal-port--end {
  text-align: end;
}

/* line 691, app/assets/stylesheets/editorial_article.scss */
.editorial-article__deal-direction {
  flex: none;
  width: 10px;
  height: 10px;
}

/* line 697, app/assets/stylesheets/editorial_article.scss */
.editorial-article__deal-track {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  gap: 8px;
  height: 16px;
}

/* line 706, app/assets/stylesheets/editorial_article.scss */
.editorial-article__deal-flag {
  flex: none;
  width: 16px;
  height: 16px;
  object-fit: contain;
}

/* line 713, app/assets/stylesheets/editorial_article.scss */
.editorial-article__deal-sea {
  flex: 1 1 auto;
  min-width: 0;
  height: 8px;
  object-fit: contain;
}

/* line 720, app/assets/stylesheets/editorial_article.scss */
.editorial-article__deal-codes {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  gap: 8px;
}

/* line 729, app/assets/stylesheets/editorial_article.scss */
.editorial-article__deal-code {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  color: #B3BCC0;
}

/* line 733, app/assets/stylesheets/editorial_article.scss */
.editorial-article__deal-code--end {
  text-align: end;
}

/* line 738, app/assets/stylesheets/editorial_article.scss */
.editorial-article__deal-footer {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  align-self: stretch;
  gap: 8px;
}

/* line 747, app/assets/stylesheets/editorial_article.scss */
.editorial-article__deal-container {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 30px;
  background: #E6F5FC;
}

/* line 756, app/assets/stylesheets/editorial_article.scss */
.editorial-article__deal-container span {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #001F2C;
}

/* line 762, app/assets/stylesheets/editorial_article.scss */
.editorial-article__deal-container-icon {
  width: 16px;
  height: 16px;
}

/* line 767, app/assets/stylesheets/editorial_article.scss */
.editorial-article__deal-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

/* line 774, app/assets/stylesheets/editorial_article.scss */
.editorial-article__deal-price-label {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  color: #B3BCC0;
}

/* line 779, app/assets/stylesheets/editorial_article.scss */
.editorial-article__deal-price-value {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #001F2C;
}

/* line 787, app/assets/stylesheets/editorial_article.scss */
.editorial-article__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-area: content;
  min-width: 0;
  gap: 24px;
}

/* line 795, app/assets/stylesheets/editorial_article.scss */
.editorial-article__content.rtl {
  direction: rtl;
  text-align: right;
}

/* line 800, app/assets/stylesheets/editorial_article.scss */
.editorial-article__content .trix-content {
  align-self: stretch;
  width: 100%;
}

/* line 805, app/assets/stylesheets/editorial_article.scss */
.editorial-article__content .trix-content div,
.editorial-article__content .trix-content p,
.editorial-article__content .trix-content li {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #001F2C;
  text-align: start;
}

/* line 813, app/assets/stylesheets/editorial_article.scss */
.editorial-article__content .trix-content p,
.editorial-article__content .trix-content div {
  margin: 0 0 24px;
}

/* line 818, app/assets/stylesheets/editorial_article.scss */
.editorial-article__content .trix-content h1,
.editorial-article__content .trix-content h2,
.editorial-article__content .trix-content h3 {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin: 24px 0 16px;
  color: #006D9B;
  scroll-margin-top: calc(var(--header-outer-height, 80px) + 24px);
}

/* line 827, app/assets/stylesheets/editorial_article.scss */
.editorial-article__content .trix-content h3 {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #001F2C;
}

/* line 832, app/assets/stylesheets/editorial_article.scss */
.editorial-article__content .trix-content strong,
.editorial-article__content .trix-content b {
  font-weight: 700;
}

/* line 837, app/assets/stylesheets/editorial_article.scss */
.editorial-article__content .trix-content ul,
.editorial-article__content .trix-content ol {
  margin: 0 0 24px;
  padding-inline-start: 24px;
}

/* line 843, app/assets/stylesheets/editorial_article.scss */
.editorial-article__content .trix-content ul {
  list-style-type: disc;
}

/* line 847, app/assets/stylesheets/editorial_article.scss */
.editorial-article__content .trix-content ol {
  list-style-type: decimal;
}

/* line 851, app/assets/stylesheets/editorial_article.scss */
.editorial-article__content .trix-content li {
  display: list-item;
  margin-bottom: 8px;
}

/* line 855, app/assets/stylesheets/editorial_article.scss */
.editorial-article__content .trix-content li::marker {
  color: #006D9B;
}

/* line 860, app/assets/stylesheets/editorial_article.scss */
.editorial-article__content .trix-content a {
  color: #006D9B;
  text-decoration: underline;
}

/* line 865, app/assets/stylesheets/editorial_article.scss */
.editorial-article__content .trix-content img,
.editorial-article__content .trix-content figure {
  max-width: 100%;
  height: auto;
  margin: 0 0 24px;
  border-radius: 16px;
}

/* line 873, app/assets/stylesheets/editorial_article.scss */
.editorial-article__content .trix-content table {
  width: 100%;
  margin: 0 0 24px;
  border-collapse: collapse;
}

/* line 879, app/assets/stylesheets/editorial_article.scss */
.editorial-article__content .trix-content th,
.editorial-article__content .trix-content td {
  padding: 8px 16px;
  border: 1px solid #E6E9EA;
  text-align: start;
}

/* line 886, app/assets/stylesheets/editorial_article.scss */
.editorial-article__content .trix-content th {
  background: #E6F5FC;
  font-weight: 700;
}
/* line 13, app/assets/stylesheets/excel.scss */
:root {
  --excel-zoom: 1;
}

/* line 17, app/assets/stylesheets/excel.scss */
body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #374151;
  background: #ffffff;
  zoom: var(--excel-zoom);
}

/* line 29, app/assets/stylesheets/excel.scss */
.excel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  border-bottom: 1px solid #e5e7eb;
  background: #ffffff;
}

/* line 38, app/assets/stylesheets/excel.scss */
.excel-header-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 44, app/assets/stylesheets/excel.scss */
.excel-zoom-controls {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-size: 11px;
  color: #9ca3af;
}

/* line 51, app/assets/stylesheets/excel.scss */
.excel-zoom-controls button {
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 11px;
  cursor: pointer;
  color: #4b5563;
}

/* line 60, app/assets/stylesheets/excel.scss */
.excel-zoom-controls button:hover {
  background: #e5e7eb;
}

/* line 65, app/assets/stylesheets/excel.scss */
.excel-zoom-controls .excel-zoom-label {
  margin-right: 2px;
}

/* line 70, app/assets/stylesheets/excel.scss */
.excel-logo {
  width: 20px;
  height: 20px;
}

/* line 75, app/assets/stylesheets/excel.scss */
.excel-user-info {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 81, app/assets/stylesheets/excel.scss */
.excel-user-name {
  font-weight: 600;
  font-size: 13px;
  color: #212121;
}

/* line 87, app/assets/stylesheets/excel.scss */
.excel-company-name {
  color: #9ca3af;
  margin-left: 4px;
  font-weight: 400;
}

/* line 93, app/assets/stylesheets/excel.scss */
.excel-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #e5e7eb;
  background: transparent;
  color: #9ca3af;
  border-radius: 4px;
  cursor: pointer;
}

/* line 108, app/assets/stylesheets/excel.scss */
.excel-btn-icon:hover {
  color: #212121;
  background: #f3f4f6;
}

/* line 114, app/assets/stylesheets/excel.scss */
.excel-logout-btn {
  color: #9ca3af;
  text-decoration: none;
  font-size: 12px;
}

/* line 119, app/assets/stylesheets/excel.scss */
.excel-logout-btn:hover {
  color: #212121;
}

/* line 125, app/assets/stylesheets/excel.scss */
.excel-content {
  padding: 16px;
}

/* line 131, app/assets/stylesheets/excel.scss */
.excel-intro .excel-intro-header {
  text-align: center;
  padding: 32px 16px;
  background-color: #f5f5f5;
}

/* line 137, app/assets/stylesheets/excel.scss */
.excel-intro .excel-intro-welcome {
  font-size: 22px;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 0;
  color: #212121;
}

/* line 145, app/assets/stylesheets/excel.scss */
.excel-intro .excel-intro-title {
  margin-top: 4px;
  font-size: 16px;
  color: #212121;
}

/* line 151, app/assets/stylesheets/excel.scss */
.excel-intro .excel-intro-body {
  padding: 24px 20px;
}

/* line 155, app/assets/stylesheets/excel.scss */
.excel-intro .excel-intro-subtitle {
  margin: 0 0 12px;
  font-size: 13px;
  color: #212121;
}

/* line 161, app/assets/stylesheets/excel.scss */
.excel-intro .excel-intro-list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  font-size: 13px;
  color: #4b5563;
}

/* line 168, app/assets/stylesheets/excel.scss */
.excel-intro .excel-intro-list li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 6px;
}

/* line 176, app/assets/stylesheets/excel.scss */
.excel-intro .excel-intro-icon {
  display: inline-block;
  width: 18px;
  text-align: center;
}

/* line 182, app/assets/stylesheets/excel.scss */
.excel-intro .excel-intro-instruction {
  font-size: 13px;
  color: #212121;
  margin: 8px 20px 0;
}

/* line 188, app/assets/stylesheets/excel.scss */
.excel-intro .excel-intro-enterprise-note {
  font-size: 13px;
  color: #212121;
  margin: 8px 20px 0;
}

/* line 194, app/assets/stylesheets/excel.scss */
.excel-intro .excel-intro-actions {
  text-align: center;
  margin-top: 16px;
}

/* line 199, app/assets/stylesheets/excel.scss */
.excel-intro .excel-intro-btn {
  font-size: 15px;
  font-weight: 600;
  padding-left: 28px;
  padding-right: 28px;
}

/* line 208, app/assets/stylesheets/excel.scss */
.excel-btn {
  padding: 7px 14px;
  background: #ffa726;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
}

/* line 218, app/assets/stylesheets/excel.scss */
.excel-btn:hover {
  opacity: 0.85;
}

/* line 222, app/assets/stylesheets/excel.scss */
.excel-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* line 228, app/assets/stylesheets/excel.scss */
.excel-btn-outline {
  background: none;
  color: #374151;
  border: 1px solid #e5e7eb;
}

/* line 233, app/assets/stylesheets/excel.scss */
.excel-btn-outline:hover {
  background: #f9fafb;
}

/* line 238, app/assets/stylesheets/excel.scss */
.excel-btn-full {
  width: 100%;
  padding: 9px;
}

/* line 243, app/assets/stylesheets/excel.scss */
.excel-btn-small {
  padding: 4px 8px;
  font-size: 11px;
}

/* line 249, app/assets/stylesheets/excel.scss */
.section-title {
  font-size: 13px;
  font-weight: 600;
  color: #212121;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

/* line 258, app/assets/stylesheets/excel.scss */
.excel-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

/* line 265, app/assets/stylesheets/excel.scss */
.excel-section-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* line 271, app/assets/stylesheets/excel.scss */
.excel-divider {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 16px 0;
}

/* line 278, app/assets/stylesheets/excel.scss */
.mapping-table-container {
  width: 100%;
  margin-bottom: 16px;
}

/* line 283, app/assets/stylesheets/excel.scss */
.mapping-table-container .mapping-table-hint {
  margin: 0 0 10px 0;
  font-size: 12px;
  color: #212121;
  line-height: 1.4;
}

/* line 291, app/assets/stylesheets/excel.scss */
body.mapping-inferencing #mapping-table-container {
  display: none !important;
}

/* line 295, app/assets/stylesheets/excel.scss */
.mapping-row-range {
  margin: 6px 0 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 12px;
}

/* line 302, app/assets/stylesheets/excel.scss */
.mapping-row-range label {
  font-weight: 500;
  font-size: 12px;
  color: #212121;
}

/* line 308, app/assets/stylesheets/excel.scss */
.mapping-row-range input[type="number"] {
  width: 70px;
  padding: 3px 6px;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  font-size: 12px;
  box-sizing: border-box;
}

/* line 316, app/assets/stylesheets/excel.scss */
.mapping-row-range input[type="number"]:focus {
  outline: none;
  border-color: #ffa726;
}

/* line 324, app/assets/stylesheets/excel.scss */
.mapping-row-range .mapping-header-row > label,
.mapping-row-range .mapping-shipments-range > label {
  min-width: 110px;
  flex-shrink: 0;
}

/* line 330, app/assets/stylesheets/excel.scss */
.mapping-row-range .mapping-header-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* line 335, app/assets/stylesheets/excel.scss */
.mapping-row-range .mapping-header-row input {
  width: 56px;
}

/* line 340, app/assets/stylesheets/excel.scss */
.mapping-row-range .mapping-shipments-range {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

/* line 347, app/assets/stylesheets/excel.scss */
.mapping-row-range .mapping-row-separator {
  color: #9ca3af;
}

/* line 351, app/assets/stylesheets/excel.scss */
.mapping-row-range .mapping-row-hint {
  margin: 0;
  font-size: 12px;
  color: #212121;
}

/* line 357, app/assets/stylesheets/excel.scss */
.mapping-row-range #header-row-suggestion {
  font-weight: 600;
}

/* line 362, app/assets/stylesheets/excel.scss */
.mapping-table {
  width: 100%;
  border-collapse: collapse;
}

/* line 366, app/assets/stylesheets/excel.scss */
.mapping-table th {
  padding: 4px 4px 6px;
  font-size: 11px;
  font-weight: 600;
  color: #9ca3af;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
}

/* line 375, app/assets/stylesheets/excel.scss */
.mapping-table td {
  padding: 2px 4px;
  border-bottom: 1px solid #f3f4f6;
  vertical-align: middle;
}

/* line 381, app/assets/stylesheets/excel.scss */
.mapping-table td:first-child {
  font-weight: 500;
  font-size: 11px;
  color: #9ca3af;
  white-space: nowrap;
  width: 1%;
  padding-right: 8px;
}

/* line 390, app/assets/stylesheets/excel.scss */
.mapping-table tr:last-child td {
  border-bottom: none;
}

/* line 394, app/assets/stylesheets/excel.scss */
.mapping-table tr.mapping-input-end-row td {
  border-bottom: none;
}

/* line 398, app/assets/stylesheets/excel.scss */
.mapping-table tr.mapping-mid-divider-row td {
  padding: 9px 0 7px;
  border-bottom: none;
}

/* line 403, app/assets/stylesheets/excel.scss */
.mapping-table .mapping-mid-divider {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 409, app/assets/stylesheets/excel.scss */
.mapping-table .mapping-mid-divider::before,
.mapping-table .mapping-mid-divider::after {
  content: '';
  flex: 1;
  height: 2px;
  background: rgba(255, 167, 38, 0.8);
  border-radius: 99px;
}

/* line 418, app/assets/stylesheets/excel.scss */
.mapping-table .mapping-mid-divider-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  color: #9ca3af;
  white-space: nowrap;
}

/* line 427, app/assets/stylesheets/excel.scss */
.mapping-table tr.mapping-output-start-row td {
  padding-top: 8px;
}

/* line 432, app/assets/stylesheets/excel.scss */
.mapping-input {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 14px;
  background: #ffffff;
  color: #212121;
  font-weight: 500;
  box-sizing: border-box;
  cursor: text;
}

/* line 444, app/assets/stylesheets/excel.scss */
.mapping-input:hover {
  border-color: #ced2d9;
  background: #f9fafb;
}

/* line 449, app/assets/stylesheets/excel.scss */
.mapping-input:focus {
  outline: none;
  border-color: #ffa726;
  background: #ffffff;
  box-shadow: 0 0 0 1px rgba(255, 167, 38, 0.2);
}

/* line 456, app/assets/stylesheets/excel.scss */
.mapping-input::placeholder {
  color: #d1d5db;
  font-weight: 400;
}

/* line 463, app/assets/stylesheets/excel.scss */
.sync-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 10px 10px;
}

/* line 471, app/assets/stylesheets/excel.scss */
.sync-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 48px;
  background: #ffa726;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
  box-shadow: 0 2px 8px rgba(255, 167, 38, 0.35);
  transition: background 0.2s, box-shadow 0.2s, transform 0.1s;
}

/* line 488, app/assets/stylesheets/excel.scss */
.sync-btn:hover {
  background: #ff9b07;
  box-shadow: 0 4px 14px rgba(255, 167, 38, 0.45);
}

/* line 493, app/assets/stylesheets/excel.scss */
.sync-btn:active {
  transform: scale(0.97);
}

/* line 497, app/assets/stylesheets/excel.scss */
.sync-btn .sync-icon {
  display: inline-block;
  font-size: 18px;
  transition: transform 0.3s;
}

/* line 503, app/assets/stylesheets/excel.scss */
.sync-btn.syncing {
  pointer-events: none;
  opacity: 0.85;
}

/* line 507, app/assets/stylesheets/excel.scss */
.sync-btn.syncing .sync-icon {
  animation: spin 0.6s linear infinite;
}

/* line 513, app/assets/stylesheets/excel.scss */
.sync-progress {
  width: 200px;
  height: 4px;
  background: #e5e7eb;
  border-radius: 4px;
  margin-top: 18px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}

/* line 523, app/assets/stylesheets/excel.scss */
.sync-progress.active {
  opacity: 1;
}

/* line 528, app/assets/stylesheets/excel.scss */
.sync-progress-bar {
  width: 0%;
  height: 100%;
  background: #ffa726;
  border-radius: 4px;
  transition: width 0.3s ease;
}

/* line 535, app/assets/stylesheets/excel.scss */
.sync-progress-bar.indeterminate {
  width: 40%;
  animation: progress-slide 1s ease-in-out infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes progress-slide {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 60%;
  }
  100% {
    margin-left: 0;
  }
}

/* line 552, app/assets/stylesheets/excel.scss */
.sync-status {
  margin-top: 16px;
  font-size: 13px;
  color: #9ca3af;
  text-align: left;
  min-height: 20px;
  max-width: 280px;
  line-height: 1.5;
  word-break: break-word;
}

/* line 563, app/assets/stylesheets/excel.scss */
.sync-status-success {
  color: #212121;
}

/* line 567, app/assets/stylesheets/excel.scss */
.sync-status-error {
  color: #dc2626;
}

/* line 571, app/assets/stylesheets/excel.scss */
.sync-status-warning {
  color: #212121;
}

/* line 575, app/assets/stylesheets/excel.scss */
.sync-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: auto;
  padding-top: 12px;
  width: 100%;
}

/* line 586, app/assets/stylesheets/excel.scss */
.sync-summary {
  padding: 0;
}

/* line 590, app/assets/stylesheets/excel.scss */
.sync-summary-header {
  font-size: 12px;
  font-weight: 600;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

/* line 599, app/assets/stylesheets/excel.scss */
.sync-summary-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 605, app/assets/stylesheets/excel.scss */
.sync-summary-item {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 4px 8px;
  margin: 0 -8px 2px;
  font-size: 13px;
  border-radius: 4px;
}

/* line 614, app/assets/stylesheets/excel.scss */
.sync-summary-item:last-child {
  margin-bottom: 0;
}

/* line 619, app/assets/stylesheets/excel.scss */
.sync-summary-ref {
  font-family: 'SF Mono', 'Monaco', 'Consolas', monospace;
  font-size: 12px;
  color: #212121;
  min-width: 0;
  flex-shrink: 0;
}

/* line 627, app/assets/stylesheets/excel.scss */
.sync-summary-item--ok {
  color: #374151;
  background: #dcfce7;
}

/* line 631, app/assets/stylesheets/excel.scss */
.sync-summary-item--ok .sync-summary-ref {
  color: #1a8fc4;
}

/* line 635, app/assets/stylesheets/excel.scss */
.sync-summary-item--ok.sync-summary-item--faded {
  background: transparent;
}

/* line 640, app/assets/stylesheets/excel.scss */
.sync-summary-item--err {
  color: #dc2626;
  background: #fee2e2;
}

/* line 644, app/assets/stylesheets/excel.scss */
.sync-summary-item--err .sync-summary-ref {
  color: #dc2626;
}

/* line 648, app/assets/stylesheets/excel.scss */
.sync-summary-item--err.sync-summary-item--faded {
  background: transparent;
}

/* line 653, app/assets/stylesheets/excel.scss */
.sync-summary-note {
  margin-top: 10px;
  font-size: 11px;
  color: #9ca3af;
}

/* line 660, app/assets/stylesheets/excel.scss */
.excel-track-form {
  background: #f9fafb;
  border-radius: 8px;
  padding: 14px;
}

/* line 666, app/assets/stylesheets/excel.scss */
.excel-track-row {
  display: flex;
  gap: 16px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

/* line 673, app/assets/stylesheets/excel.scss */
.excel-radio-group {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* line 679, app/assets/stylesheets/excel.scss */
.excel-radio {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  font-size: 12px;
  color: #6b7280;
}

/* line 687, app/assets/stylesheets/excel.scss */
.excel-radio input[type="radio"] {
  accent-color: #ffa726;
  margin: 0;
}

/* line 693, app/assets/stylesheets/excel.scss */
.excel-track-actions {
  margin-top: 12px;
}

/* line 697, app/assets/stylesheets/excel.scss */
.excel-batch-section {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #e5e7eb;
}

/* line 703, app/assets/stylesheets/excel.scss */
.section-subtitle {
  font-size: 12px;
  font-weight: 600;
  color: #212121;
  margin: 0 0 6px;
}

/* line 710, app/assets/stylesheets/excel.scss */
.excel-hint {
  font-size: 11px;
  color: #9ca3af;
  margin: 0 0 10px;
  line-height: 1.35;
}

/* line 717, app/assets/stylesheets/excel.scss */
.excel-batch-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

/* line 724, app/assets/stylesheets/excel.scss */
.excel-field {
  margin-bottom: 12px;
}

/* line 727, app/assets/stylesheets/excel.scss */
.excel-field label {
  display: block;
  margin-bottom: 3px;
  font-weight: 500;
  font-size: 12px;
  color: #6b7280;
}

/* line 735, app/assets/stylesheets/excel.scss */
.excel-field input,
.excel-field select {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 13px;
  box-sizing: border-box;
  background: #ffffff;
}

/* line 745, app/assets/stylesheets/excel.scss */
.excel-field input:focus,
.excel-field select:focus {
  outline: none;
  border-color: #ffa726;
}

/* line 753, app/assets/stylesheets/excel.scss */
.excel-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

/* line 758, app/assets/stylesheets/excel.scss */
.excel-table th {
  text-align: left;
  padding: 6px 8px;
  font-size: 11px;
  font-weight: 500;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border-bottom: 2px solid #e5e7eb;
  white-space: nowrap;
}

/* line 770, app/assets/stylesheets/excel.scss */
.excel-table td {
  padding: 8px 8px;
  border-bottom: 1px solid #f3f4f6;
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 779, app/assets/stylesheets/excel.scss */
.excel-table tbody tr:hover {
  background: #f9fafb;
}

/* line 783, app/assets/stylesheets/excel.scss */
.excel-table tbody tr:last-child td {
  border-bottom: none;
}

/* line 788, app/assets/stylesheets/excel.scss */
.excel-shipments {
  overflow-x: auto;
}

/* line 792, app/assets/stylesheets/excel.scss */
.ref-cell {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 798, app/assets/stylesheets/excel.scss */
.ref-cell .export-row-btn {
  flex-shrink: 0;
}

/* line 803, app/assets/stylesheets/excel.scss */
.shipment-link {
  color: #1a8fc4;
  text-decoration: none;
}

/* line 807, app/assets/stylesheets/excel.scss */
.shipment-link:hover {
  text-decoration: underline;
}

/* line 813, app/assets/stylesheets/excel.scss */
.state-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 500;
  text-transform: capitalize;
  background: #f3f4f6;
  color: #6b7280;
}

/* line 824, app/assets/stylesheets/excel.scss */
.state-sea,
.state-air {
  background: #eff6ff;
  color: #2563eb;
}

/* line 830, app/assets/stylesheets/excel.scss */
.state-pol,
.state-inland,
.state-pending,
.state-wait,
.state-wait_cargo_readiness,
.state-confirmed,
.state-containers_assigned,
.state-pick {
  background: #fff7ed;
  color: #c2410c;
}

/* line 842, app/assets/stylesheets/excel.scss */
.state-pod,
.state-customs,
.state-gateout {
  background: #ecfeff;
  color: #0e7490;
}

/* line 849, app/assets/stylesheets/excel.scss */
.state-delivered,
.state-completed,
.state-emptyreturn {
  background: #f0fdf4;
  color: #15803d;
}

/* line 856, app/assets/stylesheets/excel.scss */
.state-canceled,
.state-skipped {
  background: #fef2f2;
  color: #dc2626;
}

/* line 863, app/assets/stylesheets/excel.scss */
.excel-login {
  max-width: 260px;
  margin: 80px auto 0;
  text-align: center;
}

/* line 868, app/assets/stylesheets/excel.scss */
.excel-login h2 {
  color: #212121;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}

/* line 876, app/assets/stylesheets/excel.scss */
.excel-login-logo {
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
}

/* line 882, app/assets/stylesheets/excel.scss */
.excel-subtitle {
  color: #9ca3af;
  margin-bottom: 28px;
  font-size: 13px;
}

/* line 888, app/assets/stylesheets/excel.scss */
.excel-login-form {
  text-align: left;
}

/* line 892, app/assets/stylesheets/excel.scss */
.excel-remember {
  margin-bottom: 16px;
}

/* line 896, app/assets/stylesheets/excel.scss */
.excel-checkbox {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 13px;
  color: #6b7280;
}

/* line 904, app/assets/stylesheets/excel.scss */
.excel-checkbox input[type="checkbox"] {
  accent-color: #ffa726;
}

/* line 910, app/assets/stylesheets/excel.scss */
.excel-alert {
  background: #fef2f2;
  color: #dc2626;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px;
  margin-bottom: 12px;
}

/* line 919, app/assets/stylesheets/excel.scss */
.excel-status {
  margin-top: 8px;
  color: #9ca3af;
  font-size: 12px;
}

/* line 925, app/assets/stylesheets/excel.scss */
.excel-status-success {
  color: #16a34a;
}

/* line 929, app/assets/stylesheets/excel.scss */
.excel-status-error {
  color: #dc2626;
}

/* line 933, app/assets/stylesheets/excel.scss */
.excel-empty {
  text-align: center;
  color: #9ca3af;
  padding: 30px 0;
}

/* line 940, app/assets/stylesheets/excel.scss */
.feature-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

/* line 946, app/assets/stylesheets/excel.scss */
.feature-card {
  display: flex;
  flex-direction: column;
  padding: 14px 12px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s, box-shadow 0.15s;
}

/* line 957, app/assets/stylesheets/excel.scss */
.feature-card:hover {
  border-color: #ffa726;
  box-shadow: 0 2px 8px rgba(255, 167, 38, 0.15);
}

/* line 963, app/assets/stylesheets/excel.scss */
.feature-icon {
  font-size: 22px;
  margin-bottom: 6px;
}

/* line 968, app/assets/stylesheets/excel.scss */
.feature-label {
  font-weight: 600;
  font-size: 13px;
  color: #212121;
  margin-bottom: 2px;
}

/* line 975, app/assets/stylesheets/excel.scss */
.feature-desc {
  font-size: 11px;
  color: #9ca3af;
  line-height: 1.35;
}

/* line 981, app/assets/stylesheets/excel.scss */
.excel-debug-panel {
  margin-top: 16px;
  padding: 12px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 11px;
}

/* line 990, app/assets/stylesheets/excel.scss */
.excel-debug-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

/* line 997, app/assets/stylesheets/excel.scss */
.excel-debug-title {
  margin: 0;
  font-size: 12px;
  color: #9ca3af;
}

/* line 1003, app/assets/stylesheets/excel.scss */
.excel-debug-refresh-btn {
  padding: 4px 8px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  color: #9ca3af;
}

/* line 1012, app/assets/stylesheets/excel.scss */
.excel-debug-refresh-btn:hover {
  background: #e5e7eb;
  color: #212121;
}

/* line 1018, app/assets/stylesheets/excel.scss */
.excel-debug-pre {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-all;
  color: #212121;
}
/* line 7, app/assets/stylesheets/faqs.scss */
#faqs-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: var(--header-outer-height, 80px) 0 0;
  margin-top: calc(-1 * var(--header-outer-height, 80px));
  background: #E6F5FC;
}

/* line 18, app/assets/stylesheets/faqs.scss */
.faqs-hero {
  width: 100%;
}

/* line 21, app/assets/stylesheets/faqs.scss */
.faqs-hero__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px;
  box-sizing: border-box;
}

/* line 33, app/assets/stylesheets/faqs.scss */
.faqs-hero__title {
  margin: 0;
  text-align: center;
}

/* line 38, app/assets/stylesheets/faqs.scss */
.faqs-hero__title-line {
  display: block;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 900;
  font-size: 56px;
  line-height: 64px;
  text-align: center;
  color: #001F2C;
}

/* line 43, app/assets/stylesheets/faqs.scss */
.faqs-hero__title-line--accent {
  color: #009CDE;
}

/* line 49, app/assets/stylesheets/faqs.scss */
.faqs-widget {
  width: 100%;
}

/* line 52, app/assets/stylesheets/faqs.scss */
.faqs-widget__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 2px 40px rgba(0, 78, 111, 0.08);
  overflow: hidden;
  padding-top: 40px;
}

/* line 64, app/assets/stylesheets/faqs.scss */
.faqs-widget__tabs-shell {
  width: 100%;
  box-sizing: border-box;
}

/* line 69, app/assets/stylesheets/faqs.scss */
.faqs-widget__tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
  max-width: 100%;
  padding: 4px;
  margin: 0 40px 0px;
  background: #ffffff;
  border: 1px solid #CCEBF8;
  border-radius: 16px;
  box-sizing: border-box;
}

/* line 84, app/assets/stylesheets/faqs.scss */
.faqs-widget__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: none;
  border-radius: 12px;
  background: transparent;
  cursor: pointer;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #001F2C;
  text-transform: capitalize;
  white-space: nowrap;
  transition: background-color 0.15s ease, color 0.15s ease;
}

/* line 99, app/assets/stylesheets/faqs.scss */
.faqs-widget__tab--active {
  background: #009CDE;
  color: #ffffff;
}

/* line 104, app/assets/stylesheets/faqs.scss */
.faqs-widget__tab:focus-visible {
  outline: 2px solid #009CDE;
  outline-offset: 2px;
}

/* line 110, app/assets/stylesheets/faqs.scss */
.faqs-widget__panels {
  width: 100%;
}

/* line 114, app/assets/stylesheets/faqs.scss */
.faqs-widget__panel {
  display: none;
  width: 100%;
}

/* line 118, app/assets/stylesheets/faqs.scss */
.faqs-widget__panel--active {
  display: block;
}

/* line 123, app/assets/stylesheets/faqs.scss */
.faqs-widget__body {
  display: flex;
  gap: 40px;
  align-items: stretch;
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
}

/* line 132, app/assets/stylesheets/faqs.scss */
.faqs-widget__sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 0 0 580px;
  max-width: 580px;
  width: 100%;
  padding: 24px;
  border: 1px solid #CCEBF8;
  border-radius: 8px;
  box-sizing: border-box;
  max-height: 640px;
  overflow: hidden;
}

/* line 147, app/assets/stylesheets/faqs.scss */
.faqs-widget__search-field {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 36px;
  padding: 8px 16px;
  border: 1px solid #E6E9EA;
  border-radius: 8px;
  background: #ffffff;
  box-sizing: border-box;
}

/* line 159, app/assets/stylesheets/faqs.scss */
.faqs-widget__search-icon {
  width: 16px;
  height: 16px;
  flex: none;
}

/* line 165, app/assets/stylesheets/faqs.scss */
.faqs-widget__search-input {
  flex: 1 1 auto;
  min-width: 0;
  border: none;
  background: transparent;
  padding: 0;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #001F2C;
}

/* line 174, app/assets/stylesheets/faqs.scss */
.faqs-widget__search-input::placeholder {
  color: #B3BCC0;
}

/* line 178, app/assets/stylesheets/faqs.scss */
.faqs-widget__search-input:focus {
  outline: none;
}

/* line 183, app/assets/stylesheets/faqs.scss */
.faqs-widget__section-title {
  margin: 0;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #001F2C;
  text-transform: capitalize;
}

/* line 190, app/assets/stylesheets/faqs.scss */
.faqs-widget__questions {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 16px;
  background: #E6F5FC;
  border-radius: 12px;
  overflow-y: auto;
  flex: 1 1 auto;
  min-height: 0;
}

/* line 202, app/assets/stylesheets/faqs.scss */
.faqs-widget__question-item {
  display: contents;
}

/* line 206, app/assets/stylesheets/faqs.scss */
.faqs-widget__question {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 16px;
  border: none;
  border-bottom: 1px solid #CCEBF8;
  background: transparent;
  cursor: pointer;
  text-align: start;
  box-sizing: border-box;
}

/* line 219, app/assets/stylesheets/faqs.scss */
.faqs-widget__question:last-child {
  border-bottom: none;
}

/* line 223, app/assets/stylesheets/faqs.scss */
.faqs-widget__question--active {
  background: #ffffff;
  border-bottom-color: #CCEBF8;
}

/* line 227, app/assets/stylesheets/faqs.scss */
.faqs-widget__question--active .faqs-widget__question-icon {
  opacity: 0;
}

/* line 232, app/assets/stylesheets/faqs.scss */
.faqs-widget__question:focus-visible {
  outline: 2px solid #009CDE;
  outline-offset: -2px;
}

/* line 238, app/assets/stylesheets/faqs.scss */
.faqs-widget__question-text {
  flex: 1 1 auto;
  min-width: 0;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #001F2C;
}

/* line 245, app/assets/stylesheets/faqs.scss */
.faqs-widget__question-icon {
  width: 16px;
  height: 16px;
  flex: none;
  opacity: 1;
  transition: opacity 0.15s ease;
}

/* line 253, app/assets/stylesheets/faqs.scss */
.faqs-widget__question-answer {
  display: none;
}

/* line 257, app/assets/stylesheets/faqs.scss */
.faqs-widget__question-answer-body {
  margin: 0;
}

/* line 261, app/assets/stylesheets/faqs.scss */
.faqs-widget__answer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  flex: 1 1 auto;
  min-width: 0;
  padding: 24px 0;
}

/* line 271, app/assets/stylesheets/faqs.scss */
.faqs-widget__answer-title {
  margin: 0;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #001F2C;
  text-transform: capitalize;
}

/* line 278, app/assets/stylesheets/faqs.scss */
.faqs-widget__answer-body {
  margin: 0;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #001F2C;
}

/* line 284, app/assets/stylesheets/faqs.scss */
.faqs-widget__ask {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: 0px 40px 40px;
  box-sizing: border-box;
}

/* line 294, app/assets/stylesheets/faqs.scss */
.faqs-widget__ask-text {
  margin: 0;
  text-align: center;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #001F2C;
}

/* line 301, app/assets/stylesheets/faqs.scss */
.faqs-widget__ask-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 32px;
  background: #F9A529;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  text-transform: capitalize;
  transition: background-color 0.15s ease;
}

/* line 314, app/assets/stylesheets/faqs.scss */
.faqs-widget__ask-button:hover, .faqs-widget__ask-button:focus {
  background: #E09525;
  color: #ffffff;
  text-decoration: none;
}

/* line 323, app/assets/stylesheets/faqs.scss */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 601px) and (max-width: 1024px) {
  /* line 336, app/assets/stylesheets/faqs.scss */
  #faqs-page {
    min-height: auto;
  }
  /* line 341, app/assets/stylesheets/faqs.scss */
  .faqs-hero__container {
    align-self: stretch;
    width: 100%;
    max-width: 834px;
    padding: 40px;
    gap: 40px;
  }
  /* line 349, app/assets/stylesheets/faqs.scss */
  .faqs-hero__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: none;
    align-self: stretch;
    width: 100%;
    min-height: 128px;
    margin: 0;
    text-align: center;
  }
  /* line 362, app/assets/stylesheets/faqs.scss */
  .faqs-hero__title-line {
    width: 100%;
    font-family: "Figtree";
    font-style: normal;
    font-weight: 900;
    font-size: 56px;
    line-height: 64px;
    text-align: center;
    text-align: center;
  }
  /* line 369, app/assets/stylesheets/faqs.scss */
  .faqs-widget {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-self: stretch;
    flex: none;
    width: 100%;
    max-width: 754px;
    gap: 40px;
  }
  /* line 380, app/assets/stylesheets/faqs.scss */
  .faqs-widget__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    flex: none;
    width: 100%;
    max-width: 754px;
    padding: 24px 0 0;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: none;
    overflow: hidden;
  }
  /* line 395, app/assets/stylesheets/faqs.scss */
  .faqs-widget__tabs-shell {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    flex: none;
    width: 100%;
    padding: 0 24px;
    gap: 10px;
    box-sizing: border-box;
  }
  /* line 408, app/assets/stylesheets/faqs.scss */
  .faqs-widget__tabs {
    align-self: stretch;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    padding: 4px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  /* line 419, app/assets/stylesheets/faqs.scss */
  .faqs-widget__tabs::-webkit-scrollbar {
    display: none;
  }
  /* line 424, app/assets/stylesheets/faqs.scss */
  .faqs-widget__tab {
    flex: none;
    padding: 8px;
    gap: 8px;
  }
  /* line 430, app/assets/stylesheets/faqs.scss */
  .faqs-widget__body {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
    width: 100%;
    padding: 24px;
    gap: 24px;
    box-sizing: border-box;
  }
  /* line 441, app/assets/stylesheets/faqs.scss */
  .faqs-widget__sidebar {
    display: contents;
  }
  /* line 445, app/assets/stylesheets/faqs.scss */
  .faqs-widget__search,
.faqs-widget__section-title {
    display: none;
  }
  /* line 450, app/assets/stylesheets/faqs.scss */
  .faqs-widget__questions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 1 0;
    min-width: 0;
    min-height: 536px;
    max-height: 536px;
    padding: 16px;
    background: #E6F5FC;
    border-radius: 12px;
    box-sizing: border-box;
    overflow-y: auto;
  }
  /* line 465, app/assets/stylesheets/faqs.scss */
  .faqs-widget__question {
    align-self: stretch;
    padding: 16px;
    gap: 16px;
    border-bottom: 1px solid #CCEBF8;
    border-radius: 0;
  }
  /* line 472, app/assets/stylesheets/faqs.scss */
  .faqs-widget__question--active {
    background: #ffffff;
  }
  /* line 477, app/assets/stylesheets/faqs.scss */
  .faqs-widget__question-text {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
  /* line 481, app/assets/stylesheets/faqs.scss */
  .faqs-widget__answer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1 1 0;
    min-width: 0;
    min-height: 536px;
    padding: 24px 0;
    gap: 24px;
    box-sizing: border-box;
  }
  /* line 494, app/assets/stylesheets/faqs.scss */
  .faqs-widget__answer-title {
    align-self: stretch;
    width: 100%;
    margin: 0;
    font-family: "Figtree";
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    text-transform: capitalize;
  }
  /* line 502, app/assets/stylesheets/faqs.scss */
  .faqs-widget__answer-body {
    align-self: stretch;
    width: 100%;
    margin: 0;
    font-family: "Figtree";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  /* line 509, app/assets/stylesheets/faqs.scss */
  .faqs-widget__ask {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    flex: none;
    width: 100%;
    max-width: 754px;
    padding: 0;
    gap: 24px;
    box-sizing: border-box;
  }
  /* line 523, app/assets/stylesheets/faqs.scss */
  .faqs-widget__ask-text {
    align-self: stretch;
    width: 100%;
    margin: 0;
    text-align: center;
    font-family: "Figtree";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  /* line 531, app/assets/stylesheets/faqs.scss */
  .faqs-widget__ask-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    min-width: 200px;
    height: 40px;
    padding: 8px 16px;
    gap: 8px;
  }
}

@media (max-width: 600px) {
  /* line 544, app/assets/stylesheets/faqs.scss */
  #faqs-page {
    min-height: auto;
  }
  /* line 549, app/assets/stylesheets/faqs.scss */
  .faqs-hero__container {
    padding: 40px 16px;
    gap: 40px;
  }
  /* line 554, app/assets/stylesheets/faqs.scss */
  .faqs-hero__title {
    min-height: 0;
    max-width: none;
  }
  /* line 559, app/assets/stylesheets/faqs.scss */
  .faqs-hero__title-line {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
  }
  /* line 564, app/assets/stylesheets/faqs.scss */
  .faqs-widget {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: none;
    gap: 40px;
  }
  /* line 573, app/assets/stylesheets/faqs.scss */
  .faqs-widget__card {
    max-width: none;
    padding-top: 16px;
    box-shadow: 0 2px 40px rgba(0, 78, 111, 0.08);
  }
  /* line 579, app/assets/stylesheets/faqs.scss */
  .faqs-widget__tabs-shell {
    padding: 0 16px;
  }
  /* line 583, app/assets/stylesheets/faqs.scss */
  .faqs-widget__tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  /* line 591, app/assets/stylesheets/faqs.scss */
  .faqs-widget__tabs::-webkit-scrollbar {
    display: none;
  }
  /* line 596, app/assets/stylesheets/faqs.scss */
  .faqs-widget__tab {
    flex: none;
    padding: 8px;
  }
  /* line 601, app/assets/stylesheets/faqs.scss */
  .faqs-widget__body {
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    gap: 16px;
  }
  /* line 608, app/assets/stylesheets/faqs.scss */
  .faqs-widget__sidebar {
    display: flex;
    flex: none;
    max-width: none;
    max-height: none;
    padding: 16px;
    border: 1px solid #CCEBF8;
    border-radius: 8px;
    gap: 24px;
  }
  /* line 619, app/assets/stylesheets/faqs.scss */
  .faqs-widget__questions {
    min-height: 0;
    max-height: none;
    overflow: visible;
    padding: 16px;
  }
  /* line 626, app/assets/stylesheets/faqs.scss */
  .faqs-widget__question-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    border-bottom: 1px solid #CCEBF8;
  }
  /* line 633, app/assets/stylesheets/faqs.scss */
  .faqs-widget__question-item:last-child {
    border-bottom: none;
  }
  /* line 637, app/assets/stylesheets/faqs.scss */
  .faqs-widget__question-item--expanded {
    background: #ffffff;
  }
  /* line 642, app/assets/stylesheets/faqs.scss */
  .faqs-widget__question {
    border-bottom: none;
  }
  /* line 645, app/assets/stylesheets/faqs.scss */
  .faqs-widget__question:last-child {
    border-bottom: none;
  }
  /* line 650, app/assets/stylesheets/faqs.scss */
  .faqs-widget__question-text {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  /* line 654, app/assets/stylesheets/faqs.scss */
  .faqs-widget__question-item--expanded .faqs-widget__question-answer {
    display: block;
    padding: 0 16px 16px;
  }
  /* line 659, app/assets/stylesheets/faqs.scss */
  .faqs-widget__question-answer-body {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #001F2C;
  }
  /* line 664, app/assets/stylesheets/faqs.scss */
  .faqs-widget__answer {
    display: none;
  }
  /* line 668, app/assets/stylesheets/faqs.scss */
  .faqs-widget__ask {
    max-width: none;
    padding: 0;
    gap: 24px;
  }
  /* line 674, app/assets/stylesheets/faqs.scss */
  .faqs-widget__ask-button {
    min-width: 200px;
    height: 40px;
  }
}
/* line 3, app/assets/stylesheets/fcl.scss */
#fcl-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: var(--header-outer-height, 80px) 0 0;
  margin-top: calc(-1 * var(--header-outer-height, 80px));
  background: #E6F5FC;
}

/* line 14, app/assets/stylesheets/fcl.scss */
#fcl-page .why-nowlun-section__title--split {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  color: #009CDE;
}

/* line 21, app/assets/stylesheets/fcl.scss */
#fcl-page .why-nowlun-section__title-line, #fcl-page .why-nowlun-section__title-highlight {
  display: block;
  width: 100%;
  color: #009CDE;
}

/* line 30, app/assets/stylesheets/fcl.scss */
#fcl-page .questions-section__watermark {
  top: 0;
}
/* line 6, app/assets/stylesheets/features_inland_trucking_section.scss */
.features-inland-trucking-section {
  width: 100%;
  background: #ffffff;
}

/* line 10, app/assets/stylesheets/features_inland_trucking_section.scss */
.features-inland-trucking-section__container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 650px;
  margin: 0 auto;
  padding: 40px 80px 80px;
  gap: 40px;
  box-sizing: border-box;
  background: #ffffff;
}

/* line 25, app/assets/stylesheets/features_inland_trucking_section.scss */
.features-inland-trucking-section__intro {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: none;
  width: 400px;
  min-height: 530px;
  padding: 0;
  gap: 10px;
  isolation: isolate;
}

/* line 39, app/assets/stylesheets/features_inland_trucking_section.scss */
.features-inland-trucking-section__road {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  width: 236px;
  height: 532px;
  transform: translateX(-50%);
  pointer-events: none;
}

/* line 50, app/assets/stylesheets/features_inland_trucking_section.scss */
.features-inland-trucking-section__road-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* line 57, app/assets/stylesheets/features_inland_trucking_section.scss */
.features-inland-trucking-section__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  gap: 24px;
}

/* line 68, app/assets/stylesheets/features_inland_trucking_section.scss */
.features-inland-trucking-section__title {
  margin: 0;
  width: 100%;
  max-width: 377px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  color: #009CDE;
}

/* line 77, app/assets/stylesheets/features_inland_trucking_section.scss */
.features-inland-trucking-section__description {
  margin: 0;
  width: 100%;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #334C56;
}

/* line 84, app/assets/stylesheets/features_inland_trucking_section.scss */
.features-inland-trucking-section__cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1 1 0;
  min-width: 0;
  max-width: 840px;
  min-height: 530px;
  gap: 16px;
}

/* line 96, app/assets/stylesheets/features_inland_trucking_section.scss */
.features-inland-trucking-section__card {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  width: 100%;
  flex: 1 1 0;
  min-height: 166px;
  padding: 16px 24px;
  gap: 16px;
  border-radius: 12px;
  box-sizing: border-box;
}

/* line 109, app/assets/stylesheets/features_inland_trucking_section.scss */
.features-inland-trucking-section__card--primary {
  background: #E6F5FC;
}

/* line 113, app/assets/stylesheets/features_inland_trucking_section.scss */
.features-inland-trucking-section__card--secondary {
  background: #f7fdff;
}

/* line 118, app/assets/stylesheets/features_inland_trucking_section.scss */
.features-inland-trucking-section__card-icon {
  flex: none;
  width: 56px;
  height: 56px;
}

/* line 124, app/assets/stylesheets/features_inland_trucking_section.scss */
.features-inland-trucking-section__card-icon-image {
  display: block;
  width: 56px;
  height: 56px;
  object-fit: contain;
}

/* line 131, app/assets/stylesheets/features_inland_trucking_section.scss */
.features-inland-trucking-section__card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1 1 0;
  min-width: 0;
  gap: 4px;
}

/* line 141, app/assets/stylesheets/features_inland_trucking_section.scss */
.features-inland-trucking-section__card-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  gap: 4px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #001F2C;
}

/* line 152, app/assets/stylesheets/features_inland_trucking_section.scss */
.features-inland-trucking-section__card-title-part {
  display: inline-flex;
  align-items: center;
}

/* line 157, app/assets/stylesheets/features_inland_trucking_section.scss */
.features-inland-trucking-section__card-title-icon {
  flex: none;
  width: 24px;
  height: 24px;
}

/* line 163, app/assets/stylesheets/features_inland_trucking_section.scss */
.features-inland-trucking-section__card-description {
  margin: 0;
  align-self: stretch;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #334C56;
}

@media (max-width: 1024px) {
  /* line 174, app/assets/stylesheets/features_inland_trucking_section.scss */
  .features-inland-trucking-section__container {
    flex-direction: column;
    align-self: stretch;
    width: 100%;
    max-width: none;
    min-height: 1012px;
    padding: 40px;
    gap: 40px;
  }
  /* line 184, app/assets/stylesheets/features_inland_trucking_section.scss */
  .features-inland-trucking-section__intro {
    align-items: center;
    width: 100%;
    max-width: 754px;
  }
  /* line 190, app/assets/stylesheets/features_inland_trucking_section.scss */
  .features-inland-trucking-section__copy {
    align-items: center;
  }
  /* line 194, app/assets/stylesheets/features_inland_trucking_section.scss */
  .features-inland-trucking-section__title {
    max-width: 377px;
    width: 100%;
    text-align: center;
  }
  /* line 200, app/assets/stylesheets/features_inland_trucking_section.scss */
  .features-inland-trucking-section__description {
    width: 100%;
    text-align: center;
  }
  /* line 205, app/assets/stylesheets/features_inland_trucking_section.scss */
  .features-inland-trucking-section__cards {
    flex: none;
    width: 100%;
    max-width: 754px;
    min-height: 362px;
  }
  /* line 212, app/assets/stylesheets/features_inland_trucking_section.scss */
  .features-inland-trucking-section__card {
    flex: none;
    align-self: stretch;
    width: 100%;
    height: 110px;
    min-height: 110px;
  }
}

@media (max-width: 600px) {
  /* line 225, app/assets/stylesheets/features_inland_trucking_section.scss */
  .features-inland-trucking-section__container {
    min-height: 1324px;
    padding: 40px 24px;
  }
  /* line 230, app/assets/stylesheets/features_inland_trucking_section.scss */
  .features-inland-trucking-section__intro {
    align-self: center;
    max-width: 342px;
  }
  /* line 235, app/assets/stylesheets/features_inland_trucking_section.scss */
  .features-inland-trucking-section__copy {
    min-height: 248px;
    gap: 16px;
  }
  /* line 240, app/assets/stylesheets/features_inland_trucking_section.scss */
  .features-inland-trucking-section__title {
    max-width: 302px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 900;
  }
  /* line 247, app/assets/stylesheets/features_inland_trucking_section.scss */
  .features-inland-trucking-section__cards {
    align-self: center;
    max-width: 342px;
    min-height: 674px;
  }
  /* line 253, app/assets/stylesheets/features_inland_trucking_section.scss */
  .features-inland-trucking-section__card {
    flex-direction: column;
    justify-content: center;
  }
  /* line 257, app/assets/stylesheets/features_inland_trucking_section.scss */
  .features-inland-trucking-section__card:nth-child(1) {
    height: 230px;
    min-height: 230px;
  }
  /* line 262, app/assets/stylesheets/features_inland_trucking_section.scss */
  .features-inland-trucking-section__card:nth-child(2), .features-inland-trucking-section__card:nth-child(3) {
    height: 206px;
    min-height: 206px;
  }
  /* line 269, app/assets/stylesheets/features_inland_trucking_section.scss */
  .features-inland-trucking-section__card-body {
    align-items: center;
    align-self: stretch;
    width: 100%;
    max-width: 294px;
  }
  /* line 276, app/assets/stylesheets/features_inland_trucking_section.scss */
  .features-inland-trucking-section__card-title {
    justify-content: center;
    width: 100%;
    text-align: center;
  }
  /* line 282, app/assets/stylesheets/features_inland_trucking_section.scss */
  .features-inland-trucking-section__card-description {
    text-align: center;
  }
}
/* line 6, app/assets/stylesheets/features_section.scss */
.features-section {
  width: 100%;
  background: #ffffff;
}

/* line 10, app/assets/stylesheets/features_section.scss */
.features-section__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
  width: 100%;
  max-width: 1440px;
  min-height: 838px;
  margin: 0 auto;
  padding: 0 80px 80px;
  gap: 80px;
  box-sizing: border-box;
  background: #ffffff;
}

/* line 28, app/assets/stylesheets/features_section.scss */
.features-section__text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: none;
  flex-grow: 0;
  width: 100%;
  max-width: 643px;
  padding: 0;
}

/* line 40, app/assets/stylesheets/features_section.scss */
.features-section__title {
  margin: 0;
  width: 100%;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  text-align: center;
  text-transform: capitalize;
  color: #009CDE;
}

/* line 50, app/assets/stylesheets/features_section.scss */
.features-section__features {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  flex: none;
  flex-grow: 0;
  width: 100%;
  max-width: 1280px;
  gap: 40px;
}

/* line 62, app/assets/stylesheets/features_section.scss */
.features-section__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 0;
  min-width: 0;
  max-width: 400px;
  height: 510px;
  padding: 40px;
  gap: 16px;
  isolation: isolate;
  background: #E6F5FC;
  border-radius: 16px;
  overflow: hidden;
  box-sizing: border-box;
}

/* line 80, app/assets/stylesheets/features_section.scss */
.features-section__card-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: none;
  flex-grow: 0;
  gap: 8px;
  z-index: 0;
}

/* line 90, app/assets/stylesheets/features_section.scss */
.features-section__card-title-line {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  color: #001F2C;
}

/* line 97, app/assets/stylesheets/features_section.scss */
.features-section__card-title-line--highlight {
  font-size: 40px;
  line-height: 48px;
  text-transform: capitalize;
  color: #009CDE;
}

/* line 105, app/assets/stylesheets/features_section.scss */
.features-section__card-description {
  margin: 0;
  align-self: stretch;
  flex: none;
  flex-grow: 0;
  z-index: 1;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #334C56;
}

/* line 115, app/assets/stylesheets/features_section.scss */
.features-section__card-illustration {
  position: absolute;
  left: 0;
  top: 264px;
  z-index: 2;
  width: 100%;
  height: 246px;
  flex: none;
  flex-grow: 0;
  pointer-events: none;
}

/* line 127, app/assets/stylesheets/features_section.scss */
.features-section__card-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left bottom;
}

/* line 134, app/assets/stylesheets/features_section.scss */
.features-section__card-image--mobile {
  display: none;
}

/* line 139, app/assets/stylesheets/features_section.scss */
.features-section__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: none;
  flex-grow: 0;
}

/* line 148, app/assets/stylesheets/features_section.scss */
.features-section__cta {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: none;
  flex-grow: 0;
  width: auto;
  min-width: 200px;
  height: 40px;
  padding: 0 16px;
  gap: 8px;
  background: #F9A529;
  border: none;
  border-radius: 32px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  text-transform: capitalize;
  text-decoration: none;
  box-sizing: border-box;
}

/* line 172, app/assets/stylesheets/features_section.scss */
.features-section__cta:hover, .features-section__cta:focus {
  color: #ffffff;
  text-decoration: none;
  background: #F9A529;
}

/* line 180, app/assets/stylesheets/features_section.scss */
.features-section__separator {
  align-self: stretch;
  flex: none;
  width: 100%;
  max-width: 1280px;
  height: 0;
  margin: 0;
  border: none;
  border-top: 1px solid #CCEBF8;
}

@media (max-width: 1024px) {
  /* line 194, app/assets/stylesheets/features_section.scss */
  .features-section__container {
    align-self: stretch;
    max-width: none;
    width: 100%;
    min-height: 0;
    padding: 0 40px 80px;
    gap: 80px;
  }
  /* line 203, app/assets/stylesheets/features_section.scss */
  .features-section__text {
    max-width: 643px;
    width: 100%;
  }
  /* line 208, app/assets/stylesheets/features_section.scss */
  .features-section__title {
    text-align: center;
  }
  /* line 212, app/assets/stylesheets/features_section.scss */
  .features-section__features {
    flex-direction: column;
    align-items: stretch;
    align-self: stretch;
    max-width: 754px;
    width: 100%;
    gap: 24px;
  }
  /* line 221, app/assets/stylesheets/features_section.scss */
  .features-section__card {
    flex: none;
    align-self: stretch;
    width: 100%;
    max-width: none;
    height: 264px;
    min-height: 264px;
  }
  /* line 230, app/assets/stylesheets/features_section.scss */
  .features-section__card-description {
    max-width: 329px;
    text-align: start;
  }
  /* line 235, app/assets/stylesheets/features_section.scss */
  .features-section__card-illustration {
    inset-inline-start: auto;
    top: auto;
    inset-inline-end: 0;
    bottom: 0;
    width: 455px;
    max-width: 60%;
    height: 235px;
  }
  /* line 245, app/assets/stylesheets/features_section.scss */
  .features-section__card:not(.features-section__card--single-image) .features-section__card-image--desktop {
    display: none;
  }
  /* line 249, app/assets/stylesheets/features_section.scss */
  .features-section__card--single-image .features-section__card-image--desktop {
    display: block;
    object-position: right bottom;
  }
  /* line 254, app/assets/stylesheets/features_section.scss */
  .features-section__card-image--mobile {
    display: block;
    object-position: right bottom;
  }
}

@media (max-width: 600px) {
  /* line 263, app/assets/stylesheets/features_section.scss */
  .features-section__container {
    padding: 40px 16px;
    gap: 40px;
  }
  /* line 268, app/assets/stylesheets/features_section.scss */
  .features-section__text {
    max-width: none;
  }
  /* line 272, app/assets/stylesheets/features_section.scss */
  .features-section__title {
    font-size: 32px;
    line-height: 40px;
    text-transform: none;
  }
  /* line 278, app/assets/stylesheets/features_section.scss */
  .features-section__features {
    gap: 16px;
    max-width: none;
  }
  /* line 283, app/assets/stylesheets/features_section.scss */
  .features-section__card {
    height: 428px;
    min-height: 428px;
    padding: 24px;
  }
  /* line 289, app/assets/stylesheets/features_section.scss */
  .features-section__card-description {
    max-width: 310px;
    align-self: stretch;
  }
  /* line 294, app/assets/stylesheets/features_section.scss */
  .features-section__card-illustration {
    left: 0;
    right: 0;
    top: 249px;
    bottom: auto;
    width: 100%;
    max-width: none;
    height: 179px;
  }
  /* line 304, app/assets/stylesheets/features_section.scss */
  .features-section__card-image--mobile {
    object-fit: contain;
    object-position: right bottom;
  }
}
/* line 5, app/assets/stylesheets/flexible_input.scss */
.flexible-input {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

/* line 10, app/assets/stylesheets/flexible_input.scss */
.flexible-input.multi-input {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
}

@media (max-width: 1024px) {
  /* line 5, app/assets/stylesheets/flexible_input.scss */
  .flexible-input {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  /* line 22, app/assets/stylesheets/flexible_input.scss */
  .flexible-input.multi-input {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
  }
}

/* line 31, app/assets/stylesheets/flexible_input.scss */
.optional-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

@media (max-width: 1024px) {
  /* line 31, app/assets/stylesheets/flexible_input.scss */
  .optional-button {
    flex-direction: row;
    gap: 8px;
  }
}

/* line 43, app/assets/stylesheets/flexible_input.scss */
.optional {
  font-family: "Primary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #BDBDBD;
}

/* line 48, app/assets/stylesheets/flexible_input.scss */
.optional-area,
.optional-port,
.extra-selector {
  display: none;
  padding-top: 7px;
}

/* line 56, app/assets/stylesheets/flexible_input.scss */
.flexible-input.multi-input .extra-selector {
  padding-top: 0;
}

/* line 62, app/assets/stylesheets/flexible_input.scss */
.merged-input {
  width: 100%;
  display: flex;
  align-items: center;
}

/* line 67, app/assets/stylesheets/flexible_input.scss */
.merged-input.multi-input {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 8px;
}

/* line 75, app/assets/stylesheets/flexible_input.scss */
.merged-input .location-selector.origin .component-search__input-wrapper {
  border-radius: 50px 0 0 50px !important;
  position: relative;
}

/* line 82, app/assets/stylesheets/flexible_input.scss */
.merged-input .extra-selector.origin .component-search__input-wrapper {
  border-radius: 0 50px 50px 0 !important;
  position: relative;
  border-left: none;
}

/* line 90, app/assets/stylesheets/flexible_input.scss */
.merged-input .extra-selector.destination .component-search__input-wrapper {
  border-radius: 50px 0 0 50px !important;
  position: relative;
}

/* line 97, app/assets/stylesheets/flexible_input.scss */
.merged-input .location-selector.destination .component-search__input-wrapper {
  border-radius: 0 50px 50px 0 !important;
  position: relative;
  border-left: none;
}

@media (max-width: 1024px) {
  /* line 62, app/assets/stylesheets/flexible_input.scss */
  .merged-input {
    flex-direction: column;
    gap: 16px;
  }
  /* line 108, app/assets/stylesheets/flexible_input.scss */
  .merged-input.multi-input {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 8px;
  }
  /* line 119, app/assets/stylesheets/flexible_input.scss */
  .merged-input .extra-selector.destination .component-search__input-wrapper,
.merged-input .location-selector.origin .component-search__input-wrapper,
.merged-input .extra-selector.origin .component-search__input-wrapper,
.merged-input .location-selector.destination .component-search__input-wrapper {
    border-radius: 50px !important;
  }
}

/* line 127, app/assets/stylesheets/flexible_input.scss */
.flag-wrapper, .flag-wrapper-min {
  display: none;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

/* line 133, app/assets/stylesheets/flexible_input.scss */
.flag-wrapper img, .flag-wrapper-min img {
  width: 20px;
  height: 20px;
  object-fit: cover;
}

/* line 139, app/assets/stylesheets/flexible_input.scss */
.flag-wrapper-min {
  display: inline-block;
}
/* line 10, app/assets/stylesheets/footer.scss */
.footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  background: #ffffff;
  color: #001F2C;
  box-sizing: border-box;
}

/* line 22, app/assets/stylesheets/footer.scss */
.footer a {
  color: inherit;
  text-decoration: none;
}

/* line 25, app/assets/stylesheets/footer.scss */
.footer a:hover {
  text-decoration: underline;
}

/* line 67, app/assets/stylesheets/footer.scss */
.footer__wave-vector.wave-vector {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  gap: 10px;
  width: 100%;
  height: 80px;
  flex: none;
  align-self: stretch;
  position: relative;
  overflow: hidden;
}

/* line 81, app/assets/stylesheets/footer.scss */
.footer__wave-vector.wave-vector .wave-vector__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

/* line 88, app/assets/stylesheets/footer.scss */
.footer__wave-vector.wave-vector .wave-vector__line {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
  object-position: center bottom;
}

/* line 97, app/assets/stylesheets/footer.scss */
.footer--illustrated .footer__wave-vector.wave-vector,
.footer--illustrated-dark .footer__wave-vector.wave-vector,
.footer--primary-15 .footer__wave-vector.wave-vector {
  box-sizing: border-box;
  justify-content: flex-end;
  gap: 10px;
  height: 80px;
  flex-grow: 0;
}

/* line 44, app/assets/stylesheets/footer.scss */
.footer--illustrated .footer__wave-vector.wave-vector .wave-vector__inner.waves-illustration,
.footer--illustrated-dark .footer__wave-vector.wave-vector .wave-vector__inner.waves-illustration,
.footer--primary-15 .footer__wave-vector.wave-vector .wave-vector__inner.waves-illustration {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  flex: none;
  flex-grow: 0;
}

/* line 53, app/assets/stylesheets/footer.scss */
.footer--illustrated .footer__wave-vector.wave-vector .wave-vector__line,
.footer--illustrated-dark .footer__wave-vector.wave-vector .wave-vector__line,
.footer--primary-15 .footer__wave-vector.wave-vector .wave-vector__line {
  position: absolute;
  left: -4.61%;
  right: -4.61%;
  top: -75.84%;
  bottom: 0;
  width: auto;
  height: auto;
  min-height: 140.67px;
  max-width: none;
  object-fit: fill;
}

/* line 103, app/assets/stylesheets/footer.scss */
.footer--home .footer__wave-vector.wave-vector {
  justify-content: flex-start;
  gap: 0;
  height: 50px;
  overflow: visible;
}

/* line 109, app/assets/stylesheets/footer.scss */
.footer--home .footer__wave-vector.wave-vector .wave-vector__inner {
  align-items: flex-start;
  height: 50px;
}

/* line 114, app/assets/stylesheets/footer.scss */
.footer--home .footer__wave-vector.wave-vector .wave-vector__line {
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  min-height: 0;
  height: 50px;
  object-fit: cover;
  object-position: center top;
}

@media (max-width: 600px) {
  /* line 128, app/assets/stylesheets/footer.scss */
  .footer__wave-vector.wave-vector {
    height: 64px;
  }
  /* line 132, app/assets/stylesheets/footer.scss */
  .footer--illustrated .footer__wave-vector.wave-vector,
.footer--primary-15 .footer__wave-vector.wave-vector {
    box-sizing: border-box;
    justify-content: flex-end;
    gap: 10px;
    height: 50px;
    flex-grow: 0;
  }
  /* line 140, app/assets/stylesheets/footer.scss */
  .footer--illustrated .footer__wave-vector.wave-vector .wave-vector__inner.waves-illustration,
.footer--primary-15 .footer__wave-vector.wave-vector .wave-vector__inner.waves-illustration {
    flex: none;
    flex-grow: 0;
  }
  /* line 145, app/assets/stylesheets/footer.scss */
  .footer--illustrated .footer__wave-vector.wave-vector .wave-vector__line,
.footer--primary-15 .footer__wave-vector.wave-vector .wave-vector__line {
    left: -23.53%;
    right: -23.53%;
    bottom: 0;
    width: auto;
    height: auto;
    min-height: 51.3px;
    max-width: none;
    object-fit: fill;
  }
  /* line 157, app/assets/stylesheets/footer.scss */
  .footer--illustrated-dark .footer__wave-vector.wave-vector {
    height: 50px;
  }
  /* line 160, app/assets/stylesheets/footer.scss */
  .footer--illustrated-dark .footer__wave-vector.wave-vector .wave-vector__line {
    left: -23.53%;
    right: -23.53%;
    top: 0;
    bottom: auto;
    width: auto;
    height: 51.3px;
    min-height: 51.3px;
    object-fit: fill;
    object-position: center top;
  }
  /* line 173, app/assets/stylesheets/footer.scss */
  .footer--home .footer__wave-vector.wave-vector {
    height: 50px;
  }
  /* line 176, app/assets/stylesheets/footer.scss */
  .footer--home .footer__wave-vector.wave-vector .wave-vector__line {
    height: 50px;
  }
}

/* line 183, app/assets/stylesheets/footer.scss */
.footer__content.content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 80px;
  gap: 40px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* line 196, app/assets/stylesheets/footer.scss */
.content__lists.lists {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0;
  gap: 80px;
  width: 100%;
  max-width: 1280px;
  flex-wrap: wrap;
}

/* line 208, app/assets/stylesheets/footer.scss */
.lists__top.top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
  gap: 80px;
}

/* line 215, app/assets/stylesheets/footer.scss */
.lists__top.top .top__logo {
  display: block;
  flex: none;
}

/* line 221, app/assets/stylesheets/footer.scss */
.footer__logo-img {
  width: 181px;
  height: auto;
  max-height: 36px;
  display: block;
}

/* line 230, app/assets/stylesheets/footer.scss */
.content__list.list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 24px;
  flex: 1;
  min-width: 120px;
  max-width: 195px;
}

/* line 241, app/assets/stylesheets/footer.scss */
.list__title {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #001F2C;
  margin: 0;
}

/* line 247, app/assets/stylesheets/footer.scss */
.list__links.links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 16px;
  width: 100%;
}

/* line 256, app/assets/stylesheets/footer.scss */
.links__item {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #334C56;
  text-transform: capitalize;
  white-space: nowrap;
  transition: color 0.15s ease;
}

/* line 263, app/assets/stylesheets/footer.scss */
.links__item:hover, .links__item:focus {
  color: #006D9B;
  text-decoration: none;
}

/* line 271, app/assets/stylesheets/footer.scss */
.content__separators.separators {
  width: 100%;
  max-width: 1280px;
  flex: none;
}

/* line 277, app/assets/stylesheets/footer.scss */
.separators__line {
  display: block;
  width: 100%;
  height: 0;
  border-top: 1px solid #E6F5FC;
}

/* line 285, app/assets/stylesheets/footer.scss */
.content__frame.frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 80px;
  width: 100%;
  max-width: 1280px;
}

/* line 296, app/assets/stylesheets/footer.scss */
.frame__addresses.addresses {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
  gap: 80px;
  width: 100%;
  flex-wrap: wrap;
}

/* line 306, app/assets/stylesheets/footer.scss */
.addresses__block {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
  gap: 24px;
  flex: 1;
  min-width: 280px;
  max-width: 600px;
}

/* line 317, app/assets/stylesheets/footer.scss */
.egypt__flag,
.saudi__flag {
  flex: none;
  width: 40px;
  height: 40px;
}

/* line 324, app/assets/stylesheets/footer.scss */
.footer__flag-img {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 2px;
}

/* line 331, app/assets/stylesheets/footer.scss */
.data-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 8px;
  flex: 1;
  min-width: 0;
}

/* line 341, app/assets/stylesheets/footer.scss */
.data-list__contacts.contacts {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 24px;
  width: 100%;
}

/* line 350, app/assets/stylesheets/footer.scss */
.data-list__item.data {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 8px;
  width: 100%;
}

/* line 359, app/assets/stylesheets/footer.scss */
.data__icon {
  flex: none;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 367, app/assets/stylesheets/footer.scss */
.data__icon img {
  width: 16px;
  height: 16px;
  display: block;
}

/* line 374, app/assets/stylesheets/footer.scss */
.data__text {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #334C56;
  text-transform: capitalize;
  flex: 1;
  min-width: 0;
}

/* line 381, app/assets/stylesheets/footer.scss */
.data__text a {
  color: #334C56;
}

/* line 383, app/assets/stylesheets/footer.scss */
.data__text a:hover {
  color: #001F2C;
}

/* line 391, app/assets/stylesheets/footer.scss */
.data-list__contacts .data__text,
.data-list__contacts .data__text a {
  white-space: nowrap;
}

/* line 396, app/assets/stylesheets/footer.scss */
.data--whatsapp .data__text,
.data--whatsapp .data__text a {
  color: #2EC37D;
}

/* line 401, app/assets/stylesheets/footer.scss */
.data--whatsapp .data__icon img {
  width: 16px;
  height: 16px;
}

/* line 406, app/assets/stylesheets/footer.scss */
.data__text a[href^="mailto:"] {
  text-transform: none;
}

/* line 410, app/assets/stylesheets/footer.scss */
.addresses__block--saudi {
  width: 600px;
  height: 88px;
  flex: none;
  order: 1;
  flex-grow: 1;
}

/* line 418, app/assets/stylesheets/footer.scss */
.addresses__block--saudi .data-list {
  width: 536px;
  height: 88px;
  flex: none;
  order: 1;
  flex-grow: 1;
}

/* line 426, app/assets/stylesheets/footer.scss */
.addresses__block--saudi .data-list__item.data {
  width: 536px;
  min-height: 24px;
}

/* line 431, app/assets/stylesheets/footer.scss */
.addresses__block--saudi .data-list__contacts.contacts {
  width: auto;
  max-width: 536px;
  height: 24px;
  gap: 24px;
}

/* line 438, app/assets/stylesheets/footer.scss */
.addresses__block--saudi .data-list__contacts .data-list__item.data {
  width: auto;
  flex: none;
}

/* line 443, app/assets/stylesheets/footer.scss */
.addresses__block--saudi .data-list__contacts .data-list__item.data .data__text {
  width: auto;
  flex: none;
}

/* line 448, app/assets/stylesheets/footer.scss */
.addresses__block--saudi > .saudi__flag {
  width: 40px;
  height: 40px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

/* line 456, app/assets/stylesheets/footer.scss */
.addresses__block--egypt {
  width: 600px;
  height: 144px;
  flex: none;
  order: 0;
  flex-grow: 1;
}

/* line 464, app/assets/stylesheets/footer.scss */
.addresses__block--egypt .data-list {
  width: 536px;
  height: 144px;
  flex: none;
  order: 1;
  flex-grow: 1;
}

/* line 472, app/assets/stylesheets/footer.scss */
.addresses__block--egypt .data-list__item.data {
  width: 536px;
  min-height: 24px;
}

/* line 477, app/assets/stylesheets/footer.scss */
.addresses__block--egypt .data-list__item.data:nth-child(2) {
  min-height: 48px;
}

/* line 481, app/assets/stylesheets/footer.scss */
.addresses__block--egypt .data-list__item.data:nth-child(2) .data__text {
  min-height: 48px;
  display: flex;
  align-items: center;
}

/* line 487, app/assets/stylesheets/footer.scss */
.addresses__block--egypt .data-list__contacts.contacts {
  width: auto;
  max-width: 536px;
  height: 24px;
  gap: 24px;
}

/* line 497, app/assets/stylesheets/footer.scss */
.addresses__block--egypt .data-list__contacts .data-list__item.data {
  width: auto;
  flex: none;
}

/* line 502, app/assets/stylesheets/footer.scss */
.addresses__block--egypt .data-list__contacts .data-list__item.data .data__text {
  width: auto;
  flex: none;
}

/* line 507, app/assets/stylesheets/footer.scss */
.addresses__block--egypt > .egypt__flag {
  width: 40px;
  height: 40px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

/* line 516, app/assets/stylesheets/footer.scss */
.frame__buttons.buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 40px;
  width: 100%;
  flex-wrap: wrap;
}

/* line 526, app/assets/stylesheets/footer.scss */
.buttons__apps.apps-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 24px;
  flex: none;
}

/* line 535, app/assets/stylesheets/footer.scss */
.apps-buttons__btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  width: 120px;
  height: 40px;
  padding: 5px 8px 5px 36px;
  background: #000000;
  border: 1px solid #A6A6A6;
  border-radius: 6px;
  color: #ffffff;
  position: relative;
  font-family: 'Figtree', sans-serif;
}

/* line 551, app/assets/stylesheets/footer.scss */
.apps-buttons__btn:hover {
  color: #ffffff;
  background: #333;
  text-decoration: none;
}

/* line 559, app/assets/stylesheets/footer.scss */
.apps-buttons__btn--badge {
  width: auto;
  height: auto;
  min-height: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  align-items: center;
}

/* line 569, app/assets/stylesheets/footer.scss */
.apps-buttons__btn--badge:hover {
  background: transparent;
  opacity: 0.92;
}

/* line 575, app/assets/stylesheets/footer.scss */
.apps-buttons__badge-img {
  display: block;
  height: 40px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
}

/* line 583, app/assets/stylesheets/footer.scss */
.apps-buttons__subtext {
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 400;
}

/* line 590, app/assets/stylesheets/footer.scss */
.apps-buttons__name {
  font-size: 15px;
  line-height: 1.1;
  font-weight: 500;
}

/* line 596, app/assets/stylesheets/footer.scss */
.buttons__icons.icons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  gap: 16px;
  flex: none;
}

/* line 606, app/assets/stylesheets/footer.scss */
.icons__icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  background: #E6F5FC;
  border-radius: 8px;
  transition: background 0.2s ease;
}

/* line 618, app/assets/stylesheets/footer.scss */
.icons__icon:hover {
  background: #CCEBF8;
  text-decoration: none;
}

/* line 623, app/assets/stylesheets/footer.scss */
.icons__icon img {
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2500%) hue-rotate(166deg);
}

/* line 633, app/assets/stylesheets/footer.scss */
.buttons__privacy-terms.privacy-terms {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  gap: 24px;
  flex: none;
}

/* line 643, app/assets/stylesheets/footer.scss */
.privacy-terms__link,
.privacy-terms__text {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #001F2C;
}

/* line 650, app/assets/stylesheets/footer.scss */
.privacy-terms__link:hover {
  color: #006D9B;
}

/* line 655, app/assets/stylesheets/footer.scss */
.privacy-terms__text {
  cursor: default;
}

/* line 661, app/assets/stylesheets/footer.scss */
.buttons__copyright.typography-xxs {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #334C56;
  margin-left: auto;
  flex: 1;
  text-align: right;
  min-width: 200px;
  padding-inline-end: 80px;
}

@media (max-width: 1024px) {
  /* line 673, app/assets/stylesheets/footer.scss */
  .footer__content.content {
    padding: 48px 40px;
    gap: 32px;
  }
  /* line 678, app/assets/stylesheets/footer.scss */
  .content__lists.lists {
    gap: 48px;
    justify-content: flex-start;
  }
  /* line 683, app/assets/stylesheets/footer.scss */
  .content__list.list {
    flex: none;
    max-width: none;
  }
  /* line 688, app/assets/stylesheets/footer.scss */
  .frame__addresses.addresses {
    gap: 48px;
  }
  /* line 692, app/assets/stylesheets/footer.scss */
  .frame__buttons.buttons {
    gap: 24px;
  }
  /* line 696, app/assets/stylesheets/footer.scss */
  .buttons__copyright.typography-xxs {
    width: 100%;
    text-align: left;
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  /* line 704, app/assets/stylesheets/footer.scss */
  .footer {
    align-items: stretch;
    max-width: none;
  }
  /* line 709, app/assets/stylesheets/footer.scss */
  .footer__content.content {
    padding: 40px 24px;
    gap: 24px;
    width: 100%;
    max-width: 390px;
    min-height: 1468px;
  }
  /* line 717, app/assets/stylesheets/footer.scss */
  .content__lists.lists {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    width: 342px;
    height: auto;
  }
  /* line 727, app/assets/stylesheets/footer.scss */
  .lists__top.top {
    width: 181px;
    height: 36.21px;
    gap: 80px;
  }
  /* line 733, app/assets/stylesheets/footer.scss */
  .lists__top.top .top__logo {
    width: 181px;
    height: 36.21px;
  }
  /* line 738, app/assets/stylesheets/footer.scss */
  .footer__logo-img {
    width: 181px;
    height: 36.21px;
  }
  /* line 743, app/assets/stylesheets/footer.scss */
  .content__lists > .content__list.list {
    width: 342px;
    max-width: 342px;
    gap: 16px;
  }
  /* line 749, app/assets/stylesheets/footer.scss */
  .content__lists > .content__list.list:nth-child(2) {
    min-height: 266px;
  }
  /* line 753, app/assets/stylesheets/footer.scss */
  .content__lists > .content__list.list:nth-child(3) {
    min-height: 146px;
  }
  /* line 757, app/assets/stylesheets/footer.scss */
  .content__lists > .content__list.list:nth-child(4) {
    width: 159px;
    max-width: 159px;
    min-height: 146px;
  }
  /* line 763, app/assets/stylesheets/footer.scss */
  .content__lists > .content__list.list:nth-child(5) {
    width: 159px;
    max-width: 159px;
    min-height: 186px;
  }
  /* line 769, app/assets/stylesheets/footer.scss */
  .content__lists > .content__list.list:nth-child(4) .list__links.links {
    min-height: 104px;
  }
  /* line 773, app/assets/stylesheets/footer.scss */
  .content__lists > .content__list.list:nth-child(5) .list__links.links {
    min-height: 144px;
  }
  /* line 777, app/assets/stylesheets/footer.scss */
  .content__lists > .content__list.list:nth-child(4) .list__title,
.content__lists > .content__list.list:nth-child(5) .list__title {
    width: 159px;
  }
  /* line 782, app/assets/stylesheets/footer.scss */
  .content__separators.separators {
    width: 342px;
  }
  /* line 786, app/assets/stylesheets/footer.scss */
  .content__frame.frame {
    gap: 32px;
    width: 342px;
    height: 634px;
  }
  /* line 792, app/assets/stylesheets/footer.scss */
  .frame__addresses.addresses {
    flex-direction: column;
    gap: 24px;
    width: 342px;
    height: 424px;
    flex-wrap: nowrap;
  }
  /* line 800, app/assets/stylesheets/footer.scss */
  .addresses__block--egypt {
    width: 342px;
    height: auto;
    min-height: 256px;
    flex-direction: column;
    gap: 8px;
    flex: none;
    align-self: stretch;
  }
  /* line 810, app/assets/stylesheets/footer.scss */
  .addresses__block--saudi {
    width: 342px;
    height: auto;
    min-height: 176px;
    flex-direction: column;
    gap: 8px;
    flex: none;
    align-self: stretch;
  }
  /* line 820, app/assets/stylesheets/footer.scss */
  .addresses__block--egypt > .egypt__flag,
.addresses__block--saudi > .saudi__flag,
.addresses__block--egypt .footer__flag-img,
.addresses__block--saudi .footer__flag-img {
    width: 24px;
    height: 24px;
  }
  /* line 828, app/assets/stylesheets/footer.scss */
  .addresses__block--egypt .data-list {
    width: 342px;
    height: auto;
    min-height: 232px;
    gap: 8px;
    flex: none;
    align-self: stretch;
  }
  /* line 837, app/assets/stylesheets/footer.scss */
  .addresses__block--saudi .data-list {
    width: 342px;
    height: auto;
    min-height: 144px;
    gap: 8px;
    flex: none;
    align-self: stretch;
  }
  /* line 846, app/assets/stylesheets/footer.scss */
  .addresses__block--egypt .data-list__item.data,
.addresses__block--saudi .data-list__item.data {
    width: 342px;
    align-self: stretch;
  }
  /* line 852, app/assets/stylesheets/footer.scss */
  .addresses__block--egypt .data-list__item.data:nth-child(1) {
    height: 48px;
  }
  /* line 856, app/assets/stylesheets/footer.scss */
  .addresses__block--egypt .data-list__item.data:nth-child(2) {
    height: 72px;
  }
  /* line 860, app/assets/stylesheets/footer.scss */
  .addresses__block--saudi .data-list__item.data:nth-child(1) {
    height: 48px;
  }
  /* line 864, app/assets/stylesheets/footer.scss */
  .addresses__block--egypt .data__text,
.addresses__block--saudi .data__text {
    width: 318px;
    min-height: 24px;
  }
  /* line 870, app/assets/stylesheets/footer.scss */
  .addresses__block--egypt .data-list__item.data:nth-child(1) .data__text {
    width: 318px;
    height: 48px;
    display: flex;
    align-items: center;
    flex: 1;
  }
  /* line 878, app/assets/stylesheets/footer.scss */
  .addresses__block--egypt .data-list__item.data:nth-child(2) .data__text {
    width: 318px;
    height: 72px;
    display: flex;
    align-items: center;
    flex: 1;
  }
  /* line 886, app/assets/stylesheets/footer.scss */
  .addresses__block--saudi .data-list__item.data:nth-child(1) .data__text {
    width: 318px;
    height: 48px;
    display: flex;
    align-items: center;
    flex: 1;
  }
  /* line 894, app/assets/stylesheets/footer.scss */
  .addresses__block--egypt .data-list__contacts.contacts {
    width: 342px;
    height: 56px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex-wrap: nowrap;
    margin-bottom: 12px;
  }
  /* line 905, app/assets/stylesheets/footer.scss */
  .addresses__block--saudi .data-list__contacts.contacts {
    width: 342px;
    height: auto;
    min-height: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 8px;
  }
  /* line 917, app/assets/stylesheets/footer.scss */
  .addresses__block--saudi .data-list__contacts .data-list__item.data {
    width: auto;
    height: 24px;
    flex: none;
  }
  /* line 923, app/assets/stylesheets/footer.scss */
  .addresses__block--egypt .data-list__contacts .data-list__item.data,
.addresses__block--saudi .data-list__contacts .data-list__item.data.data--whatsapp {
    width: auto;
    height: 24px;
    flex: none;
  }
  /* line 930, app/assets/stylesheets/footer.scss */
  .addresses__block--egypt .data-list__contacts .data__text,
.addresses__block--saudi .data-list__contacts .data-list__item.data .data__text {
    width: auto;
    height: 24px;
    flex: none;
  }
  /* line 937, app/assets/stylesheets/footer.scss */
  .addresses__block--egypt .data-list > .data-list__item.data:last-child {
    width: 342px;
    height: 24px;
    flex: none;
  }
  /* line 943, app/assets/stylesheets/footer.scss */
  .addresses__block--egypt .data-list > .data-list__item.data:last-child .data__text {
    width: 159px;
    height: 24px;
    flex: none;
  }
  /* line 949, app/assets/stylesheets/footer.scss */
  .addresses__block--saudi .data-list > .data-list__item.data:last-child {
    display: none;
  }
  /* line 953, app/assets/stylesheets/footer.scss */
  .frame__buttons.buttons {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
    width: 342px;
    flex-wrap: nowrap;
  }
  /* line 962, app/assets/stylesheets/footer.scss */
  .buttons__apps.apps-buttons {
    width: 264px;
    height: 40px;
    gap: 24px;
  }
  /* line 968, app/assets/stylesheets/footer.scss */
  .buttons__icons.icons {
    justify-content: flex-end;
    width: 208px;
    height: 40px;
  }
  /* line 974, app/assets/stylesheets/footer.scss */
  .buttons__privacy-terms.privacy-terms {
    justify-content: flex-end;
    width: 203px;
    height: 18px;
    gap: 24px;
  }
  /* line 981, app/assets/stylesheets/footer.scss */
  .buttons__copyright.typography-xxs {
    width: 222px;
    height: 16px;
    margin-left: 0;
    text-align: left;
  }
}
/* line 3, app/assets/stylesheets/forgot_password.scss */
.forgot-password .from-header {
  margin-bottom: 24px;
}

/* line 6, app/assets/stylesheets/forgot_password.scss */
.forgot-password .form-header-hint {
  margin-bottom: 66px;
}

/* line 10, app/assets/stylesheets/forgot_password.scss */
.forgot-password .button-wrapper .form-group {
  margin-bottom: 16px;
}

/* line 16, app/assets/stylesheets/forgot_password.scss */
#current-password.invisible-form {
  display: none;
}
/* line 4, app/assets/stylesheets/header-search-custom.scss */
.search-page__header-bar {
  width: 100%;
  padding: 0 12px;
}

/* line 9, app/assets/stylesheets/header-search-custom.scss */
.search-page__header-bar .component-search__wrapper-min {
  filter: drop-shadow(0 2px 24px rgba(0, 31, 44, 0.16));
}

@media (max-width: 1024px) {
  /* line 14, app/assets/stylesheets/header-search-custom.scss */
  .search-page__header-bar .component-search__wrapper-min {
    height: unset;
    padding-bottom: 32px;
  }
  /* line 19, app/assets/stylesheets/header-search-custom.scss */
  .search-page__header-bar .component-search__form {
    flex-wrap: wrap;
  }
  /* line 23, app/assets/stylesheets/header-search-custom.scss */
  .search-page__header-bar .component-search__main-elements-wrapper {
    width: 100%;
    flex-direction: row;
  }
  /* line 29, app/assets/stylesheets/header-search-custom.scss */
  .search-page__header-bar .component-search__main-elements-wrapper[data-target='others'] .vertical-separator {
    display: none;
  }
  /* line 33, app/assets/stylesheets/header-search-custom.scss */
  .search-page__header-bar .component-search__main-elements-wrapper[data-target='others'] .component-search__field-wrapper {
    flex-grow: 1;
  }
}

@media (max-width: 1024px) {
  /* line 40, app/assets/stylesheets/header-search-custom.scss */
  .search-page__header-bar .component-search__form-button {
    width: unset;
  }
  /* line 44, app/assets/stylesheets/header-search-custom.scss */
  .search-page__header-bar .component-search__form {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  /* line 50, app/assets/stylesheets/header-search-custom.scss */
  .search-page__header-bar .component-search__grow {
    width: 100%;
  }
  /* line 54, app/assets/stylesheets/header-search-custom.scss */
  .search-page__header-bar .component-search__field-wrapper {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  /* line 60, app/assets/stylesheets/header-search-custom.scss */
  .search-page__header-bar .component-search__form-button {
    width: 100%;
  }
  /* line 63, app/assets/stylesheets/header-search-custom.scss */
  .search-page__header-bar .component-search__form-button button {
    width: 100%;
  }
  /* line 68, app/assets/stylesheets/header-search-custom.scss */
  .search-page__header-bar .component-search__main-elements-wrapper {
    flex-direction: column;
  }
}

/* line 74, app/assets/stylesheets/header-search-custom.scss */
.search-page__header-bar .next-arrow-wrapper {
  align-self: flex-start;
  transform: none;
}

/* line 79, app/assets/stylesheets/header-search-custom.scss */
.search-page__header-bar .search-from-button-wrapper {
  align-self: center;
  margin-left: 0;
}

@media (max-width: 1024px) {
  /* line 86, app/assets/stylesheets/header-search-custom.scss */
  .search-page__header-bar .minimized-arrow-wrapper img {
    width: 10px;
    height: 10px;
  }
  /* line 92, app/assets/stylesheets/header-search-custom.scss */
  .search-page__header-bar .search-from-button-wrapper {
    width: 24px;
    height: 24px;
  }
  /* line 95, app/assets/stylesheets/header-search-custom.scss */
  .search-page__header-bar .search-from-button-wrapper button {
    width: 24px;
    height: 24px;
  }
  /* line 99, app/assets/stylesheets/header-search-custom.scss */
  .search-page__header-bar .search-from-button-wrapper img {
    width: 12px;
    height: 12px;
  }
  /* line 105, app/assets/stylesheets/header-search-custom.scss */
  .search-page__header-bar .next-arrow-wrapper {
    align-self: center;
    margin: 0;
    transform: rotate(90deg);
  }
}
/* line 7, app/assets/stylesheets/header.scss */
:root {
  --header-outer-height: 80px;
  --header-card-height:  64px;
  --header-radius:       16px;
  --header-bg:           rgba(255, 255, 255, 0.92);
  --header-shadow:       0px 2px 40px rgba(0, 78, 111, 0.08);
  --header-blur:         blur(8px);
  --header-link-color:   #001F2C;
  --header-link-bg:      #ffffff;
  --header-cta-bg:       #F9A529;
  --header-cta-color:    #ffffff;
  --header-cta-quiet-color: #001F2C;
  --header-cta-quiet-border: #CCD2D5;
  --header-font:         'Figtree', 'Primary', sans-serif;
}

/* line 30, app/assets/stylesheets/header.scss */
.header-nav a,
.header-nav a:hover,
.header-nav a:focus,
.header-mobile-drawer a,
.header-mobile-drawer a:hover,
.header-mobile-drawer a:focus {
  text-decoration: none;
}

/* line 41, app/assets/stylesheets/header.scss */
.header-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 16px 40px 0 !important;
  background: transparent !important;
  border-bottom: none !important;
  backdrop-filter: var(--header-blur);
  -webkit-backdrop-filter: var(--header-blur);
  min-height: var(--header-outer-height) !important;
  z-index: 1000;
}

@media (max-width: 1199px) {
  /* line 41, app/assets/stylesheets/header.scss */
  .header-nav {
    padding: 12px 16px 0 !important;
  }
}

@media (max-width: 575px) {
  /* line 41, app/assets/stylesheets/header.scss */
  .header-nav {
    padding: 8px 12px 0 !important;
  }
}

@media (max-width: 1199px) {
  /* line 65, app/assets/stylesheets/header.scss */
  #navbarMobile:not(.show) {
    display: none;
  }
}

@media (min-width: 1200px) {
  /* line 71, app/assets/stylesheets/header.scss */
  #navbarMobile {
    display: none !important;
  }
}

/* line 76, app/assets/stylesheets/header.scss */
.header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  padding: 16px;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  height: var(--header-card-height);
  background: var(--header-bg);
  box-shadow: var(--header-shadow);
  border-radius: var(--header-radius);
}

@media (max-width: 1199px) {
  /* line 76, app/assets/stylesheets/header.scss */
  .header {
    padding: 0 20px;
    height: auto;
    min-height: 56px;
    flex-wrap: wrap;
    border-radius: 12px;
  }
}

/* line 106, app/assets/stylesheets/header.scss */
body.search-results-page .header-nav {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/* line 111, app/assets/stylesheets/header.scss */
body.search-results-page .header {
  max-width: none;
}

@media (max-width: 1199px) {
  /* line 118, app/assets/stylesheets/header.scss */
  .header {
    padding: 8px 16px;
    gap: 16px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    height: 48px;
    min-height: 48px;
    border-radius: 16px;
    flex-wrap: nowrap;
    flex: none;
    order: 0;
    flex-grow: 1;
  }
  /* line 135, app/assets/stylesheets/header.scss */
  .header > .header-brand {
    margin-right: auto;
    flex-shrink: 0;
    order: 0;
  }
  /* line 141, app/assets/stylesheets/header.scss */
  .header-brand img {
    width: 80px;
    height: 16px;
    object-fit: contain;
  }
  /* line 147, app/assets/stylesheets/header.scss */
  .header-brand img.header-brand__logo--ar {
    width: auto;
    max-width: 80px;
  }
  /* line 152, app/assets/stylesheets/header.scss */
  .header-links,
.header-main-nav {
    display: none;
  }
  /* line 157, app/assets/stylesheets/header.scss */
  .header > .header-language {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex: none;
    order: 1;
  }
  /* line 167, app/assets/stylesheets/header.scss */
  .locale-text {
    display: none !important;
  }
  /* line 171, app/assets/stylesheets/header.scss */
  .locale-flag {
    width: 24px;
    height: 24px;
  }
  /* line 176, app/assets/stylesheets/header.scss */
  .header-language .locale-dropdown-toggle.header-menu__toggle::after {
    display: none !important;
    content: none !important;
  }
  /* line 181, app/assets/stylesheets/header.scss */
  .header > .header-account {
    display: flex;
    align-items: center;
    flex: none;
    order: 2;
  }
  /* line 189, app/assets/stylesheets/header.scss */
  .header > .header-account:not(.header-menu) {
    display: none !important;
  }
  /* line 193, app/assets/stylesheets/header.scss */
  .user-avatar-circle {
    width: 26px;
    height: 26px;
  }
  /* line 198, app/assets/stylesheets/header.scss */
  .user-initials {
    font-size: 12px;
    line-height: 18px;
  }
  /* line 203, app/assets/stylesheets/header.scss */
  .nav-user,
.nav-user-name,
.nav-user-address {
    display: none !important;
  }
  /* line 209, app/assets/stylesheets/header.scss */
  .header > .header-menu-toggler {
    order: 3;
    flex: none;
    margin-left: 0;
  }
  /* line 215, app/assets/stylesheets/header.scss */
  .header-post-language-link {
    display: none !important;
  }
  /* line 219, app/assets/stylesheets/header.scss */
  .header .header-account #account-dropdown.account-dropdown-toggle {
    padding: 4px 16px 4px 4px;
    width: auto;
    min-width: 66px;
    height: 34px;
    min-height: 0;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
  }
  /* line 229, app/assets/stylesheets/header.scss */
  .header .header-account #account-dropdown.account-dropdown-toggle::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 0;
    flex: none;
    order: 2;
    border-top: 0.3em solid #006D9B;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}

@media (min-width: 601px) and (max-width: 1199px) {
  /* line 245, app/assets/stylesheets/header.scss */
  .header .header-brand img {
    width: 120px;
    height: 24px;
  }
  /* line 250, app/assets/stylesheets/header.scss */
  .header .header-brand img.header-brand__logo--ar {
    width: 120px;
    max-width: 120px;
    height: 24px;
  }
  /* line 256, app/assets/stylesheets/header.scss */
  .header > .header-resources-link.header-post-language-link {
    display: inline-flex !important;
    align-items: center;
    flex: none;
    order: 2;
    width: auto;
    height: auto;
    padding: 8px 16px;
  }
  /* line 266, app/assets/stylesheets/header.scss */
  .header > .header-account {
    order: 3;
  }
  /* line 270, app/assets/stylesheets/header.scss */
  .header > .header-menu-toggler {
    order: 4;
  }
  /* line 274, app/assets/stylesheets/header.scss */
  .header-management-link-desktop,
.header-internal-tools {
    display: none !important;
  }
}

/* line 281, app/assets/stylesheets/header.scss */
.header-brand {
  flex: none;
  padding: 0;
  margin: 0;
  order: 0;
}

/* line 287, app/assets/stylesheets/header.scss */
.header-brand img {
  width: 160px;
  height: 32px;
  display: block;
  object-fit: contain;
}

/* line 294, app/assets/stylesheets/header.scss */
.header-brand img.header-brand__logo--ar {
  width: auto;
  max-width: 160px;
}

@media (max-width: 600px) {
  /* line 301, app/assets/stylesheets/header.scss */
  .header .header-brand img {
    width: 80px;
    height: 16px;
  }
  /* line 306, app/assets/stylesheets/header.scss */
  .header .header-brand img.header-brand__logo--ar {
    width: auto;
    max-width: 80px;
    height: 16px;
  }
}

/* line 314, app/assets/stylesheets/header.scss */
.header-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  height: 36px;
  flex: 1;
  order: 1;
  overflow: visible;
}

@media (max-width: 1199px) {
  /* line 314, app/assets/stylesheets/header.scss */
  .header-links {
    display: none !important;
  }
}

/* line 330, app/assets/stylesheets/header.scss */
.header-language {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 8px;
  height: 24px;
  flex: none;
  order: 3;
  position: relative;
}

/* line 343, app/assets/stylesheets/header.scss */
.header-post-language-link {
  flex: none;
  display: none;
}

/* line 348, app/assets/stylesheets/header.scss */
.header-resources-link {
  order: 4;
}

/* line 352, app/assets/stylesheets/header.scss */
.header-management-link-desktop {
  order: 5;
}

/* line 356, app/assets/stylesheets/header.scss */
.header-internal-tools {
  display: none;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex: none;
  order: 6;
}

/* line 365, app/assets/stylesheets/header.scss */
.header-taskaty-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #f7fcff;
  text-decoration: none;
}

/* line 375, app/assets/stylesheets/header.scss */
.header-taskaty-link:hover, .header-taskaty-link:focus {
  background: #e6f5fc;
  text-decoration: none;
}

/* line 381, app/assets/stylesheets/header.scss */
.header-taskaty-link img {
  display: block;
}

/* line 387, app/assets/stylesheets/header.scss */
.header-account {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex: none;
  order: 7;
}

/* line 396, app/assets/stylesheets/header.scss */
.header-nav-link.port-pulse-link {
  padding: 10px 16px;
  gap: 8px;
  height: 40px;
  color: #006D9B !important;
}

/* line 402, app/assets/stylesheets/header.scss */
.header-nav-link.port-pulse-link:hover, .header-nav-link.port-pulse-link:focus {
  color: #006D9B !important;
  background: rgba(0, 109, 155, 0.08);
}

/* line 409, app/assets/stylesheets/header.scss */
.port-pulse-link__label {
  flex: none;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: capitalize;
  color: #006D9B;
}

/* line 416, app/assets/stylesheets/header.scss */
.port-pulse-link__dot {
  position: relative;
  flex: none;
  width: 12px;
  height: 12px;
}

/* line 422, app/assets/stylesheets/header.scss */
.port-pulse-link__dot::before, .port-pulse-link__dot::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  background: #006D9B;
}

/* line 434, app/assets/stylesheets/header.scss */
.port-pulse-link__dot::after {
  animation: pp-dot-pulse 2s ease-in-out infinite;
}

@keyframes pp-dot-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.75;
  }
  50% {
    transform: scale(2.4);
    opacity: 0;
  }
}

@keyframes pp-dot-glow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(0, 109, 155, 0.6);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(0, 109, 155, 0);
  }
}

/* line 461, app/assets/stylesheets/header.scss */
.collapse-logo {
  display: none;
  margin-top: 32px;
}

/* line 467, app/assets/stylesheets/header.scss */
.header-menu-toggler {
  border: none;
  padding: 0;
  margin: 0;
  line-height: 0;
  box-shadow: none !important;
  width: 20px;
  height: 20px;
  position: relative;
  background: transparent;
  flex: none;
  order: 2;
  flex-grow: 0;
}

/* line 481, app/assets/stylesheets/header.scss */
.header-menu-toggler:focus {
  outline: none;
  box-shadow: none;
}

/* line 486, app/assets/stylesheets/header.scss */
.header-menu-toggler .header-menu-toggler__icon {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 0;
  background: none !important;
  background-image: none !important;
}

/* line 499, app/assets/stylesheets/header.scss */
.header-menu-toggler .header-menu-toggler__icon .header-menu-toggler__icon-img {
  display: block;
  width: 20px;
  height: 20px;
}

@media (max-width: 1199px) {
  /* line 467, app/assets/stylesheets/header.scss */
  .header-menu-toggler {
    display: block;
  }
}

@media (min-width: 1200px) {
  /* line 467, app/assets/stylesheets/header.scss */
  .header-menu-toggler {
    display: none;
  }
}

/* line 516, app/assets/stylesheets/header.scss */
.header-menu-toggler__close {
  display: none;
}

/* line 521, app/assets/stylesheets/header.scss */
.nav-wrapper {
  justify-content: flex-start;
  order: 1;
  flex: 1;
}

@media (max-width: 1199px) {
  /* line 521, app/assets/stylesheets/header.scss */
  .nav-wrapper {
    width: 100%;
    padding: 8px 0 16px;
  }
}

/* line 533, app/assets/stylesheets/header.scss */
.header-main-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 0;
  margin: 0;
  list-style: none;
  gap: 0;
  width: 100%;
}

@media (max-width: 1199px) {
  /* line 533, app/assets/stylesheets/header.scss */
  .header-main-nav {
    display: none !important;
  }
}

/* line 548, app/assets/stylesheets/header.scss */
.header-main-nav li.header-main-nav__item {
  flex: none;
}

/* line 552, app/assets/stylesheets/header.scss */
.header-main-nav li.header-main-nav__item:nth-child(1) {
  order: 0;
}

/* line 554, app/assets/stylesheets/header.scss */
.header-main-nav li.header-main-nav__item:nth-child(1) .header-nav-link {
  width: auto;
}

/* line 559, app/assets/stylesheets/header.scss */
.header-main-nav li.header-main-nav__item:nth-child(2) {
  order: 1;
}

/* line 561, app/assets/stylesheets/header.scss */
.header-main-nav li.header-main-nav__item:nth-child(2) .header-nav-link {
  width: auto;
}

/* line 566, app/assets/stylesheets/header.scss */
.header-main-nav li.header-main-nav__item:nth-child(3) {
  order: 2;
}

/* line 568, app/assets/stylesheets/header.scss */
.header-main-nav li.header-main-nav__item:nth-child(3) .header-nav-link {
  width: auto;
}

/* line 573, app/assets/stylesheets/header.scss */
.header-main-nav li.header-main-nav__item:nth-child(4) {
  order: 3;
}

/* line 575, app/assets/stylesheets/header.scss */
.header-main-nav li.header-main-nav__item:nth-child(4) .header-nav-link {
  width: auto;
}

/* line 582, app/assets/stylesheets/header.scss */
.nav-spacer {
  flex: 1;
  list-style: none;
  order: 5;
}

@media (max-width: 1199px) {
  /* line 582, app/assets/stylesheets/header.scss */
  .nav-spacer {
    display: none;
  }
}

/* line 593, app/assets/stylesheets/header.scss */
.header-nav a.header-nav-link,
.header-nav .header-nav-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 8px;
  background: transparent;
  border-radius: 32px;
  font-family: "Figtree", var(--header-font);
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #001F2C !important;
  text-transform: capitalize;
  white-space: nowrap;
  text-decoration: none;
  transition: background 0.15s ease;
  height: 36px;
  flex: none;
}

/* line 616, app/assets/stylesheets/header.scss */
.header-nav a.header-nav-link:hover, .header-nav a.header-nav-link:focus,
.header-nav .header-nav-link:hover,
.header-nav .header-nav-link:focus {
  background: rgba(249, 165, 41, 0.1);
  color: #001F2C !important;
  text-decoration: none;
}

/* line 623, app/assets/stylesheets/header.scss */
.header-nav a.header-nav-link:focus-visible,
.header-nav .header-nav-link:focus-visible {
  outline: 2px solid #009CDE;
  outline-offset: 2px;
}

/* line 628, app/assets/stylesheets/header.scss */
.header-nav a.header-nav-link img,
.header-nav .header-nav-link img {
  width: 16px;
  height: 16px;
  display: none;
}

@media (max-width: 1199px) {
  /* line 635, app/assets/stylesheets/header.scss */
  .header-nav a.header-nav-link #navbarMobile .header-nav-link,
.header-nav a.header-nav-link .header-mobile-nav .header-nav-link,
.header-nav .header-nav-link #navbarMobile .header-nav-link,
.header-nav .header-nav-link .header-mobile-nav .header-nav-link {
    font-size: 14px;
    padding: 10px 16px !important;
    background: transparent;
    width: 100%;
    border-radius: 10px;
  }
}

/* line 647, app/assets/stylesheets/header.scss */
.nav-btn {
  list-style: none;
}

@media (max-width: 1199px) {
  /* line 647, app/assets/stylesheets/header.scss */
  .nav-btn {
    width: 100%;
  }
}

/* line 658, app/assets/stylesheets/header.scss */
.header-account .header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  height: 40px;
  background: transparent;
  border: 1px solid var(--header-cta-quiet-border);
  border-radius: 32px;
  font-family: var(--header-font);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--header-cta-quiet-color);
  text-transform: capitalize;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

/* line 678, app/assets/stylesheets/header.scss */
.header-account .header-cta:hover, .header-account .header-cta:focus {
  background: #F3F3F3;
  border-color: #B3BCC0;
  color: var(--header-cta-quiet-color);
  text-decoration: none;
}

/* line 686, app/assets/stylesheets/header.scss */
.header-account .header-cta:focus-visible {
  outline: 2px solid #009CDE;
  outline-offset: 2px;
}

/* line 691, app/assets/stylesheets/header.scss */
.header-account .header-cta--primary {
  background: var(--header-cta-bg);
  border-color: var(--header-cta-bg);
  color: var(--header-cta-color);
  box-shadow: 0 2px 12px rgba(249, 165, 41, 0.28);
}

/* line 697, app/assets/stylesheets/header.scss */
.header-account .header-cta--primary:hover, .header-account .header-cta--primary:focus {
  background: #E09525;
  border-color: #E09525;
  color: var(--header-cta-color);
  box-shadow: 0 4px 16px rgba(249, 165, 41, 0.36);
}

/* line 705, app/assets/stylesheets/header.scss */
.header-account .header-cta--primary:focus-visible {
  outline-color: #7D5315;
}

/* line 712, app/assets/stylesheets/header.scss */
.header-menu {
  position: relative;
  direction: ltr;
  flex: none;
}

/* line 717, app/assets/stylesheets/header.scss */
.header-menu .header-menu__toggle::after {
  display: none;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  vertical-align: middle;
  border-top-color: var(--header-link-color);
}

/* line 728, app/assets/stylesheets/header.scss */
.header-nav .header-menu:not(.show) > .header-menu__panel {
  display: none;
}

/* line 732, app/assets/stylesheets/header.scss */
.header-nav .header-menu.show > .header-menu__panel {
  display: block;
}

@media (min-width: 1200px) {
  /* line 739, app/assets/stylesheets/header.scss */
  .header-links .header-menu.show {
    z-index: 1002;
  }
  /* line 743, app/assets/stylesheets/header.scss */
  .header-nav .header-menu > .header-menu__panel:not(.stmega) {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    z-index: 1002;
    min-width: 200px;
  }
  /* line 751, app/assets/stylesheets/header.scss */
  .header-links .header-menu.show > .stmega {
    animation: stmega-enter-desktop 120ms ease-out;
  }
}

/* line 756, app/assets/stylesheets/header.scss */
.company-menu,
.resources-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 0;
  border-radius: 24px;
  border: none;
  box-shadow: 0px 2px 40px rgba(0, 78, 111, 0.08);
  background: #ffffff;
}

/* line 767, app/assets/stylesheets/header.scss */
.company-menu .header-menu__link,
.resources-menu .header-menu__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 16px;
  gap: 8px;
  height: 36px;
  border-radius: 0;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: capitalize;
  color: #001F2C;
  background: transparent;
  transition: background 0.12s ease;
}

/* line 784, app/assets/stylesheets/header.scss */
.company-menu .header-menu__link:hover, .company-menu .header-menu__link:focus,
.resources-menu .header-menu__link:hover,
.resources-menu .header-menu__link:focus {
  background: #FFFBF5;
  color: #001F2C;
}

/* line 792, app/assets/stylesheets/header.scss */
.company-menu {
  min-width: 125px;
}

/* line 796, app/assets/stylesheets/header.scss */
.resources-menu {
  min-width: 130px;
}

/* line 800, app/assets/stylesheets/header.scss */
.locale-menu {
  border-radius: 14px;
  border: none;
  box-shadow: 0px 4px 56px rgba(0, 42, 63, 0.16);
  top: calc(100% + 6px);
  padding: 8px;
  background: #ffffff;
}

/* line 808, app/assets/stylesheets/header.scss */
.locale-menu .header-menu__link {
  padding: 10px 16px;
  border-radius: 8px;
  font-family: var(--header-font);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--header-link-color);
  transition: background 0.12s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 821, app/assets/stylesheets/header.scss */
.locale-menu .header-menu__link:hover, .locale-menu .header-menu__link:focus {
  background: rgba(249, 165, 41, 0.08);
  color: var(--header-link-color);
}

/* line 828, app/assets/stylesheets/header.scss */
.locale-menu button.header-menu__link {
  width: 100%;
  border: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
  text-align: inherit;
}

/* line 838, app/assets/stylesheets/header.scss */
.header-nav .header-menu__panel.user-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 0;
  border-radius: 24px;
  border: none;
  box-shadow: 0px 2px 40px rgba(0, 78, 111, 0.08);
  background: #ffffff;
  min-width: 207px;
  gap: 0;
}

/* line 850, app/assets/stylesheets/header.scss */
.header-nav .header-menu__panel.user-menu .user-menu__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 0;
}

/* line 858, app/assets/stylesheets/header.scss */
.header-nav .header-menu__panel.user-menu .header-menu__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 16px;
  gap: 8px;
  height: 36px;
  margin: 0;
  border-radius: 0;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: capitalize;
  color: #001F2C;
  background: transparent;
  transition: background 0.12s ease;
  text-decoration: none;
}

/* line 877, app/assets/stylesheets/header.scss */
.header-nav .header-menu__panel.user-menu .header-menu__link:hover, .header-nav .header-menu__panel.user-menu .header-menu__link:focus {
  background: #FFFBF5;
  color: #001F2C;
}

/* line 884, app/assets/stylesheets/header.scss */
.header-nav .header-menu__panel.user-menu .user-menu__icon {
  width: 16px;
  height: 16px;
  flex: none;
  display: block;
}

/* line 891, app/assets/stylesheets/header.scss */
.header-nav .header-menu__panel.user-menu .user-menu__link--logout {
  color: #EB2525;
}

/* line 894, app/assets/stylesheets/header.scss */
.header-nav .header-menu__panel.user-menu .user-menu__link--logout:hover, .header-nav .header-menu__panel.user-menu .user-menu__link--logout:focus {
  color: #EB2525;
  background: #FFFBF5;
}

@media (min-width: 1200px) {
  /* line 904, app/assets/stylesheets/header.scss */
  .header-nav .header-account.header-menu > .header-menu__panel.user-menu {
    left: unset;
    right: unset;
    inset-inline-end: 0;
    inset-inline-start: auto;
  }
}

@media (max-width: 1199px) {
  /* line 914, app/assets/stylesheets/header.scss */
  .header > .header-language .header-menu__panel.locale-menu {
    background: #ffffff;
    box-shadow: 0px 4px 56px rgba(0, 42, 63, 0.16);
    padding: 8px;
    border-radius: 14px;
  }
  /* line 921, app/assets/stylesheets/header.scss */
  .header > .header-account .header-menu__panel.user-menu {
    background: #ffffff;
    box-shadow: 0px 2px 40px rgba(0, 78, 111, 0.08);
    padding: 16px 0;
    border-radius: 24px;
  }
  /* line 929, app/assets/stylesheets/header.scss */
  .header > .header-account.header-menu {
    position: relative;
  }
  /* line 933, app/assets/stylesheets/header.scss */
  .header > .header-account.header-menu > .header-menu__panel.user-menu {
    position: absolute;
    top: calc(100% + 6px);
    inset-inline-end: 0;
    inset-inline-start: auto;
    z-index: 1003;
    min-width: 200px;
  }
  /* line 942, app/assets/stylesheets/header.scss */
  .header > .header-language.header-menu {
    position: relative;
  }
  /* line 946, app/assets/stylesheets/header.scss */
  .header > .header-language.header-menu > .header-menu__panel.locale-menu {
    position: absolute;
    top: calc(100% + 6px);
    inset-inline-end: 0;
    inset-inline-start: auto;
    z-index: 1003;
    min-width: 200px;
  }
}

/* line 957, app/assets/stylesheets/header.scss */
.ar-flag,
.en-flag {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 963, app/assets/stylesheets/header.scss */
.ar-flag .locale-flag,
.en-flag .locale-flag {
  flex: none;
}

@media (min-width: 1200px) {
  /* line 971, app/assets/stylesheets/header.scss */
  #account-dropdown {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 16px 4px 8px;
    gap: 8px;
    height: 48px;
    background: #E6F5FC !important;
    border-radius: 40px;
    order: 4;
    flex: none;
  }
  /* line 983, app/assets/stylesheets/header.scss */
  #account-dropdown::after {
    width: 12px;
    height: 12px;
    border-top-color: #006D9B;
  }
}

/* line 992, app/assets/stylesheets/header.scss */
.user-avatar-circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 30px;
  height: 30px;
  background: #006D9B;
  border-radius: 50%;
  flex: none;
  order: 0;
}

/* line 1006, app/assets/stylesheets/header.scss */
.user-initials {
  font-family: "Figtree", var(--header-font);
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-transform: uppercase;
}

/* line 1019, app/assets/stylesheets/header.scss */
.nav-user {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  width: auto;
  max-width: 125px;
  height: 38px;
  flex: none;
  order: 1;
}

/* line 1034, app/assets/stylesheets/header.scss */
.nav-user-name {
  display: block;
  padding: 0;
  width: 100%;
  height: 20px;
  font-family: "Figtree", var(--header-font);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #006D9B;
  flex: none;
  order: 0;
  align-self: stretch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1053, app/assets/stylesheets/header.scss */
.nav-user-address {
  display: block;
  padding: 0;
  width: 100%;
  height: 18px;
  margin-top: 0;
  font-family: "Figtree", var(--header-font);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #667980;
  flex: none;
  order: 1;
  align-self: stretch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1075, app/assets/stylesheets/header.scss */
.header-expanded .header-menu-toggler__icon {
  display: none;
}

/* line 1079, app/assets/stylesheets/header.scss */
.header-expanded .header-menu-toggler__close {
  display: block !important;
  line-height: 0;
}

/* line 1083, app/assets/stylesheets/header.scss */
.header-expanded .header-menu-toggler__close img {
  display: block;
  width: 20px;
  height: 20px;
  filter: brightness(0) saturate(100%);
  opacity: 0.85;
}

/* line 1094, app/assets/stylesheets/header.scss */
.collapse-logo {
  display: none;
  margin-top: 32px;
}

/* line 1099, app/assets/stylesheets/header.scss */
.app-nav-divider {
  height: 18px;
  width: 1px;
  align-self: center;
  background-color: rgba(0, 31, 44, 0.15);
  flex: none;
}

@media (max-width: 1199px) {
  /* line 1099, app/assets/stylesheets/header.scss */
  .app-nav-divider {
    display: none;
  }
}

/* line 1111, app/assets/stylesheets/header.scss */
.locale-flag {
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 2px;
  flex: none;
  order: 1;
}

/* line 1121, app/assets/stylesheets/header.scss */
.locale-dropdown-toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 8px;
  height: 24px;
  background: transparent !important;
  text-decoration: none;
  cursor: pointer;
}

/* line 1132, app/assets/stylesheets/header.scss */
.locale-dropdown-toggle:hover {
  background: transparent !important;
  text-decoration: none;
}

/* line 1138, app/assets/stylesheets/header.scss */
.locale-text {
  display: none !important;
}

@media (min-width: 1200px) {
  /* line 1143, app/assets/stylesheets/header.scss */
  .header-management-link-desktop {
    display: inline-flex;
  }
  /* line 1147, app/assets/stylesheets/header.scss */
  .header-internal-tools {
    display: flex;
  }
  /* line 1151, app/assets/stylesheets/header.scss */
  .header-resources-link {
    display: none !important;
  }
}

/* line 1158, app/assets/stylesheets/header.scss */
.account-dropdown-toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  flex: none;
  background: #E6F5FC;
  border-radius: 40px;
}

/* line 1168, app/assets/stylesheets/header.scss */
.account-dropdown-toggle:hover {
  background: #E6F5FC;
  text-decoration: none;
}

@media (min-width: 1200px) {
  /* line 1175, app/assets/stylesheets/header.scss */
  .account-dropdown-toggle {
    padding: 4px 16px 4px 8px;
    gap: 8px;
    height: 48px;
  }
  /* line 1180, app/assets/stylesheets/header.scss */
  .account-dropdown-toggle::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 0;
    vertical-align: middle;
    border-top: 0.3em solid #006D9B;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
    flex: none;
    order: 2;
  }
}

/* line 1203, app/assets/stylesheets/header.scss */
body.has-site-header {
  padding-top: var(--header-outer-height);
}

@media (max-width: 1199px) {
  /* line 1209, app/assets/stylesheets/header.scss */
  body.header-mobile-menu-open {
    overflow: hidden !important;
    position: fixed;
    width: 100%;
    height: 100%;
  }
}

/* line 1219, app/assets/stylesheets/header.scss */
.stmega {
  box-sizing: border-box;
  width: calc(100vw - 48px);
  max-width: 900px;
  min-width: 0;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0px 8px 40px rgba(0, 42, 63, 0.14);
  transform-origin: top center;
  background: #ffffff;
}

@media (min-width: 1200px) {
  /* line 1219, app/assets/stylesheets/header.scss */
  .stmega {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    position: absolute;
    width: 862px;
    height: 548px;
    max-width: 862px;
    left: 16px;
    top: calc(100% + 6px);
    right: auto;
    padding: 16px;
    background: #ffffff;
    box-shadow: 0px 2px 40px rgba(0, 78, 111, 0.08);
    border-radius: 0 24px 24px 24px;
    flex: none;
    z-index: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@media (max-width: 1199px) {
  /* line 1219, app/assets/stylesheets/header.scss */
  .stmega {
    position: static !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    float: none;
    width: 100% !important;
    min-width: 100%;
    max-width: 100%;
    margin-top: 8px;
    padding: 16px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    border-radius: 12px !important;
  }
}

/* line 1269, app/assets/stylesheets/header.scss */
.stmega__section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  max-width: 830px;
}

/* line 1278, app/assets/stylesheets/header.scss */
.stmega__heading {
  width: 100%;
  max-width: 830px;
  margin: 0;
  padding: 0;
  font-family: var(--header-font);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #001F2C;
}

/* line 1290, app/assets/stylesheets/header.scss */
.stmega__grid {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  width: 100%;
  max-width: 830px;
}

/* line 1299, app/assets/stylesheets/header.scss */
.stmega__row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}

@media (max-width: 1199px) {
  /* line 1299, app/assets/stylesheets/header.scss */
  .stmega__row {
    flex-direction: column;
  }
}

/* line 1311, app/assets/stylesheets/header.scss */
.stmega__tools {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  width: 100%;
  max-width: 830px;
}

/* line 1320, app/assets/stylesheets/header.scss */
.stmega__tools-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
}

@media (max-width: 1199px) {
  /* line 1320, app/assets/stylesheets/header.scss */
  .stmega__tools-row {
    grid-template-columns: 1fr;
  }
}

/* line 1331, app/assets/stylesheets/header.scss */
.stmega__rule {
  width: 100%;
  max-width: 830px;
  height: 0;
  margin: 0;
  border: none;
  border-top: 1px dashed #E6E9EA;
}

@media (max-width: 1199px) {
  /* line 1331, app/assets/stylesheets/header.scss */
  .stmega__rule {
    max-width: 100%;
  }
}

/* line 1344, app/assets/stylesheets/header.scss */
.stmega__card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 8px;
  gap: 8px;
  flex: 1 1 0;
  min-width: 0;
  min-height: 0;
  border-radius: 16px;
  text-decoration: none !important;
  color: #001F2C !important;
  background: #ffffff;
  border: none;
  box-shadow: none;
  transition: background 0.15s ease;
}

/* line 1362, app/assets/stylesheets/header.scss */
.stmega__card:hover, .stmega__card:focus {
  background: #FFFBF5;
  color: #001F2C !important;
}

/* line 1368, app/assets/stylesheets/header.scss */
.stmega__card:focus-visible {
  outline: 2px solid #F9A529;
  outline-offset: 2px;
}

@media (max-width: 1199px) {
  /* line 1344, app/assets/stylesheets/header.scss */
  .stmega__card {
    flex: none;
    width: 100%;
  }
}

/* line 1379, app/assets/stylesheets/header.scss */
.stmega__tools-row .stmega__card {
  flex: none;
}

/* line 1383, app/assets/stylesheets/header.scss */
.stmega__icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: none;
  width: 32px;
  height: 32px;
  padding: 4px;
  border-radius: 4px;
  background: #E6F5FC;
}

/* line 1395, app/assets/stylesheets/header.scss */
.stmega__icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}

/* line 1403, app/assets/stylesheets/header.scss */
.stmega__pulse {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #006D9B;
  box-shadow: 0 0 0 0 rgba(0, 109, 155, 0.6);
  animation: pp-dot-glow 2s ease-in-out infinite;
  flex: none;
}

/* line 1413, app/assets/stylesheets/header.scss */
.stmega__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 1 auto;
  min-width: 0;
}

/* line 1422, app/assets/stylesheets/header.scss */
.stmega__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 100%;
}

/* line 1430, app/assets/stylesheets/header.scss */
.stmega__title {
  display: block;
  font-family: var(--header-font);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #001F2C;
  margin: 0;
}

/* line 1440, app/assets/stylesheets/header.scss */
.stmega__desc {
  margin: 0;
  font-family: var(--header-font);
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #001F2C;
}

/* line 1449, app/assets/stylesheets/header.scss */
.stmega__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 8px 0;
  font-family: var(--header-font);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  color: #F9A529;
}

@keyframes stmega-enter-desktop {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1199px) {
  /* line 1480, app/assets/stylesheets/header.scss */
  .header-mobile-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    z-index: 1100;
    pointer-events: none;
  }
  /* line 1492, app/assets/stylesheets/header.scss */
  .header-mobile-drawer:not(.show) {
    display: none;
  }
  /* line 1496, app/assets/stylesheets/header.scss */
  .header-mobile-drawer.show {
    pointer-events: auto;
  }
  /* line 1500, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background: rgba(0, 31, 44, 0.24);
    cursor: pointer;
  }
  /* line 1512, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__panel {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: start;
    width: Min(366px, calc(100vw - 24px));
    height: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    max-height: 100dvh;
    padding: 24px;
    gap: 24px;
    background: #ffffff;
    box-shadow: 0px 2px 40px rgba(0, 109, 155, 0.24);
    border-radius: 24px 0 0 24px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
    box-sizing: border-box;
  }
  /* line 1539, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__close {
    position: absolute;
    top: 24px;
    inset-inline-end: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 1;
  }
  /* line 1555, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__close img {
    display: block;
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%);
    opacity: 0.85;
  }
  /* line 1564, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__views {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 0;
    padding-top: 44px;
    text-align: start;
  }
  /* line 1573, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__view {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
  }
  /* line 1580, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__view--main {
    gap: 24px;
  }
  /* line 1586, app/assets/stylesheets/header.scss */
  .header-mobile-drawer[data-active-view="main"] .header-mobile-drawer__view[data-drawer-view="main"] {
    display: flex;
  }
  /* line 1586, app/assets/stylesheets/header.scss */
  .header-mobile-drawer[data-active-view="solutions"] .header-mobile-drawer__view[data-drawer-view="solutions"] {
    display: flex;
  }
  /* line 1586, app/assets/stylesheets/header.scss */
  .header-mobile-drawer[data-active-view="company"] .header-mobile-drawer__view[data-drawer-view="company"] {
    display: flex;
  }
  /* line 1586, app/assets/stylesheets/header.scss */
  .header-mobile-drawer[data-active-view="resources"] .header-mobile-drawer__view[data-drawer-view="resources"] {
    display: flex;
  }
  /* line 1591, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__auth {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    width: 100%;
  }
  /* line 1599, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    padding: 8px 20px;
    border-radius: 32px;
    font-family: "Figtree";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    color: var(--header-cta-quiet-color);
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease;
    background: transparent;
    border: 1px solid var(--header-cta-quiet-border);
  }
  /* line 1615, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__cta:hover, .header-mobile-drawer__cta:focus {
    background: #F3F3F3;
    border-color: #B3BCC0;
    color: var(--header-cta-quiet-color);
    text-decoration: none;
  }
  /* line 1623, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__cta--primary {
    background: var(--header-cta-bg);
    border-color: var(--header-cta-bg);
    color: var(--header-cta-color);
  }
  /* line 1628, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__cta--primary:hover, .header-mobile-drawer__cta--primary:focus {
    background: #E09525;
    border-color: #E09525;
    color: var(--header-cta-color);
  }
  /* line 1637, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__account-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    padding: 16px;
    gap: 16px;
    background: #E6F5FC;
    border-radius: 32px;
  }
  /* line 1648, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__profile {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
    padding: 8px 16px 8px 8px;
    gap: 8px;
    min-height: 60px;
    background: #F7FDFF;
    border-radius: 40px;
  }
  /* line 1660, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__avatar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: none;
    width: 44px;
    min-width: 44px;
    height: 44px;
    padding: 0 4px;
    background: #006D9B;
    border-radius: 24px;
  }
  /* line 1673, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__avatar span {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
  }
  /* line 1679, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__profile-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    min-width: 0;
  }
  /* line 1687, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__name {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: start;
    color: #006D9B;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
  }
  /* line 1696, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__company {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: start;
    color: #829095;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
  }
  /* line 1705, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__account-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    width: 100%;
    padding: 8px 0;
    font-family: "Figtree";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: start;
    text-transform: capitalize;
    color: #001F2C;
    text-decoration: none;
    background: transparent;
    border: none;
  }
  /* line 1719, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__account-link:hover, .header-mobile-drawer__account-link:focus {
    color: #001F2C;
    text-decoration: none;
  }
  /* line 1725, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__account-link--logout {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: start;
    color: #EB2525;
  }
  /* line 1729, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__account-link--logout:hover, .header-mobile-drawer__account-link--logout:focus {
    color: #EB2525;
  }
  /* line 1736, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    gap: 16px;
    width: 100%;
  }
  /* line 1745, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__tab {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 0;
    gap: 10px;
    width: 100%;
    min-height: 42px;
    border: none;
    background: transparent;
    text-align: start;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
  }
  /* line 1761, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__tab:hover, .header-mobile-drawer__tab:focus {
    text-decoration: none;
    color: inherit;
  }
  /* line 1768, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__tab-label {
    flex: 1;
    font-family: "Figtree";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: start;
    text-transform: capitalize;
    color: #001F2C;
  }
  /* line 1775, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__chevron {
    flex: none;
    width: 16px;
    height: 16px;
    position: relative;
  }
  /* line 1781, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__chevron::after {
    content: '';
    position: absolute;
    top: 50%;
    inset-inline-end: 4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #001F2C;
    border-inline-end: 2px solid #001F2C;
    transform: translateY(-50%) rotate(45deg);
  }
  /* line 1794, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__tab--locale {
    gap: 16px;
  }
  /* line 1798, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__locale-flag {
    width: 24px;
    height: 24px;
    flex: none;
    border-radius: 50%;
    object-fit: cover;
  }
  /* line 1806, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__back {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    font-family: "Figtree";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: start;
    color: #001F2C;
  }
  /* line 1821, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__back-icon {
    width: 16px;
    height: 16px;
    position: relative;
    flex: none;
  }
  /* line 1827, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__back-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    inset-inline-start: 4px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #001F2C;
    border-inline-start: 2px solid #001F2C;
    transform: translateY(-50%) rotate(45deg);
  }
  /* line 1840, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    gap: 16px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  /* line 1852, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__list-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    width: 100%;
    min-height: 42px;
    padding: 8px 0;
    font-family: "Figtree";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: start;
    text-transform: capitalize;
    color: #001F2C;
    text-decoration: none;
  }
  /* line 1866, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__list-link:hover, .header-mobile-drawer__list-link:focus {
    color: #001F2C;
    text-decoration: none;
  }
  /* line 1873, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__list-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 40px;
    height: 40px;
    padding: 8px;
    background: #E6F5FC;
    border-radius: 12px;
  }
  /* line 1884, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__list-icon img {
    width: 24px;
    height: 24px;
    display: block;
  }
  /* line 1891, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__tools-divider {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin: 0;
  }
  /* line 1899, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__tools-divider::after {
    content: '';
    flex: 1;
    height: 0;
    border-top: 1px dashed #E6E9EA;
  }
  /* line 1907, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__tools-label {
    flex: none;
    margin: 0;
    font-family: "Figtree";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: start;
    color: #001F2C;
  }
  /* line 1914, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__subnav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    gap: 16px;
    width: 100%;
  }
  /* line 1923, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__subnav-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    width: 100%;
    padding: 8px 0;
    min-height: 42px;
    font-family: "Figtree";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: start;
    text-transform: capitalize;
    color: #001F2C;
    text-decoration: none;
  }
  /* line 1936, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__subnav-link:hover, .header-mobile-drawer__subnav-link:focus {
    color: #001F2C;
    text-decoration: none;
  }
}

@media (min-width: 601px) and (max-width: 1199px) {
  /* line 1946, app/assets/stylesheets/header.scss */
  .header-mobile-drawer__panel {
    width: Min(802px, calc(100vw - 24px));
  }
}

/* line 1953, app/assets/stylesheets/header.scss */
body[data-locale='ar'] .header-mobile-drawer__panel {
  border-radius: 0 24px 24px 0;
}

/* line 1957, app/assets/stylesheets/header.scss */
.proposal-cart-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #f7fcff;
  color: #006190 !important;
  transition: background 0.15s ease, transform 0.15s ease;
}

/* line 1969, app/assets/stylesheets/header.scss */
.proposal-cart-badge--empty {
  display: none;
}

/* line 1973, app/assets/stylesheets/header.scss */
.proposal-cart-badge:hover {
  background: #e6f5fc;
  transform: translateY(-1px);
}

/* line 1978, app/assets/stylesheets/header.scss */
.proposal-cart-badge__icon {
  width: 23px !important;
  height: 23px !important;
}

/* line 1983, app/assets/stylesheets/header.scss */
.proposal-cart-badge__count {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #009cde;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 0 0 2px #fff;
}
/* line 6, app/assets/stylesheets/hero_section.scss */
.hero-section {
  position: relative;
  width: 100%;
}

/* line 10, app/assets/stylesheets/hero_section.scss */
.hero-section__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  width: 100%;
  max-width: 1440px;
  height: 861px;
  margin: 0 auto;
  padding: 24px 0 0;
  isolation: isolate;
  background: #E6F5FC;
}

/* line 25, app/assets/stylesheets/hero_section.scss */
.hero-section__waves-illustration {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 95px;
  line-height: 0;
  pointer-events: none;
  overflow: hidden;
}

/* line 38, app/assets/stylesheets/hero_section.scss */
.hero-section__waves-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 128.98px;
  display: block;
  object-fit: cover;
  object-position: center bottom;
}

/* line 49, app/assets/stylesheets/hero_section.scss */
.hero-section__hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 0 40px;
  gap: 24px;
  box-sizing: border-box;
}

/* line 62, app/assets/stylesheets/hero_section.scss */
.hero-section__hero-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  width: 100%;
  max-width: 1440px;
  height: 676px;
  padding: 80px 80px 48px;
  gap: 48px;
  isolation: isolate;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-sizing: border-box;
}

/* line 80, app/assets/stylesheets/hero_section.scss */
.hero-section__background-image-section {
  position: absolute;
  left: 50%;
  top: calc(50% + 26px);
  z-index: 0;
  width: 100%;
  max-width: 1360px;
  height: 624px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  overflow: hidden;
}

/* line 93, app/assets/stylesheets/hero_section.scss */
.hero-section__background-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center bottom;
}

/* line 101, app/assets/stylesheets/hero_section.scss */
.hero-section__text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 818px;
  gap: 24px;
  text-align: center;
}

/* line 113, app/assets/stylesheets/hero_section.scss */
.hero-section__title {
  margin: 0;
  width: 100%;
  max-width: 818px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 900;
  font-size: 56px;
  line-height: 64px;
  color: #001F2C;
  text-align: center;
}

/* line 122, app/assets/stylesheets/hero_section.scss */
.hero-section__title-highlight {
  color: #009CDE;
}

/* line 126, app/assets/stylesheets/hero_section.scss */
.hero-section__subtitle {
  margin: 0;
  width: 100%;
  max-width: 814px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #001F2C;
  text-align: center;
}

/* line 135, app/assets/stylesheets/hero_section.scss */
.hero-section__search-bar-section {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  align-self: stretch;
  width: 100%;
  max-width: 1200px;
  min-height: 64px;
  filter: drop-shadow(0 2px 40px rgba(0, 109, 155, 0.24));
}

/* line 147, app/assets/stylesheets/hero_section.scss */
.hero-section__search-panel {
  display: block;
  width: 100%;
  scroll-margin-top: calc(var(--header-outer-height, 80px) + 24px);
}

/* line 153, app/assets/stylesheets/hero_section.scss */
.hero-section .component-search__wrapper {
  width: 100%;
  height: auto;
  padding-top: 0;
  border-radius: 0;
}

/* line 160, app/assets/stylesheets/hero_section.scss */
.hero-section .component-search__check-wrapper {
  gap: 4px;
}

/* line 163, app/assets/stylesheets/hero_section.scss */
.hero-section .component-search__check-wrapper label {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #212121;
  white-space: nowrap;
}

/* line 169, app/assets/stylesheets/hero_section.scss */
.hero-section .component-search__check-wrapper .radio:checked + .radiomark {
  border-color: #009CDE;
}

/* line 173, app/assets/stylesheets/hero_section.scss */
.hero-section .component-search__check-wrapper .radio:checked + .radiomark:after,
.hero-section .component-search__check-wrapper .radio:checked ~ .radiomark:after {
  background: #009CDE;
}

/* line 179, app/assets/stylesheets/hero_section.scss */
.hero-section .component-search__field-wrapper {
  margin: 0;
}

/* line 182, app/assets/stylesheets/hero_section.scss */
.hero-section .component-search__field-wrapper label {
  display: none;
}

/* line 187, app/assets/stylesheets/hero_section.scss */
.hero-section .component-search__input-wrapper {
  height: 48px;
  padding: 8px;
  border: none;
  border-radius: 8px;
  box-shadow: none;
}

/* line 194, app/assets/stylesheets/hero_section.scss */
.hero-section .component-search__input-wrapper:focus-within {
  border: none;
  box-shadow: none;
}

/* line 199, app/assets/stylesheets/hero_section.scss */
.hero-section .component-search__input-wrapper input {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

/* line 204, app/assets/stylesheets/hero_section.scss */
.hero-section .component-search__validation-error {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  padding-inline-start: 8px;
  white-space: nowrap;
}

/* line 213, app/assets/stylesheets/hero_section.scss */
.hero-section .component-search__form-button button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 40px;
  padding: 8px 16px;
  gap: 8px;
  background: #F9A529;
  border: none;
  border-radius: 32px;
}

/* line 226, app/assets/stylesheets/hero_section.scss */
.hero-section .component-search__form-button .icon {
  display: none;
}

/* line 230, app/assets/stylesheets/hero_section.scss */
.hero-section .component-search__form-button .text {
  display: flex;
  align-items: center;
  height: 24px;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-transform: capitalize;
}

@media (min-width: 1025px) {
  /* line 248, app/assets/stylesheets/hero_section.scss */
  .hero-section .component-search__form {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 64px;
    padding: 8px 8px 8px 24px;
    gap: 24px;
    background: #ffffff;
    border-radius: 16px;
    box-sizing: border-box;
  }
  /* line 262, app/assets/stylesheets/hero_section.scss */
  .hero-section .component-search__field-check-wrapper {
    flex: none;
    align-self: center;
    width: auto;
    min-width: 62px;
    max-width: 194px;
    margin: 0;
    gap: 2px;
  }
  /* line 271, app/assets/stylesheets/hero_section.scss */
  .hero-section .component-search__field-check-wrapper:nth-of-type(2) {
    min-width: 160px;
    max-width: 194px;
  }
  /* line 277, app/assets/stylesheets/hero_section.scss */
  .hero-section .component-search__field-wrapper {
    flex: 1 1 0;
    min-width: 0;
    align-self: center;
  }
  /* line 287, app/assets/stylesheets/hero_section.scss */
  .hero-section .component-search__validation-error {
    top: auto;
    bottom: -4px;
    padding-top: 0;
    padding-inline-start: 40px;
  }
  /* line 296, app/assets/stylesheets/hero_section.scss */
  .hero-section .track-number-selector {
    flex: 1 1 280px;
    max-width: 334px;
  }
  /* line 303, app/assets/stylesheets/hero_section.scss */
  .hero-section .track-line-selector {
    flex: 1 1 200px;
    max-width: 240px;
  }
  /* line 310, app/assets/stylesheets/hero_section.scss */
  .hero-section .component-search__field-wrapper:has(#company-track) {
    flex: 1 1 220px;
    min-width: 200px;
  }
  /* line 315, app/assets/stylesheets/hero_section.scss */
  .hero-section .component-search__form-button {
    flex: none;
    align-self: center;
    margin-left: auto;
  }
}

@media (max-width: 1024px) {
  /* line 325, app/assets/stylesheets/hero_section.scss */
  .hero-section__container {
    padding: 0;
  }
  /* line 329, app/assets/stylesheets/hero_section.scss */
  .hero-section__waves-illustration {
    height: 50px;
  }
  /* line 332, app/assets/stylesheets/hero_section.scss */
  .hero-section__hero-content {
    padding: 24px 24px 40px;
    gap: 80px;
  }
  /* line 337, app/assets/stylesheets/hero_section.scss */
  .hero-section__hero-box {
    height: auto;
    min-height: 720px;
    padding: 40px 24px;
    gap: 40px;
  }
  /* line 344, app/assets/stylesheets/hero_section.scss */
  .hero-section__background-image-section {
    top: auto;
    bottom: -9.64px;
    transform: translateX(-50%);
    height: 360.64px;
  }
  /* line 351, app/assets/stylesheets/hero_section.scss */
  .hero-section__text {
    max-width: 738px;
  }
  /* line 355, app/assets/stylesheets/hero_section.scss */
  .hero-section__title {
    max-width: 673px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 361, app/assets/stylesheets/hero_section.scss */
  .hero-section__subtitle {
    width: 100%;
  }
  /* line 365, app/assets/stylesheets/hero_section.scss */
  .hero-section__search-bar-section {
    align-self: center;
    width: 100%;
    max-width: 738px;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
    filter: none;
  }
  /* line 375, app/assets/stylesheets/hero_section.scss */
  .hero-section .component-search__form {
    flex-direction: column;
    align-items: stretch;
    min-height: 272px;
    padding: 16px 8px;
    gap: 16px;
    background: #ffffff;
    border-radius: 16px;
    box-sizing: border-box;
    box-shadow: 0 2px 40px rgba(0, 109, 155, 0.24);
  }
  /* line 387, app/assets/stylesheets/hero_section.scss */
  .hero-section .component-search__field-check-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    width: 100%;
    min-width: 0;
    max-width: none;
    padding: 0 8px;
    gap: 16px;
  }
  /* line 400, app/assets/stylesheets/hero_section.scss */
  .hero-section .component-search__field-check-wrapper:nth-of-type(2) {
    min-width: 0;
    max-width: none;
  }
  /* line 406, app/assets/stylesheets/hero_section.scss */
  .hero-section .component-search__check-wrapper {
    flex: none;
  }
  /* line 410, app/assets/stylesheets/hero_section.scss */
  .hero-section .component-search__check-wrapper label {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #001F2C;
    white-space: nowrap;
  }
  /* line 416, app/assets/stylesheets/hero_section.scss */
  .hero-section .component-search__field-wrapper,
.hero-section .track-number-selector,
.hero-section .track-line-selector {
    flex: none;
    align-self: stretch;
    width: 100%;
    max-width: none;
  }
  /* line 425, app/assets/stylesheets/hero_section.scss */
  .hero-section .component-search__input-wrapper {
    width: 100%;
  }
  /* line 429, app/assets/stylesheets/hero_section.scss */
  .hero-section .component-search__form-button {
    display: flex;
    justify-content: center;
    align-self: stretch;
    width: 100%;
    margin: 0;
  }
  /* line 436, app/assets/stylesheets/hero_section.scss */
  .hero-section .component-search__form-button button {
    width: 148px;
    height: 40px;
  }
  /* line 441, app/assets/stylesheets/hero_section.scss */
  .hero-section .component-search__form-button .text {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 600px) {
  /* line 451, app/assets/stylesheets/hero_section.scss */
  .hero-section__container {
    padding: 0;
    height: 810px;
  }
  /* line 456, app/assets/stylesheets/hero_section.scss */
  .hero-section__waves-illustration {
    height: 30px;
  }
  /* line 460, app/assets/stylesheets/hero_section.scss */
  .hero-section__hero-content {
    padding: 16px 16px 40px;
    gap: 40px;
  }
  /* line 465, app/assets/stylesheets/hero_section.scss */
  .hero-section__hero-box {
    min-height: 674px;
    padding: 40px 24px;
    gap: 40px;
  }
  /* line 471, app/assets/stylesheets/hero_section.scss */
  .hero-section__background-image-section {
    bottom: 0.36px;
    height: 156.64px;
  }
  /* line 476, app/assets/stylesheets/hero_section.scss */
  .hero-section__text {
    max-width: 294px;
    margin-left: auto;
    margin-right: auto;
    gap: 0;
  }
  /* line 483, app/assets/stylesheets/hero_section.scss */
  .hero-section__title {
    font-size: 32px;
    line-height: 40px;
    max-width: 294px;
  }
  /* line 489, app/assets/stylesheets/hero_section.scss */
  .hero-section__subtitle {
    display: none;
  }
  /* line 493, app/assets/stylesheets/hero_section.scss */
  .hero-section__search-bar-section {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 499, app/assets/stylesheets/hero_section.scss */
  .hero-section .component-search__form {
    min-height: 392px;
    padding: 24px 8px;
    gap: 24px;
  }
  /* line 508, app/assets/stylesheets/hero_section.scss */
  .hero-section .component-search__form.component-track {
    min-height: 0;
    justify-content: flex-start;
  }
  /* line 513, app/assets/stylesheets/hero_section.scss */
  .hero-section .component-search__field-check-wrapper {
    flex-direction: column;
    align-items: flex-start;
    min-height: 56px;
    padding: 0 8px;
  }
  /* line 520, app/assets/stylesheets/hero_section.scss */
  .hero-section .component-search__form-button {
    align-self: stretch;
    width: 100%;
  }
  /* line 524, app/assets/stylesheets/hero_section.scss */
  .hero-section .component-search__form-button button {
    width: 100%;
  }
  /* line 528, app/assets/stylesheets/hero_section.scss */
  .hero-section .component-search__form-button .text {
    justify-content: center;
    width: 100%;
    text-align: center;
  }
}
/* line 9, app/assets/stylesheets/home-extra.scss */
#home {
  position: relative;
  overflow: hidden;
  background: white;
  margin-top: calc(-1 * var(--header-outer-height, 80px));
  /* pull whole page up so hero starts behind fixed header */
}

/* line 15, app/assets/stylesheets/home-extra.scss */
#home h1:not(.hero-content__title) {
  margin: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-weight: inherit;
}

/* line 30, app/assets/stylesheets/home-extra.scss */
.home-hero.hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  width: 100%;
  min-height: 1092px;
  height: auto;
  background: #E6F5FC;
  isolation: isolate;
  overflow: hidden;
}

/* line 45, app/assets/stylesheets/home-extra.scss */
.hero-section__world-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

/* line 52, app/assets/stylesheets/home-extra.scss */
.hero-section__world-image {
  width: 100%;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 1024px) {
  /* line 52, app/assets/stylesheets/home-extra.scss */
  .hero-section__world-image {
    object-fit: cover;
    object-position: center;
  }
}

/* line 63, app/assets/stylesheets/home-extra.scss */
.hero-section__waves.waves-illustration {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

/* line 75, app/assets/stylesheets/home-extra.scss */
.hero-section__waves-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  display: block;
}

/* line 86, app/assets/stylesheets/home-extra.scss */
.hero-section__content.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(var(--header-outer-height, 80px) + 90px) 0px 80px;
  gap: 64px;
  width: 100%;
  max-width: 1280px;
  box-sizing: border-box;
  margin: 0 auto;
}

/* line 100, app/assets/stylesheets/home-extra.scss */
.hero-content__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  gap: 24px;
  width: 100%;
  max-width: 784px;
  text-align: center;
}

/* line 112, app/assets/stylesheets/home-extra.scss */
.hero-content__title {
  margin: 0;
  max-width: 784px;
  min-height: 64px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 900;
  font-size: 56px;
  line-height: 64px;
  font-style: normal;
  letter-spacing: 0;
  vertical-align: middle;
  color: #009CDE;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 126, app/assets/stylesheets/home-extra.scss */
.hero-content__subtitle {
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  font-style: normal;
  color: #001F2C;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 679px;
}

@media (max-width: 1024px) {
  /* line 138, app/assets/stylesheets/home-extra.scss */
  .hero-section__content.hero-content {
    padding: calc(var(--header-outer-height, 80px) + 16px) 24px 48px;
    gap: 32px;
  }
  /* line 143, app/assets/stylesheets/home-extra.scss */
  .hero-content__title {
    font-size: 32px;
    line-height: 40px;
  }
  /* line 148, app/assets/stylesheets/home-extra.scss */
  .hero-content__subtitle {
    font-size: 18px;
    line-height: 26px;
  }
  /* line 153, app/assets/stylesheets/home-extra.scss */
  .hero-section__waves.waves-illustration {
    height: 84px;
  }
}

@media (max-width: 600px) {
  /* line 159, app/assets/stylesheets/home-extra.scss */
  .hero-section__waves.waves-illustration {
    height: 40px;
  }
  /* line 163, app/assets/stylesheets/home-extra.scss */
  .hero-section__content.hero-content {
    padding: calc(var(--header-outer-height, 80px) + 16px) 16px 32px;
    gap: 24px;
    margin-bottom: 20px;
  }
  /* line 169, app/assets/stylesheets/home-extra.scss */
  .hero-content__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 16px;
    max-width: 100%;
    height: 80px;
    min-height: 80px;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
  }
  /* line 183, app/assets/stylesheets/home-extra.scss */
  .hero-content__title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: 10px;
    max-width: 100%;
    height: 80px;
    min-height: 80px;
    margin: 0;
    font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #009CDE;
    flex: none;
    align-self: stretch;
    flex-grow: 1;
  }
  /* line 206, app/assets/stylesheets/home-extra.scss */
  .hero-content__subtitle {
    display: none;
  }
}

/* line 212, app/assets/stylesheets/home-extra.scss */
.search-and-services {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

/* line 223, app/assets/stylesheets/home-extra.scss */
.main-tool {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

/* line 232, app/assets/stylesheets/home-extra.scss */
#home .main-tool:has(#track.active) {
  gap: 20px;
}

/* line 235, app/assets/stylesheets/home-extra.scss */
#home .main-tool:has(#track.active) .main-tool__search-container {
  padding-top: 0;
}

/* line 240, app/assets/stylesheets/home-extra.scss */
.main-tool__tabs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 807px;
  max-width: 100%;
  height: 96px;
}

@media (max-width: 600px) {
  /* line 240, app/assets/stylesheets/home-extra.scss */
  .main-tool__tabs {
    padding: 0;
    width: 100%;
    height: 50px;
    flex: none;
    align-self: stretch;
  }
}

/* line 258, app/assets/stylesheets/home-extra.scss */
.lg-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  gap: 4px;
  border: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  text-align: center;
}

/* line 271, app/assets/stylesheets/home-extra.scss */
.lg-tab:first-child {
  border-radius: 16px 0 0 16px;
}

/* line 276, app/assets/stylesheets/home-extra.scss */
.lg-tab:last-child {
  border-radius: 0 16px 16px 0;
}

/* line 281, app/assets/stylesheets/home-extra.scss */
.lg-tab:focus-visible {
  outline: 2px solid #006D9B;
  outline-offset: 3px;
  z-index: 1;
}

/* line 287, app/assets/stylesheets/home-extra.scss */
.lg-tab.lg-tab--active {
  padding: 20px 16px;
  min-height: 96px;
  background: #006D9B;
  box-shadow: 0px 8px 32px rgba(0, 109, 155, 0.28);
  border: none;
}

/* line 294, app/assets/stylesheets/home-extra.scss */
.lg-tab.lg-tab--active .lg-tab__title {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
}

/* line 299, app/assets/stylesheets/home-extra.scss */
.lg-tab.lg-tab--active .lg-tab__subtitle {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

@media (max-width: 600px) {
  /* line 287, app/assets/stylesheets/home-extra.scss */
  .lg-tab.lg-tab--active {
    padding: 16px;
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    height: 50px;
    min-height: 50px;
  }
  /* line 312, app/assets/stylesheets/home-extra.scss */
  .lg-tab.lg-tab--active .lg-tab__title {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
  }
  /* line 317, app/assets/stylesheets/home-extra.scss */
  .lg-tab.lg-tab--active .lg-tab__subtitle {
    display: none;
  }
  /* line 321, app/assets/stylesheets/home-extra.scss */
  .lg-tab.lg-tab--active:first-child {
    border-radius: 16px 0 0 16px;
  }
  /* line 325, app/assets/stylesheets/home-extra.scss */
  .lg-tab.lg-tab--active:last-child {
    border-radius: 0 16px 16px 0;
  }
}

/* line 334, app/assets/stylesheets/home-extra.scss */
.lg-tab:not(.lg-tab--active) {
  box-sizing: border-box;
  padding: 20px 16px;
  min-height: 96px;
  background: rgba(255, 255, 255, 0.8);
  border-style: solid;
  border-color: #99D7F2;
}

/* line 342, app/assets/stylesheets/home-extra.scss */
.lg-tab:not(.lg-tab--active) .lg-tab__title {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #001F2C;
}

/* line 347, app/assets/stylesheets/home-extra.scss */
.lg-tab:not(.lg-tab--active) .lg-tab__subtitle {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #667980;
}

/* line 352, app/assets/stylesheets/home-extra.scss */
.lg-tab:not(.lg-tab--active):hover {
  background: #ffffff;
  border-color: #80CEEF;
}

@media (max-width: 600px) {
  /* line 334, app/assets/stylesheets/home-extra.scss */
  .lg-tab:not(.lg-tab--active) {
    box-sizing: border-box;
    padding: 8px 16px;
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    height: 42px;
    min-height: 42px;
    background: rgba(255, 255, 255, 0.8);
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #99D7F2;
  }
  /* line 370, app/assets/stylesheets/home-extra.scss */
  .lg-tab:not(.lg-tab--active) .lg-tab__title {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #001F2C;
  }
  /* line 375, app/assets/stylesheets/home-extra.scss */
  .lg-tab:not(.lg-tab--active) .lg-tab__subtitle {
    display: none;
  }
  /* line 379, app/assets/stylesheets/home-extra.scss */
  .lg-tab:not(.lg-tab--active):first-child:not(.lg-tab--active) {
    border-width: 1px 0 1px 1px;
    border-radius: 16px 0 0 16px;
  }
  /* line 384, app/assets/stylesheets/home-extra.scss */
  .lg-tab:not(.lg-tab--active):last-child:not(.lg-tab--active) {
    border-width: 1px 1px 1px 0;
    border-radius: 0 16px 16px 0;
  }
}

/* line 391, app/assets/stylesheets/home-extra.scss */
.lg-tab:first-child:not(.lg-tab--active) {
  border-width: 1px 0 1px 1px;
}

/* line 395, app/assets/stylesheets/home-extra.scss */
.lg-tab:last-child:not(.lg-tab--active) {
  border-width: 1px 1px 1px 0;
}

/* line 400, app/assets/stylesheets/home-extra.scss */
.lg-tab__title,
.lg-tab__subtitle {
  font-style: normal;
}

/* line 405, app/assets/stylesheets/home-extra.scss */
.main-tool__search-container {
  width: 100%;
}

@media (max-width: 600px) {
  /* line 410, app/assets/stylesheets/home-extra.scss */
  .main-tool {
    width: 100%;
    align-self: stretch;
    gap: 24px;
  }
}

@media (min-width: 601px) and (max-width: 1151px) {
  /* line 418, app/assets/stylesheets/home-extra.scss */
  .search-and-services {
    align-items: center;
  }
  /* line 422, app/assets/stylesheets/home-extra.scss */
  .main-tool {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    width: 754px;
    max-width: 100%;
    min-height: 368px;
    height: auto;
    align-self: stretch;
    flex: none;
    flex-grow: 0;
    margin: 0 auto;
    border-radius: 0;
    overflow: visible;
  }
  /* line 439, app/assets/stylesheets/home-extra.scss */
  .main-tool__tabs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 754px;
    max-width: 100%;
    height: 90px;
    align-self: stretch;
    flex: none;
    flex-grow: 0;
  }
  /* line 453, app/assets/stylesheets/home-extra.scss */
  .lg-tab {
    flex: 1 1 0;
    width: 50%;
    min-width: 0;
    gap: 4px;
  }
  /* line 459, app/assets/stylesheets/home-extra.scss */
  .lg-tab.lg-tab--active {
    padding: 20px 16px;
    min-height: 90px;
    height: 90px;
    background: #006D9B;
    box-shadow: 0px 2px 40px rgba(0, 109, 155, 0.24);
    border: none;
  }
  /* line 467, app/assets/stylesheets/home-extra.scss */
  .lg-tab.lg-tab--active .lg-tab__title {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #ffffff;
  }
  /* line 473, app/assets/stylesheets/home-extra.scss */
  .lg-tab.lg-tab--active .lg-tab__subtitle {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-self: stretch;
  }
  /* line 482, app/assets/stylesheets/home-extra.scss */
  .lg-tab:not(.lg-tab--active) {
    box-sizing: border-box;
    padding: 16px;
    min-height: 82px;
    height: 82px;
    background: rgba(255, 255, 255, 0.8);
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #99D7F2;
  }
  /* line 492, app/assets/stylesheets/home-extra.scss */
  .lg-tab:not(.lg-tab--active) .lg-tab__title {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #001F2C;
  }
  /* line 498, app/assets/stylesheets/home-extra.scss */
  .lg-tab:not(.lg-tab--active) .lg-tab__subtitle {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #667980;
    display: flex;
    justify-content: center;
    align-self: stretch;
  }
  /* line 508, app/assets/stylesheets/home-extra.scss */
  .main-tool__search-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 0 0;
    gap: 10px;
    width: 754px;
    max-width: 100%;
    height: auto;
    min-height: 278px;
    align-self: stretch;
    flex: none;
    flex-grow: 0;
  }
  /* line 523, app/assets/stylesheets/home-extra.scss */
  .main-search {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 2px;
    width: 754px;
    max-width: 100%;
    min-height: 254px;
    height: auto;
    align-self: stretch;
    flex: none;
    flex-grow: 0;
    filter: drop-shadow(0px 2px 40px rgba(0, 109, 155, 0.24));
  }
  /* line 539, app/assets/stylesheets/home-extra.scss */
  .main-search__tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px;
    gap: 2px;
    width: 236px;
    height: 36px;
    flex: none;
    flex-grow: 0;
    align-self: center;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 16px 16px 0 0;
    box-sizing: border-box;
  }
  /* line 555, app/assets/stylesheets/home-extra.scss */
  .main-search__tab {
    height: 28px;
    padding: 4px 16px;
    gap: 4px;
    border-radius: 12px 12px 0 0;
  }
  /* line 561, app/assets/stylesheets/home-extra.scss */
  .main-search__tab.main-search__tab--active {
    width: 123px;
    background: #006D9B;
  }
  /* line 565, app/assets/stylesheets/home-extra.scss */
  .main-search__tab.main-search__tab--active .main-search__tab-label {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
  }
  /* line 570, app/assets/stylesheets/home-extra.scss */
  .main-search__tab.main-search__tab--active .main-search__tab-icon {
    filter: brightness(0) invert(1);
  }
  /* line 575, app/assets/stylesheets/home-extra.scss */
  .main-search__tab:not(.main-search__tab--active) {
    width: 103px;
    background: transparent;
  }
  /* line 579, app/assets/stylesheets/home-extra.scss */
  .main-search__tab:not(.main-search__tab--active) .main-search__tab-label {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #001F2C;
  }
  /* line 584, app/assets/stylesheets/home-extra.scss */
  .main-search__tab:not(.main-search__tab--active) .main-search__tab-icon {
    filter: none;
  }
  /* line 590, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding: 16px 8px;
    gap: 16px;
    width: 100%;
    min-height: 216px;
    height: auto;
    align-self: stretch;
    flex: none;
    flex-grow: 0;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 16px;
    box-sizing: border-box;
  }
  /* line 608, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 16px;
    gap: 8px;
    width: 100%;
    height: 48px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    box-sizing: border-box;
  }
  /* line 622, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) > .component-search__flexible-input {
    flex: 1 1 0;
    min-width: 0;
    height: 48px;
    display: flex;
    align-items: stretch;
  }
  /* line 630, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .flexible-input {
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 0;
  }
  /* line 638, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .optional-area,
.main-search .component-search__main-elements-wrapper:not([data-target="others"]) .optional-port {
    flex: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 45px;
    margin: 0;
    padding: 0;
  }
  /* line 649, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .optional-area .optional-button,
.main-search .component-search__main-elements-wrapper:not([data-target="others"]) .optional-port .optional-button {
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  /* line 658, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .optional-area .optional-button img,
.main-search .component-search__main-elements-wrapper:not([data-target="others"]) .optional-port .optional-button img {
    width: 16px;
    height: 16px;
  }
  /* line 663, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .optional-area .optional-button .optional,
.main-search .component-search__main-elements-wrapper:not([data-target="others"]) .optional-port .optional-button .optional {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #829095;
    text-align: center;
    width: 45px;
    line-height: 18px;
    white-space: normal;
  }
  /* line 674, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .flexible-input.multi-input,
.main-search .component-search__main-elements-wrapper:not([data-target="others"]) .flexible-input.merged-input.multi-input {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  /* line 681, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .flexible-input.multi-input {
    flex: 1 1 0;
    min-width: 0;
    gap: 8px;
    align-items: stretch;
  }
  /* line 687, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .flexible-input.multi-input .optional-area,
.main-search .component-search__main-elements-wrapper:not([data-target="others"]) .flexible-input.multi-input .optional-port {
    display: none !important;
  }
  /* line 692, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .flexible-input.multi-input .location-selector,
.main-search .component-search__main-elements-wrapper:not([data-target="others"]) .flexible-input.multi-input .extra-selector {
    flex: 1 1 0;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
    min-width: 0;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
    margin: 0;
    padding: 8px;
    padding-top: 0;
    gap: 8px;
    background: #ffffff;
    border-radius: 8px;
    box-sizing: border-box;
  }
  /* line 710, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .flexible-input.multi-input .location-selector .component-search__location-row,
.main-search .component-search__main-elements-wrapper:not([data-target="others"]) .flexible-input.multi-input .extra-selector .component-search__location-row {
    flex: 1;
    min-width: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
  }
  /* line 722, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .flexible-input.multi-input .location-selector .component-search__input-wrapper,
.main-search .component-search__main-elements-wrapper:not([data-target="others"]) .flexible-input.multi-input .extra-selector .component-search__input-wrapper {
    flex: 1;
    min-width: 0;
    height: auto;
    min-height: 0;
    padding: 0;
    gap: 8px;
    background: transparent;
    border: none;
    box-sizing: border-box;
  }
  /* line 733, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .flexible-input.multi-input .location-selector .component-search__input-wrapper input[type="search"],
.main-search .component-search__main-elements-wrapper:not([data-target="others"]) .flexible-input.multi-input .extra-selector .component-search__input-wrapper input[type="search"] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 740, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .flexible-input.multi-input .location-selector .cargo-arrow,
.main-search .component-search__main-elements-wrapper:not([data-target="others"]) .flexible-input.multi-input .extra-selector .cargo-arrow {
    flex-shrink: 0;
    margin-left: auto;
  }
  /* line 750, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .flexible-input.merged-input.multi-input .location-selector .component-search__input-wrapper,
.main-search .component-search__main-elements-wrapper:not([data-target="others"]) .flexible-input.merged-input.multi-input .extra-selector .component-search__input-wrapper {
    border-radius: 8px !important;
    border-left: none !important;
  }
  /* line 758, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .component-search-origin .flexible-input.multi-input .location-selector {
    order: 0;
  }
  /* line 762, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .component-search-origin .flexible-input.multi-input .extra-selector {
    order: 1;
  }
  /* line 768, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .component-search-destination .flexible-input.multi-input .extra-selector {
    order: 0;
  }
  /* line 772, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .component-search-destination .flexible-input.multi-input .location-selector {
    order: 1;
  }
  /* line 778, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]):has(.component-search-origin .flexible-input.multi-input):has(.component-search-destination .flexible-input.multi-input) {
    padding: 0;
  }
  /* line 783, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .component-search-origin .flexible-input .optional-area {
    order: 0;
  }
  /* line 787, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .component-search-origin .flexible-input .location-selector {
    order: 1;
    flex: 1 1 0;
    min-width: 0;
  }
  /* line 793, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .component-search-origin .flexible-input .optional-port {
    order: 2;
  }
  /* line 799, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .component-search-destination .flexible-input .optional-port {
    order: 0;
  }
  /* line 803, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .component-search-destination .flexible-input .location-selector {
    order: 1;
    flex: 1 1 0;
    min-width: 0;
  }
  /* line 809, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .component-search-destination .flexible-input .optional-area {
    order: 2;
  }
  /* line 814, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .location-selector {
    margin: 0;
    padding: 8px;
    gap: 16px;
    background: #ffffff;
    border-radius: 8px;
    box-sizing: border-box;
    min-height: 48px;
    height: 48px;
    display: flex;
    align-items: center;
  }
  /* line 827, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .flexible-input.multi-input .location-selector,
.main-search .component-search__main-elements-wrapper:not([data-target="others"]) .flexible-input.multi-input .extra-selector {
    margin: 0;
    padding: 8px;
    padding-top: 0;
    gap: 8px;
    background: #ffffff;
    border-radius: 8px;
    box-sizing: border-box;
    min-height: 48px;
    height: 48px;
    max-height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
  }
  /* line 845, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .component-search__location-row {
    width: 100%;
    min-height: 32px;
    height: auto;
    gap: 8px;
  }
  /* line 852, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .component-search__input-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 0;
    flex: 1 1 auto;
    min-width: 0;
  }
  /* line 862, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .component-search__input-wrapper input[type="search"] {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #001F2C;
  }
  /* line 866, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .component-search__input-wrapper input[type="search"]::placeholder {
    color: #667980;
    text-transform: capitalize;
  }
  /* line 872, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .component-search__input-wrapper .component-search__map-btn img,
.main-search .component-search__main-elements-wrapper:not([data-target="others"]) .marker-wrapper img,
.main-search .component-search__main-elements-wrapper:not([data-target="others"]) .component-search__input-wrapper .icon,
.main-search .component-search__main-elements-wrapper:not([data-target="others"]) .component-search__input-wrapper .flag {
    width: 20px;
    height: 20px;
  }
  /* line 880, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .cargo-arrow .arrow {
    width: 16px;
    height: 16px;
    display: block;
  }
  /* line 886, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) > .next-arrow-wrapper {
    flex: none;
    align-self: center;
    order: 1;
    margin: 0;
    transform: scaleX(var(--direction-scale, 1));
  }
  /* line 893, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) > .next-arrow-wrapper img {
    width: 24px;
    height: 24px;
  }
  /* line 899, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) > .component-search__flexible-input.component-search-origin {
    order: 0;
  }
  /* line 903, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) > .component-search__flexible-input.component-search-destination {
    order: 2;
  }
  /* line 909, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__form:has(.flexible-input.multi-input) .component-search__main-elements-wrapper[data-target="others"] {
    column-gap: 16px;
  }
  /* line 914, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper[data-target="others"] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 20px;
    row-gap: 16px;
    align-items: stretch;
    width: 100%;
    min-height: 48px;
    height: auto;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    border-top: 1px solid #E6E9EA;
    padding-top: 0;
    box-sizing: border-box;
  }
  /* line 932, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper[data-target="others"] .cargo-select-hidden {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
  }
  /* line 941, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper[data-target="others"] .vertical-separator {
    display: block !important;
    grid-column: 2;
    grid-row: 1;
    align-self: stretch;
    width: 1px;
    height: auto;
    margin: 0;
    background: #E6E9EA;
  }
  /* line 952, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper[data-target="others"] .component-search__field-wrapper:nth-child(2),
.main-search .component-search__main-elements-wrapper[data-target="others"] .component-search__field-wrapper:nth-child(3) {
    height: 48px;
    padding: 8px;
    gap: 16px;
    background: #ffffff;
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  /* line 965, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper[data-target="others"] .component-search__field-wrapper:nth-child(2) {
    grid-column: 1;
    grid-row: 1;
  }
  /* line 970, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper[data-target="others"] .component-search__field-wrapper:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
  }
  /* line 975, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper[data-target="others"] .component-search__field-wrapper:nth-child(2) .component-search__input-wrapper,
.main-search .component-search__main-elements-wrapper[data-target="others"] .component-search__field-wrapper:nth-child(3) .component-search__input-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 0;
    width: 100%;
    min-width: 0;
    height: 20px;
    flex: 1 1 auto;
  }
  /* line 988, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper[data-target="others"] .component-search__field-wrapper:nth-child(2) .cargo-icon,
.main-search .component-search__main-elements-wrapper[data-target="others"] .component-search__field-wrapper:nth-child(2) .bulk-icon,
.main-search .component-search__main-elements-wrapper[data-target="others"] .component-search__field-wrapper:nth-child(3) .date-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }
  /* line 996, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper[data-target="others"] .component-search__field-wrapper:nth-child(2) .cargo-arrow {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: auto;
  }
  /* line 1002, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper[data-target="others"] .component-search__field-wrapper:nth-child(2) .cargo-arrow .arrow {
    width: 16px;
    height: 16px;
    display: block;
  }
  /* line 1009, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper[data-target="others"] .component-search__field-wrapper:nth-child(3) .cargo-arrow {
    display: none;
  }
  /* line 1013, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper[data-target="others"] .component-search__field-wrapper:nth-child(4) {
    grid-column: 1 / -1;
  }
  /* line 1017, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper[data-target="others"] #cargo.cargo-select,
.main-search .component-search__main-elements-wrapper[data-target="others"] #date.date-select,
.main-search .component-search__main-elements-wrapper[data-target="others"] #company.company-select {
    flex: 1 1 auto;
    min-width: 0;
    border: none;
    outline: none;
    background: transparent;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #829095;
    text-transform: capitalize;
  }
  /* line 1029, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper[data-target="others"] #cargo.cargo-select::placeholder,
.main-search .component-search__main-elements-wrapper[data-target="others"] #date.date-select::placeholder,
.main-search .component-search__main-elements-wrapper[data-target="others"] #company.company-select::placeholder {
    color: #829095;
    text-transform: capitalize;
  }
  /* line 1035, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper[data-target="others"] .component-search__form-button {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }
  /* line 1044, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper[data-target="others"] .component-search__form-button button.main-search__btn {
    width: 240px;
    min-height: 40px;
    height: 40px;
    padding: 8px 16px;
    border-radius: 32px;
  }
  /* line 1053, app/assets/stylesheets/home-extra.scss */
  #home #track.component-search__panel {
    width: 754px;
    max-width: 100%;
    align-self: stretch;
    filter: drop-shadow(0px 2px 40px rgba(0, 109, 155, 0.24));
  }
  /* line 1060, app/assets/stylesheets/home-extra.scss */
  #home .component-search__form.component-track {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: 48px auto 48px auto;
    column-gap: 8px;
    row-gap: 16px;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    width: 100%;
    min-height: 216px;
    height: auto;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 16px;
    box-sizing: border-box;
  }
  /* line 1076, app/assets/stylesheets/home-extra.scss */
  #home .component-search__form.component-track::after {
    content: "";
    grid-column: 1 / -1;
    grid-row: 2;
    align-self: start;
    width: 100%;
    height: 0;
    border-top: 1px solid #E6E9EA;
  }
  /* line 1086, app/assets/stylesheets/home-extra.scss */
  #home .component-search__form.component-track > .component-search__field-check-wrapper:first-of-type,
#home .component-search__form.component-track > .component-search__field-check-wrapper--selector {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2px;
    grid-column: 1;
    width: auto;
    min-width: 0;
    max-width: none;
    height: 42px;
    min-height: 42px;
    padding: 0;
    margin: 0;
    align-self: center;
  }
  /* line 1104, app/assets/stylesheets/home-extra.scss */
  #home .component-search__form.component-track > .component-search__field-check-wrapper:first-of-type {
    grid-row: 1;
  }
  /* line 1108, app/assets/stylesheets/home-extra.scss */
  #home .component-search__form.component-track > .track-number-selector {
    grid-column: 2;
    grid-row: 1;
    width: auto;
    min-width: 0;
    max-width: none;
    align-self: center;
    margin: 0;
  }
  /* line 1118, app/assets/stylesheets/home-extra.scss */
  #home .component-search__form.component-track > .component-search__field-check-wrapper--selector {
    grid-row: 3;
  }
  /* line 1122, app/assets/stylesheets/home-extra.scss */
  #home .component-search__form.component-track > .track-line-selector {
    grid-column: 2;
    grid-row: 3;
    width: auto;
    min-width: 0;
    max-width: none;
    align-self: center;
    margin: 0;
  }
  /* line 1132, app/assets/stylesheets/home-extra.scss */
  #home .component-search__form.component-track > .component-search__field-wrapper:has(#company-track.company-select) {
    grid-column: 1 / -1;
    grid-row: 4;
    width: 100%;
    height: 48px;
    margin: 0;
  }
  /* line 1139, app/assets/stylesheets/home-extra.scss */
  #home .component-search__form.component-track > .component-search__field-wrapper:has(#company-track.company-select) .component-search__input-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 8px;
    height: 48px;
    background: #ffffff;
    border-radius: 8px;
    box-sizing: border-box;
  }
  /* line 1150, app/assets/stylesheets/home-extra.scss */
  #home .component-search__form.component-track > .component-search__field-wrapper:has(#company-track.company-select) .component-search__input-wrapper input {
    flex: 1 1 auto;
    min-width: 0;
    border: none;
    outline: none;
    background: transparent;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #001F2C;
  }
  /* line 1159, app/assets/stylesheets/home-extra.scss */
  #home .component-search__form.component-track > .component-search__field-wrapper:has(#company-track.company-select) .component-search__input-wrapper input::placeholder {
    color: #667980;
    text-transform: capitalize;
  }
  /* line 1167, app/assets/stylesheets/home-extra.scss */
  #home .component-search__form.component-track > .component-search__form-button {
    grid-column: 1 / -1;
    grid-row: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
  }
  /* line 1176, app/assets/stylesheets/home-extra.scss */
  #home .component-search__form.component-track > .component-search__form-button button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 240px;
    height: 40px;
    min-height: 40px;
    padding: 8px 16px;
    background: #F9A529;
    border: none;
    border-radius: 32px;
    box-sizing: border-box;
  }
  /* line 1192, app/assets/stylesheets/home-extra.scss */
  #home .component-search__form.component-track > .component-search__form-button .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    flex: none;
  }
  /* line 1200, app/assets/stylesheets/home-extra.scss */
  #home .component-search__form.component-track > .component-search__form-button .icon .search-mini-logo {
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1);
  }
  /* line 1207, app/assets/stylesheets/home-extra.scss */
  #home .component-search__form.component-track > .component-search__form-button .text {
    display: flex;
    align-items: center;
    height: 24px;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-transform: capitalize;
  }
  /* line 1222, app/assets/stylesheets/home-extra.scss */
  #home .component-search__form.component-track:has(#company-track.company-select) > .component-search__form-button {
    grid-row: 5;
  }
  /* line 1226, app/assets/stylesheets/home-extra.scss */
  #home .component-search__form.component-track.component-track--air-mode {
    grid-template-rows: 48px auto auto;
    min-height: 0;
  }
  /* line 1230, app/assets/stylesheets/home-extra.scss */
  #home .component-search__form.component-track.component-track--air-mode > .component-search__field-check-wrapper--selector,
#home .component-search__form.component-track.component-track--air-mode > .track-line-selector {
    display: none !important;
  }
  /* line 1235, app/assets/stylesheets/home-extra.scss */
  #home .component-search__form.component-track.component-track--air-mode > .component-search__form-button {
    grid-row: 3;
  }
  /* line 1239, app/assets/stylesheets/home-extra.scss */
  #home .component-search__form.component-track.component-track--air-mode:has(#company-track.company-select) {
    grid-template-rows: 48px auto auto auto;
  }
  /* line 1242, app/assets/stylesheets/home-extra.scss */
  #home .component-search__form.component-track.component-track--air-mode:has(#company-track.company-select) > .component-search__field-wrapper:has(#company-track.company-select) {
    grid-row: 3;
  }
  /* line 1246, app/assets/stylesheets/home-extra.scss */
  #home .component-search__form.component-track.component-track--air-mode:has(#company-track.company-select) > .component-search__form-button {
    grid-row: 4;
  }
  /* line 1252, app/assets/stylesheets/home-extra.scss */
  #home .component-search__form.component-track .component-search__check-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    height: 20px;
    flex: none;
  }
  /* line 1261, app/assets/stylesheets/home-extra.scss */
  #home .component-search__form.component-track .component-search__check-wrapper label:not(.radiomark) {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #001F2C;
    white-space: nowrap;
  }
  /* line 1269, app/assets/stylesheets/home-extra.scss */
  #home .component-search__form.component-track .track-number-selector .component-search__input-wrapper,
#home .component-search__form.component-track .track-line-selector .component-search__input-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    width: 100%;
    height: 48px;
    padding: 8px;
    background: #ffffff;
    border-radius: 8px;
    box-sizing: border-box;
  }
  /* line 1281, app/assets/stylesheets/home-extra.scss */
  #home .component-search__form.component-track .track-number-selector .component-search__input-wrapper img,
#home .component-search__form.component-track .track-line-selector .component-search__input-wrapper img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }
  /* line 1287, app/assets/stylesheets/home-extra.scss */
  #home .component-search__form.component-track .track-number-selector .component-search__input-wrapper input,
#home .component-search__form.component-track .track-line-selector .component-search__input-wrapper input {
    flex: 1 1 auto;
    min-width: 0;
    border: none;
    outline: none;
    background: transparent;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #001F2C;
  }
  /* line 1296, app/assets/stylesheets/home-extra.scss */
  #home .component-search__form.component-track .track-number-selector .component-search__input-wrapper input::placeholder,
#home .component-search__form.component-track .track-line-selector .component-search__input-wrapper input::placeholder {
    color: #667980;
    text-transform: capitalize;
  }
  /* line 1304, app/assets/stylesheets/home-extra.scss */
  #home .component-search__form.component-track .track-line-selector .component-search__input-wrapper {
    gap: 16px;
    padding: 8px 8px 8px 16px;
  }
  /* line 1308, app/assets/stylesheets/home-extra.scss */
  #home .component-search__form.component-track .track-line-selector .component-search__input-wrapper .arrow {
    width: 16px;
    height: 16px;
    flex: none;
    margin-left: auto;
  }
}

/* line 1318, app/assets/stylesheets/home-extra.scss */
.component-search__panel {
  display: none;
}

/* line 1321, app/assets/stylesheets/home-extra.scss */
.component-search__panel.active {
  display: block;
}

/* line 1327, app/assets/stylesheets/home-extra.scss */
.main-search {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  width: 100%;
  filter: drop-shadow(0px 2px 40px rgba(0, 109, 155, 0.24));
  padding-top: 24px;
}

/* line 1337, app/assets/stylesheets/home-extra.scss */
.main-search__tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 4px;
  gap: 2px;
  align-self: center;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 16px 16px 0 0;
}

/* line 1349, app/assets/stylesheets/home-extra.scss */
.main-search__tab {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 16px;
  gap: 4px;
  border: none;
  cursor: pointer;
  border-radius: 12px 12px 0 0;
  background: transparent;
  transition: background 0.15s;
}

/* line 1362, app/assets/stylesheets/home-extra.scss */
.main-search__tab .main-search__tab-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* line 1368, app/assets/stylesheets/home-extra.scss */
.main-search__tab .main-search__tab-label {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #001F2C;
  white-space: nowrap;
}

/* line 1374, app/assets/stylesheets/home-extra.scss */
.main-search__tab.main-search__tab--active {
  background: #006D9B;
}

/* line 1377, app/assets/stylesheets/home-extra.scss */
.main-search__tab.main-search__tab--active .main-search__tab-label {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

/* line 1382, app/assets/stylesheets/home-extra.scss */
.main-search__tab.main-search__tab--active .main-search__tab-icon {
  filter: brightness(0) invert(1);
}

/* line 1388, app/assets/stylesheets/home-extra.scss */
.component-search__form {
  width: 100%;
}

/* line 1393, app/assets/stylesheets/home-extra.scss */
.main-search__btn-wrapper {
  flex-shrink: 0;
}

/* line 1397, app/assets/stylesheets/home-extra.scss */
.main-search__btn,
.main-search .component-search__form-button button.main-search__btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 8px;
  min-height: 40px;
  width: auto;
  background: #F9A529;
  border: none;
  border-radius: 32px;
  cursor: pointer;
  transition: background 0.15s;
}

/* line 1413, app/assets/stylesheets/home-extra.scss */
.main-search__btn .search-mini-logo,
.main-search .component-search__form-button button.main-search__btn .search-mini-logo {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

/* line 1420, app/assets/stylesheets/home-extra.scss */
.main-search__btn .main-search__btn-label,
.main-search .component-search__form-button button.main-search__btn .main-search__btn-label {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-transform: capitalize;
  white-space: nowrap;
}

/* line 1427, app/assets/stylesheets/home-extra.scss */
.main-search__btn:hover,
.main-search .component-search__form-button button.main-search__btn:hover {
  background: #f29307;
}

/* line 1433, app/assets/stylesheets/home-extra.scss */
.main-search .component-search__form-button button.main-search__btn {
  border-radius: 32px;
}

@media (max-width: 600px) {
  /* line 1439, app/assets/stylesheets/home-extra.scss */
  .main-search {
    width: 100%;
    min-height: 358.33px;
    height: auto;
    align-items: center;
    align-self: stretch;
    padding: 0;
    gap: 2px;
    box-sizing: border-box;
  }
  /* line 1449, app/assets/stylesheets/home-extra.scss */
  .main-search__tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px;
    gap: 2px;
    width: 236px;
    height: 36px;
    flex: none;
    flex-grow: 0;
    align-self: center;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 16px 16px 0 0;
    box-sizing: border-box;
  }
  /* line 1465, app/assets/stylesheets/home-extra.scss */
  .main-search__tab {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 28px;
    padding: 4px 16px;
    gap: 4px;
    flex: none;
    flex-grow: 0;
    border-radius: 12px 12px 0 0;
    box-sizing: border-box;
  }
  /* line 1478, app/assets/stylesheets/home-extra.scss */
  .main-search__tab .main-search__tab-icon {
    width: 16px;
    height: 16px;
    flex: none;
  }
  /* line 1484, app/assets/stylesheets/home-extra.scss */
  .main-search__tab.main-search__tab--active {
    width: 123px;
    background: #006D9B;
  }
  /* line 1488, app/assets/stylesheets/home-extra.scss */
  .main-search__tab.main-search__tab--active .main-search__tab-label {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
  }
  /* line 1493, app/assets/stylesheets/home-extra.scss */
  .main-search__tab.main-search__tab--active .main-search__tab-icon {
    filter: brightness(0) invert(1);
  }
  /* line 1498, app/assets/stylesheets/home-extra.scss */
  .main-search__tab:not(.main-search__tab--active) {
    width: 103px;
    background: transparent;
  }
  /* line 1502, app/assets/stylesheets/home-extra.scss */
  .main-search__tab:not(.main-search__tab--active) .main-search__tab-label {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #001F2C;
  }
  /* line 1507, app/assets/stylesheets/home-extra.scss */
  .main-search__tab:not(.main-search__tab--active) .main-search__tab-icon {
    filter: none;
  }
  /* line 1513, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    width: 100%;
    min-height: 320.33px;
    height: auto;
    padding: 16px;
    gap: 16px;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 16px;
    box-sizing: border-box;
  }
  /* line 1528, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    width: 100%;
    gap: 16px;
  }
  /* line 1536, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) > .component-search__flexible-input {
    width: 100%;
    align-self: stretch;
  }
  /* line 1541, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .flexible-input {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 0;
  }
  /* line 1548, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .location-selector {
    width: 100%;
    margin: 0;
    padding: 8px;
    background: #ffffff;
    border-radius: 8px;
    box-sizing: border-box;
    min-height: 48px;
  }
  /* line 1558, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .component-search__location-row {
    width: 100%;
    min-height: 32px;
    gap: 8px;
  }
  /* line 1564, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .component-search__input-wrapper {
    gap: 8px;
    padding: 0;
    min-height: 20px;
  }
  /* line 1570, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .component-search__input-wrapper input[type="search"] {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #001F2C;
  }
  /* line 1574, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .component-search__input-wrapper input[type="search"]::placeholder {
    color: #667980;
    text-transform: capitalize;
  }
  /* line 1580, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .component-search__input-wrapper .component-search__map-btn img,
.main-search .component-search__main-elements-wrapper:not([data-target="others"]) .marker-wrapper img {
    width: 20px;
    height: 20px;
  }
  /* line 1586, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) .cargo-arrow .arrow {
    width: 16px;
    height: 16px;
  }
  /* line 1591, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) > .next-arrow-wrapper {
    align-self: center;
    margin: 0;
    transform: rotate(90deg);
  }
  /* line 1596, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper:not([data-target="others"]) > .next-arrow-wrapper img {
    width: 24px;
    height: 24px;
  }
  /* line 1603, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper[data-target="others"] {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    grid-template-rows: auto auto;
    gap: 16px 8px;
    align-items: stretch;
    align-self: stretch;
    width: 100%;
    border-top: 1px solid #E6E9EA;
    box-sizing: border-box;
  }
  /* line 1614, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper[data-target="others"] .vertical-separator {
    display: block !important;
    grid-column: 2;
    grid-row: 1;
    align-self: stretch;
    width: 1px;
    height: auto;
    margin: 0;
    background: #E6E9EA;
  }
  /* line 1625, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper[data-target="others"] .component-search__field-wrapper:nth-child(2) {
    grid-column: 1;
    grid-row: 1;
  }
  /* line 1630, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper[data-target="others"] .component-search__field-wrapper:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
  }
  /* line 1635, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper[data-target="others"] .component-search__field-wrapper:nth-child(2),
.main-search .component-search__main-elements-wrapper[data-target="others"] .component-search__field-wrapper:nth-child(3) {
    background: #ffffff;
    border-radius: 8px;
    min-height: 48px;
    padding: 8px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
  /* line 1646, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper[data-target="others"] .component-search__field-wrapper:nth-child(2) .component-search__input-wrapper,
.main-search .component-search__main-elements-wrapper[data-target="others"] .component-search__field-wrapper:nth-child(3) .component-search__input-wrapper {
    gap: 8px;
    padding: 0;
    width: 100%;
  }
  /* line 1653, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper[data-target="others"] .component-search__field-wrapper:nth-child(2) .cargo-icon,
.main-search .component-search__main-elements-wrapper[data-target="others"] .component-search__field-wrapper:nth-child(2) .bulk-icon,
.main-search .component-search__main-elements-wrapper[data-target="others"] .component-search__field-wrapper:nth-child(3) .date-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }
  /* line 1661, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper[data-target="others"] .component-search__field-wrapper:nth-child(3) .cargo-arrow {
    display: none;
  }
  /* line 1665, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper[data-target="others"] .component-search__field-wrapper:nth-child(4),
.main-search .component-search__main-elements-wrapper[data-target="others"] .component-search__form-button {
    grid-column: 1 / -1;
  }
  /* line 1670, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper[data-target="others"] .component-search__form-button {
    margin-top: 0;
    width: 100%;
  }
  /* line 1675, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper[data-target="others"] .component-search__form-button button.main-search__btn {
    width: 100%;
    min-height: 40px;
    height: 40px;
    border-radius: 32px;
    padding: 8px 16px;
  }
  /* line 1683, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper[data-target="others"] #cargo.cargo-select,
.main-search .component-search__main-elements-wrapper[data-target="others"] #date.date-select {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #001F2C;
  }
  /* line 1688, app/assets/stylesheets/home-extra.scss */
  .main-search .component-search__main-elements-wrapper[data-target="others"] #cargo.cargo-select::placeholder,
.main-search .component-search__main-elements-wrapper[data-target="others"] #date.date-select::placeholder {
    color: #667980;
    text-transform: capitalize;
  }
  /* line 1696, app/assets/stylesheets/home-extra.scss */
  .main-search__btn,
.main-search .component-search__form-button button.main-search__btn {
    width: 100%;
    min-height: 40px;
    height: 40px;
    align-self: stretch;
  }
  /* line 1703, app/assets/stylesheets/home-extra.scss */
  .main-search__btn .main-search__btn-label,
.main-search .component-search__form-button button.main-search__btn .main-search__btn-label {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
}

/* line 1711, app/assets/stylesheets/home-extra.scss */
.main-search .component-search__form .cargo-icon {
  display: block;
}

/* line 1712, app/assets/stylesheets/home-extra.scss */
.main-search .component-search__form .bulk-icon {
  display: none;
}

/* line 1713, app/assets/stylesheets/home-extra.scss */
.main-search .component-search__form .cargo-arrow img {
  width: 16px;
  height: 16px;
}

/* line 1719, app/assets/stylesheets/home-extra.scss */
.main-search .component-search__form[data-bulk] .cargo-icon {
  display: none;
}

/* line 1720, app/assets/stylesheets/home-extra.scss */
.main-search .component-search__form[data-bulk] .bulk-icon {
  display: block;
}

/* line 1726, app/assets/stylesheets/home-extra.scss */
.other-services {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  gap: 24px;
  width: 1280px;
  height: 248px;
  align-self: stretch;
  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 0 auto;
}

/* line 1742, app/assets/stylesheets/home-extra.scss */
.hero-feature-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  isolation: isolate;
  width: 236.8px;
  height: 248px;
  background: #ffffff;
  box-shadow: 0px 2px 40px rgba(0, 78, 111, 0.08);
  border-radius: 16px;
  flex: none;
  flex-grow: 1;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

/* line 1759, app/assets/stylesheets/home-extra.scss */
.hero-feature-card:hover, .hero-feature-card:focus, .hero-feature-card:focus-visible {
  text-decoration: none;
  color: inherit;
}

/* line 1766, app/assets/stylesheets/home-extra.scss */
.hero-feature-card:focus-visible {
  outline: 2px solid #F9A529;
  outline-offset: 2px;
}

/* line 1772, app/assets/stylesheets/home-extra.scss */
.hero-feature-card:last-child {
  margin-inline-end: 0;
}

/* line 1776, app/assets/stylesheets/home-extra.scss */
.hero-feature-card__card {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  isolation: isolate;
  width: 236.8px;
  height: 248px;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
}

/* line 1793, app/assets/stylesheets/home-extra.scss */
.hero-feature-card__ellipse {
  display: none;
}

/* line 1798, app/assets/stylesheets/home-extra.scss */
.hero-feature-card__icon {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0;
  gap: 10px;
  width: 236.8px;
  height: 140px;
  border-radius: 12px;
  z-index: 1;
  background: #ffffff;
  overflow: hidden;
}

/* line 1814, app/assets/stylesheets/home-extra.scss */
.hero-feature-card__icon-img {
  width: 236.8px;
  height: 140px;
  flex: none;
  order: 0;
  flex-grow: 1;
  object-fit: cover;
  display: block;
  transform-origin: center center;
  transition: transform 0.25s ease;
}

/* line 1827, app/assets/stylesheets/home-extra.scss */
.hero-feature-card__body {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 16px 24px;
  gap: 16px;
  width: 236.8px;
  height: 108px;
  z-index: 2;
}

/* line 1840, app/assets/stylesheets/home-extra.scss */
.hero-feature-card__body::before, .hero-feature-card__body::after {
  content: '';
  position: absolute;
  bottom: 38px;
  height: 0;
  border-top: 1px solid #F9A529;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

/* line 1852, app/assets/stylesheets/home-extra.scss */
.hero-feature-card__body::before {
  left: 16px;
  width: calc(50% - 40.5px - 16px);
  transform: scaleX(0);
  transform-origin: right center;
}

/* line 1859, app/assets/stylesheets/home-extra.scss */
.hero-feature-card__body::after {
  right: 16px;
  width: calc(50% - 40.5px - 16px);
  transform: scaleX(0);
  transform-origin: left center;
}

/* line 1867, app/assets/stylesheets/home-extra.scss */
.hero-feature-card__label {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 204.8px;
  height: 24px;
  margin: 0;
  text-align: center;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #001F2C;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

/* line 1885, app/assets/stylesheets/home-extra.scss */
.hero-feature-card__btn {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 16px;
  gap: 8px;
  min-width: 81px;
  height: 28px;
  background: #FEEDD4;
  border: 1px solid #F9A529;
  border-radius: 32px;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: capitalize;
  color: #F9A529;
  text-decoration: none;
  white-space: nowrap;
  flex: none;
  order: 1;
  flex-grow: 0;
  pointer-events: none;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

/* line 1911, app/assets/stylesheets/home-extra.scss */
.hero-feature-card:hover .hero-feature-card__btn,
.hero-feature-card:focus .hero-feature-card__btn,
.hero-feature-card:focus-visible .hero-feature-card__btn {
  color: #ffffff;
  background: #F9A529;
  border-color: #F9A529;
}

@media (hover: hover) {
  /* line 1921, app/assets/stylesheets/home-extra.scss */
  .hero-feature-card:hover .hero-feature-card__icon-img {
    transform: scale(1.08);
  }
  /* line 1925, app/assets/stylesheets/home-extra.scss */
  .hero-feature-card:hover .hero-feature-card__body::before,
.hero-feature-card:hover .hero-feature-card__body::after {
    opacity: 1;
    transform: scaleX(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  /* line 1934, app/assets/stylesheets/home-extra.scss */
  .hero-feature-card__icon-img,
.hero-feature-card__body::before,
.hero-feature-card__body::after {
    transition: none;
  }
  /* line 1940, app/assets/stylesheets/home-extra.scss */
  .hero-feature-card:hover .hero-feature-card__icon-img {
    transform: none;
  }
}

@media (min-width: 601px) and (max-width: 1200px) {
  /* line 1947, app/assets/stylesheets/home-extra.scss */
  .other-services {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 24px;
    width: 754px;
    max-width: 100%;
    height: 224px;
    align-self: stretch;
    flex: none;
  }
  /* line 1960, app/assets/stylesheets/home-extra.scss */
  .hero-feature-card,
.hero-feature-card__card {
    width: 131.6px;
    height: 224px;
    border-radius: 16px;
    box-shadow: 0px 2px 40px rgba(0, 78, 111, 0.08);
  }
  /* line 1968, app/assets/stylesheets/home-extra.scss */
  .hero-feature-card__ellipse {
    width: 31px;
    left: calc(50% - 15.5px + 0.7px);
    bottom: 38px;
  }
  /* line 1974, app/assets/stylesheets/home-extra.scss */
  .hero-feature-card__icon {
    width: 131.6px;
    height: 100px;
    border-radius: 12px;
  }
  /* line 1980, app/assets/stylesheets/home-extra.scss */
  .hero-feature-card__icon-img {
    width: 131.6px;
    height: 131.6px;
    object-fit: contain;
  }
  /* line 1986, app/assets/stylesheets/home-extra.scss */
  .hero-feature-card__body {
    width: 131.6px;
    height: 124px;
    padding: 16px 16px 24px;
    gap: 16px;
  }
  /* line 1993, app/assets/stylesheets/home-extra.scss */
  .hero-feature-card__label {
    width: 99.6px;
    height: 40px;
    font-family: 'Figtree', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #001F2C;
  }
  /* line 2004, app/assets/stylesheets/home-extra.scss */
  .hero-feature-card__btn {
    width: 81px;
    height: 28px;
    padding: 4px 16px;
    gap: 8px;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #F9A529;
  }
}

@media (max-width: 600px) {
  /* line 2015, app/assets/stylesheets/home-extra.scss */
  .search-and-services {
    align-items: stretch;
    width: 100%;
  }
  /* line 2020, app/assets/stylesheets/home-extra.scss */
  .other-services {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 0;
    gap: 16px;
    width: 100%;
    min-height: 684px;
    height: auto;
    align-self: stretch;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  /* line 2040, app/assets/stylesheets/home-extra.scss */
  .hero-feature-card {
    width: calc(50% - 8px);
    max-width: 163.2px;
    height: 204px;
    flex: none;
    flex-grow: 0;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 2px 40px rgba(0, 78, 111, 0.08);
  }
  /* line 2050, app/assets/stylesheets/home-extra.scss */
  .hero-feature-card:nth-child(n + 3) {
    height: 224px;
  }
  /* line 2054, app/assets/stylesheets/home-extra.scss */
  .hero-feature-card:nth-child(1) .hero-feature-card__ellipse {
    left: calc(50% - 15.5px + 0.1px);
  }
  /* line 2058, app/assets/stylesheets/home-extra.scss */
  .hero-feature-card:nth-child(even) .hero-feature-card__ellipse, .hero-feature-card:nth-child(n + 3) .hero-feature-card__ellipse {
    left: calc(50% - 15.5px + 0.9px);
  }
  /* line 2063, app/assets/stylesheets/home-extra.scss */
  .hero-feature-card:nth-child(n + 3) .hero-feature-card__body {
    height: 124px;
  }
  /* line 2067, app/assets/stylesheets/home-extra.scss */
  .hero-feature-card:nth-child(n + 3) .hero-feature-card__label {
    height: auto;
    min-height: 40px;
  }
  /* line 2073, app/assets/stylesheets/home-extra.scss */
  .hero-feature-card__card {
    width: 100%;
    height: 100%;
    border-radius: 16px;
  }
  /* line 2079, app/assets/stylesheets/home-extra.scss */
  .hero-feature-card__ellipse {
    width: 31px;
    bottom: 38px;
  }
  /* line 2084, app/assets/stylesheets/home-extra.scss */
  .hero-feature-card__icon {
    width: 100%;
    height: 100px;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 2094, app/assets/stylesheets/home-extra.scss */
  .hero-feature-card__icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  /* line 2101, app/assets/stylesheets/home-extra.scss */
  .hero-feature-card__body {
    width: 100%;
    height: 104px;
    padding: 16px 16px 24px;
    gap: 16px;
    box-sizing: border-box;
  }
  /* line 2109, app/assets/stylesheets/home-extra.scss */
  .hero-feature-card__label {
    width: 100%;
    max-width: 131.2px;
    height: 20px;
    margin: 0;
    align-self: stretch;
    text-align: center;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #001F2C;
  }
  /* line 2120, app/assets/stylesheets/home-extra.scss */
  .hero-feature-card__btn {
    width: 81px;
    height: 28px;
    padding: 4px 16px;
    gap: 8px;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #F9A529;
  }
}

/* line 2135, app/assets/stylesheets/home-extra.scss */
.good-deal-section:not(:has(.good-deal-section__element)):not(:has(.good-deal-section__spinner)) {
  display: none;
}

/* line 2139, app/assets/stylesheets/home-extra.scss */
.good-deal-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 80px;
  gap: 80px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* line 2150, app/assets/stylesheets/home-extra.scss */
.good-deal-section__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0px;
  width: 197px;
  height: 48px;
  flex: none;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #009CDE;
}

/* line 2163, app/assets/stylesheets/home-extra.scss */
.good-deal-section__slider {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 132px;
  overflow: hidden;
}

/* line 2173, app/assets/stylesheets/home-extra.scss */
.good-deal-section__track {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  width: max-content;
  animation: partners-scroll 45s linear infinite;
}

/* line 2181, app/assets/stylesheets/home-extra.scss */
.good-deals-slider:hover .good-deal-section__track {
  animation-play-state: paused;
}

/* line 2186, app/assets/stylesheets/home-extra.scss */
.good-deal-section__spinner {
  color: #009CDE;
  width: 100%;
  max-width: 1280px;
  height: 208px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 2195, app/assets/stylesheets/home-extra.scss */
.good-deal-section__spinner .spinner-border {
  width: 4rem;
  height: 4rem;
  vertical-align: text-bottom;
  border: 0.45em solid currentColor;
  border-right-color: transparent;
}

/* line 2204, app/assets/stylesheets/home-extra.scss */
.good-deal-section__element {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 24px;
  gap: 4px;
  width: 231px;
  min-width: 231px;
  height: 132px;
  flex: 0 0 auto;
  background: #ffffff;
  box-shadow: 0 2px 40px rgba(0, 78, 111, 0.08);
  border-radius: 16px;
  cursor: pointer;
}

/* line 2219, app/assets/stylesheets/home-extra.scss */
.good-deal-section__element .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  width: 183px;
  height: 56px;
}

/* line 2227, app/assets/stylesheets/home-extra.scss */
.good-deal-section__element .info__location {
  display: flex;
  align-items: center;
  gap: 19px;
  width: 183px;
  height: 18px;
}

/* line 2235, app/assets/stylesheets/home-extra.scss */
.good-deal-section__element .info__location img {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
}

/* line 2241, app/assets/stylesheets/home-extra.scss */
.good-deal-section__element .info__port {
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Primary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #001F2C;
}

/* line 2250, app/assets/stylesheets/home-extra.scss */
.good-deal-section__element .info__port[data-target="pol"] {
  text-align: start;
}

/* line 2254, app/assets/stylesheets/home-extra.scss */
.good-deal-section__element .info__port[data-target="pod"] {
  text-align: end;
}

/* line 2259, app/assets/stylesheets/home-extra.scss */
.good-deal-section__element .info__track {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 183px;
  height: 16px;
}

/* line 2266, app/assets/stylesheets/home-extra.scss */
.good-deal-section__element .info__track .flag {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

/* line 2272, app/assets/stylesheets/home-extra.scss */
.good-deal-section__element .info__track > img:not(.flag) {
  width: 135px;
  height: 8px;
  object-fit: contain;
  flex: 0 0 auto;
}

/* line 2280, app/assets/stylesheets/home-extra.scss */
.good-deal-section__element .info__codes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 183px;
  height: 18px;
}

/* line 2289, app/assets/stylesheets/home-extra.scss */
.good-deal-section__element .items {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 10px;
  width: 183px;
  height: 40px;
}

/* line 2297, app/assets/stylesheets/home-extra.scss */
.good-deal-section__element .items__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 8px;
  gap: 4px;
  width: 94px;
  height: 26px;
  background: #E6F5FC;
  border-radius: 30px;
  font-family: "Primary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #001F2C;
}

/* line 2310, app/assets/stylesheets/home-extra.scss */
.good-deal-section__element .items__container img {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

/* line 2317, app/assets/stylesheets/home-extra.scss */
.good-deal-section__element .items__freight {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 79px;
  height: 40px;
}

/* line 2327, app/assets/stylesheets/home-extra.scss */
.good-deal-section__element .subline {
  font-family: "Primary";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  color: #B3BCC0;
}

/* line 2332, app/assets/stylesheets/home-extra.scss */
.good-deal-section__element .price {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #001F2C;
  text-align: right;
}

/* line 2339, app/assets/stylesheets/home-extra.scss */
.good-deal-section__arrows {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  direction: ltr;
}

/* line 2347, app/assets/stylesheets/home-extra.scss */
.good-deal-section__arrows .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  width: 36px;
  height: 36px;
  background: #E6F5FC;
  border: none;
  border-radius: 32px;
  cursor: pointer;
}

/* line 2359, app/assets/stylesheets/home-extra.scss */
.good-deal-section__arrows .arrow img {
  width: 20px;
  height: 20px;
  filter: brightness(0) saturate(100%) invert(10%) sepia(14%) saturate(1638%) hue-rotate(156deg) brightness(94%) contrast(101%);
}

@media (max-width: 1024px) {
  /* line 2139, app/assets/stylesheets/home-extra.scss */
  .good-deal-section {
    padding: 40px 20px;
    gap: 40px;
  }
  /* line 2371, app/assets/stylesheets/home-extra.scss */
  .good-deal-section__track {
    animation-duration: 38s;
  }
}

@media (max-width: 600px) {
  /* line 2139, app/assets/stylesheets/home-extra.scss */
  .good-deal-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 24px 20px;
    gap: 40px;
    width: 100%;
    min-height: 348px;
    height: auto;
    align-self: stretch;
    flex: none;
    order: 3;
    flex-grow: 0;
    box-sizing: border-box;
  }
  /* line 2391, app/assets/stylesheets/home-extra.scss */
  .good-deal-section__title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: auto;
    height: 48px;
    flex: none;
    order: 0;
    flex-grow: 0;
    font-family: "Figtree";
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #009CDE;
  }
  /* line 2406, app/assets/stylesheets/home-extra.scss */
  .good-deal-section__slider {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 132px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    overflow: hidden;
  }
  /* line 2419, app/assets/stylesheets/home-extra.scss */
  .good-deal-section__track {
    animation-duration: 38s;
  }
  /* line 2423, app/assets/stylesheets/home-extra.scss */
  .good-deal-section__spinner {
    width: 100%;
    height: 132px;
    flex: none;
    order: 1;
    align-self: stretch;
  }
  /* line 2431, app/assets/stylesheets/home-extra.scss */
  .good-deal-section__element {
    flex: none;
    flex-grow: 0;
  }
  /* line 2436, app/assets/stylesheets/home-extra.scss */
  .good-deal-section__arrows {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0;
    gap: 8px;
    width: 80px;
    height: 36px;
    flex: none;
    order: 2;
    flex-grow: 0;
  }
}

/* line 2455, app/assets/stylesheets/home-extra.scss */
.partners {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 80px 64px;
  gap: 40px;
  min-height: 0;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* line 2468, app/assets/stylesheets/home-extra.scss */
.partners__slider.partners-slider {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 64px;
  width: 100%;
  max-width: 1440px;
  height: 128px;
  overflow: hidden;
  margin: 0 auto;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 96px, #000 calc(100% - 96px), transparent);
  mask-image: linear-gradient(to right, transparent, #000 96px, #000 calc(100% - 96px), transparent);
}

/* line 2483, app/assets/stylesheets/home-extra.scss */
.partners__slider.partners-slider--empty {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}

/* line 2488, app/assets/stylesheets/home-extra.scss */
.partners__slider.partners-slider--empty .partners__placeholder-text {
  margin: 0;
  font-size: 14px;
  color: #999;
}

/* line 2496, app/assets/stylesheets/home-extra.scss */
.partners__track {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 64px;
  width: max-content;
  animation: partners-scroll 45s linear infinite;
}

/* line 2505, app/assets/stylesheets/home-extra.scss */
.partners-slider:hover .partners__track {
  animation-play-state: paused;
}

@keyframes partners-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* line 2518, app/assets/stylesheets/home-extra.scss */
.partners__logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  gap: 10px;
  flex: 0 0 auto;
  width: 148px;
  height: 72px;
}

/* line 2529, app/assets/stylesheets/home-extra.scss */
.partners__logo img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
}

@media (max-width: 1024px) {
  /* line 2543, app/assets/stylesheets/home-extra.scss */
  .partners {
    padding: 0 24px 32px;
    gap: 48px;
  }
  /* line 2548, app/assets/stylesheets/home-extra.scss */
  .partners__track {
    gap: 32px;
    animation-duration: 38s;
  }
}

/* line 2557, app/assets/stylesheets/home-extra.scss */
.numbers {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 80px 40px;
  gap: 80px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* line 2569, app/assets/stylesheets/home-extra.scss */
.numbers__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}

/* line 2577, app/assets/stylesheets/home-extra.scss */
.numbers__subtitle {
  margin: 0;
  max-width: 678px;
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: #009CDE;
}

/* line 2588, app/assets/stylesheets/home-extra.scss */
.numbers__header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 100%;
  max-width: 678px;
  margin: 0;
  font-family: 'Figtree', sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  text-transform: capitalize;
  color: #009CDE;
}

/* line 2606, app/assets/stylesheets/home-extra.scss */
.numbers__row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0;
  gap: 24px;
  width: 100%;
  max-width: 1280px;
  filter: drop-shadow(0px 2px 40px rgba(0, 78, 111, 0.08));
}

/* line 2619, app/assets/stylesheets/home-extra.scss */
.numbers-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 40px;
  gap: 8px;
  isolation: isolate;
  position: relative;
  box-sizing: border-box;
  flex: 0 0 236.8px;
  width: 236.8px;
  height: 248px;
  background: #ffffff;
  border-radius: 40px;
  overflow: hidden;
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s ease;
}

/* line 2637, app/assets/stylesheets/home-extra.scss */
.numbers-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 78, 111, 0.12);
}

/* line 2646, app/assets/stylesheets/home-extra.scss */
.numbers-card__icon {
  position: absolute;
  z-index: 0;
  inset-inline-end: 0;
  bottom: 0;
  width: 120px;
  height: 120px;
  pointer-events: none;
}

/* line 2656, app/assets/stylesheets/home-extra.scss */
.numbers-card__icon-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
}

/* line 2664, app/assets/stylesheets/home-extra.scss */
.numbers-card__value {
  position: relative;
  z-index: 1;
  align-self: stretch;
  margin: 0;
  font-family: 'Figtree', sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  color: #001F2C;
  transition: color 0.2s ease;
}

/* line 2677, app/assets/stylesheets/home-extra.scss */
.numbers-card:hover .numbers-card__value {
  color: #009CDE;
}

/* line 2681, app/assets/stylesheets/home-extra.scss */
.numbers-card__label {
  position: relative;
  z-index: 2;
  align-self: stretch;
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #001F2C;
}

@media (max-width: 1024px) {
  /* line 2691, app/assets/stylesheets/home-extra.scss */
  .numbers {
    padding: 48px 24px 32px;
    gap: 48px;
  }
  /* line 2696, app/assets/stylesheets/home-extra.scss */
  .numbers__header {
    font-size: 28px;
    line-height: 36px;
  }
  /* line 2701, app/assets/stylesheets/home-extra.scss */
  .numbers__subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  /* line 2706, app/assets/stylesheets/home-extra.scss */
  .numbers__row {
    gap: 16px;
  }
  /* line 2710, app/assets/stylesheets/home-extra.scss */
  .numbers-card {
    flex: 1 1 160px;
    width: auto;
    min-width: 160px;
    height: auto;
    min-height: 200px;
    padding: 28px;
  }
  /* line 2719, app/assets/stylesheets/home-extra.scss */
  .numbers-card__value {
    font-size: 32px;
    line-height: 40px;
  }
  /* line 2724, app/assets/stylesheets/home-extra.scss */
  .numbers-card__icon {
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
  }
}

@media (min-width: 601px) and (max-width: 1024px) {
  /* line 2733, app/assets/stylesheets/home-extra.scss */
  .numbers__row {
    display: grid;
    grid-template-columns: repeat(3, 236.8px);
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    width: calc(236.8px * 3 + 24px * 2);
    max-width: 100%;
  }
  /* line 2743, app/assets/stylesheets/home-extra.scss */
  .numbers-card {
    flex: none;
    width: 236.8px;
    height: 248px;
    min-width: 236.8px;
    min-height: 248px;
    padding: 40px;
  }
  /* line 2751, app/assets/stylesheets/home-extra.scss */
  .numbers-card:nth-child(4), .numbers-card:nth-child(5) {
    margin-left: calc(236.8px / 2 + 24px / 2);
  }
  /* line 2757, app/assets/stylesheets/home-extra.scss */
  .numbers-card__value {
    font-size: 40px;
    line-height: 48px;
  }
  /* line 2762, app/assets/stylesheets/home-extra.scss */
  .numbers-card__icon {
    right: 0;
    bottom: 0;
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 600px) {
  /* line 2771, app/assets/stylesheets/home-extra.scss */
  .numbers {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    padding: 40px 24px 20px;
    gap: 40px;
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
    flex: none;
    flex-grow: 0;
    box-sizing: border-box;
  }
  /* line 2786, app/assets/stylesheets/home-extra.scss */
  .numbers__header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: 10px;
    width: 342px;
    max-width: 100%;
    height: auto;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    font-size: 32px;
    line-height: 40px;
    font-weight: 900;
    text-align: center;
    text-transform: capitalize;
    color: #009CDE;
  }
  /* line 2807, app/assets/stylesheets/home-extra.scss */
  .numbers__subtitle {
    font-size: 18px;
    line-height: 26px;
  }
  /* line 2812, app/assets/stylesheets/home-extra.scss */
  .numbers__row {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    padding: 0;
    gap: 16px;
    width: 342px;
    max-width: 100%;
    flex: none;
    flex-grow: 0;
    filter: drop-shadow(0px 2px 40px rgba(0, 78, 111, 0.08));
  }
  /* line 2826, app/assets/stylesheets/home-extra.scss */
  .numbers-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 40px;
    gap: 2px;
    isolation: isolate;
    position: relative;
    box-sizing: border-box;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    width: 342px;
    max-width: 100%;
    height: 168px;
    min-height: 168px;
    min-width: 0;
    margin-left: 0;
    background: #ffffff;
    border-radius: 40px;
    overflow: hidden;
  }
  /* line 2850, app/assets/stylesheets/home-extra.scss */
  .numbers-card__icon {
    right: 0;
    bottom: 0;
    width: 120px;
    height: 120px;
  }
  /* line 2857, app/assets/stylesheets/home-extra.scss */
  .numbers-card__value {
    position: relative;
    z-index: 1;
    align-self: stretch;
    width: 262px;
    max-width: 100%;
    margin: 0;
    font-family: 'Figtree', sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 900;
    color: #001F2C;
  }
  /* line 2871, app/assets/stylesheets/home-extra.scss */
  .numbers-card__label {
    position: relative;
    z-index: 2;
    align-self: stretch;
    width: 262px;
    max-width: 100%;
    margin: 0;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #001F2C;
  }
}

/* line 2887, app/assets/stylesheets/home-extra.scss */
.why-nowlun {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 80px;
  gap: 80px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
  flex: none;
  align-self: stretch;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  overflow: hidden;
}

/* line 2905, app/assets/stylesheets/home-extra.scss */
.why-nowlun__title {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #009CDE;
  margin: 0;
}

/* line 2915, app/assets/stylesheets/home-extra.scss */
.why-nowlun__cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  gap: 40px;
  width: 100%;
  flex: none;
}

/* line 2926, app/assets/stylesheets/home-extra.scss */
.why-nowlun-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  gap: 24px;
  isolation: isolate;
  width: 400px;
  min-height: 340px;
  background: #E6F5FC;
  border-radius: 40px;
  flex: none;
  flex-grow: 1;
  position: relative;
  box-sizing: border-box;
}

/* line 2943, app/assets/stylesheets/home-extra.scss */
.why-nowlun-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 8px;
  width: 100%;
  max-width: 320px;
  flex: none;
  position: relative;
  z-index: 1;
}

/* line 2956, app/assets/stylesheets/home-extra.scss */
.why-nowlun-card__title {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: #001F2C;
  margin: 0;
}

/* line 2964, app/assets/stylesheets/home-extra.scss */
.why-nowlun-card__description {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #334C56;
  margin: 0;
}

/* line 2970, app/assets/stylesheets/home-extra.scss */
.why-nowlun-card__illustration {
  position: absolute;
  width: 270px;
  height: 200px;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}

/* line 2980, app/assets/stylesheets/home-extra.scss */
.why-nowlun-card__illustration-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
  display: block;
}

/* line 2988, app/assets/stylesheets/home-extra.scss */
.why-nowlun__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  width: 100%;
}

/* line 2999, app/assets/stylesheets/home-extra.scss */
#home .all-solutions-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: #E6F5FC;
}

/* line 3007, app/assets/stylesheets/home-extra.scss */
#home .all-solutions-section__white-bg {
  width: 100%;
  height: 80px;
  background: #ffffff;
  border-radius: 0 0 80px 80px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

/* line 3017, app/assets/stylesheets/home-extra.scss */
#home .all-solution-hero-section .hero-content__text {
  max-width: 633px;
}

/* line 3021, app/assets/stylesheets/home-extra.scss */
#home .all-solution-hero-section .typography-4xl-40 {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  width: 633px;
  max-width: 100%;
  height: 96px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

/* line 3034, app/assets/stylesheets/home-extra.scss */
#home .all-solution-hero-section .hero-content__title--home {
  width: 633px;
  max-width: 100%;
  height: 96px;
  margin: 0;
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #009CDE;
  flex: none;
  order: 0;
  flex-grow: 0;
}

@media (max-width: 600px) {
  /* line 3055, app/assets/stylesheets/home-extra.scss */
  #home .all-solution-hero-section .typography-4xl-40 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 0;
  }
  /* line 3063, app/assets/stylesheets/home-extra.scss */
  #home .all-solution-hero-section .hero-content__title--home {
    width: 100%;
    height: auto;
    min-height: 0;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  /* line 3073, app/assets/stylesheets/home-extra.scss */
  .why-nowlun {
    padding: 40px 40px;
  }
  /* line 3077, app/assets/stylesheets/home-extra.scss */
  .why-nowlun__inner {
    gap: 80px;
  }
  /* line 3081, app/assets/stylesheets/home-extra.scss */
  .why-nowlun__cards {
    flex-direction: row;
    justify-content: center;
    gap: 24px;
  }
  /* line 3087, app/assets/stylesheets/home-extra.scss */
  .why-nowlun-card {
    padding: 40px 16px;
    width: 235.33px;
    min-width: 0;
    height: 340px;
    flex: 1 1 0;
  }
  /* line 3095, app/assets/stylesheets/home-extra.scss */
  .why-nowlun-card__content {
    max-width: 203.33px;
  }
  /* line 3099, app/assets/stylesheets/home-extra.scss */
  .why-nowlun-card__title {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
  }
  /* line 3103, app/assets/stylesheets/home-extra.scss */
  .why-nowlun-card__illustration {
    width: 236px;
    height: 140px;
    top: 200px;
    right: 0;
    bottom: auto;
  }
}

@media (max-width: 600px) {
  /* line 3114, app/assets/stylesheets/home-extra.scss */
  .why-nowlun {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: 0;
    width: 100%;
    min-height: 995px;
    height: auto;
    align-self: stretch;
    flex: none;
    order: 4;
    flex-grow: 0;
    box-sizing: border-box;
    background: #E6F5FC;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: visible;
  }
  /* line 3135, app/assets/stylesheets/home-extra.scss */
  .why-nowlun__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 24px 0;
    gap: 40px;
    width: 100%;
    flex: none;
    align-self: stretch;
    background: #ffffff;
    box-sizing: border-box;
  }
  /* line 3149, app/assets/stylesheets/home-extra.scss */
  .why-nowlun__title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 100%;
    height: 48px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    font-family: "Figtree", sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    color: #009CDE;
  }
  /* line 3168, app/assets/stylesheets/home-extra.scss */
  .why-nowlun__cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 24px;
    width: 100%;
    min-height: 888px;
    height: auto;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
  }
  /* line 3183, app/assets/stylesheets/home-extra.scss */
  .why-nowlun-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 16px;
    gap: 24px;
    isolation: isolate;
    width: 100%;
    height: 280px;
    min-height: 280px;
    background: #E6F5FC;
    border-radius: 24px;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    position: relative;
    box-sizing: border-box;
  }
  /* line 3202, app/assets/stylesheets/home-extra.scss */
  .why-nowlun-card__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 8px;
    width: 100%;
    max-width: 310px;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    position: relative;
    z-index: 1;
  }
  /* line 3217, app/assets/stylesheets/home-extra.scss */
  .why-nowlun-card__title {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    width: 100%;
    max-width: 310px;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #001F2C;
    margin: 0;
  }
  /* line 3233, app/assets/stylesheets/home-extra.scss */
  .why-nowlun-card__description {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
    width: 100%;
    max-width: 310px;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #334C56;
    margin: 0;
  }
  /* line 3248, app/assets/stylesheets/home-extra.scss */
  .why-nowlun-card__illustration {
    position: absolute;
    width: 236px;
    height: 140px;
    top: auto;
    right: 0;
    bottom: 0;
    flex: none;
    flex-grow: 0;
    z-index: 0;
    pointer-events: none;
  }
  /* line 3261, app/assets/stylesheets/home-extra.scss */
  .why-nowlun-card__illustration-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
    display: block;
  }
}

/* line 3270, app/assets/stylesheets/home-extra.scss */
.management-dashboard {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  padding: 80px 0;
  background: #004E6F;
}

/* line 3280, app/assets/stylesheets/home-extra.scss */
.management-dashboard__wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  width: 100%;
  height: 120px;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

/* line 3292, app/assets/stylesheets/home-extra.scss */
.management-dashboard__wave-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  display: block;
}

/* line 3300, app/assets/stylesheets/home-extra.scss */
.management-dashboard__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url(/assets/home/gif-container-background-fdc5b4cd9be9a9ed110b1ad2eb9b6bc346e71a103288289f44bed7cafad8010a.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 3310, app/assets/stylesheets/home-extra.scss */
.management-dashboard__waves.waves-illustration {
  position: absolute;
  left: 0;
  top: -48.98px;
  width: 100%;
  height: 128.98px;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

/* line 3321, app/assets/stylesheets/home-extra.scss */
.management-dashboard__waves-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

/* line 3329, app/assets/stylesheets/home-extra.scss */
.management-dashboard__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 80px;
  gap: 80px;
  max-width: 1440px;
  width: 100%;
  margin: 80px auto;
}

/* line 3342, app/assets/stylesheets/home-extra.scss */
.management-dashboard__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 784px;
  text-align: center;
}

/* line 3352, app/assets/stylesheets/home-extra.scss */
.management-dashboard__title {
  width: 100%;
  margin: 0;
  font-family: "Figtree", sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  color: #F9A529;
}

/* line 3362, app/assets/stylesheets/home-extra.scss */
.management-dashboard__subtitle {
  width: 100%;
  max-width: 723px;
  margin: 0;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
}

/* line 3373, app/assets/stylesheets/home-extra.scss */
.management-dashboard__sections {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  gap: 40px;
  width: 100%;
  max-width: 1280px;
}

/* line 3384, app/assets/stylesheets/home-extra.scss */
.management-dashboard__block {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  gap: 40px;
  width: auto;
  min-width: 0;
}

/* line 3396, app/assets/stylesheets/home-extra.scss */
.management-dashboard__block-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  gap: 16px;
  width: 100%;
  text-align: center;
}

/* line 3407, app/assets/stylesheets/home-extra.scss */
.management-dashboard__block-title {
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
}

/* line 3413, app/assets/stylesheets/home-extra.scss */
.management-dashboard__block-description {
  width: 100%;
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #B3E1F5;
}

/* line 3423, app/assets/stylesheets/home-extra.scss */
.management-dashboard__block-btn {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  gap: 8px;
  min-height: 36px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  color: #ffffff !important;
  background: #F9A529;
  border: 1px solid #F9A529;
  border-radius: 32px;
  text-decoration: none;
  flex: none;
  flex-grow: 0;
  white-space: nowrap;
  transition: background 0.15s ease, border-color 0.15s ease;
}

/* line 3444, app/assets/stylesheets/home-extra.scss */
.management-dashboard__block-btn:hover, .management-dashboard__block-btn:focus, .management-dashboard__block-btn:active {
  color: #ffffff !important;
  text-decoration: none;
  background: #E09525;
  border-color: #E09525;
}

/* line 3453, app/assets/stylesheets/home-extra.scss */
.management-dashboard__block-btn:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

/* line 3459, app/assets/stylesheets/home-extra.scss */
.management-dashboard__block-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  gap: 10px;
  width: 100%;
  height: 400px;
  background: linear-gradient(239.01deg, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0.25) 100%);
  border-radius: 40px;
  flex: none;
  flex-grow: 0;
  overflow: hidden;
}

/* line 3476, app/assets/stylesheets/home-extra.scss */
.management-dashboard__block-image {
  display: block;
  width: 100%;
  max-width: 352px;
  padding: 0 4px;
  box-sizing: border-box;
  object-fit: contain;
  flex: none;
  flex-grow: 0;
}

/* line 3487, app/assets/stylesheets/home-extra.scss */
.management-dashboard__action {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 3;
}

@media (max-width: 600px) {
  /* line 3487, app/assets/stylesheets/home-extra.scss */
  .management-dashboard__action {
    padding: 0 8px;
  }
}

/* line 3499, app/assets/stylesheets/home-extra.scss */
.management-dashboard__btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  gap: 8px;
  min-width: 228px;
  height: 40px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #ffffff !important;
  background: #F9A529;
  border: 1px solid #F9A529;
  border-radius: 32px;
  text-decoration: none;
  position: relative;
  z-index: 4;
  white-space: nowrap;
}

/* line 3519, app/assets/stylesheets/home-extra.scss */
.management-dashboard__btn:hover, .management-dashboard__btn:focus, .management-dashboard__btn:active {
  color: #ffffff !important;
  text-decoration: none;
  background: #F9A529;
  border: 1px solid #F9A529;
  opacity: 1;
}

@media (min-width: 601px) and (max-width: 1024px) {
  /* line 3533, app/assets/stylesheets/home-extra.scss */
  .management-dashboard__content {
    max-width: 834px;
    padding: 0 40px;
    gap: 80px;
  }
  /* line 3539, app/assets/stylesheets/home-extra.scss */
  .management-dashboard__text {
    max-width: 754px;
  }
  /* line 3543, app/assets/stylesheets/home-extra.scss */
  .management-dashboard__sections {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    padding: 0;
    gap: 40px;
    width: 100%;
    max-width: 754px;
    flex: none;
    flex-grow: 0;
  }
  /* line 3556, app/assets/stylesheets/home-extra.scss */
  .management-dashboard__block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    padding: 0;
    gap: 40px;
    width: 100%;
    max-width: 754px;
    height: 400px;
    flex: none;
    flex-grow: 0;
  }
  /* line 3571, app/assets/stylesheets/home-extra.scss */
  .management-dashboard__block-card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 24px;
    gap: 10px;
    order: 0;
    width: 400px;
    max-width: 400px;
    height: 400px;
    background: linear-gradient(239.01deg, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0.25) 100%);
    border-radius: 40px;
    flex: none;
    flex-grow: 0;
  }
  /* line 3589, app/assets/stylesheets/home-extra.scss */
  .management-dashboard__block-image {
    display: block;
    width: 352px;
    max-width: 352px;
    padding: 0 4px;
    box-sizing: border-box;
    object-fit: contain;
    flex: none;
    flex-grow: 0;
  }
  /* line 3600, app/assets/stylesheets/home-extra.scss */
  .management-dashboard__block:nth-child(1) .management-dashboard__block-image {
    height: 230px;
    max-height: 230px;
  }
  /* line 3605, app/assets/stylesheets/home-extra.scss */
  .management-dashboard__block:nth-child(2) .management-dashboard__block-image {
    height: 201px;
    max-height: 201px;
  }
  /* line 3610, app/assets/stylesheets/home-extra.scss */
  .management-dashboard__block:nth-child(3) .management-dashboard__block-image {
    height: 200px;
    max-height: 200px;
  }
  /* line 3615, app/assets/stylesheets/home-extra.scss */
  .management-dashboard__block-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: 16px;
    width: 314px;
    max-width: 314px;
    flex: 1;
    flex-grow: 1;
    text-align: center;
  }
  /* line 3629, app/assets/stylesheets/home-extra.scss */
  .management-dashboard__block-title, .management-dashboard__block-description {
    text-align: center;
  }
  /* line 3634, app/assets/stylesheets/home-extra.scss */
  .management-dashboard__block-description {
    width: 314px;
    max-width: 100%;
  }
  /* line 3639, app/assets/stylesheets/home-extra.scss */
  .management-dashboard__wave {
    height: 80px;
  }
  /* line 3643, app/assets/stylesheets/home-extra.scss */
  .management-dashboard__wave-image {
    height: 100%;
  }
}

@media (max-width: 600px) {
  /* line 3650, app/assets/stylesheets/home-extra.scss */
  .management-dashboard {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 40px;
    isolation: isolate;
    width: 100%;
    min-height: 2100px;
    height: auto;
    align-self: stretch;
    flex: none;
    order: 7;
    flex-grow: 0;
    box-sizing: border-box;
    background: #004E6F;
  }
  /* line 3667, app/assets/stylesheets/home-extra.scss */
  .management-dashboard__bg {
    position: absolute;
    width: 834px;
    height: 1898px;
    left: 0;
    top: 34.28px;
    inset: auto;
    z-index: 0;
    opacity: 0.08;
    background-image: url(/assets/home/gif-container-background-fdc5b4cd9be9a9ed110b1ad2eb9b6bc346e71a103288289f44bed7cafad8010a.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
  }
  /* line 3683, app/assets/stylesheets/home-extra.scss */
  .management-dashboard__waves.waves-illustration {
    position: relative;
    left: auto;
    top: -6px;
    width: 100%;
    height: 40px;
    flex: none;
    order: 1;
    flex-grow: 0;
    z-index: 1;
    pointer-events: none;
    overflow: visible;
  }
  /* line 3697, app/assets/stylesheets/home-extra.scss */
  .management-dashboard__waves-image {
    position: absolute;
    width: 100%;
    height: 35.49px;
    left: 50%;
    transform: translateX(-50%);
    top: -0.2px;
    object-fit: fill;
    object-position: center top;
  }
  /* line 3708, app/assets/stylesheets/home-extra.scss */
  .management-dashboard__wave {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 40px;
    flex: none;
    order: 3;
    flex-grow: 0;
    z-index: 3;
    pointer-events: none;
    overflow: visible;
  }
  /* line 3723, app/assets/stylesheets/home-extra.scss */
  .management-dashboard__wave-image {
    position: absolute;
    width: 100%;
    height: 35.49px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.58px;
    top: auto;
    object-fit: fill;
    object-position: center bottom;
  }
  /* line 3735, app/assets/stylesheets/home-extra.scss */
  .management-dashboard__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 1940px;
    height: auto;
    padding: 0 24px;
    gap: 40px;
    margin: 0;
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
  }
  /* line 3754, app/assets/stylesheets/home-extra.scss */
  .management-dashboard__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 16px;
    width: 100%;
    height: 174px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
  }
  /* line 3768, app/assets/stylesheets/home-extra.scss */
  .management-dashboard__title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: 10px;
    width: 100%;
    height: 80px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 0;
    font-family: "Figtree", sans-serif;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #F9A529;
  }
  /* line 3790, app/assets/stylesheets/home-extra.scss */
  .management-dashboard__subtitle {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 100%;
    height: 78px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 0;
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
  }
  /* line 3811, app/assets/stylesheets/home-extra.scss */
  .management-dashboard__sections {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 40px;
    width: 100%;
    min-height: 1646px;
    height: auto;
    flex: none;
    order: 1;
    flex-grow: 0;
  }
  /* line 3825, app/assets/stylesheets/home-extra.scss */
  .management-dashboard__block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: 40px;
    width: 100%;
    min-height: 522px;
    height: auto;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
  }
  /* line 3840, app/assets/stylesheets/home-extra.scss */
  .management-dashboard__block-card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 24px;
    gap: 10px;
    order: 0;
    width: 100%;
    height: 342px;
    min-height: 342px;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    background: linear-gradient(239.01deg, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0.25) 100%);
    border-radius: 40px;
    overflow: hidden;
  }
  /* line 3860, app/assets/stylesheets/home-extra.scss */
  .management-dashboard__block-image {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
  /* line 3868, app/assets/stylesheets/home-extra.scss */
  .management-dashboard__block:nth-child(1) .management-dashboard__block-image {
    max-width: 324px;
    max-height: 212px;
  }
  /* line 3873, app/assets/stylesheets/home-extra.scss */
  .management-dashboard__block:nth-child(2) .management-dashboard__block-image {
    max-width: 310px;
    max-height: 176px;
  }
  /* line 3878, app/assets/stylesheets/home-extra.scss */
  .management-dashboard__block:nth-child(3) .management-dashboard__block-image {
    max-width: 311px;
    max-height: 177px;
  }
  /* line 3883, app/assets/stylesheets/home-extra.scss */
  .management-dashboard__block-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: 16px;
    order: 1;
    width: 100%;
    min-height: 140px;
    height: auto;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    text-align: center;
  }
  /* line 3900, app/assets/stylesheets/home-extra.scss */
  .management-dashboard__block-title {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
    width: auto;
    min-height: 32px;
    margin: 0;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
  }
  /* line 3914, app/assets/stylesheets/home-extra.scss */
  .management-dashboard__block-description {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    min-height: 48px;
    height: auto;
    margin: 0;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #B3E1F5;
  }
  /* line 3929, app/assets/stylesheets/home-extra.scss */
  .management-dashboard__block-btn {
    flex: none;
    order: 2;
    flex-grow: 0;
  }
  /* line 3935, app/assets/stylesheets/home-extra.scss */
  .management-dashboard__action {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: 8px;
    width: 100%;
    flex: none;
    order: 2;
    flex-grow: 0;
  }
  /* line 3948, app/assets/stylesheets/home-extra.scss */
  .management-dashboard__btn {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;
    width: 228px;
    min-width: 228px;
    height: 40px;
    flex: none;
    flex-grow: 0;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #ffffff !important;
    background: #F9A529;
    border: none;
    border-radius: 32px;
  }
}

/* line 3970, app/assets/stylesheets/home-extra.scss */
.faq-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 120px 80px;
  background: white;
}

/* line 3980, app/assets/stylesheets/home-extra.scss */
.faq-section__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 62px;
  text-align: center;
  color: #212121;
  margin-bottom: 80px;
}

/* line 3992, app/assets/stylesheets/home-extra.scss */
.faq-section__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: flex-start;
  gap: 24px;
  width: 100%;
  position: relative;
  z-index: 1;
}

/* line 4005, app/assets/stylesheets/home-extra.scss */
.faq-section__element {
  background: #ffffff;
  box-shadow: 0px 4px 56px rgba(0, 42, 63, 0.16);
  border-radius: 36px;
  padding: 40px;
  width: 50%;
}

/* line 4014, app/assets/stylesheets/home-extra.scss */
.faq-section__element .title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #212121;
  text-align: start;
  background: white;
  padding: 40px;
  padding-right: 120px;
  border: none;
  border-radius: 36px;
  cursor: pointer;
  position: relative;
}

/* line 4030, app/assets/stylesheets/home-extra.scss */
.faq-section__element .title::after {
  content: "";
  position: absolute;
  background-image: url(/assets/home/arrow-e01b18e7eb089189c5214a81f385d9049e41502d07e5307ebad081bfc99dc191.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 40%;
  right: 5%;
  width: 24px;
  height: 24px;
}

/* line 4045, app/assets/stylesheets/home-extra.scss */
.faq-section__element .subtitle {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #212121;
  text-align: start;
  padding: 0 40px 40px;
  background: transparent;
  border-radius: 36px;
}

/* line 4054, app/assets/stylesheets/home-extra.scss */
.faq-section__element-open > .title::after {
  animation: rotate-arrow 300ms;
  animation-fill-mode: forwards;
}

@keyframes rotate-arrow {
  100% {
    transform: rotate(180deg);
  }
}

/* line 4066, app/assets/stylesheets/home-extra.scss */
.faq-section__action {
  align-self: flex-start;
  margin-top: 24px;
}

/* line 4071, app/assets/stylesheets/home-extra.scss */
.faq-section .ui-widget-content {
  border: none;
}

/* line 4075, app/assets/stylesheets/home-extra.scss */
.faq-section::after {
  content: "";
  position: absolute;
  top: 35%;
  left: 46%;
  background-image: url(/assets/home/circle-d6a0a1fcf943fd40bee0028a34cc29033b81d5bf8f18a0670655ee087302eb89.webp);
  background-blend-mode: multiply;
  background-position: center;
  background-size: 720px 415px;
  background-repeat: no-repeat;
  width: 720px;
  height: 416px;
  opacity: 15%;
}

@media (max-width: 1024px) {
  /* line 4093, app/assets/stylesheets/home-extra.scss */
  .faq-section__element {
    width: 70%;
  }
  /* line 4097, app/assets/stylesheets/home-extra.scss */
  .faq-section::after {
    left: 35%;
  }
}

@media (max-width: 1024px) {
  /* line 3970, app/assets/stylesheets/home-extra.scss */
  .faq-section {
    padding: 60px 20px;
  }
  /* line 4105, app/assets/stylesheets/home-extra.scss */
  .faq-section__element {
    width: 100%;
  }
  /* line 4108, app/assets/stylesheets/home-extra.scss */
  .faq-section__element .title {
    padding: 20px;
    padding-right: 40px;
  }
  /* line 4113, app/assets/stylesheets/home-extra.scss */
  .faq-section__element .subtitle {
    padding: 0 20px 40px;
  }
  /* line 4118, app/assets/stylesheets/home-extra.scss */
  .faq-section::after {
    display: none;
  }
  /* line 4122, app/assets/stylesheets/home-extra.scss */
  .faq-section__title {
    font-family: "Primary";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 50px;
    text-align: center;
  }
}

/* line 4131, app/assets/stylesheets/home-extra.scss */
.gif-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 80px 0;
  gap: 80px;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

/* line 4145, app/assets/stylesheets/home-extra.scss */
.gif-section__bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 80px 0;
  gap: 80px;
  width: 1280px;
  max-width: 100%;
  height: 890px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #006D9B;
  border-radius: 64px;
  flex: none;
  flex-grow: 0;
  box-sizing: border-box;
}

/* line 4164, app/assets/stylesheets/home-extra.scss */
.gif-section__bg-pattern {
  position: absolute;
  left: 0;
  top: 0;
  width: 1280px;
  max-width: 100%;
  height: 851px;
  border-radius: 64px;
  z-index: 0;
  pointer-events: none;
  opacity: 0.24;
  background: url(/assets/home/gif-container-background-fdc5b4cd9be9a9ed110b1ad2eb9b6bc346e71a103288289f44bed7cafad8010a.png) center/cover no-repeat;
}

/* line 4178, app/assets/stylesheets/home-extra.scss */
.gif-section__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  gap: 24px;
  width: 807px;
  max-width: 100%;
  min-height: 98px;
  flex: none;
  order: 1;
  flex-grow: 0;
  z-index: 1;
}

/* line 4193, app/assets/stylesheets/home-extra.scss */
.gif-section__title {
  margin: 0;
  font-family: 'Figtree', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  width: 807px;
  max-width: 100%;
  min-height: 48px;
  flex: none;
}

/* line 4208, app/assets/stylesheets/home-extra.scss */
.gif-section__subtitle {
  margin: 0;
  font-family: 'Figtree', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  width: 807px;
  max-width: 100%;
  min-height: 26px;
  flex: none;
}

/* line 4223, app/assets/stylesheets/home-extra.scss */
.gif-section__player {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  gap: 10px;
  width: 840px;
  max-width: 100%;
  height: 472px;
  background: #ffffff;
  border-radius: 24px;
  flex: none;
  order: 2;
  flex-grow: 0;
  z-index: 2;
  overflow: hidden;
  box-sizing: border-box;
}

/* line 4243, app/assets/stylesheets/home-extra.scss */
.gif-section__player-img {
  width: 840px;
  max-width: 100%;
  height: 583.09px;
  object-fit: cover;
  object-position: top center;
  display: block;
  flex: none;
  align-self: stretch;
}

/* line 4254, app/assets/stylesheets/home-extra.scss */
.gif-section__wave {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 1442px;
  max-width: none;
  height: 80px;
  z-index: 4;
  pointer-events: none;
  overflow: hidden;
}

/* line 4267, app/assets/stylesheets/home-extra.scss */
.gif-section__wave-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 1442px;
  height: 128.98px;
  max-width: none;
  object-fit: cover;
  object-position: top center;
  display: block;
}

@media (max-width: 1024px) {
  /* line 4131, app/assets/stylesheets/home-extra.scss */
  .gif-section {
    padding: 40px 24px 0;
    gap: 48px;
  }
  /* line 4283, app/assets/stylesheets/home-extra.scss */
  .gif-section__bg {
    height: auto;
    min-height: 700px;
    padding: 48px 24px 0;
    gap: 48px;
  }
  /* line 4290, app/assets/stylesheets/home-extra.scss */
  .gif-section__bg-pattern {
    height: 100%;
    min-height: 851px;
  }
  /* line 4295, app/assets/stylesheets/home-extra.scss */
  .gif-section__title {
    font-size: 28px;
    line-height: 1.2;
  }
  /* line 4300, app/assets/stylesheets/home-extra.scss */
  .gif-section__subtitle {
    font-size: 16px;
    line-height: 1.4;
  }
  /* line 4305, app/assets/stylesheets/home-extra.scss */
  .gif-section__player {
    width: 100%;
    height: 360px;
  }
  /* line 4310, app/assets/stylesheets/home-extra.scss */
  .gif-section__player-img {
    width: 100%;
    height: 100%;
  }
  /* line 4315, app/assets/stylesheets/home-extra.scss */
  .gif-section__wave {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 100%;
  }
  /* line 4322, app/assets/stylesheets/home-extra.scss */
  .gif-section__wave-image {
    width: 100%;
    height: 128.98px;
  }
}

@media (max-width: 600px) {
  /* line 4131, app/assets/stylesheets/home-extra.scss */
  .gif-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 24px 0;
    gap: 80px;
    width: 100%;
    min-height: 523.2px;
    height: auto;
    align-self: stretch;
    flex: none;
    order: 2;
    flex-grow: 0;
    box-sizing: border-box;
  }
  /* line 4343, app/assets/stylesheets/home-extra.scss */
  .gif-section__bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 24px 0;
    gap: 24px;
    width: 100%;
    min-height: 503.2px;
    height: auto;
    align-self: stretch;
    flex: none;
    flex-grow: 0;
    border-radius: 40px;
    overflow: hidden;
    box-sizing: border-box;
  }
  /* line 4360, app/assets/stylesheets/home-extra.scss */
  .gif-section__bg-pattern {
    left: 50%;
    top: 0;
    width: 1280px;
    max-width: none;
    height: 851px;
    transform: translateX(calc(-50% + 206px));
    border-radius: 40px;
    opacity: 0.24;
  }
  /* line 4371, app/assets/stylesheets/home-extra.scss */
  .gif-section__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    width: 100%;
    min-height: 214px;
    padding: 0;
    gap: 16px;
    flex: none;
    order: 1;
    z-index: 1;
  }
  /* line 4385, app/assets/stylesheets/home-extra.scss */
  .gif-section__title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 120px;
    margin: 0;
    font-family: 'Figtree', sans-serif;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
  }
  /* line 4400, app/assets/stylesheets/home-extra.scss */
  .gif-section__subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 78px;
    margin: 0;
    font-family: 'Figtree', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
  }
  /* line 4415, app/assets/stylesheets/home-extra.scss */
  .gif-section__player {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    width: 100%;
    height: 165.2px;
    padding: 0;
    gap: 10px;
    background: #ffffff;
    border-radius: 24px;
    flex: none;
    order: 2;
    z-index: 2;
    overflow: hidden;
  }
  /* line 4433, app/assets/stylesheets/home-extra.scss */
  .gif-section__player-img {
    width: 100%;
    height: 204.08px;
    object-fit: cover;
    object-position: top center;
  }
  /* line 4440, app/assets/stylesheets/home-extra.scss */
  .gif-section__wave {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    max-width: 100%;
    height: 36px;
    z-index: 3;
    overflow: visible;
  }
  /* line 4452, app/assets/stylesheets/home-extra.scss */
  .gif-section__wave-image {
    position: absolute;
    left: 50%;
    top: -0.2px;
    transform: translateX(-50%);
    max-width: none;
    height: 37px;
    object-fit: fill;
    object-position: center;
  }
}

/* line 4468, app/assets/stylesheets/home-extra.scss */
.blog-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 80px;
  gap: 80px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

/* line 4481, app/assets/stylesheets/home-extra.scss */
.blog-section__title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 100%;
  max-width: 427px;
  min-height: 48px;
  flex: none;
  order: 0;
  flex-grow: 0;
  font-family: 'Figtree', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  text-transform: capitalize;
  color: #009CDE;
}

/* line 4503, app/assets/stylesheets/home-extra.scss */
.blog-section__row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  gap: 40px;
  width: 100%;
  max-width: 1280px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  filter: drop-shadow(0px 2px 40px rgba(0, 78, 111, 0.08));
}

/* line 4519, app/assets/stylesheets/home-extra.scss */
.blog-section__column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  gap: 24px;
  flex: 1;
  min-width: 0;
}

/* line 4530, app/assets/stylesheets/home-extra.scss */
.blog-section__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 16px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

/* line 4540, app/assets/stylesheets/home-extra.scss */
.blog-section__card--featured {
  flex: 1;
  min-width: 0;
  max-width: 620px;
}

/* line 4547, app/assets/stylesheets/home-extra.scss */
.blog-section__img {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  isolation: isolate;
  width: 100%;
  height: 438px;
  border-radius: 40px;
  overflow: hidden;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
  text-decoration: none;
}

/* line 4564, app/assets/stylesheets/home-extra.scss */
.blog-section__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* line 4572, app/assets/stylesheets/home-extra.scss */
.blog-section__img-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
  border-radius: inherit;
}

/* line 4583, app/assets/stylesheets/home-extra.scss */
.blog-section__img-read {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 32px;
  min-height: 44px;
  background: #F9A529;
  border-radius: 999px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.96);
  transition: opacity 0.28s ease, transform 0.28s ease;
  pointer-events: none;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

/* line 4605, app/assets/stylesheets/home-extra.scss */
.blog-section__img:hover .blog-section__img-overlay, .blog-section__img:focus-visible .blog-section__img-overlay {
  opacity: 1;
}

/* line 4610, app/assets/stylesheets/home-extra.scss */
.blog-section__img:hover .blog-section__img-read, .blog-section__img:focus-visible .blog-section__img-read {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* line 4616, app/assets/stylesheets/home-extra.scss */
.blog-section__img--small {
  height: 195px;
}

/* line 4619, app/assets/stylesheets/home-extra.scss */
.blog-section__img--small .blog-section__img-read {
  padding: 8px 24px;
  min-height: 36px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

/* line 4627, app/assets/stylesheets/home-extra.scss */
.blog-section__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 4px;
  width: 100%;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

/* line 4638, app/assets/stylesheets/home-extra.scss */
.blog-section__text--small {
  min-height: 48px;
}

/* line 4643, app/assets/stylesheets/home-extra.scss */
.blog-section__card-title {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #001F2C;
  display: flex;
  align-items: center;
  width: 100%;
  text-decoration: none;
  line-height: 32px;
}

/* line 4652, app/assets/stylesheets/home-extra.scss */
.blog-section__card-title:hover {
  text-decoration: none;
  color: #001F2C;
}

/* line 4657, app/assets/stylesheets/home-extra.scss */
.blog-section__card-title--small {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  line-height: 24px;
  min-height: 24px;
}

/* line 4664, app/assets/stylesheets/home-extra.scss */
.blog-section__meta {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
  gap: 8px;
  width: 100%;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

/* line 4676, app/assets/stylesheets/home-extra.scss */
.blog-section__tag {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #829095;
  flex: none;
}

/* line 4682, app/assets/stylesheets/home-extra.scss */
.blog-section__date {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #B3BCC0;
  flex: none;
}

/* line 4688, app/assets/stylesheets/home-extra.scss */
.blog-section__action {
  flex: none;
  order: 2;
  flex-grow: 0;
}

/* line 4693, app/assets/stylesheets/home-extra.scss */
.blog-section__action .btn {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 8px;
  min-height: 40px;
  background: #F9A529;
  border-radius: 32px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  border: none;
}

/* line 4708, app/assets/stylesheets/home-extra.scss */
.blog-section__action .btn:hover {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 600px) {
  /* line 4468, app/assets/stylesheets/home-extra.scss */
  .blog-section {
    padding: 24px 16px;
    gap: 32px;
  }
  /* line 4719, app/assets/stylesheets/home-extra.scss */
  .blog-section__title {
    font-size: 28px;
    line-height: 1.2;
  }
  /* line 4724, app/assets/stylesheets/home-extra.scss */
  .blog-section__row {
    flex-direction: column;
    align-items: center;
  }
  /* line 4729, app/assets/stylesheets/home-extra.scss */
  .blog-section__card--featured {
    max-width: 100%;
  }
  /* line 4733, app/assets/stylesheets/home-extra.scss */
  .blog-section__column {
    flex-direction: column;
    width: 100%;
    max-width: 620px;
  }
  /* line 4739, app/assets/stylesheets/home-extra.scss */
  .blog-section__img {
    height: 260px;
  }
  /* line 4742, app/assets/stylesheets/home-extra.scss */
  .blog-section__img--small {
    height: 180px;
  }
}

@media (min-width: 601px) and (max-width: 1024px) {
  /* line 4750, app/assets/stylesheets/home-extra.scss */
  .blog-section {
    padding: 40px;
    gap: 80px;
    width: 100%;
    max-width: 834px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 4759, app/assets/stylesheets/home-extra.scss */
  .blog-section__title {
    width: 427px;
    max-width: 100%;
    min-height: 48px;
    height: 48px;
    font-size: 40px;
    line-height: 48px;
  }
  /* line 4768, app/assets/stylesheets/home-extra.scss */
  .blog-section__row {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    padding: 0;
    gap: 40px;
    width: 754px;
    max-width: 100%;
    flex: none;
    flex-grow: 0;
    filter: drop-shadow(0px 2px 40px rgba(0, 78, 111, 0.08));
  }
  /* line 4782, app/assets/stylesheets/home-extra.scss */
  .blog-section__card--featured {
    flex: none;
    width: 754px;
    max-width: 100%;
    height: auto;
    min-height: 0;
  }
  /* line 4790, app/assets/stylesheets/home-extra.scss */
  .blog-section__card--featured .blog-section__img {
    width: 754px;
    max-width: 100%;
    height: 438px;
  }
  /* line 4796, app/assets/stylesheets/home-extra.scss */
  .blog-section__card--featured .blog-section__text {
    width: 754px;
    max-width: 100%;
    min-height: 56px;
  }
  /* line 4802, app/assets/stylesheets/home-extra.scss */
  .blog-section__card--featured .blog-section__card-title {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    line-height: 32px;
    min-height: 32px;
  }
  /* line 4808, app/assets/stylesheets/home-extra.scss */
  .blog-section__column {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 24px;
    width: 754px;
    max-width: 100%;
    height: 283px;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
  }
  /* line 4822, app/assets/stylesheets/home-extra.scss */
  .blog-section__column .blog-section__card {
    flex: 1 1 0;
    width: 365px;
    max-width: none;
    min-width: 0;
    height: 283px;
  }
  /* line 4830, app/assets/stylesheets/home-extra.scss */
  .blog-section__column .blog-section__img--small {
    width: 365px;
    max-width: 100%;
    height: 195px;
  }
  /* line 4836, app/assets/stylesheets/home-extra.scss */
  .blog-section__text--small {
    width: 100%;
    min-height: 72px;
    height: auto;
  }
  /* line 4842, app/assets/stylesheets/home-extra.scss */
  .blog-section__card-title--small {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    line-height: 24px;
    min-height: 48px;
    height: auto;
    align-items: flex-start;
  }
  /* line 4850, app/assets/stylesheets/home-extra.scss */
  .blog-section__action .btn {
    width: 111px;
    height: 40px;
    min-height: 40px;
    padding: 8px 16px;
  }
}
/* line 8, app/assets/stylesheets/home.scss */
.search-wrapper {
  width: 100%;
  background: rgba(255, 255, 255, 0.92);
  border-bottom-left-radius: 48px;
  border-bottom-right-radius: 48px;
  margin-top: 30px;
  position: relative;
}

/* line 17, app/assets/stylesheets/home.scss */
.ui-datepicker.ui-widget {
  border: 0 !important;
  background: #ffffff;
  border-radius: 8px;
  z-index: 100 !important;
  direction: ltr;
}

/* line 23, app/assets/stylesheets/home.scss */
.ui-datepicker.ui-widget .ui-datepicker-header {
  margin-top: 30px;
  background: #ffffff;
  border: 0;
  border-bottom: 1px solid #dadce0;
}

/* line 29, app/assets/stylesheets/home.scss */
.ui-datepicker.ui-widget td a {
  height: 32px;
  width: 32px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  color: #212121;
  font-size: 14px;
  line-height: 16px;
}

/* line 41, app/assets/stylesheets/home.scss */
.ui-datepicker.ui-widget td.ui-state-disabled span {
  height: 32px;
  width: 32px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  font-size: 14px;
  line-height: 16px;
}

/* line 52, app/assets/stylesheets/home.scss */
.ui-datepicker.ui-widget td a.ui-state-active {
  background: rgba(255, 167, 38, 0.24);
  color: #212121;
}

/* line 57, app/assets/stylesheets/home.scss */
.ui-datepicker.ui-widget .ui-datepicker-prev .ui-icon {
  background: url(/assets/date-prev-arrow-001bf0e3e8eac02c7a7766759ded16633cdc20149cc93f137a54c51e03b7bb8a.svg);
  background-repeat: no-repeat;
  background-position: center;
}

/* line 64, app/assets/stylesheets/home.scss */
.ui-datepicker.ui-widget .ui-datepicker-next .ui-icon {
  background: url(/assets/date-next-arrow-11c6247e075d73ffc9bda4fdddb23c9c1170f9cb891c1fd0f662b7fb0bf8421c.svg);
  background-repeat: no-repeat;
  background-position: center;
}

/* line 72, app/assets/stylesheets/home.scss */
.search-from-button-wrapper {
  flex-shrink: 0;
  margin-left: 24px;
  align-self: flex-end;
}

/* line 76, app/assets/stylesheets/home.scss */
.search-from-button-wrapper button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffa726;
  border: none;
  border-radius: 100%;
  color: white;
}

/* line 86, app/assets/stylesheets/home.scss */
.search-from-button-wrapper button .text {
  display: none;
}

/* line 89, app/assets/stylesheets/home.scss */
.search-from-button-wrapper button .icon {
  display: flex;
}

/* line 93, app/assets/stylesheets/home.scss */
.search-from-button-wrapper button:hover {
  background: rgba(255, 167, 38, 0.9);
}

/* line 98, app/assets/stylesheets/home.scss */
.popover {
  margin-top: -12px;
  width: 300px;
  z-index: 10;
  border: 0;
  direction: ltr;
  box-shadow: 0px 4px 56px rgba(0, 42, 63, 0.16);
  border-radius: 10px;
}

/* line 107, app/assets/stylesheets/home.scss */
.popover .popover-body {
  border: 0;
  padding: 14px;
}

/* line 121, app/assets/stylesheets/home.scss */
.popover:has(.bulk-popover-body) {
  border-radius: 16px;
  box-shadow: 0 2px 40px rgba(0, 109, 155, 0.24);
}

/* line 125, app/assets/stylesheets/home.scss */
.popover:has(.bulk-popover-body) .popover-body {
  padding: 16px;
}

/* line 130, app/assets/stylesheets/home.scss */
.bulk-popover-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

/* line 139, app/assets/stylesheets/home.scss */
.bulk-popover-body .bulk-weight__wrapper {
  width: 100%;
}

/* line 143, app/assets/stylesheets/home.scss */
.bulk-popover-body .bulk-weight__label {
  display: block;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: start;
  color: #667980;
  padding-bottom: 4px;
  margin-bottom: 0px;
}

/* line 155, app/assets/stylesheets/home.scss */
.bulk-popover-body #bulk-weight {
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  padding: 8px 16px;
  background: #ffffff;
  border: 1px solid #E6E9EA;
  border-radius: 8px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #001F2C;
}

/* line 166, app/assets/stylesheets/home.scss */
.bulk-popover-body #bulk-weight:focus {
  outline: none;
  border-color: #009CDE;
}

/* line 172, app/assets/stylesheets/home.scss */
.bulk-popover-body .bulk-commodity__wrapper {
  width: 100%;
}

/* line 175, app/assets/stylesheets/home.scss */
.bulk-popover-body .bulk-commodity__wrapper select {
  width: 100% !important;
}

/* line 179, app/assets/stylesheets/home.scss */
.bulk-popover-body .bulk-commodity__wrapper .select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 8px 16px;
  background: #ffffff;
  border: 1px solid #E6E9EA;
  border-radius: 8px;
}

/* line 188, app/assets/stylesheets/home.scss */
.bulk-popover-body .bulk-commodity__wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: normal;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #001F2C;
}

/* line 195, app/assets/stylesheets/home.scss */
.bulk-popover-body .bulk-commodity__wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #B3BCC0;
}

/* line 199, app/assets/stylesheets/home.scss */
.bulk-popover-body .bulk-commodity__wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
  right: 12px;
}

/* line 206, app/assets/stylesheets/home.scss */
.bulk-popover-body .bulk-error {
  display: none;
  text-align: start;
  padding-top: 4px;
  padding-left: 0 !important;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #c62828;
}

/* line 218, app/assets/stylesheets/home.scss */
.bulk-popover-body + .popover-done-button-wrapper {
  padding: 16px 0 0;
}

/* line 221, app/assets/stylesheets/home.scss */
.bulk-popover-body + .popover-done-button-wrapper .btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 8px 24px;
  background: #F9A529;
  border: 0;
  border-radius: 32px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-transform: capitalize;
  text-decoration: none;
}

/* line 235, app/assets/stylesheets/home.scss */
.bulk-popover-body + .popover-done-button-wrapper .btn-link:hover, .bulk-popover-body + .popover-done-button-wrapper .btn-link:focus {
  background: #E09525;
  color: #ffffff;
  text-decoration: none;
}

/* line 244, app/assets/stylesheets/home.scss */
.container-popover-select-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}

/* line 249, app/assets/stylesheets/home.scss */
.container-popover-select-span {
  padding-left: 30px;
}

/* line 252, app/assets/stylesheets/home.scss */
.container-popover-select-span-action {
  display: inline-flex;
  align-items: center;
}

/* line 255, app/assets/stylesheets/home.scss */
.container-popover-select-span-action button {
  padding: 0;
  border: 0;
  background: white;
}

/* line 260, app/assets/stylesheets/home.scss */
.container-popover-select-span-action button[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}

/* line 264, app/assets/stylesheets/home.scss */
.container-popover-select-span-action span.count {
  display: inline-block;
  width: 24px;
  text-align: center;
}

/* line 271, app/assets/stylesheets/home.scss */
ul.autocomplete-country-select-list.ui-widget.ui-widget-content {
  background: white;
  width: 300px;
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 8px;
  border: 0;
  max-height: 310px;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0px 4px 56px rgba(0, 42, 63, 0.16);
  border-radius: 10px;
}

/* line 285, app/assets/stylesheets/home.scss */
ul.autocomplete-country-select-list.ui-widget.ui-widget-content .search-select-tag {
  display: none;
  padding: 12px 12px 0;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-align: start;
  color: #9E9E9E;
}

/* line 294, app/assets/stylesheets/home.scss */
ul.autocomplete-country-select-list.ui-widget.ui-widget-content .search-select-tag.ui-state-active {
  background: white;
  border: none;
}

/* line 301, app/assets/stylesheets/home.scss */
ul.autocomplete-country-select-list.ui-widget.ui-widget-content li[data-port='true'] .search-select-tag {
  display: block;
}

/* line 307, app/assets/stylesheets/home.scss */
ul.autocomplete-country-select-list.ui-widget.ui-widget-content li[data-port='true'] ~ li[data-port='true'] .search-select-tag {
  display: none;
}

/* line 314, app/assets/stylesheets/home.scss */
ul.autocomplete-country-select-list.ui-widget.ui-widget-content li[data-port='false'] .search-select-tag {
  display: block;
}

/* line 320, app/assets/stylesheets/home.scss */
ul.autocomplete-country-select-list.ui-widget.ui-widget-content li[data-port='false'] ~ li[data-port='false'] .search-select-tag {
  display: none;
}

/* line 325, app/assets/stylesheets/home.scss */
ul.autocomplete-country-select-list.ui-widget.ui-widget-content .search-select-item {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

/* line 331, app/assets/stylesheets/home.scss */
ul.autocomplete-country-select-list.ui-widget.ui-widget-content .search-select-item.ui-state-active {
  background: rgba(255, 167, 38, 0.24);
  border: 1px solid transparent;
}

/* line 338, app/assets/stylesheets/home.scss */
ul.autocomplete-country-select-list.ui-widget.ui-widget-content .search-select-item-img img {
  border-radius: 100%;
  width: 24px;
  height: 24px;
  object-fit: cover;
}

/* line 346, app/assets/stylesheets/home.scss */
ul.autocomplete-country-select-list.ui-widget.ui-widget-content .search-select-item-label {
  display: flex;
  flex-flow: column;
  width: 100%;
}

/* line 350, app/assets/stylesheets/home.scss */
ul.autocomplete-country-select-list.ui-widget.ui-widget-content .search-select-item-label > span:nth-child(1) {
  font-size: 14px;
  line-height: 16px;
  color: #212121;
  max-width: 100%;
}

/* line 356, app/assets/stylesheets/home.scss */
ul.autocomplete-country-select-list.ui-widget.ui-widget-content .search-select-item-label > span:nth-child(2) {
  font-size: 12px;
  line-height: 14px;
  color: #9e9e9e;
  max-width: 100%;
}

/* line 366, app/assets/stylesheets/home.scss */
.popover-done-button-wrapper {
  padding: 8px 0;
  display: flex;
  justify-content: flex-end;
}

/* line 370, app/assets/stylesheets/home.scss */
.popover-done-button-wrapper .btn-link {
  color: #ffa726;
  padding: 0;
  text-transform: none;
}
/* line 5, app/assets/stylesheets/impersonator.scss */
.impersonator input[type=search] {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-align: start;
  height: 42px;
  width: 200px;
  padding: 0 16px;
  outline: none;
  border: 1px solid #e0e4ec;
  border-radius: 6px;
}
/* line 6, app/assets/stylesheets/inland_trucking.scss */
#inland-trucking-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: var(--header-outer-height, 80px) 0 0;
  margin-top: calc(-1 * var(--header-outer-height, 80px));
  background: #E6F5FC;
}

/* line 7, app/assets/stylesheets/inland_trucking.scss */
#inland-trucking-page .hero-section__background-image {
  object-position: right bottom;
}

@media (min-width: 1025px) {
  /* line 12, app/assets/stylesheets/inland_trucking.scss */
  #inland-trucking-page .hero-section__hero-box {
    width: 100%;
    max-width: 1360px;
    height: 676px;
    padding: 80px;
    gap: 80px;
  }
  /* line 20, app/assets/stylesheets/inland_trucking.scss */
  #inland-trucking-page .hero-section__background-image-section {
    top: 50%;
    width: 100%;
    max-width: 1360px;
    height: 676px;
    transform: translate(-50%, -50%);
  }
  /* line 28, app/assets/stylesheets/inland_trucking.scss */
  #inland-trucking-page .hero-section__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    width: 100%;
    max-width: 1200px;
    height: 188px;
    padding: 0;
    gap: 24px;
  }
  /* line 40, app/assets/stylesheets/inland_trucking.scss */
  #inland-trucking-page .hero-section__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    flex: none;
    width: 100%;
    max-width: 1200px;
    margin: 0;
    gap: 24px;
    font-weight: 900;
    font-size: 56px;
    line-height: 64px;
    color: #001F2C;
  }
  /* line 56, app/assets/stylesheets/inland_trucking.scss */
  #inland-trucking-page .hero-section__title-line {
    display: flex;
    flex: none;
    justify-content: center;
    align-items: center;
    align-self: center;
    width: 410px;
    max-width: 410px;
    height: 64px;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 900;
    font-size: 56px;
    line-height: 64px;
    text-align: center;
    color: #001F2C;
  }
  /* line 73, app/assets/stylesheets/inland_trucking.scss */
  #inland-trucking-page .hero-section__title-highlight {
    display: flex;
    flex: none;
    justify-content: center;
    align-items: center;
    align-self: center;
    width: 975px;
    max-width: 975px;
    height: 48px;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #009CDE;
  }
  /* line 90, app/assets/stylesheets/inland_trucking.scss */
  #inland-trucking-page .hero-section__subtitle {
    display: flex;
    flex: none;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    width: 100%;
    max-width: 1200px;
    height: 28px;
    margin: 0;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #001F2C;
  }
  /* line 109, app/assets/stylesheets/inland_trucking.scss */
  #inland-trucking-page .hero-section__search-bar-section {
    max-width: 1200px;
    min-height: 102px;
    filter: none;
  }
}

@media (max-width: 600px) {
  /* line 117, app/assets/stylesheets/inland_trucking.scss */
  #inland-trucking-page .hero-section__subtitle {
    display: block;
  }
}

/* line 133, app/assets/stylesheets/inland_trucking.scss */
.hero-section--inland-form .inland-search {
  align-items: flex-start;
  gap: 2px;
  padding-top: 0;
  width: 100%;
  max-width: 1200px;
  filter: drop-shadow(0 2px 40px rgba(0, 109, 155, 0.24));
}

/* line 142, app/assets/stylesheets/inland_trucking.scss */
.hero-section--inland-form .main-search.inland-search {
  padding-top: 0;
}

/* line 146, app/assets/stylesheets/inland_trucking.scss */
.hero-section--inland-form .inland-search .optional-area,
.hero-section--inland-form .inland-search .optional-port {
  display: none !important;
}

/* line 151, app/assets/stylesheets/inland_trucking.scss */
.hero-section--inland-form .inland-search__row {
  flex: 1 1 auto;
  min-width: 0;
  gap: 16px;
}

/* line 156, app/assets/stylesheets/inland_trucking.scss */
.hero-section--inland-form .inland-search__row > .next-arrow-wrapper {
  display: none;
  flex: none;
  align-self: center;
  margin: 0;
}

/* line 162, app/assets/stylesheets/inland_trucking.scss */
.hero-section--inland-form .inland-search__row > .next-arrow-wrapper img {
  width: 24px;
  height: 24px;
}

/* line 169, app/assets/stylesheets/inland_trucking.scss */
.hero-section--inland-form .main-search__tabs {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  width: auto;
  margin: 0;
  padding: 4px;
  gap: 2px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 16px 16px 0 0;
}

/* line 181, app/assets/stylesheets/inland_trucking.scss */
.hero-section--inland-form .main-search__tab {
  padding: 4px 16px;
  gap: 4px;
  border-radius: 12px 12px 0 0;
  background: transparent;
}

/* line 187, app/assets/stylesheets/inland_trucking.scss */
.hero-section--inland-form .main-search__tab.main-search__tab--active {
  width: auto;
  background: #006D9B;
}

/* line 191, app/assets/stylesheets/inland_trucking.scss */
.hero-section--inland-form .main-search__tab.main-search__tab--active .main-search__tab-label {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

/* line 196, app/assets/stylesheets/inland_trucking.scss */
.hero-section--inland-form .main-search__tab.main-search__tab--active .main-search__tab-icon {
  filter: brightness(0) invert(1);
}

/* line 201, app/assets/stylesheets/inland_trucking.scss */
.hero-section--inland-form .main-search__tab:not(.main-search__tab--active) .main-search__tab-label {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #001F2C;
}

/* line 207, app/assets/stylesheets/inland_trucking.scss */
.hero-section--inland-form .main-search__tab-icon {
  width: 16px;
  height: 16px;
}

/* line 212, app/assets/stylesheets/inland_trucking.scss */
.hero-section--inland-form .component-search__form {
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  gap: 8px;
  padding: 8px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: none;
}

/* line 223, app/assets/stylesheets/inland_trucking.scss */
.hero-section--inland-form .component-search__main-elements-wrapper[data-target="others"] {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 16px;
  width: 100%;
}

/* line 230, app/assets/stylesheets/inland_trucking.scss */
.hero-section--inland-form .component-search__main-elements-wrapper[data-target="others"] .vertical-separator {
  display: none;
}

/* line 235, app/assets/stylesheets/inland_trucking.scss */
.hero-section--inland-form .main-search__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 210px;
  height: 40px;
  padding: 8px 16px;
  background: #F9A529;
  border: none;
  border-radius: 32px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-transform: capitalize;
}

/* line 249, app/assets/stylesheets/inland_trucking.scss */
.hero-section--inland-form .main-search__btn .search-mini-logo {
  display: none;
}

/* line 254, app/assets/stylesheets/inland_trucking.scss */
.hero-section--inland-form .main-search__btn-label {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

@media (min-width: 1025px) {
  /* line 262, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .inland-search {
    gap: 2px;
  }
  /* line 266, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .component-search__form {
    flex-flow: row nowrap;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    min-height: 64px;
    padding: 8px;
    gap: 8px;
  }
  /* line 276, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .inland-search__row {
    display: flex;
    flex-flow: row nowrap;
    flex: 1 1 0;
    align-items: center;
    min-width: 0;
    gap: 8px;
  }
  /* line 284, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .inland-search__row > .next-arrow-wrapper {
    display: flex;
    flex: none;
    align-self: center;
    order: 1;
    margin: 0;
    transform: scaleX(var(--direction-scale, 1));
  }
  /* line 293, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .inland-search__row > .component-search__flexible-input.component-search-origin {
    order: 0;
  }
  /* line 297, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .inland-search__row > .component-search__flexible-input.component-search-destination {
    order: 2;
  }
  /* line 302, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .inland-search__row .component-search__flexible-input {
    flex: 1 1 0;
    min-width: 0;
  }
  /* line 307, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .component-search__main-elements-wrapper[data-target="others"] {
    display: flex;
    flex-flow: row nowrap;
    flex: 0 0 auto;
    flex-wrap: nowrap;
    align-items: center;
    width: auto;
    gap: 8px;
  }
  /* line 316, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .component-search__main-elements-wrapper[data-target="others"] .vertical-separator {
    display: block;
    flex: none;
    align-self: center;
    width: 1px;
    height: 48px;
    margin: 0;
    background: #E6E9EA;
  }
  /* line 326, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .component-search__main-elements-wrapper[data-target="others"] .component-search__field-wrapper {
    flex: 0 0 180px;
    width: 180px;
    max-width: 180px;
  }
  /* line 333, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .component-search__input-wrapper {
    height: 48px;
    padding: 8px;
    gap: 8px;
    border-radius: 8px;
    background: #ffffff;
  }
  /* line 341, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .component-search__form-button {
    flex: none;
    margin-left: 0;
  }
}

@media (max-width: 1024px) {
  /* line 350, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .main-search__tabs {
    align-self: center;
    margin: 0 auto;
  }
  /* line 355, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .component-search__form {
    padding: 16px 8px;
    gap: 16px;
    border-radius: 16px;
  }
  /* line 361, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .component-search__main-elements-wrapper.inland-search__row {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    align-self: stretch !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 !important;
    gap: 16px;
  }
  /* line 373, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .component-search__main-elements-wrapper.inland-search__row > .component-search__flexible-input {
    flex: 0 0 auto !important;
    align-self: stretch !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: auto !important;
  }
  /* line 382, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .component-search__main-elements-wrapper.inland-search__row > .component-search__flexible-input.component-search-origin {
    order: 0;
  }
  /* line 386, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .component-search__main-elements-wrapper.inland-search__row > .next-arrow-wrapper {
    display: flex !important;
    flex: none;
    order: 1;
    align-self: center;
    justify-content: center;
    margin: 0;
    transform: rotate(90deg);
  }
  /* line 396, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .component-search__main-elements-wrapper.inland-search__row > .component-search__flexible-input.component-search-destination {
    order: 2;
  }
  /* line 400, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .component-search__main-elements-wrapper.inland-search__row .flexible-input {
    flex-direction: column !important;
    align-items: stretch !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    width: 100% !important;
    height: auto !important;
    gap: 0 !important;
  }
  /* line 410, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .component-search__main-elements-wrapper.inland-search__row .flexible-input.multi-input {
    flex-direction: column !important;
    gap: 16px !important;
  }
  /* line 415, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .component-search__main-elements-wrapper.inland-search__row .location-selector,
.hero-section--inland-form .component-search__main-elements-wrapper.inland-search__row .extra-selector {
    flex: none !important;
    align-self: stretch !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 48px !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 8px !important;
    gap: 8px !important;
    background: #ffffff !important;
    border-radius: 8px !important;
    box-sizing: border-box;
  }
  /* line 433, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .component-search__main-elements-wrapper.inland-search__row .component-search__location-row {
    width: 100%;
    min-height: 32px;
    gap: 8px;
  }
  /* line 439, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .component-search__main-elements-wrapper.inland-search__row .component-search__input-wrapper {
    gap: 8px;
    padding: 0;
    min-height: 20px;
    width: 100%;
    background: transparent;
    border: none;
  }
  /* line 448, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .component-search__main-elements-wrapper.inland-search__row .component-search__input-wrapper input[type="search"] {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #001F2C;
  }
  /* line 452, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .component-search__main-elements-wrapper.inland-search__row .component-search__input-wrapper input[type="search"]::placeholder {
    color: #667980;
    text-transform: capitalize;
  }
  /* line 459, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .component-search__main-elements-wrapper[data-target="others"] {
    display: grid !important;
    grid-template-columns: 1fr 1px 1fr;
    grid-template-rows: auto auto;
    gap: 16px 8px;
    align-items: stretch;
    align-self: stretch;
    width: 100%;
    border-top: 1px solid #E6E9EA;
    box-sizing: border-box;
  }
  /* line 470, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .component-search__main-elements-wrapper[data-target="others"] .vertical-separator {
    display: block !important;
    grid-column: 2;
    grid-row: 1;
    align-self: stretch;
    width: 1px;
    height: auto;
    margin: 0;
    background: #E6E9EA;
  }
  /* line 481, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .component-search__main-elements-wrapper[data-target="others"] .component-search__field-wrapper:nth-child(2) {
    grid-column: 1;
    grid-row: 1;
  }
  /* line 486, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .component-search__main-elements-wrapper[data-target="others"] .component-search__field-wrapper:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
  }
  /* line 491, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .component-search__main-elements-wrapper[data-target="others"] .component-search__field-wrapper:nth-child(2),
.hero-section--inland-form .component-search__main-elements-wrapper[data-target="others"] .component-search__field-wrapper:nth-child(3) {
    flex: none;
    width: auto;
    max-width: none;
    min-height: 48px;
    padding: 8px;
    background: #ffffff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
  /* line 505, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .component-search__main-elements-wrapper[data-target="others"] .component-search__form-button {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 0;
  }
  /* line 512, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .component-search__form-button,
.hero-section--inland-form .main-search__btn {
    width: 100%;
  }
}

@media (min-width: 601px) and (max-width: 1024px) {
  /* line 522, app/assets/stylesheets/inland_trucking.scss */
  #inland-trucking-page .hero-section__container {
    height: 940px;
    padding: 24px 0 0;
  }
  /* line 527, app/assets/stylesheets/inland_trucking.scss */
  #inland-trucking-page .hero-section__waves-illustration {
    width: 100%;
    height: 46px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  /* line 535, app/assets/stylesheets/inland_trucking.scss */
  #inland-trucking-page .hero-section__waves-image {
    height: 74.16px;
  }
  /* line 539, app/assets/stylesheets/inland_trucking.scss */
  #inland-trucking-page .hero-section__hero-content {
    max-width: 834px;
    height: 894px;
    padding: 24px 24px 40px;
    gap: 80px;
  }
  /* line 546, app/assets/stylesheets/inland_trucking.scss */
  #inland-trucking-page .hero-section__hero-box {
    width: 100%;
    max-width: 786px;
    height: 830px;
    min-height: 830px;
    padding: 40px 24px;
    gap: 40px;
  }
  /* line 555, app/assets/stylesheets/inland_trucking.scss */
  #inland-trucking-page .hero-section__background-image-section {
    width: 100%;
    max-width: 785px;
    height: 830px;
    top: 0;
    bottom: auto;
    transform: translateX(-50%);
  }
  /* line 564, app/assets/stylesheets/inland_trucking.scss */
  #inland-trucking-page .hero-section__text {
    width: 100%;
    max-width: 738px;
    height: auto;
  }
  /* line 570, app/assets/stylesheets/inland_trucking.scss */
  #inland-trucking-page .hero-section__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    width: 100%;
    max-width: 738px;
    gap: 24px;
    font-weight: 900;
    font-size: 56px;
    line-height: 64px;
  }
  /* line 583, app/assets/stylesheets/inland_trucking.scss */
  #inland-trucking-page .hero-section__title-line {
    display: block;
    width: 100%;
    max-width: 738px;
    height: auto;
    font-weight: 900;
    font-size: 56px;
    line-height: 64px;
    text-align: center;
    color: #001F2C;
  }
  /* line 595, app/assets/stylesheets/inland_trucking.scss */
  #inland-trucking-page .hero-section__title-highlight {
    display: block;
    width: 100%;
    max-width: 738px;
    height: auto;
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #009CDE;
  }
  /* line 607, app/assets/stylesheets/inland_trucking.scss */
  #inland-trucking-page .hero-section__subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    max-width: 738px;
    height: auto;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #001F2C;
  }
  /* line 621, app/assets/stylesheets/inland_trucking.scss */
  #inland-trucking-page .hero-section__search-bar-section {
    width: 100%;
    max-width: 738px;
    min-height: 320px;
  }
  /* line 630, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .inland-search {
    width: 100%;
    max-width: 738px;
    margin: 0 auto;
  }
  /* line 636, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .component-search__form {
    min-height: 320px;
  }
}

@media (max-width: 600px) {
  /* line 645, app/assets/stylesheets/inland_trucking.scss */
  #inland-trucking-page .hero-section__container {
    width: 100%;
    max-width: 390px;
    height: 946px;
    padding: 24px 0 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  /* line 654, app/assets/stylesheets/inland_trucking.scss */
  #inland-trucking-page .hero-section__waves-illustration {
    width: 100%;
    height: 22px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  /* line 662, app/assets/stylesheets/inland_trucking.scss */
  #inland-trucking-page .hero-section__waves-image {
    height: 35.47px;
  }
  /* line 666, app/assets/stylesheets/inland_trucking.scss */
  #inland-trucking-page .hero-section__hero-content {
    width: 100%;
    max-width: 390px;
    height: 844px;
    padding: 24px 24px 40px;
    gap: 80px;
    box-sizing: border-box;
  }
  /* line 675, app/assets/stylesheets/inland_trucking.scss */
  #inland-trucking-page .hero-section__hero-box {
    width: 100%;
    max-width: 342px;
    height: 780px;
    min-height: 780px;
    padding: 40px 16px;
    gap: 40px;
  }
  /* line 686, app/assets/stylesheets/inland_trucking.scss */
  #inland-trucking-page .hero-section__background-image-section {
    width: 100%;
    max-width: 342px;
    height: 780px;
    top: 0;
    bottom: auto;
    transform: translateX(-50%);
  }
  /* line 695, app/assets/stylesheets/inland_trucking.scss */
  #inland-trucking-page .hero-section__background-image {
    object-fit: contain;
  }
  /* line 699, app/assets/stylesheets/inland_trucking.scss */
  #inland-trucking-page .hero-section__text {
    width: 100%;
    max-width: 294px;
    gap: 16px;
  }
  /* line 705, app/assets/stylesheets/inland_trucking.scss */
  #inland-trucking-page .hero-section__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    max-width: 294px;
    gap: 16px;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
  }
  /* line 717, app/assets/stylesheets/inland_trucking.scss */
  #inland-trucking-page .hero-section__title-line {
    display: block;
    width: 100%;
    max-width: 294px;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #001F2C;
  }
  /* line 728, app/assets/stylesheets/inland_trucking.scss */
  #inland-trucking-page .hero-section__title-highlight {
    display: block;
    width: 100%;
    max-width: 294px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #009CDE;
  }
  /* line 739, app/assets/stylesheets/inland_trucking.scss */
  #inland-trucking-page .hero-section__subtitle {
    display: none;
  }
  /* line 743, app/assets/stylesheets/inland_trucking.scss */
  #inland-trucking-page .hero-section__search-bar-section {
    width: 100%;
    max-width: 310px;
    min-height: 448.33px;
    align-items: flex-start;
  }
  /* line 757, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .inland-search {
    width: 100%;
    max-width: 310px;
    margin: 0 auto;
  }
  /* line 763, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .component-search__wrapper {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  /* line 769, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .main-search__tabs {
    display: inline-flex;
  }
  /* line 773, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .component-search__form {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    justify-content: flex-start;
    padding: 24px 8px;
    gap: 24px;
    border-radius: 16px;
    box-sizing: border-box;
  }
  /* line 789, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .component-search__main-elements-wrapper.inland-search__row {
    flex: none;
    gap: 24px;
  }
  /* line 798, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .component-search__main-elements-wrapper[data-target="others"] {
    grid-template-columns: 1.2fr 1px 1fr;
    gap: 8px 4px;
  }
  /* line 804, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .component-search__main-elements-wrapper[data-target="others"] .component-search__field-wrapper:nth-child(2),
.hero-section--inland-form .component-search__main-elements-wrapper[data-target="others"] .component-search__field-wrapper:nth-child(3) {
    padding: 4px 2px;
  }
  /* line 808, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .component-search__main-elements-wrapper[data-target="others"] .component-search__field-wrapper:nth-child(2) .cargo-icon,
.hero-section--inland-form .component-search__main-elements-wrapper[data-target="others"] .component-search__field-wrapper:nth-child(2) .bulk-icon,
.hero-section--inland-form .component-search__main-elements-wrapper[data-target="others"] .component-search__field-wrapper:nth-child(2) .date-icon,
.hero-section--inland-form .component-search__main-elements-wrapper[data-target="others"] .component-search__field-wrapper:nth-child(3) .cargo-icon,
.hero-section--inland-form .component-search__main-elements-wrapper[data-target="others"] .component-search__field-wrapper:nth-child(3) .bulk-icon,
.hero-section--inland-form .component-search__main-elements-wrapper[data-target="others"] .component-search__field-wrapper:nth-child(3) .date-icon {
    width: 18px;
    height: 18px;
  }
  /* line 815, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .component-search__main-elements-wrapper[data-target="others"] .component-search__field-wrapper:nth-child(2) .cargo-arrow .arrow,
.hero-section--inland-form .component-search__main-elements-wrapper[data-target="others"] .component-search__field-wrapper:nth-child(3) .cargo-arrow .arrow {
    width: 14px;
  }
  /* line 823, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form #cargo.cargo-select,
.hero-section--inland-form #date.date-select {
    font-size: 12px !important;
  }
  /* line 828, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .component-search__field-wrapper {
    width: 100%;
    max-width: 100%;
  }
  /* line 833, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .component-search__input-wrapper {
    width: 100%;
    max-width: 100%;
    min-height: 48px;
  }
  /* line 839, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .component-search__form-button,
.hero-section--inland-form .main-search__btn {
    width: 100%;
  }
  /* line 844, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .main-search__btn {
    height: 40px;
  }
}

@media (max-width: 600px) {
  /* line 853, app/assets/stylesheets/inland_trucking.scss */
  #inland-trucking-page .hero-section__hero-content {
    padding-inline: 16px;
  }
  /* line 857, app/assets/stylesheets/inland_trucking.scss */
  #inland-trucking-page .hero-section__hero-box {
    width: calc(100% - 32px);
    max-width: 342px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 864, app/assets/stylesheets/inland_trucking.scss */
  #inland-trucking-page .hero-section__text, #inland-trucking-page .hero-section__title, #inland-trucking-page .hero-section__search-bar-section {
    width: 100%;
    max-width: 100%;
  }
  /* line 874, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .inland-search {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  /* line 880, app/assets/stylesheets/inland_trucking.scss */
  .hero-section--inland-form .component-search__form,
.hero-section--inland-form .component-search__main-elements-wrapper,
.hero-section--inland-form .component-search__field-wrapper,
.hero-section--inland-form .component-search__input-wrapper {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}
/* line 6, app/assets/stylesheets/inland_trucking_steps_section.scss */
.inland-trucking-steps {
  width: 100%;
  background: #ffffff;
}

/* line 10, app/assets/stylesheets/inland_trucking_steps_section.scss */
.inland-trucking-steps__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 570px;
  margin: 0 auto;
  padding: 80px;
  gap: 80px;
  box-sizing: border-box;
  background: #ffffff;
}

/* line 25, app/assets/stylesheets/inland_trucking_steps_section.scss */
.inland-trucking-steps__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 668px;
  gap: 24px;
  text-align: center;
}

/* line 35, app/assets/stylesheets/inland_trucking_steps_section.scss */
.inland-trucking-steps__title {
  margin: 0;
  max-width: 485px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  text-align: center;
  color: #009CDE;
  line-height: 59px;
}

/* line 45, app/assets/stylesheets/inland_trucking_steps_section.scss */
.inland-trucking-steps__subtitle {
  margin: 0;
  width: 100%;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #001F2C;
}

/* line 53, app/assets/stylesheets/inland_trucking_steps_section.scss */
.inland-trucking-steps__steps {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  max-width: 1280px;
  gap: 40px;
}

/* line 64, app/assets/stylesheets/inland_trucking_steps_section.scss */
.inland-trucking-steps__step {
  display: grid;
  flex: 1 1 0;
  min-width: 0;
  max-width: 400px;
  padding: 0;
  column-gap: 24px;
  row-gap: 0;
  grid-template-columns: 80px minmax(0, 1fr);
  grid-template-rows: 80px 80px auto;
  grid-template-areas: "gutter-top icon" "number title" "gutter-bottom description";
  align-items: center;
}

/* line 81, app/assets/stylesheets/inland_trucking_steps_section.scss */
.inland-trucking-steps__step-content {
  display: contents;
}

/* line 85, app/assets/stylesheets/inland_trucking_steps_section.scss */
.inland-trucking-steps__step-text {
  display: contents;
}

/* line 89, app/assets/stylesheets/inland_trucking_steps_section.scss */
.inland-trucking-steps__gutter {
  flex: none;
  width: 80px;
  min-width: 80px;
  height: 20px;
}

/* line 95, app/assets/stylesheets/inland_trucking_steps_section.scss */
.inland-trucking-steps__gutter--top {
  grid-area: gutter-top;
}

/* line 99, app/assets/stylesheets/inland_trucking_steps_section.scss */
.inland-trucking-steps__gutter--bottom {
  grid-area: gutter-bottom;
}

/* line 104, app/assets/stylesheets/inland_trucking_steps_section.scss */
.inland-trucking-steps__step-icon {
  grid-area: icon;
  flex: none;
  width: 80px;
  height: 80px;
}

/* line 111, app/assets/stylesheets/inland_trucking_steps_section.scss */
.inland-trucking-steps__step-icon-image {
  display: block;
  width: 80px;
  height: 80px;
  object-fit: contain;
}

/* line 118, app/assets/stylesheets/inland_trucking_steps_section.scss */
.inland-trucking-steps__number {
  display: flex;
  grid-area: number;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 80px;
  min-width: 80px;
  height: 80px;
}

/* line 129, app/assets/stylesheets/inland_trucking_steps_section.scss */
.inland-trucking-steps__number-image {
  display: block;
  width: 80px;
  height: 80px;
  object-fit: contain;
}

/* line 136, app/assets/stylesheets/inland_trucking_steps_section.scss */
.inland-trucking-steps__step-title {
  margin: 0;
  grid-area: title;
  min-width: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #001F2C;
}

/* line 144, app/assets/stylesheets/inland_trucking_steps_section.scss */
.inland-trucking-steps__step-description {
  margin: 0;
  grid-area: description;
  min-width: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #334C56;
}

@media (max-width: 1024px) {
  /* line 156, app/assets/stylesheets/inland_trucking_steps_section.scss */
  .inland-trucking-steps__container {
    width: 100%;
    max-width: 834px;
    min-height: 564px;
    padding: 40px;
    gap: 80px;
  }
  /* line 164, app/assets/stylesheets/inland_trucking_steps_section.scss */
  .inland-trucking-steps__header {
    width: 100%;
    max-width: 668px;
  }
  /* line 169, app/assets/stylesheets/inland_trucking_steps_section.scss */
  .inland-trucking-steps__title {
    width: 100%;
    max-width: 485px;
    font-size: 40px;
    line-height: 59px;
  }
  /* line 176, app/assets/stylesheets/inland_trucking_steps_section.scss */
  .inland-trucking-steps__subtitle {
    width: 100%;
    max-width: 668px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
  }
  /* line 184, app/assets/stylesheets/inland_trucking_steps_section.scss */
  .inland-trucking-steps__steps {
    max-width: 754px;
    min-height: 306px;
    gap: 24px;
  }
  /* line 192, app/assets/stylesheets/inland_trucking_steps_section.scss */
  .inland-trucking-steps__step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 0 0 235.33px;
    width: 235.33px;
    max-width: 235.33px;
    min-width: 235.33px;
    padding: 0;
    gap: 16px;
  }
  /* line 204, app/assets/stylesheets/inland_trucking_steps_section.scss */
  .inland-trucking-steps__step:nth-child(1), .inland-trucking-steps__step:nth-child(2) {
    min-height: 286px;
  }
  /* line 209, app/assets/stylesheets/inland_trucking_steps_section.scss */
  .inland-trucking-steps__step:nth-child(3) {
    min-height: 306px;
  }
  /* line 214, app/assets/stylesheets/inland_trucking_steps_section.scss */
  .inland-trucking-steps__step-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    width: 100%;
    gap: 16px;
  }
  /* line 222, app/assets/stylesheets/inland_trucking_steps_section.scss */
  .inland-trucking-steps__step:nth-child(1) .inland-trucking-steps__step-content, .inland-trucking-steps__step:nth-child(2) .inland-trucking-steps__step-content {
    min-height: 220px;
  }
  /* line 227, app/assets/stylesheets/inland_trucking_steps_section.scss */
  .inland-trucking-steps__step:nth-child(3) .inland-trucking-steps__step-content {
    min-height: 240px;
  }
  /* line 232, app/assets/stylesheets/inland_trucking_steps_section.scss */
  .inland-trucking-steps__gutter {
    display: none;
  }
  /* line 236, app/assets/stylesheets/inland_trucking_steps_section.scss */
  .inland-trucking-steps__number {
    flex: none;
    order: 0;
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
  /* line 244, app/assets/stylesheets/inland_trucking_steps_section.scss */
  .inland-trucking-steps__number-image {
    width: 50px;
    height: 50px;
  }
  /* line 249, app/assets/stylesheets/inland_trucking_steps_section.scss */
  .inland-trucking-steps__step-icon {
    order: 1;
    flex: none;
  }
  /* line 254, app/assets/stylesheets/inland_trucking_steps_section.scss */
  .inland-trucking-steps__step-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    order: 2;
    width: 100%;
    gap: 8px;
  }
  /* line 265, app/assets/stylesheets/inland_trucking_steps_section.scss */
  .inland-trucking-steps__step-title {
    order: 0;
    flex: none;
    width: 100%;
    max-width: 224.67px;
    min-height: 64px;
    margin-bottom: 0;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }
  /* line 277, app/assets/stylesheets/inland_trucking_steps_section.scss */
  .inland-trucking-steps__step-description {
    order: 1;
    flex: none;
    width: 100%;
    max-width: 235.33px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
}

@media (max-width: 600px) {
  /* line 292, app/assets/stylesheets/inland_trucking_steps_section.scss */
  .inland-trucking-steps__container {
    min-height: 832px;
    padding: 40px 16px;
    gap: 40px;
  }
  /* line 299, app/assets/stylesheets/inland_trucking_steps_section.scss */
  .inland-trucking-steps__header {
    align-self: center;
    width: 100%;
    max-width: 358px;
    gap: 24px;
  }
  /* line 306, app/assets/stylesheets/inland_trucking_steps_section.scss */
  .inland-trucking-steps__title {
    align-self: stretch;
    max-width: none;
    width: 100%;
    min-height: 80px;
    font-size: 32px;
    line-height: 48px;
    font-weight: 900;
    text-align: center;
  }
  /* line 317, app/assets/stylesheets/inland_trucking_steps_section.scss */
  .inland-trucking-steps__subtitle {
    align-self: stretch;
    width: 100%;
    min-height: 48px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  /* line 326, app/assets/stylesheets/inland_trucking_steps_section.scss */
  .inland-trucking-steps__steps {
    flex-direction: column;
    align-items: stretch;
    align-self: center;
    width: 100%;
    max-width: 358px;
    min-height: 480px;
    gap: 24px;
  }
  /* line 336, app/assets/stylesheets/inland_trucking_steps_section.scss */
  .inland-trucking-steps__step {
    flex: none;
    align-self: stretch;
    width: 100%;
    max-width: none;
  }
  /* line 344, app/assets/stylesheets/inland_trucking_steps_section.scss */
  .inland-trucking-steps__step:nth-child(1) {
    min-height: 168px;
  }
  /* line 348, app/assets/stylesheets/inland_trucking_steps_section.scss */
  .inland-trucking-steps__step:nth-child(2) {
    min-height: 120px;
  }
  /* line 352, app/assets/stylesheets/inland_trucking_steps_section.scss */
  .inland-trucking-steps__step:nth-child(3) {
    min-height: 144px;
  }
  /* line 357, app/assets/stylesheets/inland_trucking_steps_section.scss */
  .inland-trucking-steps__step-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
    width: 100%;
    gap: 16px;
  }
  /* line 368, app/assets/stylesheets/inland_trucking_steps_section.scss */
  .inland-trucking-steps__step-icon {
    flex: none;
    width: 72px;
    height: 72px;
  }
  /* line 374, app/assets/stylesheets/inland_trucking_steps_section.scss */
  .inland-trucking-steps__step-icon-image {
    width: 72px;
    height: 72px;
  }
  /* line 379, app/assets/stylesheets/inland_trucking_steps_section.scss */
  .inland-trucking-steps__step-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1 1 0;
    min-width: 0;
    gap: 8px;
  }
  /* line 389, app/assets/stylesheets/inland_trucking_steps_section.scss */
  .inland-trucking-steps__step-title {
    align-self: stretch;
    width: 100%;
    max-width: none;
    min-height: 0;
    text-align: start;
  }
  /* line 397, app/assets/stylesheets/inland_trucking_steps_section.scss */
  .inland-trucking-steps__step-description {
    align-self: stretch;
    width: 100%;
    text-align: start;
  }
}
/*! jQuery UI - v1.12.1 - 2021-04-21
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/images/ui-icons_444444_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(/images/ui-icons_444444_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/images/ui-icons_555555_256x240.png);
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/images/ui-icons_ffffff_256x240.png);
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/images/ui-icons_777620_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/images/ui-icons_cc0000_256x240.png);
}
.ui-button .ui-icon {
	background-image: url(/images/ui-icons_777777_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}
/* line 5, app/assets/stylesheets/laytime.scss */
.laytime {
  padding: 32px 40px 40px;
}

/* line 8, app/assets/stylesheets/laytime.scss */
.laytime__header {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 56px;
  line-height: 87px;
  text-align: center;
  text-align: center;
  margin-bottom: 32px;
}

/* line 15, app/assets/stylesheets/laytime.scss */
.laytime__form-compact {
  padding: 16px 24px;
  border-radius: 70px;
  box-shadow: 0px 4px 56px 0px #002A3F29;
  background: #F7FCFF;
  display: none;
}

/* line 22, app/assets/stylesheets/laytime.scss */
.laytime__form-compact__query_summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 27, app/assets/stylesheets/laytime.scss */
.laytime__form-compact__query_summary__element_wrapper, .laytime__form-compact__query_summary__element_wrapper-rates, .laytime__form-compact__query_summary__element_wrapper-times {
  display: flex;
  gap: 16px;
}

/* line 34, app/assets/stylesheets/laytime.scss */
.laytime__form-compact__query_summary__element {
  max-width: 195px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  border-right: 1px solid #DADCE0;
}

/* line 43, app/assets/stylesheets/laytime.scss */
.laytime__form-compact__query_summary__element .info {
  padding-right: 24px;
}

/* line 47, app/assets/stylesheets/laytime.scss */
.laytime__form-compact__query_summary__element .title {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-align: start;
  color: #9e9e9e;
  white-space: nowrap;
}

/* line 55, app/assets/stylesheets/laytime.scss */
.laytime__form-compact__query_summary__element .value {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-align: start;
  color: #212121;
  white-space: nowrap;
}

/* line 64, app/assets/stylesheets/laytime.scss */
.laytime__form-compact__query_summary__element-rates:last-child {
  border-right: none;
}

/* line 69, app/assets/stylesheets/laytime.scss */
.laytime__form-compact__query_sub_summary {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

/* line 74, app/assets/stylesheets/laytime.scss */
.laytime__form-compact__query_sub_summary__element_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: #E2F1fB;
  border-radius: 30px;
  padding: 4px 16px;
}

/* line 85, app/assets/stylesheets/laytime.scss */
.laytime__form-compact__query_sub_summary__element {
  display: flex;
  gap: 4px;
  padding-right: 20px;
}

/* line 90, app/assets/stylesheets/laytime.scss */
.laytime__form-compact__query_sub_summary__element:not(:last-child) {
  border-right: 1px solid #DADCE0;
}

/* line 94, app/assets/stylesheets/laytime.scss */
.laytime__form-compact__query_sub_summary__element .title {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-align: start;
  color: #9e9e9e;
  white-space: nowrap;
}

/* line 102, app/assets/stylesheets/laytime.scss */
.laytime__form-compact__query_sub_summary__element .value {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-align: start;
  color: #212121;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  /* line 15, app/assets/stylesheets/laytime.scss */
  .laytime__form-compact {
    border-radius: 36px;
  }
  /* line 115, app/assets/stylesheets/laytime.scss */
  .laytime__form-compact__query_summary {
    align-items: flex-start;
  }
  /* line 119, app/assets/stylesheets/laytime.scss */
  .laytime__form-compact__query_summary__element_wrapper {
    flex-direction: column;
  }
  /* line 123, app/assets/stylesheets/laytime.scss */
  .laytime__form-compact__query_summary__element-times:last-child {
    border-right: none;
  }
}

@media (max-width: 1024px) {
  /* line 129, app/assets/stylesheets/laytime.scss */
  .laytime__form-compact__query_sub_summary__element_wrapper {
    flex-wrap: wrap;
    justify-content: center;
    padding: 16px;
    gap: 8px 14px;
  }
  /* line 136, app/assets/stylesheets/laytime.scss */
  .laytime__form-compact__query_sub_summary__element {
    width: 100%;
    max-width: 30%;
    justify-content: center;
  }
  /* line 142, app/assets/stylesheets/laytime.scss */
  .laytime__form-compact__query_sub_summary__element:nth-child(3) {
    border-right: none;
  }
}

@media (max-width: 1024px) {
  /* line 148, app/assets/stylesheets/laytime.scss */
  .laytime__form-compact__query_summary__element_wrapper-rates {
    flex-wrap: wrap;
  }
  /* line 152, app/assets/stylesheets/laytime.scss */
  .laytime__form-compact__query_summary__element {
    width: 45%;
    max-width: unset;
    flex-grow: 1;
  }
  /* line 158, app/assets/stylesheets/laytime.scss */
  .laytime__form-compact__query_summary__element:nth-child(2) {
    border: none;
  }
}

@media (max-width: 600px) {
  /* line 165, app/assets/stylesheets/laytime.scss */
  .laytime__form-compact__query_sub_summary__element_wrapper {
    flex-direction: column;
    width: 100%;
  }
  /* line 170, app/assets/stylesheets/laytime.scss */
  .laytime__form-compact__query_sub_summary__element {
    border-right: none !important;
    justify-content: space-between;
    width: 100%;
    max-width: unset;
  }
}

@media (max-width: 600px) {
  /* line 179, app/assets/stylesheets/laytime.scss */
  .laytime__form-compact__query_summary__element_wrapper-times {
    flex-direction: column;
  }
  /* line 183, app/assets/stylesheets/laytime.scss */
  .laytime__form-compact__query_summary__element {
    border: none;
  }
}

/* line 189, app/assets/stylesheets/laytime.scss */
.laytime__form-expand {
  padding: 24px 40px;
  border-radius: 70px;
  box-shadow: 0px 4px 56px 0px #002A3F29;
  background: #F7FCFF;
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
}

/* line 200, app/assets/stylesheets/laytime.scss */
.laytime__form-expand__fields_wrapper {
  flex-grow: 1;
}

/* line 205, app/assets/stylesheets/laytime.scss */
.laytime__form-expand__fields__element_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

/* line 212, app/assets/stylesheets/laytime.scss */
.laytime__form-expand__fields__element {
  width: 100%;
}

/* line 215, app/assets/stylesheets/laytime.scss */
.laytime__form-expand__fields__element .title {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  text-align: start;
  color: #9e9e9e;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 229, app/assets/stylesheets/laytime.scss */
.laytime__form-expand__optional_fields {
  margin-top: 16px;
}

/* line 232, app/assets/stylesheets/laytime.scss */
.laytime__form-expand__optional_fields__title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  text-align: start;
  color: #212121;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 243, app/assets/stylesheets/laytime.scss */
.laytime__form-expand__optional_fields__element_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

/* line 250, app/assets/stylesheets/laytime.scss */
.laytime__form-expand__optional_fields__element {
  width: 100%;
}

/* line 253, app/assets/stylesheets/laytime.scss */
.laytime__form-expand__optional_fields__element .title {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  text-align: start;
  color: #9e9e9e;
}

/* line 261, app/assets/stylesheets/laytime.scss */
.laytime__form-expand__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

/* line 268, app/assets/stylesheets/laytime.scss */
.laytime__form-expand__actions-wide {
  display: none;
}

/* line 273, app/assets/stylesheets/laytime.scss */
.laytime__form-expand .input_wrapper {
  border-radius: 40px;
  border: 1px solid #DaDCE0;
  padding: 11px 16px;
  outline: none;
  width: 100%;
  position: relative;
  background: white;
  /* Firefox */
}

/* line 282, app/assets/stylesheets/laytime.scss */
.laytime__form-expand .input_wrapper input,
.laytime__form-expand .input_wrapper select,
.laytime__form-expand .input_wrapper input:focus-visible {
  width: 100%;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* line 291, app/assets/stylesheets/laytime.scss */
.laytime__form-expand .input_wrapper input::-webkit-outer-spin-button,
.laytime__form-expand .input_wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 298, app/assets/stylesheets/laytime.scss */
.laytime__form-expand .input_wrapper input[type=number] {
  -moz-appearance: textfield;
}

/* line 302, app/assets/stylesheets/laytime.scss */
.laytime__form-expand .input_wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 307, app/assets/stylesheets/laytime.scss */
.laytime__form-expand .input_wrapper select::-ms-expand {
  display: none;
}

/* line 311, app/assets/stylesheets/laytime.scss */
.laytime__form-expand .input_wrapper ::-webkit-input-placeholder {
  font-style: italic;
}

/* line 315, app/assets/stylesheets/laytime.scss */
.laytime__form-expand .input_wrapper :-moz-placeholder {
  font-style: italic;
}

/* line 319, app/assets/stylesheets/laytime.scss */
.laytime__form-expand .input_wrapper ::-moz-placeholder {
  font-style: italic;
}

/* line 323, app/assets/stylesheets/laytime.scss */
.laytime__form-expand .input_wrapper :-ms-input-placeholder {
  font-style: italic;
}

/* line 327, app/assets/stylesheets/laytime.scss */
.laytime__form-expand .input_wrapper[data-unit]::after {
  content: attr(data-unit);
  position: absolute;
  top: 25%;
  right: 6%;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  color: #9e9e9e;
  text-align: start;
}

/* line 338, app/assets/stylesheets/laytime.scss */
.laytime__form-expand .input_wrapper[data-type='select']::after {
  content: "";
  position: absolute;
  top: 33%;
  right: 6%;
  width: 16px;
  height: 16px;
  background-image: url(/assets/laytime/select-arrow-ac92d026c404fd29061d353fe0db1a4b24203cd5bb97b1bbcf61c390f84cb803.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 353, app/assets/stylesheets/laytime.scss */
.laytime__form-expand .close_button {
  display: none;
}

@media (max-width: 1440px) {
  /* line 358, app/assets/stylesheets/laytime.scss */
  .laytime__form-expand__fields__element_wrapper {
    flex-wrap: wrap;
  }
}

@media (max-width: 1024px) {
  /* line 364, app/assets/stylesheets/laytime.scss */
  .laytime__form-expand__optional_fields__element_wrapper {
    flex-wrap: wrap;
  }
}

@media (max-width: 1024px) {
  /* line 189, app/assets/stylesheets/laytime.scss */
  .laytime__form-expand {
    flex-direction: column;
    padding: 24px 16px;
    border-radius: 36px;
  }
  /* line 375, app/assets/stylesheets/laytime.scss */
  .laytime__form-expand__actions-wide {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px;
  }
  /* line 382, app/assets/stylesheets/laytime.scss */
  .laytime__form-expand__actions-narrow {
    display: none;
  }
}

/* line 390, app/assets/stylesheets/laytime.scss */
.laytime__breakdown {
  margin-top: 32px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}

/* line 398, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__header {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  text-align: start;
  color: #212121;
  border-radius: 48px 48px 0 0;
  border: 1px solid #DADCE0;
  border-bottom: none;
  padding: 24px;
  background: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

/* line 416, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__table {
  padding: 24px;
  border: 1px solid #DADCE0;
  border-radius: 0 0 48px 48px;
}

/* line 422, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__empty {
  padding: 24px;
  text-align: center;
  color: #9E9E9E;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

/* line 429, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__list {
  flex-grow: 1;
}

/* line 433, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__list_table {
  background: #F7FCFF;
  --row-color: white;
  --header-color: #9E9E9E;
  --text-color: #212121;
}

/* line 439, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__list_table tbody tr td:first-child {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-align: start;
  color: #212121;
}

/* line 446, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__summary {
  max-width: 33%;
  width: 100%;
}

/* line 451, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__summary_table {
  background: #00239C;
  --row-color: #AFD8F414;
  --header-color: white;
  --text-color: white;
}

/* line 457, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__summary_table tbody tr td:first-child {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-align: start;
  color: white;
}

/* line 463, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__summary_table .demurrage {
  --row-color: #EB5757;
}

/* line 469, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__specifier select {
  width: 200px;
  padding: 8px;
  border-radius: 4px;
}

/* line 476, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__sequence {
  display: none;
  border: 1px solid #DADCE0;
  border-radius: 0 0 48px 48px;
  background: #F7FCFF;
  padding: 16px;
  gap: 16px;
}

/* line 485, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__sequence__element {
  background: white;
  border-radius: 16px;
  padding: 16px 16px 24px;
  box-shadow: 0px 4px 8px 0px #002A3F14;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}

/* line 498, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__sequence__element-date, .laytime__breakdown__sequence__element-count {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

/* line 507, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__sequence__element-count {
  padding: 8px 16px;
  border-radius: 8px;
  background: #F7FCFF;
}

/* line 513, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__sequence__element-remark {
  width: 100%;
}

/* line 517, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__sequence .bold {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-align: start;
  color: #212121;
}

/* line 523, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__sequence .date-element {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
  width: 85px;
}

/* line 533, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__sequence .date-title {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-align: start;
  color: #BDBDBD;
}

/* line 539, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__sequence .date-value {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-align: start;
  color: #212121;
}

/* line 545, app/assets/stylesheets/laytime.scss */
.laytime__breakdown__sequence select {
  min-width: 100% !important;
}

@media (max-width: 1024px) {
  /* line 390, app/assets/stylesheets/laytime.scss */
  .laytime__breakdown {
    flex-direction: column-reverse;
  }
  /* line 553, app/assets/stylesheets/laytime.scss */
  .laytime__breakdown__summary {
    max-width: unset;
  }
  /* line 557, app/assets/stylesheets/laytime.scss */
  .laytime__breakdown__list {
    width: 100%;
  }
}

@media (max-width: 600px) {
  /* line 563, app/assets/stylesheets/laytime.scss */
  .laytime__breakdown__list_table {
    display: none;
  }
  /* line 567, app/assets/stylesheets/laytime.scss */
  .laytime__breakdown__sequence {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  /* line 574, app/assets/stylesheets/laytime.scss */
  .laytime__breakdown__header {
    font-family: "Primary";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 37px;
    text-align: center;
    text-align: start;
    padding: 24px;
  }
  /* line 581, app/assets/stylesheets/laytime.scss */
  .laytime__breakdown__table {
    padding: 16px;
    padding-bottom: 24px;
  }
  /* line 586, app/assets/stylesheets/laytime.scss */
  .laytime__breakdown__sequence__element {
    padding: 12px;
  }
}

/* line 592, app/assets/stylesheets/laytime.scss */
.laytime__modal {
  padding: 12px 28px;
}

/* line 595, app/assets/stylesheets/laytime.scss */
.laytime__modal__wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 16px;
}

/* line 602, app/assets/stylesheets/laytime.scss */
.laytime__modal__element {
  width: 100%;
}

/* line 605, app/assets/stylesheets/laytime.scss */
.laytime__modal__element .title {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  text-align: start;
  color: #9e9e9e;
  white-space: nowrap;
}

/* line 614, app/assets/stylesheets/laytime.scss */
.laytime__modal .input_wrapper {
  border-radius: 40px;
  border: 1px solid #DaDCE0;
  padding: 11px 16px;
  outline: none;
  width: 100%;
  position: relative;
  background: white;
  /* Firefox */
}

/* line 623, app/assets/stylesheets/laytime.scss */
.laytime__modal .input_wrapper input,
.laytime__modal .input_wrapper input:focus-visible {
  width: 100%;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* line 631, app/assets/stylesheets/laytime.scss */
.laytime__modal .input_wrapper input::-webkit-outer-spin-button,
.laytime__modal .input_wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 638, app/assets/stylesheets/laytime.scss */
.laytime__modal .input_wrapper input[type=number] {
  -moz-appearance: textfield;
}

/* line 648, app/assets/stylesheets/laytime.scss */
.laytime__accordion .ui-state-active,
.laytime__accordion .ui-state-default,
.laytime__accordion .ui-widget-content {
  border: none;
  background: none;
}

/* line 655, app/assets/stylesheets/laytime.scss */
.laytime__accordion .ui-accordion-header-icon {
  display: none;
}

/* line 659, app/assets/stylesheets/laytime.scss */
.laytime__accordion .rotate-arrow {
  animation: rotate-arrow 300ms;
  animation-fill-mode: forwards;
}

@keyframes rotate-arrow {
  100% {
    transform: rotate(180deg);
    transform-origin: center center;
  }
}

/* line 672, app/assets/stylesheets/laytime.scss */
.laytime button.form_button {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none !important;
  border: none !important;
  border-radius: 100%;
  padding: 0;
}

/* line 683, app/assets/stylesheets/laytime.scss */
.laytime button.form_button:focus {
  outline: none;
}

/* line 688, app/assets/stylesheets/laytime.scss */
.laytime table {
  border-collapse: separate;
  border-spacing: 0 8px;
  width: 100%;
}

/* line 693, app/assets/stylesheets/laytime.scss */
.laytime table th {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-align: start;
  color: var(--header-color);
}

/* line 699, app/assets/stylesheets/laytime.scss */
.laytime table th:first-child {
  padding-left: 24px;
}

/* line 703, app/assets/stylesheets/laytime.scss */
.laytime table tbody tr {
  background-color: var(--row-color);
  box-shadow: 0px 4px 8px 0px #002A3F14;
  border-radius: 16px;
}

/* line 708, app/assets/stylesheets/laytime.scss */
.laytime table tbody tr td {
  padding: 16px 0;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-align: start;
  color: var(--text-color);
}

/* line 715, app/assets/stylesheets/laytime.scss */
.laytime table tbody tr td:first-child {
  padding-left: 24px;
  border-radius: 16px 0 0 16px;
}

/* line 720, app/assets/stylesheets/laytime.scss */
.laytime table tbody tr td:last-child {
  padding-right: 24px;
  border-radius: 0 16px 16px 0;
}

@media (max-width: 1024px) {
  /* line 730, app/assets/stylesheets/laytime.scss */
  .laytime table tbody tr td:first-child {
    padding-left: 12px;
  }
  /* line 734, app/assets/stylesheets/laytime.scss */
  .laytime table tbody tr td:last-child {
    padding-right: 0;
  }
}

@media (max-width: 1024px) {
  /* line 5, app/assets/stylesheets/laytime.scss */
  .laytime {
    padding: 20px;
  }
}

@media (max-width: 600px) {
  /* line 746, app/assets/stylesheets/laytime.scss */
  .laytime__header {
    font-family: "Primary";
    font-style: normal;
    font-weight: 800;
    font-size: 35px;
    line-height: 50px;
    text-align: center;
    text-align: center;
  }
}
/* line 6, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: var(--header-outer-height, 80px) 0 0;
  margin-top: calc(-1 * var(--header-outer-height, 80px));
  background: #E6F5FC;
}

/* line 17, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .hero-section--laytime-form .hero-section__container {
  height: 960px;
}

/* line 21, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .hero-section--laytime-form .hero-section__hero-box {
  min-height: 748px;
  padding-bottom: 48px;
}

@media (min-width: 1025px) {
  /* line 27, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .hero-section--laytime-form .hero-section__container {
    padding-bottom: 48px;
  }
  /* line 31, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .hero-section--laytime-form .hero-section__hero-content {
    align-items: flex-start;
    max-width: 1440px;
    min-height: 0;
    margin: 0;
    padding: 0 40px 96px;
    gap: 24px;
  }
  /* line 40, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .hero-section--laytime-form .hero-section__background-image-section {
    top: auto;
    left: 50%;
    bottom: 0;
    width: 1360px;
    max-width: 100%;
    height: 748px;
    transform: translateX(-50%);
  }
  /* line 50, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .hero-section--laytime-form .hero-section__waves-illustration {
    bottom: 0;
  }
  /* line 54, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .hero-section--laytime-form .hero-section__hero-box {
    align-items: flex-start;
    width: 100%;
    max-width: 1360px;
    padding: 80px;
    gap: 48px;
  }
  /* line 62, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .hero-section--laytime-form .hero-section__text {
    align-items: flex-start;
    align-self: flex-start;
    max-width: 925px;
  }
  /* line 68, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .hero-section--laytime-form .hero-section__title {
    align-items: flex-start;
    text-align: start;
  }
  /* line 73, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .hero-section--laytime-form .hero-section__search-bar-section {
    align-self: flex-start;
    max-width: 800px;
    margin-left: 0;
    margin-right: auto;
  }
  /* line 84, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .hero-section--laytime-form .laytime-calculator-form {
    margin-left: 0;
    margin-right: auto;
  }
}

/* line 91, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .hero-section--laytime-form .hero-section__background-image-section {
  position: absolute;
  left: 50%;
  bottom: 0;
  top: auto;
  width: 1360px;
  max-width: 100%;
  height: 748px;
  transform: translateX(-50%);
  flex: none;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

/* line 106, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .hero-section--laytime-form .hero-section__background-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: right bottom;
}

/* line 114, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .hero-section--laytime-form .hero-section__text {
  width: 100%;
  max-width: 925px;
  gap: 16px;
}

/* line 120, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .hero-section--laytime-form .hero-section__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 100%;
  max-width: 925px;
  min-height: 128px;
  margin: 0;
  padding: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 900;
  font-size: 56px;
  line-height: 64px;
  color: #001F2C;
  text-align: center;
  z-index: 1;
}

/* line 140, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .hero-section--laytime-form .hero-section__title-highlight {
  color: #009CDE;
}

/* line 144, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .hero-section--laytime-form .hero-section__subtitle {
  display: none;
}

/* line 148, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .hero-section--laytime-form .hero-section__search-bar-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  filter: none;
}

/* line 155, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .hero-section--laytime-form .hero-section__search-panel,
#laytime-calculator-page .hero-section--laytime-form .component-search__wrapper {
  width: 100%;
}

/* line 162, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .laytime-calculator-form {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  width: 100%;
  max-width: 900px;
  min-height: 356px;
  margin: 0 auto;
  padding: 16px 16px 24px;
  gap: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 2px 40px rgba(0, 109, 155, 0.24);
  border-radius: 16px;
  border: none;
}

/* line 181, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .laytime-calculator-form__fields {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  max-width: 868px;
  gap: 16px;
}

/* line 193, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .laytime-calculator-form__inputs-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  width: 100%;
  height: 48px;
  padding: 0;
  gap: 24px;
}

/* line 205, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .laytime-calculator-form__input {
  box-sizing: border-box;
  display: flex;
  flex: 1 1 0;
  flex-direction: row;
  align-items: center;
  min-width: 0;
  height: 48px;
  padding: 8px;
  gap: 16px;
  background: #ffffff;
  border-radius: 8px;
  border: none;
}

/* line 221, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .laytime-calculator-form__icon-text {
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  align-items: center;
  min-width: 0;
  height: 20px;
  padding: 0;
  gap: 8px;
}

/* line 231, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .laytime-calculator-form__icon-text input,
#laytime-calculator-page .laytime-calculator-form__icon-text select {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  height: 20px;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  outline: none;
  appearance: none;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #001F2C;
}

/* line 247, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .laytime-calculator-form__icon-text input::placeholder,
#laytime-calculator-page .laytime-calculator-form__icon-text select::placeholder {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #829095;
  text-transform: capitalize;
}

/* line 253, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .laytime-calculator-form__icon-text input::-webkit-calendar-picker-indicator,
#laytime-calculator-page .laytime-calculator-form__icon-text select::-webkit-calendar-picker-indicator {
  display: none;
}

/* line 258, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .laytime-calculator-form__icon-text input[type="number"] {
  -moz-appearance: textfield;
}

/* line 261, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .laytime-calculator-form__icon-text input[type="number"]::-webkit-outer-spin-button, #laytime-calculator-page .laytime-calculator-form__icon-text input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 268, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .laytime-calculator-form__icon-text select {
  cursor: pointer;
  color: #829095;
}

/* line 274, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .laytime-calculator-form__icon {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

/* line 282, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .laytime-calculator-form__icon img {
  display: block;
  width: 20px;
  height: 20px;
}

/* line 289, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .laytime-calculator-form__suffix {
  flex: none;
  height: 20px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #829095;
  text-transform: capitalize;
}

/* line 297, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .laytime-calculator-form__stepper {
  display: flex;
  flex: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  gap: 2px;
}

/* line 308, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .laytime-calculator-form__stepper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  line-height: 0;
}

/* line 318, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .laytime-calculator-form__stepper-btn img {
  display: block;
  width: 12px;
  height: 6px;
}

/* line 325, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .laytime-calculator-form__chevron {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}

/* line 333, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .laytime-calculator-form__chevron img {
  display: block;
  width: 16px;
  height: 16px;
}

/* line 342, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .laytime-calculator-form__tooltip {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  cursor: help;
}

/* line 349, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .laytime-calculator-form__tooltip .icon,
#laytime-calculator-page .laytime-calculator-form__tooltip img {
  display: block;
  width: 16px;
  height: 16px;
}

/* line 358, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .laytime-calculator-form__dash {
  flex: none;
  width: 24px;
  height: 0;
  border-top: 1px solid #B3BCC0;
}

/* line 366, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .laytime-calculator-form__divider {
  align-self: stretch;
  width: 100%;
  height: 0;
  margin: 0;
  border: none;
  border-top: 1px solid #E6E9EA;
}

/* line 376, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .laytime-calculator-form__optional-fields.laytime__accordion .ui-state-active,
#laytime-calculator-page .laytime-calculator-form__optional-fields.laytime__accordion .ui-state-default,
#laytime-calculator-page .laytime-calculator-form__optional-fields.laytime__accordion .ui-widget-content {
  border: none;
  background: none;
}

/* line 383, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .laytime-calculator-form__optional-fields.laytime__accordion .ui-accordion-content {
  padding: 0;
  border: none;
  overflow: visible;
}

/* line 389, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .laytime-calculator-form__optional-fields.laytime__accordion .ui-accordion-header-icon {
  display: none;
}

/* line 394, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .laytime-calculator-form__optional-toggle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-self: center;
  gap: 8px;
  cursor: pointer;
}

/* line 403, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .laytime-calculator-form__optional-toggle span {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #334C56;
  text-transform: capitalize;
}

/* line 409, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .laytime-calculator-form__optional-toggle #advanced_option_btn img {
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
  transition: transform 300ms ease;
}

/* line 416, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .laytime-calculator-form__optional-toggle.ui-accordion-header-active #advanced_option_btn img,
#laytime-calculator-page .laytime-calculator-form__optional-toggle #advanced_option_btn.is-expanded img {
  transform: rotate(0deg);
}

/* line 423, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .laytime-calculator-form__optional-fields {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex: none;
  width: 100%;
  max-width: 868px;
  gap: 16px;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}

/* line 438, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .laytime-calculator-form__optional-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  max-width: 868px;
  gap: 16px;
  padding: 0;
  border: none;
  background: transparent;
}

/* line 451, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .laytime-calculator-form__actions {
  display: flex;
  justify-content: center;
  align-self: center;
  margin: 0;
}

/* line 458, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .laytime-calculator-form__submit {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 165px;
  min-width: 165px;
  height: 40px;
  padding: 8px 16px;
  gap: 8px;
  background: #F9A529;
  border: none;
  border-radius: 32px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-transform: capitalize;
  cursor: pointer;
}

/* line 480, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .why-nowlun-section__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  max-width: 600px;
  min-height: 384px;
  padding: 0;
  gap: 40px;
}

/* line 493, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .why-nowlun-section__title--split {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  max-width: 600px;
  margin: 0;
  gap: 40px;
  text-transform: none;
}

/* line 504, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .why-nowlun-section__title--split br {
  display: none;
}

/* line 510, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .why-nowlun-section__title-line {
  display: flex;
  align-items: center;
  align-self: stretch;
  width: 100%;
  max-width: 600px;
  min-height: 40px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  text-transform: capitalize;
  color: #001F2C;
}

/* line 526, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .why-nowlun-section__title-highlight {
  display: flex;
  align-items: center;
  align-self: stretch;
  width: 100%;
  max-width: 600px;
  min-height: 48px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  text-transform: capitalize;
  color: #009CDE;
}

/* line 541, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .why-nowlun-section__paragraph {
  align-self: stretch;
  width: 100%;
  max-width: 600px;
  gap: 0;
}

/* line 549, app/assets/stylesheets/laytime_calculator.scss */
#laytime-calculator-page .why-nowlun-section__description {
  display: flex;
  align-items: center;
  align-self: stretch;
  width: 100%;
  max-width: 600px;
  min-height: 120px;
  margin: 0;
  white-space: pre-line;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #334C56;
}

@media (max-width: 1024px) {
  /* line 570, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .hero-section--laytime-form .hero-section__container {
    height: auto;
    min-height: 0;
  }
  /* line 576, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .hero-section--laytime-form .hero-section__hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    width: 100%;
    max-width: 834px;
    min-height: 864px;
    margin: 0 auto;
    padding: 24px 24px 40px;
    gap: 80px;
  }
  /* line 590, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .hero-section--laytime-form .hero-section__hero-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    width: 100%;
    max-width: 786px;
    min-height: 800px;
    height: auto;
    padding: 40px 24px;
    gap: 40px;
  }
  /* line 604, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .hero-section--laytime-form .hero-section__background-image-section {
    top: auto;
    left: 0;
    width: 100%;
    max-width: 786px;
    height: 432px;
    transform: none;
    bottom: 0;
  }
  /* line 614, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .hero-section--laytime-form .hero-section__text,
#laytime-calculator-page .hero-section--laytime-form .hero-section__search-bar-section {
    position: relative;
    z-index: 1;
  }
  /* line 620, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .hero-section--laytime-form .hero-section__text {
    align-items: center;
    align-self: stretch;
    width: 100%;
    max-width: 738px;
    gap: 24px;
  }
  /* line 629, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .hero-section--laytime-form .hero-section__title {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    width: 100%;
    max-width: 738px;
    min-height: 192px;
    font-size: 56px;
    line-height: 64px;
    text-align: center;
  }
  /* line 642, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .hero-section--laytime-form .hero-section__search-bar-section {
    align-self: stretch;
    width: 100%;
    max-width: 738px;
    margin: 0 auto;
  }
  /* line 651, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .laytime-calculator-form {
    width: 100%;
    max-width: 738px;
    min-height: 356px;
    height: auto;
    margin: 0 auto;
    padding: 16px 16px 24px;
    gap: 24px;
  }
  /* line 660, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .laytime-calculator-form__fields {
    max-width: 706px;
  }
  /* line 664, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .laytime-calculator-form__inputs-row {
    flex-direction: row;
    align-items: center;
    height: 48px;
  }
  /* line 670, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .laytime-calculator-form__dash {
    display: block;
  }
  /* line 674, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .laytime-calculator-form__optional-fields {
    display: none;
  }
}

@media (max-width: 1024px) {
  /* line 684, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .why-nowlun-section__container {
    flex-direction: column;
    align-items: center;
    min-height: 0;
    padding: 40px;
    gap: 80px;
  }
  /* line 692, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .why-nowlun-section__text, #laytime-calculator-page .why-nowlun-section__title--split, #laytime-calculator-page .why-nowlun-section__title-line, #laytime-calculator-page .why-nowlun-section__title-highlight, #laytime-calculator-page .why-nowlun-section__paragraph, #laytime-calculator-page .why-nowlun-section__description {
    width: 100%;
    max-width: none;
    min-height: 0;
  }
  /* line 703, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .why-nowlun-section__text {
    flex: none;
    align-self: stretch;
    gap: 40px;
  }
  /* line 709, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .why-nowlun-section__title--split, #laytime-calculator-page .why-nowlun-section__text {
    align-items: center;
  }
  /* line 714, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .why-nowlun-section__paragraph {
    align-items: center;
  }
  /* line 718, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .why-nowlun-section__title-line, #laytime-calculator-page .why-nowlun-section__title-highlight, #laytime-calculator-page .why-nowlun-section__description {
    text-align: center;
    justify-content: center;
  }
  /* line 725, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .why-nowlun-section__tablet {
    flex: none;
    align-self: center;
    width: 100%;
    max-width: 730px;
  }
  /* line 732, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .why-nowlun-section__tablet-image {
    width: 100%;
    max-width: 730px;
    height: auto;
  }
}

@media (max-width: 1024px) {
  /* line 744, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .hero-section--laytime-form .hero-section__hero-content {
    min-height: 0;
  }
  /* line 748, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .hero-section--laytime-form .hero-section__hero-box {
    min-height: 0;
  }
}

@media (max-width: 600px) {
  /* line 759, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .hero-section--laytime-form .hero-section__hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    width: 100%;
    max-width: 390px;
    min-height: 1031px;
    margin: 0 auto;
    padding: 24px 24px 40px;
    gap: 80px;
  }
  /* line 773, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .hero-section--laytime-form .hero-section__hero-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    width: 100%;
    max-width: 342px;
    min-height: 967px;
    height: auto;
    padding: 40px 12px;
    gap: 40px;
  }
  /* line 787, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .hero-section--laytime-form .hero-section__background-image-section {
    top: auto;
    left: 0;
    width: 100%;
    max-width: 342px;
    height: 188px;
    transform: none;
    bottom: 0;
  }
  /* line 797, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .hero-section--laytime-form .hero-section__text {
    align-items: center;
    align-self: stretch;
    width: 100%;
    max-width: 294px;
    gap: 0;
  }
  /* line 806, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .hero-section--laytime-form .hero-section__title {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    width: 100%;
    max-width: 294px;
    min-height: 200px;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }
  /* line 819, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .hero-section--laytime-form .hero-section__text,
#laytime-calculator-page .hero-section--laytime-form .hero-section__search-bar-section {
    position: relative;
    z-index: 1;
  }
  /* line 825, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .hero-section--laytime-form .hero-section__search-bar-section {
    align-self: stretch;
    width: 100%;
    max-width: 318px;
    margin: 0 auto;
  }
  /* line 834, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .laytime-calculator-form {
    width: 100%;
    max-width: 318px;
    min-height: 540px;
    height: auto;
    margin: 0 auto;
    padding: 24px 8px;
    gap: 16px;
    background: #ffffff;
  }
  /* line 844, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .laytime-calculator-form__fields {
    align-self: stretch;
    width: 100%;
    max-width: none;
    gap: 16px;
  }
  /* line 851, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .laytime-calculator-form__inputs-row {
    display: contents;
  }
  /* line 855, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .laytime-calculator-form__input {
    flex: none;
    align-self: stretch;
    width: 100%;
    max-width: 302px;
    height: 48px;
    gap: 6px;
  }
  /* line 869, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .laytime-calculator-form__icon-text input,
#laytime-calculator-page .laytime-calculator-form__icon-text select {
    font-size: 12px;
    line-height: 20px;
  }
  /* line 874, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .laytime-calculator-form__icon-text input::placeholder,
#laytime-calculator-page .laytime-calculator-form__icon-text select::placeholder {
    font-size: 12px;
    line-height: 20px;
  }
  /* line 881, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .laytime-calculator-form__suffix {
    font-size: 12px;
    line-height: 20px;
  }
  /* line 886, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .laytime-calculator-form__dash {
    display: none;
  }
  /* line 890, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .laytime-calculator-form__optional-fields {
    display: flex;
    align-self: stretch;
    max-width: 302px;
  }
  /* line 896, app/assets/stylesheets/laytime_calculator.scss */
  #laytime-calculator-page .laytime-calculator-form__optional-panel {
    max-width: none;
  }
}
/* line 6, app/assets/stylesheets/laytime_redirect_section.scss */
.laytime-redirect-section {
  align-self: stretch;
  width: 100%;
  background: #ffffff;
}

/* line 11, app/assets/stylesheets/laytime_redirect_section.scss */
.laytime-redirect-section__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px 80px;
  gap: 80px;
  box-sizing: border-box;
}

/* line 24, app/assets/stylesheets/laytime_redirect_section.scss */
.laytime-redirect-section__visual {
  flex: 1 1 0;
  min-width: 0;
  max-width: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 33, app/assets/stylesheets/laytime_redirect_section.scss */
.laytime-redirect-section__image {
  display: block;
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: contain;
}

/* line 41, app/assets/stylesheets/laytime_redirect_section.scss */
.laytime-redirect-section__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 0;
  min-width: 0;
  max-width: 600px;
  gap: 40px;
}

/* line 51, app/assets/stylesheets/laytime_redirect_section.scss */
.laytime-redirect-section__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 16px;
}

/* line 59, app/assets/stylesheets/laytime_redirect_section.scss */
.laytime-redirect-section__heading-line {
  display: block;
  width: 100%;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  text-transform: capitalize;
  color: #001F2C;
}

/* line 69, app/assets/stylesheets/laytime_redirect_section.scss */
.laytime-redirect-section__heading-line--highlight {
  font-size: 40px;
  line-height: 48px;
  color: #009CDE;
}

/* line 76, app/assets/stylesheets/laytime_redirect_section.scss */
.laytime-redirect-section__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  min-width: 165px;
  height: 40px;
  padding: 8px 16px;
  background: #F9A529;
  border-radius: 32px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  text-transform: capitalize;
  box-sizing: border-box;
}

/* line 92, app/assets/stylesheets/laytime_redirect_section.scss */
.laytime-redirect-section__cta:hover, .laytime-redirect-section__cta:focus {
  color: #ffffff;
  text-decoration: none;
  background: #F9A529;
}

@media (max-width: 1024px) {
  /* line 103, app/assets/stylesheets/laytime_redirect_section.scss */
  .laytime-redirect-section__container {
    flex-direction: row;
    align-items: center;
    padding: 0 40px 80px;
    gap: 80px;
  }
  /* line 110, app/assets/stylesheets/laytime_redirect_section.scss */
  .laytime-redirect-section__visual, .laytime-redirect-section__content {
    flex: 1 1 0;
    max-width: none;
    min-width: 0;
  }
  /* line 117, app/assets/stylesheets/laytime_redirect_section.scss */
  .laytime-redirect-section__visual {
    justify-content: center;
  }
  /* line 121, app/assets/stylesheets/laytime_redirect_section.scss */
  .laytime-redirect-section__image {
    max-width: 100%;
  }
  /* line 125, app/assets/stylesheets/laytime_redirect_section.scss */
  .laytime-redirect-section__content {
    align-items: flex-start;
  }
  /* line 129, app/assets/stylesheets/laytime_redirect_section.scss */
  .laytime-redirect-section__heading {
    align-items: flex-start;
  }
  /* line 133, app/assets/stylesheets/laytime_redirect_section.scss */
  .laytime-redirect-section__heading-line {
    text-align: start;
  }
}

@media (max-width: 600px) {
  /* line 141, app/assets/stylesheets/laytime_redirect_section.scss */
  .laytime-redirect-section__container {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 40px 40px;
    gap: 40px;
  }
  /* line 148, app/assets/stylesheets/laytime_redirect_section.scss */
  .laytime-redirect-section__visual {
    flex: none;
    align-self: stretch;
    width: 100%;
    max-width: none;
  }
  /* line 155, app/assets/stylesheets/laytime_redirect_section.scss */
  .laytime-redirect-section__image {
    max-width: 100%;
  }
  /* line 159, app/assets/stylesheets/laytime_redirect_section.scss */
  .laytime-redirect-section__content {
    flex: none;
    align-self: stretch;
    align-items: center;
    width: 100%;
    max-width: none;
    gap: 40px;
  }
  /* line 168, app/assets/stylesheets/laytime_redirect_section.scss */
  .laytime-redirect-section__heading {
    align-items: center;
  }
  /* line 172, app/assets/stylesheets/laytime_redirect_section.scss */
  .laytime-redirect-section__heading-line {
    text-align: center;
  }
  /* line 176, app/assets/stylesheets/laytime_redirect_section.scss */
  .laytime-redirect-section__cta {
    align-self: center;
    width: auto;
  }
}
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}
.leaflet-container .leaflet-marker-pane img[src^="/sm-images/markers/inland_only.svg"] {
  width: 55px !important;  
  height: 55px !important;
}

.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(/images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(/images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url(/images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}
/* line 4, app/assets/stylesheets/login.scss */
.center-container {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 0 20px;
}

/* line 11, app/assets/stylesheets/login.scss */
.single-column-form {
  width: 100%;
  max-width: 400px;
}

/* line 15, app/assets/stylesheets/login.scss */
.single-column-form__big {
  max-width: 560px;
}

@media (max-width: 1024px) {
  /* line 15, app/assets/stylesheets/login.scss */
  .single-column-form__big {
    max-width: 400px;
  }
}

/* line 22, app/assets/stylesheets/login.scss */
.single-column-form__big .row > div {
  padding: 0 8px;
}

/* line 28, app/assets/stylesheets/login.scss */
.from-header {
  font-weight: 500;
  font-size: 40px;
  line-height: 46px;
  color: #212121;
  margin-bottom: 32px;
  text-align: center;
}

/* line 37, app/assets/stylesheets/login.scss */
.button-wrapper {
  margin-top: 40px;
  text-align: center;
}

/* line 41, app/assets/stylesheets/login.scss */
.button-wrapper .btn {
  width: 224px;
}
/* line 5, app/assets/stylesheets/mared_landing.scss */
.mared {
  --page-padding: 80px;
  padding: 80px 0 120px;
  /* Firefox */
}

/* line 9, app/assets/stylesheets/mared_landing.scss */
.mared__hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding: 0 var(--page-padding);
}

/* line 16, app/assets/stylesheets/mared_landing.scss */
.mared__hero__left, .mared__hero__right {
  max-width: 624px;
  width: 100%;
}

/* line 22, app/assets/stylesheets/mared_landing.scss */
.mared__hero__left {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 32px;
}

/* line 29, app/assets/stylesheets/mared_landing.scss */
.mared__hero__right {
  position: relative;
}

/* line 32, app/assets/stylesheets/mared_landing.scss */
.mared__hero__right video {
  position: absolute;
  top: 6%;
  left: 33%;
  z-index: 1;
  transform: rotate(23deg);
  width: calc(30% + 4px);
  border-radius: 20px;
}

/* line 43, app/assets/stylesheets/mared_landing.scss */
.mared__hero img {
  width: 100%;
}

/* line 47, app/assets/stylesheets/mared_landing.scss */
.mared__hero .title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 56px;
  line-height: 60px;
  text-align: center;
  text-align: start;
}

/* line 52, app/assets/stylesheets/mared_landing.scss */
.mared__hero .subtitle {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-align: start;
}

/* line 57, app/assets/stylesheets/mared_landing.scss */
.mared__hero .actions {
  margin-top: 10px;
}

/* line 64, app/assets/stylesheets/mared_landing.scss */
.mared__instructions__art {
  height: 600px;
  background-image: url(/assets/mared/background-a4ffc846a84ffc2f0205a1db94856ce29f4537a1a20be8485f49744656b7c9d9.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: -125px;
  margin-bottom: -196px;
}

/* line 73, app/assets/stylesheets/mared_landing.scss */
.mared__instructions__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 60px;
  padding: 0 var(--page-padding);
}

/* line 82, app/assets/stylesheets/mared_landing.scss */
.mared__instructions__body .title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 52px;
  text-align: center;
  text-align: center;
  color: #212121;
}

/* line 88, app/assets/stylesheets/mared_landing.scss */
.mared__instructions__body .actions {
  margin-top: 10px;
}

/* line 93, app/assets/stylesheets/mared_landing.scss */
.mared__instructions__steps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
}

/* line 100, app/assets/stylesheets/mared_landing.scss */
.mared__instructions__step {
  max-width: 300px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

/* line 109, app/assets/stylesheets/mared_landing.scss */
.mared__instructions__step .description {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 8px;
  align-self: start;
}

/* line 118, app/assets/stylesheets/mared_landing.scss */
.mared__instructions__step .number {
  color: white;
  background-color: #212121;
  min-width: 40px;
  min-height: 40px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 130, app/assets/stylesheets/mared_landing.scss */
.mared__instructions__step .text {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-align: start;
  color: #212121;
  align-self: center;
}

/* line 139, app/assets/stylesheets/mared_landing.scss */
.mared__form {
  margin-top: 120px;
  padding: 0 var(--page-padding);
}

/* line 143, app/assets/stylesheets/mared_landing.scss */
.mared__form__body {
  width: 100%;
  background: white;
  border-width: 2px 2px 4px 2px;
  border-style: solid;
  border-color: #212121;
  border-radius: 36px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

/* line 161, app/assets/stylesheets/mared_landing.scss */
.mared__form__invitation {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

/* line 169, app/assets/stylesheets/mared_landing.scss */
.mared__form__invitation > div {
  flex: 1 0 calc(50% - 24px);
}

/* line 174, app/assets/stylesheets/mared_landing.scss */
.mared__form .title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 52px;
  text-align: center;
  color: #212121;
  text-align: center;
}

/* line 180, app/assets/stylesheets/mared_landing.scss */
.mared__form .actions {
  margin-top: 10px;
}

/* line 185, app/assets/stylesheets/mared_landing.scss */
.mared__text_input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
  width: 100%;
}

/* line 194, app/assets/stylesheets/mared_landing.scss */
.mared__text_input .label {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  text-transform: capitalize;
  text-align: start;
  color: #9E9E9E;
}

/* line 201, app/assets/stylesheets/mared_landing.scss */
.mared__text_input .wrapper {
  padding: 12px 16px;
  border: 1px solid #DADCE0;
  border-radius: 40px;
  width: 100%;
}

/* line 207, app/assets/stylesheets/mared_landing.scss */
.mared__text_input .wrapper:focus, .mared__text_input .wrapper:focus-within {
  border: 1px solid #ffa726 !important;
}

/* line 214, app/assets/stylesheets/mared_landing.scss */
.mared input[type='text'],
.mared input[type='number'],
.mared input[type='tel'],
.mared input[type='email'] {
  width: 100%;
  border: none;
  outline: none !important;
}

/* line 223, app/assets/stylesheets/mared_landing.scss */
.mared input[type='text']:focus,
.mared input[type='number']:focus,
.mared input[type='tel']:focus,
.mared input[type='email']:focus {
  box-shadow: none !important;
  border: none !important;
}

/* line 229, app/assets/stylesheets/mared_landing.scss */
.mared input::-webkit-outer-spin-button,
.mared input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 236, app/assets/stylesheets/mared_landing.scss */
.mared input[type=number] {
  -moz-appearance: textfield;
}

/* line 240, app/assets/stylesheets/mared_landing.scss */
.mared label {
  margin: 0;
}

@media (max-width: 1024px) {
  /* line 246, app/assets/stylesheets/mared_landing.scss */
  .mared__instructions__art {
    margin-bottom: -370px;
  }
}

@media (max-width: 1024px) {
  /* line 5, app/assets/stylesheets/mared_landing.scss */
  .mared {
    padding: 40px 0 60px;
    --page-padding: 40px;
  }
  /* line 256, app/assets/stylesheets/mared_landing.scss */
  .mared__form .title {
    font-family: "Primary";
    font-style: normal;
    font-weight: 700;
    font-size: 31px;
    line-height: 42px;
    text-align: center;
  }
  /* line 263, app/assets/stylesheets/mared_landing.scss */
  .mared__instructions__steps {
    flex-wrap: wrap;
    justify-content: center;
  }
  /* line 268, app/assets/stylesheets/mared_landing.scss */
  .mared__instructions__step {
    flex: 1 0 calc(50% - 24px);
  }
}

@media (max-width: 1024px) {
  /* line 275, app/assets/stylesheets/mared_landing.scss */
  .mared__form {
    margin-top: 60px;
  }
  /* line 278, app/assets/stylesheets/mared_landing.scss */
  .mared__form__body {
    padding: 40px 16px;
  }
  /* line 285, app/assets/stylesheets/mared_landing.scss */
  .mared__instructions__step .logo img {
    width: 100px;
  }
}

@media (max-width: 600px) {
  /* line 5, app/assets/stylesheets/mared_landing.scss */
  .mared {
    --page-padding: 24px;
    padding: 40px 0;
  }
  /* line 296, app/assets/stylesheets/mared_landing.scss */
  .mared__hero__right {
    display: none;
  }
  /* line 300, app/assets/stylesheets/mared_landing.scss */
  .mared__form {
    margin-top: 40px;
    gap: 24px;
  }
  /* line 305, app/assets/stylesheets/mared_landing.scss */
  .mared__form__invitation > div {
    flex: 1 0 100% !important;
  }
  /* line 313, app/assets/stylesheets/mared_landing.scss */
  .mared__instructions__step {
    flex: 1 0 100% !important;
  }
  /* line 316, app/assets/stylesheets/mared_landing.scss */
  .mared__instructions__step .description {
    align-self: unset;
  }
  /* line 322, app/assets/stylesheets/mared_landing.scss */
  .mared__advantages {
    padding: 40px var(--page-padding) 0;
    gap: 32px;
  }
  /* line 327, app/assets/stylesheets/mared_landing.scss */
  .mared__form__body {
    gap: 24px;
  }
  /* line 331, app/assets/stylesheets/mared_landing.scss */
  .mared__form__route_information__content, .mared__form__cargo_description__content, .mared__form__dimensions__content, .mared__form__contact__content, .mared__advantages__content {
    flex-wrap: wrap;
  }
  /* line 338, app/assets/stylesheets/mared_landing.scss */
  .mared__form__route_information__content > div, .mared__form__cargo_description__content > div, .mared__form__dimensions__content > div, .mared__form__contact__content > div, .mared__advantages__content > div {
    flex: 1 0 100% !important;
  }
}
/* line 5, app/assets/stylesheets/metrics.scss */
.metric {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 37px;
  text-align: center;
  text-align: center;
  color: #212121;
}

/* line 10, app/assets/stylesheets/metrics.scss */
.metric__white {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  text-align: center;
  text-align: center;
  color: white;
}

/* line 16, app/assets/stylesheets/metrics.scss */
.metric__blue {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  text-align: center;
  text-align: center;
  color: #009CDE;
}

/* line 22, app/assets/stylesheets/metrics.scss */
.metric__wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* line 28, app/assets/stylesheets/metrics.scss */
.metric__line-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* line 34, app/assets/stylesheets/metrics.scss */
.metric__column-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 39, app/assets/stylesheets/metrics.scss */
.metric__column-wrapper > * {
  position: relative;
  z-index: 1;
}

/* line 45, app/assets/stylesheets/metrics.scss */
.metric__arrow-bg {
  --image-height: 78px;
  background-image: url(/assets/home/metrics/crooked-arrow-a5835181912023f1ea146c70bb2c097bab57f4df0f89206fa29519bb0324356e.svg);
  background-blend-mode: multiply;
  background-position: center;
  background-size: 113px var(--image-height);
  background-repeat: no-repeat;
  padding: var(--image-height);
  margin: calc(-1 * var(--image-height));
}

/* line 56, app/assets/stylesheets/metrics.scss */
.metric__arrow-light-bg {
  --image-height: 125px;
  background-image: url(/assets/home/metrics/crooked-arrow-light-f82607f731fc1d66bbf8cdc1993fa2d03fc48ac751a2f7a7e888fc71d43c2cd3.svg);
  background-blend-mode: multiply;
  background-position: center;
  background-size: 180px var(--image-height);
  background-repeat: no-repeat;
  padding: var(--image-height);
  margin: calc(-1 * var(--image-height));
  z-index: 0;
}

@media (max-width: 1024px) {
  /* line 70, app/assets/stylesheets/metrics.scss */
  .metric__line-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /* line 75, app/assets/stylesheets/metrics.scss */
  .metric__line-wrapper > * {
    position: relative;
    z-index: 1;
  }
}

/* line 83, app/assets/stylesheets/metrics.scss */
.track-metric {
  display: none;
}
/* line 5, app/assets/stylesheets/my_account.scss */
.my-account-page {
  min-height: calc(100vh - var(--nav-height));
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  padding: 80px 80px 40px;
  background-color: #ffffff;
}

@media (max-width: 1024px) {
  /* line 5, app/assets/stylesheets/my_account.scss */
  .my-account-page {
    gap: 40px;
    padding: 40px 16px 24px;
  }
}

/* line 19, app/assets/stylesheets/my_account.scss */
.my-account-page__title {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  height: 64px;
  margin: 0;
  padding: 0;
  color: #009CDE;
  font-family: "Figtree", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 900;
  line-height: 64px;
  text-align: center;
}

@media (max-width: 1024px) {
  /* line 19, app/assets/stylesheets/my_account.scss */
  .my-account-page__title {
    height: auto;
    font-size: 36px;
    line-height: 44px;
  }
}

@media (max-width: 600px) {
  /* line 19, app/assets/stylesheets/my_account.scss */
  .my-account-page__title {
    font-size: 28px;
    line-height: 36px;
  }
}

/* line 50, app/assets/stylesheets/my_account.scss */
.my-account-page__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 1280px;
}

/* line 60, app/assets/stylesheets/my_account.scss */
.account-widgets-banners {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 40px;
  width: 100%;
  max-width: 1280px;
  padding: 0;
}

@media (max-width: 600px) {
  /* line 60, app/assets/stylesheets/my_account.scss */
  .account-widgets-banners {
    gap: 24px;
  }
}

/* line 75, app/assets/stylesheets/my_account.scss */
.account-banner {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  isolation: isolate;
  gap: 40px;
  width: 100%;
  max-width: 1280px;
  min-height: 188px;
  padding: 0 100px 0 40px;
  overflow: hidden;
  border-radius: 16px;
  background: #004E6F;
  box-shadow: 0 2px 24px rgba(0, 31, 44, 0.16);
}

@media (min-width: 601px) and (max-width: 1024px) {
  /* line 75, app/assets/stylesheets/my_account.scss */
  .account-banner {
    gap: 40px;
    height: auto;
    min-height: 188px;
    overflow: visible;
    padding: 0 40px;
  }
}

@media (max-width: 600px) {
  /* line 75, app/assets/stylesheets/my_account.scss */
  .account-banner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    min-height: 0;
    height: auto;
    overflow: visible;
    padding: 0 0 24px;
  }
}

/* line 110, app/assets/stylesheets/my_account.scss */
.account-banner__waves {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 628px;
  max-width: 55%;
  height: 188px;
  pointer-events: none;
  object-fit: cover;
  object-position: right bottom;
}

@media (max-width: 1024px) {
  /* line 110, app/assets/stylesheets/my_account.scss */
  .account-banner__waves {
    display: none;
  }
}

/* line 127, app/assets/stylesheets/my_account.scss */
.account-banner__body {
  position: relative;
  z-index: 0;
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  min-width: 0;
  padding: 24px 0;
}

@media (min-width: 601px) and (max-width: 1024px) {
  /* line 127, app/assets/stylesheets/my_account.scss */
  .account-banner__body {
    gap: 40px;
    min-height: 188px;
    height: auto;
    padding: 24px 0;
  }
}

@media (max-width: 600px) {
  /* line 127, app/assets/stylesheets/my_account.scss */
  .account-banner__body {
    flex: none;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    justify-content: center;
    gap: 24px;
    width: 100%;
    padding: 24px 0;
    text-align: center;
  }
}

/* line 158, app/assets/stylesheets/my_account.scss */
.account-banner__avatar {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  padding: 50px 46px;
  border-radius: 90px;
  background: linear-gradient(128.66deg, #004E6F 14.6%, #006D9B 50.19%, #0096D5 86.19%);
}

/* line 170, app/assets/stylesheets/my_account.scss */
.account-banner__avatar span {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Figtree", sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 80px;
}

@media (max-width: 600px) {
  /* line 158, app/assets/stylesheets/my_account.scss */
  .account-banner__avatar {
    width: 140px;
    height: 140px;
    padding: 50px 46px;
  }
  /* line 185, app/assets/stylesheets/my_account.scss */
  .account-banner__avatar span {
    font-size: 64px;
    line-height: 80px;
  }
}

/* line 192, app/assets/stylesheets/my_account.scss */
.account-banner__details {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  min-width: 0;
}

@media (max-width: 600px) {
  /* line 192, app/assets/stylesheets/my_account.scss */
  .account-banner__details {
    align-items: center;
    align-self: stretch;
    width: 100%;
  }
}

/* line 208, app/assets/stylesheets/my_account.scss */
.account-banner__name {
  width: 100%;
  color: #FFFFFF;
  font-family: "Figtree", sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
  word-break: break-word;
}

@media (max-width: 600px) {
  /* line 208, app/assets/stylesheets/my_account.scss */
  .account-banner__name {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
  }
}

/* line 228, app/assets/stylesheets/my_account.scss */
.account-banner__company {
  color: #FFFFFF;
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  word-break: break-word;
}

@media (max-width: 600px) {
  /* line 228, app/assets/stylesheets/my_account.scss */
  .account-banner__company {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
  }
}

/* line 245, app/assets/stylesheets/my_account.scss */
.account-banner__member-since {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

@media (max-width: 600px) {
  /* line 245, app/assets/stylesheets/my_account.scss */
  .account-banner__member-since {
    justify-content: center;
  }
}

/* line 257, app/assets/stylesheets/my_account.scss */
.account-banner__member-since-label {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/* line 265, app/assets/stylesheets/my_account.scss */
.account-banner__member-since-value {
  color: #FFFFFF;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

/* line 273, app/assets/stylesheets/my_account.scss */
.account-banner__status {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  gap: 8px;
  padding: 0 24px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}

/* line 287, app/assets/stylesheets/my_account.scss */
.account-banner__status--verified {
  width: 115px;
}

/* line 291, app/assets/stylesheets/my_account.scss */
.account-banner__status--unverified {
  width: 192px;
}

/* line 295, app/assets/stylesheets/my_account.scss */
.account-banner__status--pending {
  width: 218px;
}

/* line 299, app/assets/stylesheets/my_account.scss */
.account-banner__status--rejected {
  width: 250px;
}

@media (min-width: 601px) and (max-width: 1024px) {
  /* line 273, app/assets/stylesheets/my_account.scss */
  .account-banner__status {
    flex-shrink: 0;
    min-width: 0;
    overflow: visible;
    padding: 16px;
  }
  /* line 309, app/assets/stylesheets/my_account.scss */
  .account-banner__status--verified {
    width: auto;
    min-width: 120px;
  }
  /* line 314, app/assets/stylesheets/my_account.scss */
  .account-banner__status--unverified {
    width: auto;
    min-width: 180px;
    max-width: 220px;
  }
  /* line 320, app/assets/stylesheets/my_account.scss */
  .account-banner__status--pending {
    width: auto;
    min-width: 220px;
    max-width: 260px;
  }
  /* line 326, app/assets/stylesheets/my_account.scss */
  .account-banner__status--rejected {
    width: auto;
    min-width: 180px;
    max-width: 240px;
  }
}

@media (max-width: 600px) {
  /* line 273, app/assets/stylesheets/my_account.scss */
  .account-banner__status {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-self: stretch;
    justify-content: center;
    gap: 16px;
    width: 100%;
    height: auto;
    min-height: 84px;
    margin: 0;
    padding: 16px 24px;
    overflow: visible;
    border-radius: 0;
    text-align: left;
  }
  /* line 349, app/assets/stylesheets/my_account.scss */
  .account-banner__status--verified, .account-banner__status--unverified, .account-banner__status--pending, .account-banner__status--rejected {
    width: 100%;
  }
}

/* line 358, app/assets/stylesheets/my_account.scss */
.account-banner__status-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

@media (min-width: 601px) and (max-width: 1024px) {
  /* line 358, app/assets/stylesheets/my_account.scss */
  .account-banner__status-heading {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    width: 100%;
  }
}

@media (max-width: 600px) {
  /* line 358, app/assets/stylesheets/my_account.scss */
  .account-banner__status-heading {
    flex-direction: row;
    flex-shrink: 0;
    align-items: center;
    gap: 8px;
    max-width: none;
  }
}

/* line 382, app/assets/stylesheets/my_account.scss */
.account-banner__status-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

/* line 389, app/assets/stylesheets/my_account.scss */
.account-banner__status-text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}

/* line 400, app/assets/stylesheets/my_account.scss */
.account-banner__status-text--verified {
  color: #2EC37D;
  white-space: nowrap;
}

/* line 405, app/assets/stylesheets/my_account.scss */
.account-banner__status-text--pending {
  color: #F9A529;
}

/* line 409, app/assets/stylesheets/my_account.scss */
.account-banner__status-text--unverified, .account-banner__status-text--rejected {
  color: #EB2525;
  white-space: nowrap;
}

@media (min-width: 601px) and (max-width: 1024px) {
  /* line 389, app/assets/stylesheets/my_account.scss */
  .account-banner__status-text {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    justify-content: flex-start;
  }
  /* line 421, app/assets/stylesheets/my_account.scss */
  .account-banner__status-text--pending {
    white-space: normal;
  }
}

@media (max-width: 600px) {
  /* line 389, app/assets/stylesheets/my_account.scss */
  .account-banner__status-text {
    justify-content: flex-start;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
  /* line 432, app/assets/stylesheets/my_account.scss */
  .account-banner__status-text--verified, .account-banner__status-text--unverified, .account-banner__status-text--rejected {
    white-space: nowrap;
  }
  /* line 438, app/assets/stylesheets/my_account.scss */
  .account-banner__status-text--pending {
    white-space: normal;
  }
}

/* line 444, app/assets/stylesheets/my_account.scss */
.account-banner__status-message {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #001F2C;
  font-family: "Figtree", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}

/* line 457, app/assets/stylesheets/my_account.scss */
.account-banner__status--unverified .account-banner__status-message {
  max-width: 144px;
}

/* line 461, app/assets/stylesheets/my_account.scss */
.account-banner__status--pending .account-banner__status-message {
  max-width: 170px;
}

/* line 465, app/assets/stylesheets/my_account.scss */
.account-banner__status--rejected .account-banner__status-message {
  max-width: 202px;
}

@media (min-width: 601px) and (max-width: 1024px) {
  /* line 444, app/assets/stylesheets/my_account.scss */
  .account-banner__status-message {
    width: 100%;
    max-width: none !important;
    text-align: left;
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  /* line 444, app/assets/stylesheets/my_account.scss */
  .account-banner__status-message {
    flex: 1;
    align-items: center;
    justify-content: flex-start;
    max-width: 227px !important;
    text-align: left;
  }
}

/* line 485, app/assets/stylesheets/my_account.scss */
.account-banner__status-cta {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 144px;
  height: 32px;
  padding: 8px 16px;
  border-radius: 32px;
  background: #F9A529;
  color: #FFFFFF;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;
  transition: background-color 0.15s ease;
}

/* line 507, app/assets/stylesheets/my_account.scss */
.account-banner__status-cta:hover, .account-banner__status-cta:focus {
  background: #f8980b;
  color: #FFFFFF;
  text-decoration: none;
}

@media (max-width: 600px) {
  /* line 485, app/assets/stylesheets/my_account.scss */
  .account-banner__status-cta {
    flex-shrink: 0;
    width: auto;
    min-width: 0;
    height: 32px;
    padding: 4px 12px;
    font-size: 12px;
    line-height: 16px;
  }
}

/* line 526, app/assets/stylesheets/my_account.scss */
.account-contact-bar {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 40px 24px;
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 0 2px 24px rgba(0, 31, 44, 0.16);
}

@media (min-width: 601px) and (max-width: 1024px) {
  /* line 526, app/assets/stylesheets/my_account.scss */
  .account-contact-bar {
    gap: 24px;
    padding: 40px 24px;
  }
}

@media (max-width: 600px) {
  /* line 526, app/assets/stylesheets/my_account.scss */
  .account-contact-bar {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    justify-content: center;
    padding: 24px;
  }
}

/* line 554, app/assets/stylesheets/my_account.scss */
.account-contact-bar__item {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  min-width: 0;
}

@media (max-width: 600px) {
  /* line 554, app/assets/stylesheets/my_account.scss */
  .account-contact-bar__item {
    flex: none;
    align-self: stretch;
    width: 100%;
  }
}

/* line 570, app/assets/stylesheets/my_account.scss */
.account-contact-bar__label {
  display: flex;
  flex-shrink: 0;
  gap: 8px;
  align-items: center;
  width: auto;
  color: #667980;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

/* line 583, app/assets/stylesheets/my_account.scss */
.account-contact-bar__value {
  width: 100%;
  min-width: 0;
  color: #001F2C;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  word-break: normal;
  overflow-wrap: anywhere;
}

/* line 597, app/assets/stylesheets/my_account.scss */
.account-contact-bar__divider {
  flex-shrink: 0;
  width: 1px;
  align-self: stretch;
  background: #E6E9EA;
}

@media (max-width: 600px) {
  /* line 597, app/assets/stylesheets/my_account.scss */
  .account-contact-bar__divider {
    display: none;
  }
}

/* line 609, app/assets/stylesheets/my_account.scss */
.account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  width: 100%;
}

/* line 616, app/assets/stylesheets/my_account.scss */
.account-actions .btn {
  min-width: 160px;
}

@media (max-width: 600px) {
  /* line 616, app/assets/stylesheets/my_account.scss */
  .account-actions .btn {
    min-width: 0;
    width: 100%;
  }
}

/* line 626, app/assets/stylesheets/my_account.scss */
.account-widgets {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  align-items: flex-start;
  align-self: stretch;
  gap: 40px;
  width: 100%;
  max-width: 1280px;
}

@media (max-width: 1024px) {
  /* line 626, app/assets/stylesheets/my_account.scss */
  .account-widgets {
    flex-direction: column;
    gap: 24px;
  }
}

/* line 642, app/assets/stylesheets/my_account.scss */
.account-widget {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  min-width: 0;
  min-height: 376px;
  padding: 24px;
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 0 2px 24px rgba(0, 31, 44, 0.16);
}

@media (max-width: 1024px) {
  /* line 642, app/assets/stylesheets/my_account.scss */
  .account-widget {
    min-height: 0;
    width: 100%;
  }
}

/* line 661, app/assets/stylesheets/my_account.scss */
.account-widget__header {
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-height: 64px;
  padding: 0 0 24px;
  border-bottom: 1px solid #E6E9EA;
}

/* line 673, app/assets/stylesheets/my_account.scss */
.account-widget__header h2 {
  display: flex;
  flex: 1;
  align-items: center;
  margin: 0;
  color: #001F2C;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
}

/* line 688, app/assets/stylesheets/my_account.scss */
.account-widget__header-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

/* line 695, app/assets/stylesheets/my_account.scss */
.account-widget__rows {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 24px;
  width: 100%;
}

/* line 704, app/assets/stylesheets/my_account.scss */
.account-widget__files {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 0;
  width: 100%;
}

/* line 714, app/assets/stylesheets/my_account.scss */
.account-widget__empty {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 0;
  color: #B3BCC0;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

/* line 730, app/assets/stylesheets/my_account.scss */
.account-data-row {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  align-items: center;
  align-self: stretch;
  gap: 2px;
  width: 100%;
  min-height: 24px;
  padding: 0;
}

/* line 741, app/assets/stylesheets/my_account.scss */
.account-data-row--top {
  align-items: flex-start;
}

/* line 747, app/assets/stylesheets/my_account.scss */
.account-data-row__label {
  display: flex;
  flex: 0 0 54%;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  min-width: 0;
  color: #667980;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

/* line 761, app/assets/stylesheets/my_account.scss */
.account-data-row__label span {
  word-break: break-word;
}

/* line 766, app/assets/stylesheets/my_account.scss */
.account-data-row__value {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  color: #001F2C;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  word-break: normal;
  overflow-wrap: anywhere;
}

/* line 784, app/assets/stylesheets/my_account.scss */
.account-data-row--top .account-data-row__value {
  align-items: flex-start;
}

@media (max-width: 1024px) {
  /* line 730, app/assets/stylesheets/my_account.scss */
  .account-data-row {
    flex-direction: column;
    gap: 4px;
    align-items: stretch;
  }
  /* line 793, app/assets/stylesheets/my_account.scss */
  .account-data-row__label {
    flex: none;
  }
  /* line 797, app/assets/stylesheets/my_account.scss */
  .account-data-row__value {
    padding-left: 40px;
  }
}

/* line 803, app/assets/stylesheets/my_account.scss */
.account-file-row {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  align-items: center;
  align-self: stretch;
  gap: 16px;
  width: 100%;
  min-height: 84px;
  padding: 16px 0;
  border-bottom: 1px solid #E6E9EA;
}

/* line 816, app/assets/stylesheets/my_account.scss */
.account-file-row:last-child {
  border-bottom: 0;
}

/* line 820, app/assets/stylesheets/my_account.scss */
.account-file-row__text {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-width: 0;
}

/* line 829, app/assets/stylesheets/my_account.scss */
.account-file-row__title {
  display: flex;
  align-items: center;
  color: #001F2C;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

/* line 840, app/assets/stylesheets/my_account.scss */
.account-file-row__filename {
  display: flex;
  align-items: center;
  color: #667980;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  word-break: normal;
  overflow-wrap: anywhere;
}

/* line 854, app/assets/stylesheets/my_account.scss */
.account-file-row__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 866, app/assets/stylesheets/my_account.scss */
.account-file-row__actions {
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

/* line 877, app/assets/stylesheets/my_account.scss */
.account-file-row__upload {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto;
  min-height: 36px;
  padding: 8px 20px;
  border: 1px solid #F9A529;
  border-radius: 32px;
  background: #F9A529;
  color: #ffffff;
  cursor: pointer;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: capitalize;
  white-space: nowrap;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

/* line 901, app/assets/stylesheets/my_account.scss */
.account-file-row__upload:hover {
  background: #E09525;
  border-color: #E09525;
}

/* line 909, app/assets/stylesheets/my_account.scss */
.account-file-row__input:focus-visible ~ .account-file-row__upload, .account-file-row__upload:focus-visible {
  outline: 2px solid #7D5315;
  outline-offset: 2px;
}

/* line 915, app/assets/stylesheets/my_account.scss */
.account-file-row__upload-icon {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  object-fit: contain;
}

/* line 922, app/assets/stylesheets/my_account.scss */
.account-file-row__action {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 40px;
  height: 40px;
  padding: 8px 16px;
  border-radius: 12px;
  transition: background-color 0.15s ease;
}

/* line 934, app/assets/stylesheets/my_account.scss */
.account-file-row__action:hover {
  background-color: #F3F3F3;
}

/* line 940, app/assets/stylesheets/my_account.scss */
.account-files-form {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* line 946, app/assets/stylesheets/my_account.scss */
.account-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

/* line 952, app/assets/stylesheets/my_account.scss */
.account-icon--download {
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
}

/* line 959, app/assets/stylesheets/my_account.scss */
.account-file-row__action .account-icon {
  width: 20px;
  height: 20px;
}

/* line 964, app/assets/stylesheets/my_account.scss */
.myaccount-button-wrapper {
  margin: 36px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 1024px) {
  /* line 964, app/assets/stylesheets/my_account.scss */
  .myaccount-button-wrapper {
    margin: 24px 0;
    padding: 0 16px;
    flex-direction: column;
    gap: 12px;
  }
}

/* line 979, app/assets/stylesheets/my_account.scss */
.myaccount-button-wrapper .btn {
  max-width: 190px;
  width: 100%;
}

@media (max-width: 1024px) {
  /* line 979, app/assets/stylesheets/my_account.scss */
  .myaccount-button-wrapper .btn {
    max-width: 100%;
    width: 100%;
  }
}

/* line 989, app/assets/stylesheets/my_account.scss */
.myaccount-button-wrapper .btn:not(:first-child) {
  margin-left: 16px;
}

@media (max-width: 1024px) {
  /* line 989, app/assets/stylesheets/my_account.scss */
  .myaccount-button-wrapper .btn:not(:first-child) {
    margin-left: 0;
  }
}

/* line 998, app/assets/stylesheets/my_account.scss */
.account-edit {
  max-width: 660px;
  margin: 32px auto;
  padding: 0 16px;
}

@media (max-width: 1024px) {
  /* line 998, app/assets/stylesheets/my_account.scss */
  .account-edit {
    margin: 24px auto;
    padding: 0 8px;
  }
}

/* line 1008, app/assets/stylesheets/my_account.scss */
.account-edit .border-card-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 32px;
  column-gap: 24px;
  padding: 24px;
}

@media (max-width: 1024px) {
  /* line 1008, app/assets/stylesheets/my_account.scss */
  .account-edit .border-card-content {
    grid-template-columns: 1fr;
    row-gap: 24px;
    column-gap: 0;
  }
}

/* line 1022, app/assets/stylesheets/my_account.scss */
.account-edit .form-group {
  margin-bottom: 0;
}

/* line 1026, app/assets/stylesheets/my_account.scss */
.account-edit .account-card-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 1032, app/assets/stylesheets/my_account.scss */
.account-edit .account-card-label {
  font-size: 16px;
  line-height: 18px;
  color: #667980;
}
/* line 3, app/assets/stylesheets/my_shipments.scss */
.myshipment-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}

/* line 7, app/assets/stylesheets/my_shipments.scss */
.myshipment-container h1 {
  margin: 32px 0;
  font-weight: 500;
  font-size: 40px;
  line-height: 46px;
  color: #212121;
}

/* line 15, app/assets/stylesheets/my_shipments.scss */
.myshipment-container .btn {
  margin-bottom: 32px;
}

/* line 19, app/assets/stylesheets/my_shipments.scss */
.myshipment-container .app-tabs {
  margin-bottom: 24px;
}

/* line 24, app/assets/stylesheets/my_shipments.scss */
.myshipment-cards-warper {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}

/* line 29, app/assets/stylesheets/my_shipments.scss */
.myshipment-cards-warper .search-card-waiting-booking {
  color: #039be5;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
}

/* line 35, app/assets/stylesheets/my_shipments.scss */
.myshipment-cards-warper .search-card-waiting-booking img {
  margin-right: 8px;
}

@media (max-width: 1024px) {
  /* line 38, app/assets/stylesheets/my_shipments.scss */
  .myshipment-cards-warper .search-card-waiting-booking span {
    display: none;
  }
}

/* line 46, app/assets/stylesheets/my_shipments.scss */
.myshipment-header {
  margin-bottom: 24px;
}

/* line 50, app/assets/stylesheets/my_shipments.scss */
.myshipment-content {
  width: 100%;
  position: relative;
}

/* line 54, app/assets/stylesheets/my_shipments.scss */
.myshipment-content__filters {
  width: 100%;
  background: #f7fcff;
  padding: 24px;
  border-radius: 36px;
}

/* line 60, app/assets/stylesheets/my_shipments.scss */
.myshipment-content__filters hr {
  background: #DADCE0;
}

/* line 65, app/assets/stylesheets/my_shipments.scss */
.myshipment-content__boxes {
  background: transparent;
}

/* line 69, app/assets/stylesheets/my_shipments.scss */
.myshipment-content__subelement {
  display: flex;
  align-items: center;
}

/* line 73, app/assets/stylesheets/my_shipments.scss */
.myshipment-content__subelement label {
  margin-top: 0.5rem;
}

/* line 77, app/assets/stylesheets/my_shipments.scss */
.myshipment-content__subelement img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}

/* line 84, app/assets/stylesheets/my_shipments.scss */
.myshipment-content__element {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: transparent;
  border: none;
  color: #212121;
}

/* line 92, app/assets/stylesheets/my_shipments.scss */
.myshipment-content__element-column {
  flex-direction: column;
}

/* line 97, app/assets/stylesheets/my_shipments.scss */
.myshipment-content__tabs {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}

/* line 104, app/assets/stylesheets/my_shipments.scss */
.myshipment-content__shipment-count {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #bdbdbd;
}

/* line 111, app/assets/stylesheets/my_shipments.scss */
.myshipment-content .date-filter-label {
  display: flex;
}

/* line 113, app/assets/stylesheets/my_shipments.scss */
.myshipment-content .date-filter-label img {
  width: 14.4px;
  height: 14px;
}

/* line 118, app/assets/stylesheets/my_shipments.scss */
.myshipment-content .date-filter-label span {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #9E9E9E;
  padding-left: 8px;
}

@media (max-width: 1024px) {
  /* line 128, app/assets/stylesheets/my_shipments.scss */
  .myshipment-content__section {
    margin-top: 24px;
  }
}

/* line 135, app/assets/stylesheets/my_shipments.scss */
.myshipment-input-wrapper {
  margin-bottom: 24px;
}

/* line 138, app/assets/stylesheets/my_shipments.scss */
.myshipment-input-wrapper label {
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #9E9E9E;
}

/* line 148, app/assets/stylesheets/my_shipments.scss */
.myshipment-input-wrapper ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(33, 33, 33, 0.24);
}

/* line 152, app/assets/stylesheets/my_shipments.scss */
.myshipment-input-wrapper input {
  line-height: 18.38px;
  border-radius: 48px;
  padding: 15px 24px;
  border: 1px solid #DADCE0;
}

/* line 159, app/assets/stylesheets/my_shipments.scss */
.myshipment-input-wrapper input:focus {
  outline: none;
  caret-color: #ffa726;
  border: none !important;
  box-shadow: none !important;
}

/* line 168, app/assets/stylesheets/my_shipments.scss */
.myshipment-date-wrapper .date-filter {
  width: 50%;
  padding: 6px;
}

/* line 172, app/assets/stylesheets/my_shipments.scss */
.myshipment-date-wrapper ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(33, 33, 33, 0.24);
}

/* line 176, app/assets/stylesheets/my_shipments.scss */
.myshipment-date-wrapper input {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  line-height: 18.38px;
  border-radius: 48px;
  padding: 12px 8px;
  border: 1px solid #DADCE0;
  margin-top: 8px;
}

/* line 190, app/assets/stylesheets/my_shipments.scss */
.myshipment-action-wrapper .button {
  background: #ffa726;
  border: none;
  border-radius: 48px;
  color: white;
  width: 100%;
  padding: 15px;
  margin-bottom: 12px;
}

/* line 200, app/assets/stylesheets/my_shipments.scss */
.myshipment-action-wrapper a {
  background: white;
  border: 1px solid #ffa726;
  border-radius: 48px;
  color: #ffa726;
  width: 100%;
  padding: 15px;
  margin-bottom: 12px;
  text-decoration: none;
}

/* line 211, app/assets/stylesheets/my_shipments.scss */
.myshipment-action-wrapper .button:hover {
  background: rgba(255, 167, 38, 0.9);
}

/* line 215, app/assets/stylesheets/my_shipments.scss */
.myshipment-action-wrapper a:hover {
  background: white;
  color: #eb8c02;
}

/* line 220, app/assets/stylesheets/my_shipments.scss */
.myshipment-action-wrapper .button:active, .myshipment-action-wrapper a:active {
  outline: none;
  border: none !important;
  box-shadow: none !important;
}
/* line 6, app/assets/stylesheets/nafeza_acid.scss */
#nafeza-acid-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: var(--header-outer-height, 80px) 0 0;
  margin-top: calc(-1 * var(--header-outer-height, 80px));
  background: #E6F5FC;
}

/* line 17, app/assets/stylesheets/nafeza_acid.scss */
#nafeza-acid-page .hero-section--nafeza-acid .hero-section__hero-box {
  gap: 40px;
}

/* line 21, app/assets/stylesheets/nafeza_acid.scss */
#nafeza-acid-page .hero-section--nafeza-acid .hero-section__text {
  align-items: center;
  align-self: stretch;
  width: 100%;
  max-width: 1200px;
  gap: 24px;
  z-index: 1;
}

/* line 30, app/assets/stylesheets/nafeza_acid.scss */
#nafeza-acid-page .hero-section--nafeza-acid .hero-section__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  width: 100%;
  max-width: 1200px;
  margin: 0;
  gap: 24px;
}

/* line 41, app/assets/stylesheets/nafeza_acid.scss */
#nafeza-acid-page .hero-section--nafeza-acid .hero-section__title-line {
  width: 100%;
  max-width: 905px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 900;
  font-size: 56px;
  line-height: 64px;
  text-align: center;
  color: #001F2C;
}

/* line 49, app/assets/stylesheets/nafeza_acid.scss */
#nafeza-acid-page .hero-section--nafeza-acid .hero-section__title-highlight {
  width: 100%;
  max-width: 1200px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  text-align: center;
  color: #009CDE;
}

/* line 58, app/assets/stylesheets/nafeza_acid.scss */
#nafeza-acid-page .hero-section--nafeza-acid .hero-section__subtitle {
  width: 100%;
  max-width: 774px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  color: #001F2C;
}

/* line 67, app/assets/stylesheets/nafeza_acid.scss */
#nafeza-acid-page .hero-section--nafeza-acid .hero-section__search-bar-section {
  display: flex;
  justify-content: center;
  align-self: stretch;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 0;
  filter: none;
}

/* line 78, app/assets/stylesheets/nafeza_acid.scss */
#nafeza-acid-page .hero-section--nafeza-acid .hero-section__background-image {
  object-fit: cover;
  object-position: center bottom;
}

/* line 85, app/assets/stylesheets/nafeza_acid.scss */
#nafeza-acid-page .why-nowlun-section__text {
  flex: 1 1 0;
  width: 600px;
  max-width: 600px;
  gap: 40px;
}

/* line 92, app/assets/stylesheets/nafeza_acid.scss */
#nafeza-acid-page .why-nowlun-section__title--split {
  width: 100%;
  max-width: 600px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  text-transform: capitalize;
  color: #009CDE;
}

/* line 100, app/assets/stylesheets/nafeza_acid.scss */
#nafeza-acid-page .why-nowlun-section__title--split .why-nowlun-section__title-line,
#nafeza-acid-page .why-nowlun-section__title--split .why-nowlun-section__title-highlight {
  color: #009CDE;
}

/* line 106, app/assets/stylesheets/nafeza_acid.scss */
#nafeza-acid-page .why-nowlun-section__paragraph {
  gap: 0;
}

/* line 110, app/assets/stylesheets/nafeza_acid.scss */
#nafeza-acid-page .why-nowlun-section__description {
  width: 100%;
  max-width: 600px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #334C56;
}

/* line 119, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-hero__cta {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-width: 171px;
  height: 40px;
  padding: 8px 16px;
  background: #F9A529;
  border-radius: 32px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  text-transform: capitalize;
  box-sizing: border-box;
}

/* line 136, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-hero__cta:hover, .nafeza-acid-hero__cta:focus {
  color: #2a1a1a;
  text-decoration: none;
  background: #F9A529;
}

/* line 144, app/assets/stylesheets/nafeza_acid.scss */
.nafeza-acid-hero__cta-icon {
  display: block;
  width: 16px;
  height: 16px;
  flex: none;
}

/* line 152, app/assets/stylesheets/nafeza_acid.scss */
.features-section--nafeza-acid .features-section__card-illustration {
  object-position: left bottom;
}

/* line 156, app/assets/stylesheets/nafeza_acid.scss */
.features-section--nafeza-acid .features-section__card-image {
  object-fit: contain;
}

/* line 160, app/assets/stylesheets/nafeza_acid.scss */
.features-section--nafeza-acid .features-section__cta {
  width: auto;
  min-width: 200px;
  padding: 8px 24px;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  /* line 171, app/assets/stylesheets/nafeza_acid.scss */
  #nafeza-acid-page .hero-section--nafeza-acid .hero-section__text,
#nafeza-acid-page .hero-section--nafeza-acid .hero-section__title,
#nafeza-acid-page .hero-section--nafeza-acid .hero-section__title-line,
#nafeza-acid-page .hero-section--nafeza-acid .hero-section__title-highlight,
#nafeza-acid-page .hero-section--nafeza-acid .hero-section__subtitle,
#nafeza-acid-page .hero-section--nafeza-acid .hero-section__search-bar-section {
    max-width: 100%;
  }
  /* line 182, app/assets/stylesheets/nafeza_acid.scss */
  #nafeza-acid-page .why-nowlun-section__text, #nafeza-acid-page .why-nowlun-section__title--split, #nafeza-acid-page .why-nowlun-section__description {
    width: 100%;
    max-width: none;
  }
  /* line 192, app/assets/stylesheets/nafeza_acid.scss */
  .features-section--nafeza-acid .features-section__card-illustration {
    right: 0;
    left: auto;
    width: 55%;
    max-width: 280px;
  }
}

@media (max-width: 600px) {
  /* line 204, app/assets/stylesheets/nafeza_acid.scss */
  #nafeza-acid-page .hero-section--nafeza-acid .hero-section__container {
    height: 700px;
  }
  /* line 208, app/assets/stylesheets/nafeza_acid.scss */
  #nafeza-acid-page .hero-section--nafeza-acid .hero-section__hero-box {
    min-height: 600px;
    gap: 40px;
  }
  /* line 213, app/assets/stylesheets/nafeza_acid.scss */
  #nafeza-acid-page .hero-section--nafeza-acid .hero-section__text {
    align-self: stretch;
    width: 100%;
    max-width: 294px;
    margin-left: auto;
    margin-right: auto;
    gap: 24px;
  }
  /* line 222, app/assets/stylesheets/nafeza_acid.scss */
  #nafeza-acid-page .hero-section--nafeza-acid .hero-section__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    width: 100%;
    max-width: 294px;
    margin: 0;
    gap: 24px;
    font-size: inherit;
    line-height: inherit;
  }
  /* line 235, app/assets/stylesheets/nafeza_acid.scss */
  #nafeza-acid-page .hero-section--nafeza-acid .hero-section__title-line {
    align-self: stretch;
    width: 100%;
    max-width: 294px;
    min-height: 80px;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #001F2C;
  }
  /* line 248, app/assets/stylesheets/nafeza_acid.scss */
  #nafeza-acid-page .hero-section--nafeza-acid .hero-section__title-highlight {
    align-self: stretch;
    width: 100%;
    max-width: 294px;
    min-height: 96px;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #009CDE;
  }
  /* line 261, app/assets/stylesheets/nafeza_acid.scss */
  #nafeza-acid-page .hero-section--nafeza-acid .hero-section__subtitle {
    display: flex;
    align-items: center;
    align-self: stretch;
    width: 100%;
    max-width: 294px;
    min-height: 78px;
    margin: 0;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #001F2C;
  }
  /* line 277, app/assets/stylesheets/nafeza_acid.scss */
  #nafeza-acid-page .hero-section--nafeza-acid .hero-section__search-bar-section {
    align-self: stretch;
    max-width: 294px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 286, app/assets/stylesheets/nafeza_acid.scss */
  #nafeza-acid-page .why-nowlun-section__title--split {
    text-transform: none;
  }
  /* line 293, app/assets/stylesheets/nafeza_acid.scss */
  .features-section--nafeza-acid .features-section__card-illustration {
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
  }
}

/* line 304, app/assets/stylesheets/nafeza_acid.scss */
#nafeza-acid-page .acid-blog-banner-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  width: 100%;
  background: #ffffff;
}

/* line 313, app/assets/stylesheets/nafeza_acid.scss */
#nafeza-acid-page .acid-blog-banner-section__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  width: 100%;
  max-width: 1440px;
  min-height: 700px;
  margin: 0 auto;
  padding: 80px;
  gap: 80px;
  box-sizing: border-box;
  background: #ffffff;
}

/* line 329, app/assets/stylesheets/nafeza_acid.scss */
#nafeza-acid-page .acid-blog-banner-section__banner {
  position: relative;
  flex: none;
  align-self: stretch;
  width: 100%;
  max-width: 1280px;
  height: 540px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 42, 63, 0.08);
  isolation: isolate;
}

/* line 342, app/assets/stylesheets/nafeza_acid.scss */
#nafeza-acid-page .acid-blog-banner-section__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

/* line 352, app/assets/stylesheets/nafeza_acid.scss */
#nafeza-acid-page .acid-blog-banner-section__overlay {
  position: absolute;
  inset: 0;
  background: #001F2C;
  opacity: 0.64;
  z-index: 1;
}

/* line 360, app/assets/stylesheets/nafeza_acid.scss */
#nafeza-acid-page .acid-blog-banner-section__content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 625px;
  padding: 0 24px;
  gap: 40px;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

/* line 376, app/assets/stylesheets/nafeza_acid.scss */
#nafeza-acid-page .acid-blog-banner-section__title {
  margin: 0;
  width: 100%;
  max-width: 625px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
}

/* line 389, app/assets/stylesheets/nafeza_acid.scss */
#nafeza-acid-page .acid-blog-banner-section__cta {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: none;
  min-width: 116px;
  height: 40px;
  padding: 8px 16px;
  gap: 8px;
  background: #F9A529;
  border-radius: 32px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  text-transform: capitalize;
  box-sizing: border-box;
}

/* line 407, app/assets/stylesheets/nafeza_acid.scss */
#nafeza-acid-page .acid-blog-banner-section__cta:hover, #nafeza-acid-page .acid-blog-banner-section__cta:focus {
  color: #ffffff;
  text-decoration: none;
  background: #F9A529;
}

@media (max-width: 1024px) {
  /* line 420, app/assets/stylesheets/nafeza_acid.scss */
  #nafeza-acid-page .acid-blog-banner-section__container {
    min-height: 0;
    padding: 40px;
    gap: 40px;
  }
  /* line 426, app/assets/stylesheets/nafeza_acid.scss */
  #nafeza-acid-page .acid-blog-banner-section__banner {
    height: 420px;
  }
  /* line 430, app/assets/stylesheets/nafeza_acid.scss */
  #nafeza-acid-page .acid-blog-banner-section__title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 600px) {
  /* line 441, app/assets/stylesheets/nafeza_acid.scss */
  #nafeza-acid-page .acid-blog-banner-section__container {
    padding: 40px 16px;
  }
  /* line 445, app/assets/stylesheets/nafeza_acid.scss */
  #nafeza-acid-page .acid-blog-banner-section__banner {
    height: 320px;
  }
  /* line 449, app/assets/stylesheets/nafeza_acid.scss */
  #nafeza-acid-page .acid-blog-banner-section__content {
    gap: 24px;
  }
  /* line 453, app/assets/stylesheets/nafeza_acid.scss */
  #nafeza-acid-page .acid-blog-banner-section__title {
    font-size: 24px;
    line-height: 32px;
  }
}
/* line 6, app/assets/stylesheets/nafeza_extension_steps_section.scss */
.nafeza-extension-steps {
  width: 100%;
  background: #ffffff;
}

/* line 10, app/assets/stylesheets/nafeza_extension_steps_section.scss */
.nafeza-extension-steps__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  width: 100%;
  max-width: 1440px;
  min-height: 579px;
  margin: 0 auto;
  padding: 80px 80px 40px;
  gap: 80px;
  box-sizing: border-box;
  background: #ffffff;
}

/* line 26, app/assets/stylesheets/nafeza_extension_steps_section.scss */
.nafeza-extension-steps__title {
  margin: 0;
  align-self: stretch;
  width: 100%;
  max-width: 1280px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  text-transform: capitalize;
  color: #009CDE;
}

/* line 40, app/assets/stylesheets/nafeza_extension_steps_section.scss */
.nafeza-extension-steps__steps {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  max-width: 1280px;
  gap: 40px;
}

/* line 50, app/assets/stylesheets/nafeza_extension_steps_section.scss */
.nafeza-extension-steps__step {
  display: grid;
  flex: 1 1 0;
  min-width: 0;
  max-width: 400px;
  column-gap: 24px;
  row-gap: 0;
  grid-template-columns: 80px minmax(0, 1fr);
  grid-template-rows: 80px 80px auto;
  grid-template-areas: "gutter-top icon" "number title" "gutter-bottom description";
  align-items: center;
}

/* line 66, app/assets/stylesheets/nafeza_extension_steps_section.scss */
.nafeza-extension-steps__step-content {
  display: contents;
}

/* line 70, app/assets/stylesheets/nafeza_extension_steps_section.scss */
.nafeza-extension-steps__step-text {
  display: contents;
}

/* line 74, app/assets/stylesheets/nafeza_extension_steps_section.scss */
.nafeza-extension-steps__gutter {
  flex: none;
  width: 80px;
  min-width: 80px;
  height: 20px;
}

/* line 80, app/assets/stylesheets/nafeza_extension_steps_section.scss */
.nafeza-extension-steps__gutter--top {
  grid-area: gutter-top;
}

/* line 84, app/assets/stylesheets/nafeza_extension_steps_section.scss */
.nafeza-extension-steps__gutter--bottom {
  grid-area: gutter-bottom;
}

/* line 89, app/assets/stylesheets/nafeza_extension_steps_section.scss */
.nafeza-extension-steps__step-icon {
  grid-area: icon;
  flex: none;
  width: 80px;
  height: 80px;
}

/* line 96, app/assets/stylesheets/nafeza_extension_steps_section.scss */
.nafeza-extension-steps__step-icon-image {
  display: block;
  width: 80px;
  height: 80px;
  object-fit: contain;
}

/* line 103, app/assets/stylesheets/nafeza_extension_steps_section.scss */
.nafeza-extension-steps__number {
  display: flex;
  grid-area: number;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 80px;
  min-width: 80px;
  height: 80px;
}

/* line 114, app/assets/stylesheets/nafeza_extension_steps_section.scss */
.nafeza-extension-steps__number-image {
  display: block;
  width: 80px;
  height: 80px;
  object-fit: contain;
}

/* line 121, app/assets/stylesheets/nafeza_extension_steps_section.scss */
.nafeza-extension-steps__step-title {
  margin: 0;
  grid-area: title;
  min-width: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #001F2C;
}

/* line 132, app/assets/stylesheets/nafeza_extension_steps_section.scss */
.nafeza-extension-steps__step-description {
  margin: 0;
  grid-area: description;
  min-width: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #334C56;
}

/* line 143, app/assets/stylesheets/nafeza_extension_steps_section.scss */
.nafeza-extension-steps__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: none;
}

/* line 151, app/assets/stylesheets/nafeza_extension_steps_section.scss */
.nafeza-extension-steps__cta {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-width: 201px;
  height: 40px;
  padding: 8px 16px;
  background: #F9A529;
  border-radius: 32px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  text-transform: capitalize;
  box-sizing: border-box;
}

/* line 168, app/assets/stylesheets/nafeza_extension_steps_section.scss */
.nafeza-extension-steps__cta:hover, .nafeza-extension-steps__cta:focus {
  color: #ffffff;
  text-decoration: none;
  background: #F9A529;
}

/* line 176, app/assets/stylesheets/nafeza_extension_steps_section.scss */
.nafeza-extension-steps__cta-icon {
  display: block;
  width: 16px;
  height: 16px;
  flex: none;
}

@media (max-width: 1024px) {
  /* line 187, app/assets/stylesheets/nafeza_extension_steps_section.scss */
  .nafeza-extension-steps__container {
    width: 100%;
    max-width: 834px;
    min-height: 602px;
    padding: 40px;
    gap: 80px;
  }
  /* line 195, app/assets/stylesheets/nafeza_extension_steps_section.scss */
  .nafeza-extension-steps__title {
    align-self: stretch;
    width: 100%;
    max-width: 754px;
    font-size: 40px;
    line-height: 48px;
  }
  /* line 203, app/assets/stylesheets/nafeza_extension_steps_section.scss */
  .nafeza-extension-steps__steps {
    align-self: stretch;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    max-width: 754px;
    min-height: 274px;
    gap: 24px;
  }
  /* line 214, app/assets/stylesheets/nafeza_extension_steps_section.scss */
  .nafeza-extension-steps__step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 0 0 235.33px;
    width: 235.33px;
    min-width: 235.33px;
    max-width: 235.33px;
    padding: 0;
    gap: 16px;
  }
  /* line 226, app/assets/stylesheets/nafeza_extension_steps_section.scss */
  .nafeza-extension-steps__step:nth-child(1), .nafeza-extension-steps__step:nth-child(2) {
    min-height: 254px;
  }
  /* line 231, app/assets/stylesheets/nafeza_extension_steps_section.scss */
  .nafeza-extension-steps__step:nth-child(3) {
    min-height: 274px;
  }
  /* line 236, app/assets/stylesheets/nafeza_extension_steps_section.scss */
  .nafeza-extension-steps__step-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    width: 100%;
    gap: 16px;
  }
  /* line 244, app/assets/stylesheets/nafeza_extension_steps_section.scss */
  .nafeza-extension-steps__step:nth-child(1) .nafeza-extension-steps__step-content, .nafeza-extension-steps__step:nth-child(2) .nafeza-extension-steps__step-content {
    min-height: 188px;
  }
  /* line 249, app/assets/stylesheets/nafeza_extension_steps_section.scss */
  .nafeza-extension-steps__step:nth-child(3) .nafeza-extension-steps__step-content {
    min-height: 208px;
  }
  /* line 254, app/assets/stylesheets/nafeza_extension_steps_section.scss */
  .nafeza-extension-steps__gutter {
    display: none;
  }
  /* line 258, app/assets/stylesheets/nafeza_extension_steps_section.scss */
  .nafeza-extension-steps__number {
    flex: none;
    order: 0;
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
  /* line 266, app/assets/stylesheets/nafeza_extension_steps_section.scss */
  .nafeza-extension-steps__number-image {
    width: 50px;
    height: 50px;
  }
  /* line 271, app/assets/stylesheets/nafeza_extension_steps_section.scss */
  .nafeza-extension-steps__step-icon {
    order: 0;
    flex: none;
  }
  /* line 276, app/assets/stylesheets/nafeza_extension_steps_section.scss */
  .nafeza-extension-steps__step-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    order: 1;
    width: 100%;
    gap: 8px;
  }
  /* line 287, app/assets/stylesheets/nafeza_extension_steps_section.scss */
  .nafeza-extension-steps__step-title {
    order: 0;
    flex: none;
    width: 100%;
    max-width: 224.67px;
    margin: 0;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }
  /* line 298, app/assets/stylesheets/nafeza_extension_steps_section.scss */
  .nafeza-extension-steps__step-description {
    order: 1;
    flex: none;
    width: 100%;
    max-width: 235.33px;
    margin: 0;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 600px) {
  /* line 314, app/assets/stylesheets/nafeza_extension_steps_section.scss */
  .nafeza-extension-steps__container {
    min-height: 640px;
    padding: 40px 16px;
    gap: 40px;
  }
  /* line 320, app/assets/stylesheets/nafeza_extension_steps_section.scss */
  .nafeza-extension-steps__title {
    align-self: stretch;
    width: 100%;
    max-width: 358px;
    min-height: 80px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 900;
    text-align: center;
    text-transform: none;
  }
  /* line 332, app/assets/stylesheets/nafeza_extension_steps_section.scss */
  .nafeza-extension-steps__steps {
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    width: 100%;
    max-width: 358px;
    min-height: 360px;
    gap: 24px;
  }
  /* line 342, app/assets/stylesheets/nafeza_extension_steps_section.scss */
  .nafeza-extension-steps__step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: none;
    align-self: stretch;
    width: 100%;
    min-width: 0;
    max-width: none;
    padding: 0;
    gap: 16px;
  }
  /* line 355, app/assets/stylesheets/nafeza_extension_steps_section.scss */
  .nafeza-extension-steps__step:nth-child(1), .nafeza-extension-steps__step:nth-child(3) {
    min-height: 112px;
  }
  /* line 360, app/assets/stylesheets/nafeza_extension_steps_section.scss */
  .nafeza-extension-steps__step:nth-child(2) {
    min-height: 88px;
  }
  /* line 365, app/assets/stylesheets/nafeza_extension_steps_section.scss */
  .nafeza-extension-steps__gutter {
    display: none;
  }
  /* line 369, app/assets/stylesheets/nafeza_extension_steps_section.scss */
  .nafeza-extension-steps__step-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
    width: 100%;
    gap: 16px;
    min-height: 0;
  }
  /* line 379, app/assets/stylesheets/nafeza_extension_steps_section.scss */
  .nafeza-extension-steps__number {
    flex: none;
    order: 0;
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
  /* line 387, app/assets/stylesheets/nafeza_extension_steps_section.scss */
  .nafeza-extension-steps__number-image {
    width: 50px;
    height: 50px;
  }
  /* line 392, app/assets/stylesheets/nafeza_extension_steps_section.scss */
  .nafeza-extension-steps__step-icon {
    flex: none;
    order: 1;
    width: 72px;
    height: 72px;
  }
  /* line 399, app/assets/stylesheets/nafeza_extension_steps_section.scss */
  .nafeza-extension-steps__step-icon-image {
    width: 72px;
    height: 72px;
  }
  /* line 404, app/assets/stylesheets/nafeza_extension_steps_section.scss */
  .nafeza-extension-steps__step-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1 1 0;
    order: 2;
    min-width: 0;
    gap: 8px;
  }
  /* line 415, app/assets/stylesheets/nafeza_extension_steps_section.scss */
  .nafeza-extension-steps__step-title {
    align-self: stretch;
    width: 100%;
    max-width: none;
    margin: 0;
    text-align: start;
    font-size: 24px;
    line-height: 32px;
  }
  /* line 425, app/assets/stylesheets/nafeza_extension_steps_section.scss */
  .nafeza-extension-steps__step-description {
    align-self: stretch;
    width: 100%;
    max-width: none;
    margin: 0;
    text-align: start;
    font-size: 16px;
    line-height: 24px;
  }
}
/* line 7, app/assets/stylesheets/news.scss */
#news-page {
  --news-header-offset: var(--header-outer-height, 80px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  margin-top: calc(-1 * var(--header-outer-height, 80px));
  padding: 0;
  background: #ffffff;
  box-sizing: border-box;
}

@media (max-width: 1199px) {
  /* line 7, app/assets/stylesheets/news.scss */
  #news-page {
    --news-header-offset: 68px;
  }
}

@media (max-width: 600px) {
  /* line 7, app/assets/stylesheets/news.scss */
  #news-page {
    --news-header-offset: 64px;
  }
}

/* line 29, app/assets/stylesheets/news.scss */
#news-page::before {
  content: "";
  position: absolute;
  top: calc(-1 * var(--header-outer-height, 80px));
  left: 0;
  right: 0;
  height: var(--header-outer-height, 80px);
  background: #E6F5FC;
  pointer-events: none;
  z-index: 0;
}

/* line 45, app/assets/stylesheets/news.scss */
.news-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  isolation: isolate;
  width: 100%;
  padding: var(--news-header-offset) 0 0;
  background: #E6F5FC;
  box-sizing: border-box;
}

/* line 56, app/assets/stylesheets/news.scss */
.news-hero__header-bg {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  height: 368px;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

/* line 66, app/assets/stylesheets/news.scss */
.news-hero__header-bg-image {
  position: absolute;
  left: 50%;
  top: -20px;
  width: 100%;
  max-width: 1440px;
  height: auto;
  min-height: 824px;
  transform: translateX(-50%);
  object-fit: cover;
  opacity: 0.48;
}

/* line 79, app/assets/stylesheets/news.scss */
.news-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 80px 40px;
  box-sizing: border-box;
}

/* line 93, app/assets/stylesheets/news.scss */
.news-hero__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 100%;
  text-align: center;
}

/* line 102, app/assets/stylesheets/news.scss */
.news-hero__title {
  margin: 0;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 900;
  font-size: 56px;
  line-height: 64px;
  text-align: center;
  color: #009CDE;
  text-align: center;
}

/* line 109, app/assets/stylesheets/news.scss */
.news-hero__subtitle {
  margin: 0;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #001F2C;
  text-align: center;
}

/* line 116, app/assets/stylesheets/news.scss */
.news-hero__featured {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
  width: 100%;
  max-width: 1280px;
}

/* line 125, app/assets/stylesheets/news.scss */
.news-hero__secondary {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 24px;
  width: 100%;
}

/* line 133, app/assets/stylesheets/news.scss */
.news-hero__waves.waves-illustration {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 80px;
  background: #ffffff;
  overflow: hidden;
  flex: none;
  pointer-events: none;
}

/* line 148, app/assets/stylesheets/news.scss */
.news-hero__waves-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  display: block;
}

/* line 160, app/assets/stylesheets/news.scss */
.news-hero-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  background: #ffffff;
  box-shadow: 0 2px 24px rgba(0, 31, 44, 0.16);
  border-radius: 16px;
  box-sizing: border-box;
}

/* line 169, app/assets/stylesheets/news.scss */
.news-hero-card__image {
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  background: #E6F5FC;
  border-radius: 8px;
  overflow: hidden;
}

/* line 178, app/assets/stylesheets/news.scss */
.news-hero-card__image-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

/* line 185, app/assets/stylesheets/news.scss */
.news-hero-card__image-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* line 192, app/assets/stylesheets/news.scss */
.news-hero-card__body {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  min-width: 0;
  padding: 16px 0;
  box-sizing: border-box;
}

/* line 204, app/assets/stylesheets/news.scss */
.news-hero-card__title {
  margin: 0;
}

/* line 208, app/assets/stylesheets/news.scss */
.news-hero-card__title-link {
  color: #001F2C;
  text-decoration: none;
}

/* line 212, app/assets/stylesheets/news.scss */
.news-hero-card__title-link:hover, .news-hero-card__title-link:focus {
  color: #001F2C;
  text-decoration: none;
}

/* line 219, app/assets/stylesheets/news.scss */
.news-hero-card__excerpt {
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #001F2C;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 228, app/assets/stylesheets/news.scss */
.news-hero-card__meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-height: 32px;
}

/* line 237, app/assets/stylesheets/news.scss */
.news-hero-card__date {
  flex: none;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #829095;
  white-space: nowrap;
}

/* line 244, app/assets/stylesheets/news.scss */
.news-hero-card__separator {
  flex: none;
  width: 1px;
  height: 20px;
  background: #B3BCC0;
}

/* line 251, app/assets/stylesheets/news.scss */
.news-hero-card__author {
  flex: 1 1 auto;
  min-width: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001F2C;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 261, app/assets/stylesheets/news.scss */
.news-hero-card__read {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 32px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #F9A529;
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;
}

/* line 274, app/assets/stylesheets/news.scss */
.news-hero-card__read:hover, .news-hero-card__read:focus {
  color: #F9A529;
  text-decoration: none;
}

/* line 281, app/assets/stylesheets/news.scss */
.news-hero-card--main {
  gap: 40px;
  height: 384px;
  padding: 24px 40px 24px 24px;
}

/* line 286, app/assets/stylesheets/news.scss */
.news-hero-card--main .news-hero-card__image {
  flex: 1 1 0;
  height: 336px;
  max-height: 336px;
}

/* line 292, app/assets/stylesheets/news.scss */
.news-hero-card--main .news-hero-card__body {
  flex: 1 1 0;
  height: 336px;
  max-height: 336px;
  padding: 16px 0;
}

/* line 299, app/assets/stylesheets/news.scss */
.news-hero-card--main .news-hero-card__title-link {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 308, app/assets/stylesheets/news.scss */
.news-hero-card--main .news-hero-card__excerpt {
  -webkit-line-clamp: 6;
  line-clamp: 6;
}

/* line 314, app/assets/stylesheets/news.scss */
.news-hero-card--secondary {
  flex: 1 1 0;
  gap: 24px;
  height: 284px;
  padding: 24px;
}

/* line 320, app/assets/stylesheets/news.scss */
.news-hero-card--secondary .news-hero-card__image {
  flex: 1 1 0;
  height: 236px;
  max-height: 236px;
}

/* line 326, app/assets/stylesheets/news.scss */
.news-hero-card--secondary .news-hero-card__body {
  flex: 1 1 0;
  height: 236px;
  max-height: 236px;
  gap: 16px;
  padding: 0;
}

/* line 334, app/assets/stylesheets/news.scss */
.news-hero-card--secondary .news-hero-card__title-link {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 343, app/assets/stylesheets/news.scss */
.news-hero-card--secondary .news-hero-card__excerpt {
  -webkit-line-clamp: 5;
  line-clamp: 5;
}

/* line 348, app/assets/stylesheets/news.scss */
.news-hero-card--secondary .news-hero-card__meta {
  gap: 8px;
}

/* line 357, app/assets/stylesheets/news.scss */
.news-content {
  width: 100%;
  background: #ffffff;
}

/* line 361, app/assets/stylesheets/news.scss */
.news-content__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 80px 40px;
  box-sizing: border-box;
}

/* line 374, app/assets/stylesheets/news.scss */
.news-toolbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 1280px;
  height: 56px;
  padding: 4px 4px 4px 24px;
  background: #E6F5FC;
  border-radius: 12px;
  box-sizing: border-box;
}

/* line 387, app/assets/stylesheets/news.scss */
.news-toolbar__count {
  margin: 0;
  flex: none;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #829095;
  white-space: nowrap;
}

/* line 395, app/assets/stylesheets/news.scss */
.news-toolbar__form {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
}

/* line 401, app/assets/stylesheets/news.scss */
.news-toolbar__search-field {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1 1 auto;
  min-width: 0;
  height: 48px;
  padding: 8px 16px;
  border: 1px solid #E6E9EA;
  border-radius: 8px;
  background: #ffffff;
  box-sizing: border-box;
}

/* line 415, app/assets/stylesheets/news.scss */
.news-toolbar__search-icon {
  width: 20px;
  height: 20px;
  flex: none;
}

/* line 421, app/assets/stylesheets/news.scss */
.news-toolbar__search-input {
  flex: 1 1 auto;
  min-width: 0;
  border: none;
  background: transparent;
  padding: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #001F2C;
  text-transform: capitalize;
}

/* line 431, app/assets/stylesheets/news.scss */
.news-toolbar__search-input::placeholder {
  color: #829095;
}

/* line 435, app/assets/stylesheets/news.scss */
.news-toolbar__search-input:focus {
  outline: none;
}

/* line 441, app/assets/stylesheets/news.scss */
.news-featured {
  width: 100%;
}

/* line 444, app/assets/stylesheets/news.scss */
.news-featured__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px 80px;
  box-sizing: border-box;
}

/* line 456, app/assets/stylesheets/news.scss */
.news-featured__heading {
  align-self: stretch;
  margin: 0;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #001F2C;
  text-transform: capitalize;
}

/* line 464, app/assets/stylesheets/news.scss */
.news-featured .blog-section__row {
  width: 100%;
  max-width: 1280px;
  margin: 0;
  filter: drop-shadow(0 2px 40px rgba(0, 78, 111, 0.08));
}

/* line 473, app/assets/stylesheets/news.scss */
.news-grid__cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  gap: 40px;
  width: 100%;
  max-width: 1280px;
}

/* line 484, app/assets/stylesheets/news.scss */
.news-grid__empty {
  margin: 0;
  width: 100%;
  max-width: 1280px;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #334C56;
  text-align: center;
}

/* line 494, app/assets/stylesheets/news.scss */
.news-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 400px;
  max-width: 100%;
  text-decoration: none;
  color: inherit;
}

/* line 504, app/assets/stylesheets/news.scss */
.news-card:hover, .news-card:focus {
  text-decoration: none;
  color: inherit;
}

/* line 510, app/assets/stylesheets/news.scss */
.news-card__media {
  position: relative;
  display: flex;
  width: 100%;
  height: 220px;
  border-radius: 40px;
  overflow: hidden;
  isolation: isolate;
}

/* line 520, app/assets/stylesheets/news.scss */
.news-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* line 527, app/assets/stylesheets/news.scss */
.news-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
  border-radius: inherit;
}

/* line 538, app/assets/stylesheets/news.scss */
.news-card__read {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  min-height: 36px;
  background: #F9A529;
  border-radius: 999px;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.96);
  transition: opacity 0.28s ease, transform 0.28s ease;
  pointer-events: none;
  white-space: nowrap;
}

/* line 559, app/assets/stylesheets/news.scss */
.news-card:hover .news-card__overlay, .news-card:focus-visible .news-card__overlay {
  opacity: 1;
}

/* line 564, app/assets/stylesheets/news.scss */
.news-card:hover .news-card__read, .news-card:focus-visible .news-card__read {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* line 570, app/assets/stylesheets/news.scss */
.news-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 100%;
}

/* line 578, app/assets/stylesheets/news.scss */
.news-card__title {
  margin: 0;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #001F2C;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 589, app/assets/stylesheets/news.scss */
.news-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  width: 100%;
}

/* line 597, app/assets/stylesheets/news.scss */
.news-card__tag {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #829095;
}

/* line 602, app/assets/stylesheets/news.scss */
.news-card__date {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #B3BCC0;
}

/* line 608, app/assets/stylesheets/news.scss */
.news-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 80px;
  padding: 24px 0;
  box-sizing: border-box;
  flex: none;
}

/* line 619, app/assets/stylesheets/news.scss */
.news-pagination .pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: auto;
  height: 80px;
  margin: 0;
  padding: 24px 0;
  list-style: none;
  box-sizing: border-box;
}

/* line 632, app/assets/stylesheets/news.scss */
.news-pagination .pagination > div {
  margin: 0;
}

/* line 636, app/assets/stylesheets/news.scss */
.news-pagination .pagination a {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #829095;
  text-decoration: none;
}

/* line 644, app/assets/stylesheets/news.scss */
.news-pagination .pagination a:hover, .news-pagination .pagination a:focus {
  text-decoration: none;
  color: #829095;
}

/* line 652, app/assets/stylesheets/news.scss */
.news-pagination .prev,
.news-pagination .next {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: none;
  margin: 0;
}

/* line 661, app/assets/stylesheets/news.scss */
.news-pagination .prev a,
.news-pagination .prev > span,
.news-pagination .next a,
.news-pagination .next > span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  gap: 8px;
  border: none;
  border-radius: 40px;
  background: transparent;
  box-sizing: border-box;
  flex: none;
}

/* line 679, app/assets/stylesheets/news.scss */
.news-pagination .arrow,
.news-pagination .arrow-active,
.news-pagination .arrow-rotated,
.news-pagination .arrow-rotated-active {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  background: none !important;
  background-image: none !important;
  transform: none;
  flex: none;
}

/* line 693, app/assets/stylesheets/news.scss */
.news-pagination .arrow::before,
.news-pagination .arrow-active::before,
.news-pagination .arrow-rotated::before,
.news-pagination .arrow-rotated-active::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-left: 2.5px solid #E6E9EA;
  border-bottom: 2.5px solid #E6E9EA;
  box-sizing: border-box;
}

/* line 705, app/assets/stylesheets/news.scss */
.news-pagination .prev > .arrow,
.news-pagination .next > .arrow-rotated {
  width: 40px;
  height: 40px;
  padding: 8px;
  box-sizing: border-box;
}

/* line 715, app/assets/stylesheets/news.scss */
.news-pagination .arrow::before,
.news-pagination .arrow-active::before {
  left: 50%;
  transform: translate(-35%, -50%) rotate(45deg);
}

/* line 723, app/assets/stylesheets/news.scss */
.news-pagination .arrow-rotated::before,
.news-pagination .arrow-rotated-active::before {
  right: 50%;
  transform: translate(35%, -50%) rotate(-135deg);
}

/* line 731, app/assets/stylesheets/news.scss */
.news-pagination .arrow-active::before,
.news-pagination .arrow-rotated-active::before {
  border-color: #829095;
}

/* line 736, app/assets/stylesheets/news.scss */
.news-pagination .page {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: none;
  margin: 0;
  padding: 0;
  width: 28px;
  height: 28px;
  gap: 10px;
  border: none;
  border-radius: 6px;
  background: transparent;
  box-sizing: border-box;
}

/* line 752, app/assets/stylesheets/news.scss */
.news-pagination .page a,
.news-pagination .page p {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 28px;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 6px;
  font-family: 'Figtree', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #829095;
  text-decoration: none;
  background: transparent;
  box-sizing: border-box;
}

/* line 776, app/assets/stylesheets/news.scss */
.news-pagination .page.current {
  width: 28px;
  height: 28px;
  background: #009CDE;
  border-radius: 6px;
}

/* line 782, app/assets/stylesheets/news.scss */
.news-pagination .page.current p {
  width: 28px;
  height: 28px;
  background: transparent;
  color: #FFFFFF;
}

/* line 790, app/assets/stylesheets/news.scss */
.news-pagination .page.gap {
  width: auto;
  min-width: 28px;
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #829095;
  background: transparent;
}

/* line 800, app/assets/stylesheets/news.scss */
.news-pagination .page.gap a,
.news-pagination .page.gap p,
.news-pagination .page.gap span {
  min-width: auto;
  width: auto;
  color: #829095;
}

@media (min-width: 601px) and (max-width: 1024px) {
  /* line 812, app/assets/stylesheets/news.scss */
  #news-page {
    min-height: auto;
  }
  /* line 817, app/assets/stylesheets/news.scss */
  .news-hero__content {
    max-width: 834px;
    padding: 40px 40px 40px;
    gap: 40px;
  }
  /* line 823, app/assets/stylesheets/news.scss */
  .news-hero__title {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    font-weight: 900;
  }
  /* line 829, app/assets/stylesheets/news.scss */
  .news-toolbar {
    max-width: 754px;
  }
  /* line 833, app/assets/stylesheets/news.scss */
  .news-grid__cards {
    max-width: 754px;
    gap: 24px;
  }
  /* line 838, app/assets/stylesheets/news.scss */
  .news-card {
    width: calc((100% - 24px) / 2);
  }
  /* line 842, app/assets/stylesheets/news.scss */
  .news-pagination {
    max-width: 754px;
  }
}

@media (max-width: 600px) {
  /* line 848, app/assets/stylesheets/news.scss */
  #news-page {
    min-height: auto;
    padding-bottom: 40px;
  }
  /* line 854, app/assets/stylesheets/news.scss */
  .news-hero__content {
    padding: 40px 16px;
    gap: 40px;
  }
  /* line 859, app/assets/stylesheets/news.scss */
  .news-hero__title {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }
  /* line 863, app/assets/stylesheets/news.scss */
  .news-hero__subtitle {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  /* line 867, app/assets/stylesheets/news.scss */
  .news-hero__header-bg {
    height: 280px;
  }
  /* line 871, app/assets/stylesheets/news.scss */
  .news-hero__header-bg-image {
    min-height: 500px;
  }
  /* line 875, app/assets/stylesheets/news.scss */
  .news-hero__waves.waves-illustration {
    height: 64px;
  }
  /* line 880, app/assets/stylesheets/news.scss */
  .news-hero-card {
    flex-direction: column;
    height: auto;
  }
  /* line 884, app/assets/stylesheets/news.scss */
  .news-hero-card--main, .news-hero-card--secondary {
    padding: 16px;
  }
  /* line 889, app/assets/stylesheets/news.scss */
  .news-hero-card__image, .news-hero-card__body {
    height: auto;
    max-height: none;
  }
  /* line 895, app/assets/stylesheets/news.scss */
  .news-hero-card__image {
    min-height: 200px;
    max-height: 240px;
  }
  /* line 900, app/assets/stylesheets/news.scss */
  .news-hero-card__meta {
    flex-wrap: wrap;
    gap: 8px;
  }
  /* line 905, app/assets/stylesheets/news.scss */
  .news-hero-card__author {
    flex: 1 1 100%;
    order: 3;
  }
  /* line 910, app/assets/stylesheets/news.scss */
  .news-hero-card__read {
    margin-left: auto;
  }
  /* line 915, app/assets/stylesheets/news.scss */
  .news-content__inner {
    padding: 40px 16px;
    gap: 40px;
  }
  /* line 920, app/assets/stylesheets/news.scss */
  .news-toolbar {
    flex-direction: column;
    align-items: stretch;
    height: auto;
    padding: 8px 8px 8px 16px;
    gap: 16px;
  }
  /* line 927, app/assets/stylesheets/news.scss */
  .news-toolbar__count {
    padding-top: 8px;
  }
  /* line 932, app/assets/stylesheets/news.scss */
  .news-grid__cards {
    gap: 24px;
  }
  /* line 936, app/assets/stylesheets/news.scss */
  .news-card {
    width: 100%;
  }
  /* line 939, app/assets/stylesheets/news.scss */
  .news-card__media {
    height: 195px;
    border-radius: 24px;
  }
  /* line 945, app/assets/stylesheets/news.scss */
  .news-pagination {
    padding: 24px 0;
  }
}

/* line 950, app/assets/stylesheets/news.scss */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* line 6, app/assets/stylesheets/other_services_section.scss */
.other-services-section {
  align-self: stretch;
  width: 100%;
  background: #004E6F;
}

/* line 11, app/assets/stylesheets/other_services_section.scss */
.other-services-section__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: none;
  align-self: stretch;
  width: 100%;
  max-width: 1440px;
  min-height: 726.8px;
  margin: 0 auto;
  padding: 80px;
  gap: 80px;
  box-sizing: border-box;
  background: #004E6F;
}

/* line 28, app/assets/stylesheets/other_services_section.scss */
.other-services-section__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: none;
  width: 100%;
  max-width: 723px;
  gap: 24px;
}

/* line 38, app/assets/stylesheets/other_services_section.scss */
.other-services-section__title {
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  text-align: center;
  color: #009CDE;
}

/* line 46, app/assets/stylesheets/other_services_section.scss */
.other-services-section__subtitle {
  margin: 0;
  align-self: stretch;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}

/* line 56, app/assets/stylesheets/other_services_section.scss */
.other-services-section__carousel {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

/* line 68, app/assets/stylesheets/other_services_section.scss */
.other-services-section__cards {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  justify-content: flex-start;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

/* line 86, app/assets/stylesheets/other_services_section.scss */
.other-services-section__cards::-webkit-scrollbar {
  display: none;
}

/* line 90, app/assets/stylesheets/other_services_section.scss */
.other-services-section__cards--scrollable {
  align-self: stretch;
  width: 100%;
  max-width: 1280px;
  height: 388.8px;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  justify-content: flex-start;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

/* line 103, app/assets/stylesheets/other_services_section.scss */
.other-services-section__cards--scrollable::-webkit-scrollbar {
  display: none;
}

/* line 107, app/assets/stylesheets/other_services_section.scss */
.other-services-section__cards--scrollable .other-services-section__card {
  flex: 0 0 236.8px;
  width: 236.8px;
  min-width: 236.8px;
  max-width: 236.8px;
  height: 388.8px;
  min-height: 388.8px;
}

/* line 116, app/assets/stylesheets/other_services_section.scss */
.other-services-section__cards--scrollable .other-services-section__card-content {
  align-items: center;
}

/* line 122, app/assets/stylesheets/other_services_section.scss */
.other-services-section__card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  width: calc((100% - 24px * 4) / 5);
  height: 388.8px;
  padding: 24px;
  gap: 16px;
  background: transparent;
  border: 1px solid #008CC8;
  border-radius: 12px;
  cursor: pointer;
  scroll-snap-align: start;
  transition: background 0.2s ease, border-color 0.2s ease;
}

/* line 143, app/assets/stylesheets/other_services_section.scss */
.other-services-section__card:hover {
  background: #009CDE;
  border-color: #008CC8;
}

/* line 150, app/assets/stylesheets/other_services_section.scss */
.other-services-section__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  background: rgba(255, 255, 255, 0.14);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.18s ease, opacity 0.18s ease;
}

/* line 167, app/assets/stylesheets/other_services_section.scss */
.other-services-section__arrow:hover {
  background: rgba(255, 255, 255, 0.28);
}

/* line 171, app/assets/stylesheets/other_services_section.scss */
.other-services-section__arrow:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

/* line 176, app/assets/stylesheets/other_services_section.scss */
.other-services-section__arrow:disabled {
  opacity: 0;
  pointer-events: none;
}

/* line 181, app/assets/stylesheets/other_services_section.scss */
.other-services-section__arrow img {
  width: 20px;
  height: 20px;
}

/* line 186, app/assets/stylesheets/other_services_section.scss */
.other-services-section__arrow--prev {
  inset-inline-start: -24px;
}

/* line 190, app/assets/stylesheets/other_services_section.scss */
.other-services-section__arrow--next {
  inset-inline-end: -24px;
}

/* line 195, app/assets/stylesheets/other_services_section.scss */
.other-services-section__card-image {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  flex: none;
  width: 100%;
  height: 188.8px;
  border-radius: 8px;
  overflow: hidden;
}

/* line 207, app/assets/stylesheets/other_services_section.scss */
.other-services-section__card-image-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* line 215, app/assets/stylesheets/other_services_section.scss */
.other-services-section__card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  flex: 1 1 auto;
  min-height: 0;
  gap: 8px;
}

/* line 228, app/assets/stylesheets/other_services_section.scss */
.other-services-section__card-title {
  margin: 0;
  align-self: stretch;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  white-space: pre-line;
}

/* line 240, app/assets/stylesheets/other_services_section.scss */
.other-services-section__card-description {
  margin: 0;
  align-self: stretch;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
}

/* line 248, app/assets/stylesheets/other_services_section.scss */
.other-services-section__card-button {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: none;
  margin-top: auto;
  height: 28px;
  padding: 4px 16px;
  gap: 8px;
  background: #FEEDD4;
  border: 1px solid #F9A529;
  border-radius: 32px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #F9A529;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

/* line 271, app/assets/stylesheets/other_services_section.scss */
.other-services-section__card-button:hover, .other-services-section__card-button:focus {
  color: #ffffff;
  text-decoration: none;
  background: #F9A529;
  border-color: #F9A529;
}

/* line 280, app/assets/stylesheets/other_services_section.scss */
.other-services-section__card:hover .other-services-section__card-button, .other-services-section__card:focus-within .other-services-section__card-button {
  color: #ffffff;
  background: #F9A529;
  border-color: #F9A529;
}

@media (min-width: 1025px) {
  /* line 291, app/assets/stylesheets/other_services_section.scss */
  .other-services-section__carousel--has-overflow .other-services-section__arrow {
    display: flex;
  }
}

@media (max-width: 1024px) {
  /* line 298, app/assets/stylesheets/other_services_section.scss */
  .other-services-section__container {
    width: 100%;
    min-height: 0;
    padding: 80px;
    gap: 80px;
  }
  /* line 305, app/assets/stylesheets/other_services_section.scss */
  .other-services-section__text {
    width: 100%;
    max-width: 723px;
    min-height: 98px;
  }
  /* line 311, app/assets/stylesheets/other_services_section.scss */
  .other-services-section__title {
    width: 100%;
    max-width: 721px;
    font-size: 40px;
    line-height: 48px;
  }
  /* line 318, app/assets/stylesheets/other_services_section.scss */
  .other-services-section__subtitle {
    width: 100%;
    max-width: 723px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
  }
}

@media (max-width: 1024px) {
  /* line 330, app/assets/stylesheets/other_services_section.scss */
  .other-services-section__container {
    padding: 60px 40px;
    gap: 48px;
    min-height: 0;
  }
  /* line 336, app/assets/stylesheets/other_services_section.scss */
  .other-services-section__cards {
    flex-wrap: nowrap;
    justify-content: flex-start;
    height: 388.8px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }
  /* line 347, app/assets/stylesheets/other_services_section.scss */
  .other-services-section__cards::-webkit-scrollbar {
    display: none;
  }
  /* line 352, app/assets/stylesheets/other_services_section.scss */
  .other-services-section__card {
    flex: 0 0 236.8px;
    width: 236.8px;
    min-width: 236.8px;
    max-width: 236.8px;
    height: 388.8px;
    min-height: 388.8px;
    scroll-snap-align: start;
  }
  /* line 362, app/assets/stylesheets/other_services_section.scss */
  .other-services-section__card-content {
    align-items: center;
  }
}

@media (max-width: 600px) {
  /* line 370, app/assets/stylesheets/other_services_section.scss */
  .other-services-section__container {
    padding: 40px 16px;
    gap: 40px;
    min-height: 0;
  }
  /* line 376, app/assets/stylesheets/other_services_section.scss */
  .other-services-section__text {
    align-self: stretch;
    max-width: none;
    width: 100%;
    gap: 24px;
  }
  /* line 383, app/assets/stylesheets/other_services_section.scss */
  .other-services-section__title {
    align-self: stretch;
    width: 100%;
    max-width: none;
    font-size: 32px;
    line-height: 40px;
  }
  /* line 391, app/assets/stylesheets/other_services_section.scss */
  .other-services-section__subtitle {
    align-self: stretch;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
  }
  /* line 399, app/assets/stylesheets/other_services_section.scss */
  .other-services-section__cards {
    align-self: stretch;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 24px;
    height: 388.8px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }
  /* line 412, app/assets/stylesheets/other_services_section.scss */
  .other-services-section__cards::-webkit-scrollbar {
    display: none;
  }
  /* line 417, app/assets/stylesheets/other_services_section.scss */
  .other-services-section__card {
    flex: 0 0 236.8px;
    width: 236.8px;
    min-width: 236.8px;
    max-width: 236.8px;
    height: 388.8px;
    min-height: 388.8px;
    padding: 24px;
    gap: 16px;
    scroll-snap-align: start;
  }
  /* line 429, app/assets/stylesheets/other_services_section.scss */
  .other-services-section__card-image {
    height: 188.8px;
  }
  /* line 433, app/assets/stylesheets/other_services_section.scss */
  .other-services-section__card-content {
    align-items: center;
  }
  /* line 437, app/assets/stylesheets/other_services_section.scss */
  .other-services-section__card-title {
    font-size: 16px;
    line-height: 24px;
  }
  /* line 442, app/assets/stylesheets/other_services_section.scss */
  .other-services-section__card-description {
    font-size: 14px;
    line-height: 20px;
  }
}
/* line 7, app/assets/stylesheets/our_story.scss */
#our-story-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 0;
  margin-top: calc(-1 * var(--header-outer-height, 80px));
  background: #ffffff;
  overflow-x: hidden;
}

/* line 19, app/assets/stylesheets/our_story.scss */
.our-story-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  width: 100%;
  min-height: 547px;
  padding: 80px 0 0;
  isolation: isolate;
  background: #001F2C;
  overflow: hidden;
}

/* line 32, app/assets/stylesheets/our_story.scss */
.our-story-hero__magnific {
  position: absolute;
  width: 939px;
  height: 573px;
  left: calc(50% - 939px / 2 + 0.5px);
  top: calc(50% - 573px / 2 + 36px);
  z-index: 0;
  pointer-events: none;
}

/* line 42, app/assets/stylesheets/our_story.scss */
.our-story-hero__magnific-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* line 49, app/assets/stylesheets/our_story.scss */
.our-story-hero__waves {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100px;
  transform: translateX(-50%);
  line-height: 0;
  pointer-events: none;
}

/* line 61, app/assets/stylesheets/our_story.scss */
.our-story-hero__waves-image {
  display: block;
  width: 100%;
  height: 100px;
  object-fit: cover;
  object-position: center bottom;
}

/* line 69, app/assets/stylesheets/our_story.scss */
.our-story-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  width: 100%;
  min-height: 392px;
  padding: 0 80px;
  box-sizing: border-box;
}

/* line 83, app/assets/stylesheets/our_story.scss */
.our-story-hero__logo-text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex: none;
}

/* line 92, app/assets/stylesheets/our_story.scss */
.our-story-hero__logo {
  display: block;
  width: auto;
  height: 72px;
  flex-shrink: 0;
}

/* line 99, app/assets/stylesheets/our_story.scss */
.our-story-hero__logo--ar {
  height: 56px;
}

/* line 103, app/assets/stylesheets/our_story.scss */
.our-story-hero__title-word {
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 900;
  font-size: 64px;
  line-height: 80px;
  font-family: "Figtree", sans-serif;
  color: #ffffff;
  white-space: nowrap;
}

/* line 112, app/assets/stylesheets/our_story.scss */
.our-story-chapter-1 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  width: 100%;
  min-height: 484px;
  padding: 80px;
  isolation: isolate;
  background: #009CDE;
  overflow: hidden;
  box-sizing: border-box;
}

/* line 127, app/assets/stylesheets/our_story.scss */
.our-story-chapter-1__background {
  position: absolute;
  width: 100%;
  max-width: 1440px;
  height: 498px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}

/* line 139, app/assets/stylesheets/our_story.scss */
.our-story-chapter-1__background-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* line 147, app/assets/stylesheets/our_story.scss */
.our-story-chapter-1__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 1280px;
  padding: 0 80px;
  box-sizing: border-box;
}

/* line 160, app/assets/stylesheets/our_story.scss */
.our-story-chapter-1__top-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 1120px;
  text-align: center;
}

/* line 170, app/assets/stylesheets/our_story.scss */
.our-story-chapter-1__intro {
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
}

/* line 176, app/assets/stylesheets/our_story.scss */
.our-story-chapter-1__heading {
  margin: 0;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
}

/* line 182, app/assets/stylesheets/our_story.scss */
.our-story-chapter-1__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 1120px;
  text-align: center;
}

/* line 191, app/assets/stylesheets/our_story.scss */
.our-story-chapter-1__body p {
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.92);
}

/* line 201, app/assets/stylesheets/our_story.scss */
.our-story-chapter-1__closing {
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  text-align: center;
  max-width: 1120px;
}

/* line 210, app/assets/stylesheets/our_story.scss */
.our-story-paper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 0 80px 139px;
  isolation: isolate;
  background: #009CDE;
  overflow: hidden;
  box-sizing: border-box;
}

/* line 223, app/assets/stylesheets/our_story.scss */
.our-story-paper__sticker {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 1280px;
}

/* line 234, app/assets/stylesheets/our_story.scss */
.our-story-paper__quote-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 100%;
}

/* line 243, app/assets/stylesheets/our_story.scss */
.our-story-paper__line {
  flex: 1 1 0;
  height: 0;
  border-top: 1px solid #ffffff;
  max-width: 382px;
}

/* line 250, app/assets/stylesheets/our_story.scss */
.our-story-paper__intro {
  margin: 0;
  flex: 0 0 auto;
  max-width: 435px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  text-align: center;
}

/* line 259, app/assets/stylesheets/our_story.scss */
.our-story-paper__card {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 740px;
  aspect-ratio: 740 / 202;
  min-height: 202px;
  margin-bottom: -125px;
  padding: 40px 72px 48px;
  background: transparent;
  box-sizing: border-box;
}

/* line 275, app/assets/stylesheets/our_story.scss */
.our-story-paper__card-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
}

/* line 286, app/assets/stylesheets/our_story.scss */
.our-story-paper__card-mobile {
  display: none;
}

/* line 290, app/assets/stylesheets/our_story.scss */
.our-story-paper__tape {
  position: absolute;
  top: -18px;
  left: 50%;
  z-index: 3;
  width: 190px;
  height: 62px;
  transform: translateX(-50%);
  pointer-events: none;
}

/* line 301, app/assets/stylesheets/our_story.scss */
.our-story-paper__quote-mark {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 35px;
  transform: translateY(-50%);
  flex-shrink: 0;
  z-index: 1;
}

/* line 310, app/assets/stylesheets/our_story.scss */
.our-story-paper__quote-mark--left {
  inset-inline-start: 24px;
}

/* line 314, app/assets/stylesheets/our_story.scss */
.our-story-paper__quote-mark--right {
  inset-inline-end: 24px;
}

/* line 319, app/assets/stylesheets/our_story.scss */
.our-story-paper__manifesto {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 474px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  text-transform: capitalize;
  color: #009CDE;
}

/* line 333, app/assets/stylesheets/our_story.scss */
.our-story-paper__manifesto-lead {
  color: #009CDE;
}

/* line 337, app/assets/stylesheets/our_story.scss */
.our-story-paper__manifesto-accent {
  color: #F9A529;
}

/* line 341, app/assets/stylesheets/our_story.scss */
.our-story-paper__wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 139px;
  line-height: 0;
  pointer-events: none;
}

/* line 353, app/assets/stylesheets/our_story.scss */
.our-story-paper__wave-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

/* line 362, app/assets/stylesheets/our_story.scss */
.our-story-chapter-2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 80px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px;
  isolation: isolate;
  background: #ffffff;
  box-sizing: border-box;
}

/* line 377, app/assets/stylesheets/our_story.scss */
.our-story-chapter-2__watermark {
  position: absolute;
  left: 50%;
  top: 220px;
  z-index: 0;
  width: 620px;
  max-width: 90%;
  height: auto;
  transform: translateX(-50%);
  pointer-events: none;
}

/* line 389, app/assets/stylesheets/our_story.scss */
.our-story-chapter-2__watermark-image {
  display: block;
  width: 100%;
  height: auto;
}

/* line 395, app/assets/stylesheets/our_story.scss */
.our-story-chapter-2__header {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 1280px;
  text-align: center;
}

/* line 407, app/assets/stylesheets/our_story.scss */
.our-story-chapter-2__intro {
  margin: 0;
  max-width: 1280px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #001F2C;
  text-align: center;
}

/* line 415, app/assets/stylesheets/our_story.scss */
.our-story-chapter-2__intro-name {
  color: #009CDE;
}

/* line 419, app/assets/stylesheets/our_story.scss */
.our-story-chapter-2__tagline {
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #001F2C;
}

/* line 425, app/assets/stylesheets/our_story.scss */
.our-story-chapter-2__logo {
  display: block;
  width: 282px;
  max-width: 100%;
  height: auto;
}

/* line 432, app/assets/stylesheets/our_story.scss */
.our-story-chapter-2__photos {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 24px;
  width: 100%;
  max-width: 1280px;
  min-height: 700px;
  isolation: isolate;
}

/* line 446, app/assets/stylesheets/our_story.scss */
.our-story-chapter-2__member {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  isolation: isolate;
}

/* line 453, app/assets/stylesheets/our_story.scss */
.our-story-chapter-2__member--moataz {
  align-self: flex-start;
}

/* line 457, app/assets/stylesheets/our_story.scss */
.our-story-chapter-2__member--mahmoud, .our-story-chapter-2__member--emara {
  margin-top: 17px;
}

/* line 463, app/assets/stylesheets/our_story.scss */
.our-story-chapter-2__card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 411px;
  max-width: 100%;
  padding: 24px 24px 40px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 24px rgba(0, 31, 44, 0.16);
  box-sizing: border-box;
}

/* line 479, app/assets/stylesheets/our_story.scss */
.our-story-chapter-2__member--tilt-left .our-story-chapter-2__card {
  transform: rotate(-4deg);
}

/* line 483, app/assets/stylesheets/our_story.scss */
.our-story-chapter-2__member--tilt-right .our-story-chapter-2__card {
  transform: rotate(4deg);
}

/* line 487, app/assets/stylesheets/our_story.scss */
.our-story-chapter-2__photo-wrap {
  position: relative;
  width: 100%;
  max-width: 363px;
  height: 363px;
  overflow: hidden;
  flex-shrink: 0;
}

/* line 496, app/assets/stylesheets/our_story.scss */
.our-story-chapter-2__photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* line 504, app/assets/stylesheets/our_story.scss */
.our-story-chapter-2__card-text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 363px;
  isolation: isolate;
}

/* line 515, app/assets/stylesheets/our_story.scss */
.our-story-chapter-2__quote-mark {
  position: absolute;
  width: 32px;
  height: 25px;
  flex-shrink: 0;
  pointer-events: none;
}

/* line 524, app/assets/stylesheets/our_story.scss */
.our-story-chapter-2__quote-mark--left {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* line 530, app/assets/stylesheets/our_story.scss */
.our-story-chapter-2__quote-mark--right {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* line 537, app/assets/stylesheets/our_story.scss */
.our-story-chapter-2__title-block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-inline: 44px;
  text-align: center;
}

/* line 547, app/assets/stylesheets/our_story.scss */
.our-story-chapter-2__name {
  margin: 0;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #F9A529;
}

/* line 553, app/assets/stylesheets/our_story.scss */
.our-story-chapter-2__role {
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #001F2C;
}

/* line 559, app/assets/stylesheets/our_story.scss */
.our-story-chapter-2__quote {
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #829095;
  text-align: center;
}

/* line 566, app/assets/stylesheets/our_story.scss */
.our-story-chapter-2__linkedin {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  min-height: 40px;
  background: #F9A529;
  border-radius: 32px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

/* line 579, app/assets/stylesheets/our_story.scss */
.our-story-chapter-2__linkedin:hover, .our-story-chapter-2__linkedin:focus {
  opacity: 0.92;
  text-decoration: none;
}

/* line 586, app/assets/stylesheets/our_story.scss */
.our-story-chapter-2__linkedin-label {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  text-transform: capitalize;
}

/* line 592, app/assets/stylesheets/our_story.scss */
.our-story-chapter-2__linkedin-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* line 599, app/assets/stylesheets/our_story.scss */
.our-story-chapter-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 80px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 80px 0;
  background: #ffffff;
  box-sizing: border-box;
}

/* line 612, app/assets/stylesheets/our_story.scss */
.our-story-chapter-3__title {
  margin: 0;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #009CDE;
  text-align: center;
  text-transform: capitalize;
}

/* line 620, app/assets/stylesheets/our_story.scss */
.our-story-chapter-3__beliefs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  max-width: 1280px;
}

/* line 629, app/assets/stylesheets/our_story.scss */
.our-story-chapter-3__belief {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px;
  width: 100%;
  padding: 0 80px;
  box-sizing: border-box;
}

/* line 638, app/assets/stylesheets/our_story.scss */
.our-story-chapter-3__belief--image-right {
  flex-direction: row-reverse;
}

/* line 643, app/assets/stylesheets/our_story.scss */
.our-story-chapter-3__media {
  flex: 0 0 400px;
  width: 400px;
  max-width: 100%;
}

/* line 649, app/assets/stylesheets/our_story.scss */
.our-story-chapter-3__media-image {
  display: block;
  width: 100%;
  height: auto;
}

/* line 655, app/assets/stylesheets/our_story.scss */
.our-story-chapter-3__text {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
  max-width: 640px;
}

/* line 666, app/assets/stylesheets/our_story.scss */
.our-story-chapter-3__heading {
  margin: 0;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #001F2C;
  text-align: start;
}

/* line 673, app/assets/stylesheets/our_story.scss */
.our-story-chapter-3__heading-accent {
  color: #F9A529;
}

/* line 677, app/assets/stylesheets/our_story.scss */
.our-story-chapter-3__body {
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #001F2C;
  text-align: start;
}

/* line 685, app/assets/stylesheets/our_story.scss */
.our-story-chapter-3-gap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  height: 80px;
  padding: 0;
  background: #009CDE;
}

/* line 695, app/assets/stylesheets/our_story.scss */
.our-story-chapter-3-gap__white {
  align-self: stretch;
  width: 100%;
  height: 80px;
  background: #ffffff;
  border-radius: 0 0 80px 80px;
}

/* line 704, app/assets/stylesheets/our_story.scss */
.our-story-chapter-4 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 80px 80px 160px;
  isolation: isolate;
  background: #009CDE;
  box-sizing: border-box;
  overflow: hidden;
}

/* line 717, app/assets/stylesheets/our_story.scss */
.our-story-chapter-4__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  width: 100%;
  max-width: 1280px;
}

/* line 728, app/assets/stylesheets/our_story.scss */
.our-story-chapter-4__title {
  margin: 0;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  text-align: center;
  text-transform: capitalize;
}

/* line 736, app/assets/stylesheets/our_story.scss */
.our-story-chapter-4__question-block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}

/* line 745, app/assets/stylesheets/our_story.scss */
.our-story-chapter-4__prompt {
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  text-align: center;
}

/* line 752, app/assets/stylesheets/our_story.scss */
.our-story-chapter-4__question-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 80px;
  box-sizing: border-box;
}

/* line 762, app/assets/stylesheets/our_story.scss */
.our-story-chapter-4__quote {
  position: absolute;
  top: 0;
  width: 64px;
  height: 61px;
  flex-shrink: 0;
  pointer-events: none;
}

/* line 770, app/assets/stylesheets/our_story.scss */
.our-story-chapter-4__quote--left {
  left: 0;
}

/* line 774, app/assets/stylesheets/our_story.scss */
.our-story-chapter-4__quote--right {
  right: 0;
}

/* line 779, app/assets/stylesheets/our_story.scss */
.our-story-chapter-4__question {
  margin: 0;
  width: 100%;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 900;
  font-size: 64px;
  line-height: 80px;
  color: #ffffff;
  text-align: center;
}

/* line 787, app/assets/stylesheets/our_story.scss */
.our-story-chapter-4__accent {
  color: #F9A529;
}

/* line 791, app/assets/stylesheets/our_story.scss */
.our-story-chapter-4__needs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 80px;
  width: 100%;
}

/* line 800, app/assets/stylesheets/our_story.scss */
.our-story-chapter-4__need {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 149px;
}

/* line 809, app/assets/stylesheets/our_story.scss */
.our-story-chapter-4__need-icon {
  display: block;
  width: 120px;
  height: 120px;
}

/* line 815, app/assets/stylesheets/our_story.scss */
.our-story-chapter-4__need-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

/* line 822, app/assets/stylesheets/our_story.scss */
.our-story-chapter-4__need-label {
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  text-align: center;
}

/* line 829, app/assets/stylesheets/our_story.scss */
.our-story-chapter-4__need-value {
  margin: 0;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  text-align: center;
  text-transform: capitalize;
}

/* line 837, app/assets/stylesheets/our_story.scss */
.our-story-chapter-4__answer-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}

/* line 845, app/assets/stylesheets/our_story.scss */
.our-story-chapter-4__answer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  isolation: isolate;
  width: 100%;
  max-width: 1112px;
  min-height: 235px;
  padding: 40px 64px;
  box-sizing: border-box;
}

/* line 859, app/assets/stylesheets/our_story.scss */
.our-story-chapter-4__answer-banner {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
}

/* line 869, app/assets/stylesheets/our_story.scss */
.our-story-chapter-4__answer-text {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 968px;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #006D9B;
  text-align: center;
}

/* line 879, app/assets/stylesheets/our_story.scss */
.our-story-chapter-4__arrow {
  display: block;
  width: 60px;
  height: 90px;
}

/* line 885, app/assets/stylesheets/our_story.scss */
.our-story-chapter-4__closing {
  margin: 0;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  text-align: center;
  text-transform: capitalize;
}

/* line 893, app/assets/stylesheets/our_story.scss */
.our-story-chapter-4__cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-width: 237px;
  height: 40px;
  padding: 8px 16px;
  background: #F9A529;
  border-radius: 32px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

/* line 911, app/assets/stylesheets/our_story.scss */
.our-story-chapter-4__cta:hover, .our-story-chapter-4__cta:focus {
  background: #E09525;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
}

/* line 920, app/assets/stylesheets/our_story.scss */
.our-story-chapter-4__wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100px;
  line-height: 0;
  pointer-events: none;
}

/* line 932, app/assets/stylesheets/our_story.scss */
.our-story-chapter-4__wave-image {
  display: block;
  width: 100%;
  height: 100px;
  object-fit: cover;
  object-position: center bottom;
}

/* line 941, app/assets/stylesheets/our_story.scss */
.our-story-numbers {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 80px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px;
  background: #ffffff;
  box-sizing: border-box;
}

/* line 954, app/assets/stylesheets/our_story.scss */
.our-story-numbers__title {
  margin: 0;
  max-width: 704px;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #009CDE;
  text-align: center;
  text-transform: capitalize;
}

/* line 963, app/assets/stylesheets/our_story.scss */
.our-story-numbers__row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
  max-width: 1280px;
  filter: drop-shadow(0px 2px 40px rgba(0, 78, 111, 0.08));
}

/* line 975, app/assets/stylesheets/our_story.scss */
.our-story-numbers__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  isolation: isolate;
  gap: 16px;
  flex: 0 0 236.8px;
  width: 236.8px;
  height: 300px;
  padding: 40px;
  background: #ffffff;
  border-radius: 40px;
  box-sizing: border-box;
  overflow: hidden;
}

/* line 992, app/assets/stylesheets/our_story.scss */
.our-story-numbers__card-icon {
  position: absolute;
  inset-inline-end: -16px;
  bottom: -16px;
  z-index: 0;
  width: 120px;
  height: 120px;
  pointer-events: none;
  object-fit: contain;
  object-position: bottom inline-end;
}

/* line 1004, app/assets/stylesheets/our_story.scss */
.our-story-numbers__card-title {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  width: 100%;
}

/* line 1014, app/assets/stylesheets/our_story.scss */
.our-story-numbers__card-value {
  margin: 0;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #001F2C;
  text-align: start;
  transition: color 0.2s ease;
}

/* line 1022, app/assets/stylesheets/our_story.scss */
.our-story-numbers__card:hover .our-story-numbers__card-value {
  color: #009CDE;
}

/* line 1026, app/assets/stylesheets/our_story.scss */
.our-story-numbers__card-label {
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #001F2C;
  text-align: start;
  text-transform: capitalize;
}

/* line 1034, app/assets/stylesheets/our_story.scss */
.our-story-numbers__card-body {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #001F2C;
  text-align: start;
}

/* line 1044, app/assets/stylesheets/our_story.scss */
.people-trusted-us-first {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 80px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 80px 160px;
  isolation: isolate;
  background: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}

/* line 1059, app/assets/stylesheets/our_story.scss */
.people-trusted-us-first__title {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #009CDE;
  text-align: center;
  text-transform: capitalize;
}

/* line 1069, app/assets/stylesheets/our_story.scss */
.people-trusted-us-first__cards {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
}

/* line 1080, app/assets/stylesheets/our_story.scss */
.people-trusted-us-first__row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

/* line 1089, app/assets/stylesheets/our_story.scss */
.people-trusted-us-first__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  isolation: isolate;
  flex: 1 1 0;
  gap: 16px;
  width: 100%;
  min-height: 274px;
  padding: 24px 40px;
  background: #004E6F;
  border-radius: 40px;
  box-sizing: border-box;
}

/* line 1105, app/assets/stylesheets/our_story.scss */
.people-trusted-us-first__avatar {
  position: relative;
  z-index: 0;
  flex: none;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background: #D9D9D9;
}

/* line 1116, app/assets/stylesheets/our_story.scss */
.people-trusted-us-first__avatar-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* line 1124, app/assets/stylesheets/our_story.scss */
.people-trusted-us-first__identity {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

/* line 1133, app/assets/stylesheets/our_story.scss */
.people-trusted-us-first__name {
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #F9A529;
  text-align: center;
}

/* line 1140, app/assets/stylesheets/our_story.scss */
.people-trusted-us-first__role {
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  text-align: center;
}

/* line 1147, app/assets/stylesheets/our_story.scss */
.people-trusted-us-first__quote-text {
  position: relative;
  z-index: 2;
  margin: 0;
  width: 100%;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
}

/* line 1157, app/assets/stylesheets/our_story.scss */
.people-trusted-us-first__quote {
  position: absolute;
  z-index: 3;
  width: 24px;
  height: 22.6px;
  top: 163px;
  pointer-events: none;
}

/* line 1165, app/assets/stylesheets/our_story.scss */
.people-trusted-us-first__quote--left {
  inset-inline-start: 16px;
  transform: matrix(0.87, 0.5, 0.5, -0.87, 0, 0);
}

/* line 1170, app/assets/stylesheets/our_story.scss */
.people-trusted-us-first__quote--right {
  inset-inline-end: 24px;
  transform: matrix(-0.87, 0.5, -0.5, -0.87, 0, 0);
}

/* line 1176, app/assets/stylesheets/our_story.scss */
.people-trusted-us-first__wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100px;
  line-height: 0;
  pointer-events: none;
}

/* line 1188, app/assets/stylesheets/our_story.scss */
.people-trusted-us-first__wave-image {
  display: block;
  width: 100%;
  height: 100px;
  object-fit: cover;
  object-position: center bottom;
}

/* line 1197, app/assets/stylesheets/our_story.scss */
.our-story-final {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  width: 100%;
  margin: 0 auto;
  padding: 80px;
  box-sizing: border-box;
  background: #E6F5FC;
}

/* line 1209, app/assets/stylesheets/our_story.scss */
.our-story-invitation {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  isolation: isolate;
  width: 100%;
  min-height: 748px;
  padding: 80px;
  box-sizing: border-box;
  background: #001F2C;
  border-radius: 40px;
  overflow: hidden;
}

/* line 1224, app/assets/stylesheets/our_story.scss */
.our-story-invitation__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

/* line 1231, app/assets/stylesheets/our_story.scss */
.our-story-invitation__bg-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* line 1239, app/assets/stylesheets/our_story.scss */
.our-story-invitation__top-title, .our-story-invitation__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* line 1249, app/assets/stylesheets/our_story.scss */
.our-story-invitation__top-title {
  gap: 16px;
  padding-bottom: 80px;
}

/* line 1254, app/assets/stylesheets/our_story.scss */
.our-story-invitation__line-one, .our-story-invitation__line-two {
  margin: 0;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 900;
  font-size: 56px;
  line-height: 64px;
  text-align: center;
  text-align: center;
  text-transform: capitalize;
}

/* line 1262, app/assets/stylesheets/our_story.scss */
.our-story-invitation__line-one {
  color: #80CEEF;
}

/* line 1266, app/assets/stylesheets/our_story.scss */
.our-story-invitation__line-two {
  color: #F9A529;
}

/* line 1270, app/assets/stylesheets/our_story.scss */
.our-story-invitation__content {
  gap: 40px;
  padding-top: 40px;
}

/* line 1275, app/assets/stylesheets/our_story.scss */
.our-story-invitation__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}

/* line 1283, app/assets/stylesheets/our_story.scss */
.our-story-invitation__title {
  margin: 0;
  max-width: 526px;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  text-align: center;
  text-transform: capitalize;
}

/* line 1292, app/assets/stylesheets/our_story.scss */
.our-story-invitation__subhead {
  margin: 0;
  max-width: 576px;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  text-align: center;
}

/* line 1300, app/assets/stylesheets/our_story.scss */
.our-story-invitation__accept {
  margin: 0;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #009CDE;
  text-align: center;
  text-transform: capitalize;
}

/* line 1308, app/assets/stylesheets/our_story.scss */
.our-story-invitation__button {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  min-height: 40px;
  background: #F9A529;
  border-radius: 32px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

/* line 1321, app/assets/stylesheets/our_story.scss */
.our-story-invitation__button:hover, .our-story-invitation__button:focus {
  opacity: 0.92;
  text-decoration: none;
}

/* line 1328, app/assets/stylesheets/our_story.scss */
.our-story-invitation__button-label {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  text-transform: capitalize;
}

/* line 1334, app/assets/stylesheets/our_story.scss */
.our-story-invitation__button-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

@media (min-width: 601px) and (max-width: 1024px) {
  /* line 1342, app/assets/stylesheets/our_story.scss */
  .our-story-hero {
    height: 547px;
    min-height: 547px;
    padding: 80px 0 0;
  }
  /* line 1347, app/assets/stylesheets/our_story.scss */
  .our-story-hero__magnific {
    width: 939px;
    max-width: none;
    height: 573px;
    left: calc(50% - 939px / 2 + 0.5px);
    top: calc(50% - 573px / 2 + 36px);
    aspect-ratio: auto;
  }
  /* line 1356, app/assets/stylesheets/our_story.scss */
  .our-story-hero__waves {
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 46px;
    transform: translateX(-50%);
  }
  /* line 1364, app/assets/stylesheets/our_story.scss */
  .our-story-hero__waves-image {
    width: 100%;
    height: 74px;
    object-fit: cover;
    object-position: center top;
  }
  /* line 1371, app/assets/stylesheets/our_story.scss */
  .our-story-hero__content {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 392px;
    min-height: 392px;
    padding: 0 80px;
    border-radius: 0 0 80px 80px;
    box-sizing: border-box;
  }
  /* line 1382, app/assets/stylesheets/our_story.scss */
  .our-story-hero__logo-text {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: 100%;
    max-width: 632px;
    height: 392px;
    flex: 1 1 auto;
  }
  /* line 1393, app/assets/stylesheets/our_story.scss */
  .our-story-hero__logo {
    height: 72px;
  }
  /* line 1397, app/assets/stylesheets/our_story.scss */
  .our-story-hero__logo--ar {
    height: 56px;
  }
  /* line 1401, app/assets/stylesheets/our_story.scss */
  .our-story-hero__title-word {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 900;
    font-size: 64px;
    line-height: 80px;
    white-space: nowrap;
  }
  /* line 1407, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-1 {
    height: 482px;
    min-height: 482px;
    padding: 40px;
    gap: 40px;
  }
  /* line 1413, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-1__background {
    width: 1440px;
    max-width: none;
    height: 498px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  /* line 1422, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-1__content {
    gap: 40px;
    width: 100%;
    max-width: none;
    height: 402px;
    padding: 0 80px;
  }
  /* line 1430, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-1__top-text {
    gap: 16px;
    max-width: 594px;
  }
  /* line 1435, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-1__intro {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }
  /* line 1439, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-1__heading {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }
  /* line 1443, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-1__body {
    max-width: 594px;
  }
  /* line 1446, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-1__body p {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
  }
  /* line 1453, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-1__closing {
    max-width: 485px;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
  }
  /* line 1459, app/assets/stylesheets/our_story.scss */
  .our-story-paper {
    height: 333px;
    min-height: 333px;
    padding: 0 80px;
    gap: 80px;
    overflow: visible;
  }
  /* line 1466, app/assets/stylesheets/our_story.scss */
  .our-story-paper__sticker {
    gap: 40px;
    width: 100%;
    max-width: none;
    height: 333px;
  }
  /* line 1473, app/assets/stylesheets/our_story.scss */
  .our-story-paper__quote-header {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
    height: 64px;
  }
  /* line 1481, app/assets/stylesheets/our_story.scss */
  .our-story-paper__line {
    flex: 1 1 0;
    max-width: none;
  }
  /* line 1486, app/assets/stylesheets/our_story.scss */
  .our-story-paper__intro {
    max-width: 435px;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }
  /* line 1491, app/assets/stylesheets/our_story.scss */
  .our-story-paper__card {
    width: 740px;
    max-width: 740px;
    height: 229px;
    min-height: 229px;
    aspect-ratio: auto;
    margin-inline: -33px;
    margin-bottom: 0;
    padding: 40px 72px 48px;
  }
  /* line 1502, app/assets/stylesheets/our_story.scss */
  .our-story-paper__tape {
    top: -18px;
    width: 190px;
    height: 62px;
  }
  /* line 1508, app/assets/stylesheets/our_story.scss */
  .our-story-paper__quote-mark {
    width: 40px;
    height: 35px;
  }
  /* line 1512, app/assets/stylesheets/our_story.scss */
  .our-story-paper__quote-mark--left {
    inset-inline-start: 7px;
  }
  /* line 1516, app/assets/stylesheets/our_story.scss */
  .our-story-paper__quote-mark--right {
    inset-inline-end: 7px;
  }
  /* line 1521, app/assets/stylesheets/our_story.scss */
  .our-story-paper__manifesto {
    max-width: 474px;
    font-size: 32px;
    line-height: 40px;
  }
  /* line 1527, app/assets/stylesheets/our_story.scss */
  .our-story-paper__wave {
    left: 50%;
    right: auto;
    width: 1440px;
    height: 139px;
    transform: translateX(-50%);
  }
  /* line 1535, app/assets/stylesheets/our_story.scss */
  .our-story-paper__wave-image {
    width: 100%;
    height: 141px;
    object-fit: cover;
    object-position: center top;
  }
  /* line 1543, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2 {
    height: auto;
    min-height: 1130px;
    padding: 40px;
    gap: 40px;
    max-width: none;
  }
  /* line 1550, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__watermark {
    top: 203px;
    width: 600px;
    max-width: 90%;
  }
  /* line 1556, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__header {
    gap: 24px;
    width: 100%;
    max-width: none;
  }
  /* line 1562, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__intro {
    max-width: none;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
  }
  /* line 1567, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__tagline {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }
  /* line 1571, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__logo {
    width: 282px;
    height: auto;
  }
  /* line 1576, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__photos {
    position: relative;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 754px;
    height: 778px;
    min-height: 778px;
    gap: 24px;
  }
  /* line 1588, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__member {
    position: absolute;
    margin-top: 0 !important;
    align-self: auto !important;
  }
  /* line 1593, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__member--mahmoud {
    left: 0;
    top: 244px;
    z-index: 0;
  }
  /* line 1599, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__member--emara {
    left: calc(50% - 152.945px + 225.48px);
    top: 244px;
    z-index: 1;
  }
  /* line 1605, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__member--moataz {
    left: 50%;
    top: 0;
    z-index: 2;
    transform: translateX(-50%);
  }
  /* line 1613, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__card {
    width: 270px;
    max-width: 270px;
    gap: 16px;
    padding: 16px 16px 24px;
  }
  /* line 1620, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__member--mahmoud .our-story-chapter-2__card {
    padding: 24px;
  }
  /* line 1624, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__member--tilt-left .our-story-chapter-2__card {
    transform: rotate(-4deg);
  }
  /* line 1628, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__member--tilt-right .our-story-chapter-2__card {
    transform: rotate(4deg);
  }
  /* line 1632, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__member--moataz .our-story-chapter-2__card {
    transform: none;
  }
  /* line 1636, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__photo-wrap {
    width: 100%;
    max-width: none;
    height: 238px;
  }
  /* line 1642, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__member--mahmoud .our-story-chapter-2__photo-wrap {
    height: 222px;
  }
  /* line 1646, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__card-text {
    gap: 8px;
    max-width: none;
  }
  /* line 1651, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__quote-mark {
    display: none;
  }
  /* line 1655, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__title-block {
    gap: 4px;
  }
  /* line 1659, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__name {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #F9A529;
  }
  /* line 1664, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__role {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #001F2C;
  }
  /* line 1672, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__quote {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #829095;
  }
  /* line 1678, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4 {
    height: auto;
    min-height: 1487px;
    padding: 80px 40px 160px;
    gap: 80px;
  }
  /* line 1684, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__inner {
    gap: 40px;
    width: 100%;
    max-width: 754px;
  }
  /* line 1690, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__title {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
  }
  /* line 1694, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__question-block {
    gap: 24px;
    width: 100%;
  }
  /* line 1699, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__prompt {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }
  /* line 1703, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__question-wrap {
    padding: 0;
    min-height: 480px;
  }
  /* line 1708, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__quote {
    width: 58px;
    height: 55px;
    top: 0;
  }
  /* line 1713, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__quote--left {
    left: 0;
  }
  /* line 1717, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__quote--right {
    right: 0;
  }
  /* line 1722, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__question {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 900;
    font-size: 64px;
    line-height: 80px;
    font-size: 64px;
    line-height: 80px;
  }
  /* line 1728, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__needs {
    flex-wrap: nowrap;
    gap: 80px;
    width: 100%;
  }
  /* line 1734, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__need {
    gap: 16px;
    width: 149px;
  }
  /* line 1739, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__need-icon {
    width: 120px;
    height: 120px;
  }
  /* line 1744, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__need-label {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }
  /* line 1748, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__need-value {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
  }
  /* line 1752, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__answer-block {
    gap: 16px;
    width: 100%;
  }
  /* line 1757, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__answer {
    width: 100%;
    max-width: none;
    min-height: 235px;
    padding: 0 40px;
  }
  /* line 1764, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__answer-text {
    max-width: 674px;
    font-family: "Figtree";
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #006D9B;
  }
  /* line 1770, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__arrow {
    width: 60px;
    height: 90px;
  }
  /* line 1775, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__closing {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
  }
  /* line 1779, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__cta {
    min-width: 237px;
    height: 40px;
  }
  /* line 1784, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__wave {
    height: 100px;
  }
  /* line 1788, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__wave-image {
    height: 100px;
  }
  /* line 1793, app/assets/stylesheets/our_story.scss */
  .people-trusted-us-first {
    height: auto;
    min-height: 876px;
    padding: 40px 80px 160px;
    gap: 40px;
  }
  /* line 1799, app/assets/stylesheets/our_story.scss */
  .people-trusted-us-first__title {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
  }
  /* line 1803, app/assets/stylesheets/our_story.scss */
  .people-trusted-us-first__cards {
    gap: 16px;
    width: 100%;
    max-width: 674px;
  }
  /* line 1809, app/assets/stylesheets/our_story.scss */
  .people-trusted-us-first__row {
    gap: 16px;
    width: 100%;
  }
  /* line 1814, app/assets/stylesheets/our_story.scss */
  .people-trusted-us-first__card {
    flex: 1 1 0;
    gap: 16px;
    width: 100%;
    min-width: 0;
    min-height: 346px;
    padding: 24px 40px;
    border-radius: 40px;
  }
  /* line 1824, app/assets/stylesheets/our_story.scss */
  .people-trusted-us-first__avatar {
    width: 80px;
    height: 80px;
  }
  /* line 1829, app/assets/stylesheets/our_story.scss */
  .people-trusted-us-first__identity {
    gap: 8px;
  }
  /* line 1833, app/assets/stylesheets/our_story.scss */
  .people-trusted-us-first__name {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }
  /* line 1837, app/assets/stylesheets/our_story.scss */
  .people-trusted-us-first__role {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
  }
  /* line 1841, app/assets/stylesheets/our_story.scss */
  .people-trusted-us-first__quote-text {
    max-width: 249px;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  /* line 1846, app/assets/stylesheets/our_story.scss */
  .people-trusted-us-first__quote {
    display: none;
  }
  /* line 1850, app/assets/stylesheets/our_story.scss */
  .people-trusted-us-first__wave {
    height: 100px;
  }
  /* line 1854, app/assets/stylesheets/our_story.scss */
  .people-trusted-us-first__wave-image {
    height: 100px;
  }
  /* line 1859, app/assets/stylesheets/our_story.scss */
  .our-story-final {
    height: auto;
    min-height: 748px;
    padding: 0 40px;
    gap: 80px;
  }
  /* line 1866, app/assets/stylesheets/our_story.scss */
  .our-story-invitation {
    width: 100%;
    max-width: 754px;
    min-height: 748px;
    padding: 80px;
    gap: 80px;
    border-radius: 40px;
  }
  /* line 1874, app/assets/stylesheets/our_story.scss */
  .our-story-invitation__top-title {
    gap: 16px;
    width: 100%;
    max-width: 594px;
    padding-bottom: 80px;
  }
  /* line 1881, app/assets/stylesheets/our_story.scss */
  .our-story-invitation__line-one, .our-story-invitation__line-two {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 900;
    font-size: 56px;
    line-height: 64px;
    text-align: center;
  }
  /* line 1886, app/assets/stylesheets/our_story.scss */
  .our-story-invitation__content {
    gap: 40px;
    width: 100%;
    max-width: 594px;
    padding-top: 40px;
  }
  /* line 1893, app/assets/stylesheets/our_story.scss */
  .our-story-invitation__head {
    gap: 16px;
  }
  /* line 1897, app/assets/stylesheets/our_story.scss */
  .our-story-invitation__title {
    max-width: 526px;
    font-family: "Figtree";
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }
  /* line 1902, app/assets/stylesheets/our_story.scss */
  .our-story-invitation__subhead {
    max-width: 576px;
    font-family: "Figtree";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  /* line 1907, app/assets/stylesheets/our_story.scss */
  .our-story-invitation__accept {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }
  /* line 1911, app/assets/stylesheets/our_story.scss */
  .our-story-invitation__button {
    min-width: 230px;
    height: 40px;
    padding: 8px 16px;
  }
}

@media (max-width: 1024px) {
  /* line 1920, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-3 {
    padding: 64px 24px 0;
    gap: 64px;
  }
  /* line 1924, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-3__belief {
    flex-direction: column;
    padding: 0;
    gap: 40px;
  }
  /* line 1929, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-3__belief--image-right {
    flex-direction: column;
  }
  /* line 1934, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-3__media {
    flex: 0 0 auto;
    width: 100%;
    max-width: 400px;
  }
  /* line 1940, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-3__text {
    max-width: none;
    align-items: center;
    text-align: center;
  }
  /* line 1946, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-3__heading, .our-story-chapter-3__body {
    text-align: center;
  }
  /* line 1952, app/assets/stylesheets/our_story.scss */
  .our-story-numbers {
    padding: 64px 24px;
    gap: 64px;
  }
  /* line 1956, app/assets/stylesheets/our_story.scss */
  .our-story-numbers__title {
    font-size: 32px;
    line-height: 40px;
  }
  /* line 1961, app/assets/stylesheets/our_story.scss */
  .our-story-numbers__card {
    flex: 0 0 calc(50% - 12px);
    width: calc(50% - 12px);
    max-width: 280px;
    height: auto;
    min-height: 260px;
  }
}

@media (max-width: 600px) {
  /* line 1972, app/assets/stylesheets/our_story.scss */
  .our-story-hero {
    height: 410px;
    min-height: 410px;
    padding: 80px 0 0;
  }
  /* line 1977, app/assets/stylesheets/our_story.scss */
  .our-story-hero__magnific {
    width: 939px;
    max-width: none;
    height: 573px;
    left: calc(50% - 939px / 2 + 0.5px);
    top: calc(50% - 573px / 2 + 35.5px);
    aspect-ratio: auto;
  }
  /* line 1986, app/assets/stylesheets/our_story.scss */
  .our-story-hero__waves {
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 46px;
    transform: translateX(-50%);
  }
  /* line 1994, app/assets/stylesheets/our_story.scss */
  .our-story-hero__waves-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
  }
  /* line 2001, app/assets/stylesheets/our_story.scss */
  .our-story-hero__content {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 288px;
    min-height: 288px;
    padding: 0 24px;
    border-radius: 0 0 80px 80px;
    box-sizing: border-box;
  }
  /* line 2012, app/assets/stylesheets/our_story.scss */
  .our-story-hero__logo-text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    gap: 24px;
    width: 100%;
    height: 288px;
    padding: 80px 0;
    max-width: none;
    box-sizing: border-box;
  }
  /* line 2025, app/assets/stylesheets/our_story.scss */
  .our-story-hero__logo {
    height: 50px;
  }
  /* line 2029, app/assets/stylesheets/our_story.scss */
  .our-story-hero__logo--ar {
    height: 40px;
  }
  /* line 2033, app/assets/stylesheets/our_story.scss */
  .our-story-hero__title-word {
    font-size: 46px;
    line-height: 54px;
    white-space: nowrap;
    text-align: center;
  }
  /* line 2041, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-1 {
    height: 644px;
    min-height: 644px;
    padding: 40px 16px;
    gap: 40px;
  }
  /* line 2047, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-1__background {
    width: 1440px;
    max-width: none;
    height: 498px;
    left: calc(50% - 1440px / 2 + 303px);
    top: 50%;
    transform: translateY(-50%);
  }
  /* line 2056, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-1__content {
    gap: 40px;
    width: 100%;
    max-width: none;
    height: 564px;
    padding: 0;
  }
  /* line 2064, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-1__top-text {
    gap: 16px;
    width: 100%;
    max-width: none;
  }
  /* line 2070, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-1__intro {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
  /* line 2075, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-1__heading {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }
  /* line 2079, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-1__body {
    width: 100%;
    max-width: none;
  }
  /* line 2083, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-1__body p {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
  }
  /* line 2090, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-1__closing {
    width: 100%;
    max-width: none;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
  /* line 2098, app/assets/stylesheets/our_story.scss */
  .our-story-paper {
    height: 345px;
    min-height: 345px;
    padding: 0 16px;
    gap: 80px;
    overflow: visible;
  }
  /* line 2105, app/assets/stylesheets/our_story.scss */
  .our-story-paper__sticker {
    gap: 40px;
    width: 100%;
    max-width: none;
    height: 345px;
  }
  /* line 2112, app/assets/stylesheets/our_story.scss */
  .our-story-paper__quote-header {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
    height: 96px;
  }
  /* line 2120, app/assets/stylesheets/our_story.scss */
  .our-story-paper__line {
    display: none;
  }
  /* line 2124, app/assets/stylesheets/our_story.scss */
  .our-story-paper__intro {
    flex: 1 1 auto;
    max-width: none;
    width: 100%;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
  /* line 2132, app/assets/stylesheets/our_story.scss */
  .our-story-paper__card {
    width: 358px;
    max-width: 100%;
    height: 209px;
    min-height: 209px;
    aspect-ratio: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding: 0;
  }
  /* line 2144, app/assets/stylesheets/our_story.scss */
  .our-story-paper__card-bg, .our-story-paper__tape, .our-story-paper__quote-mark {
    display: none;
  }
  /* line 2150, app/assets/stylesheets/our_story.scss */
  .our-story-paper__card-mobile {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
  }
  /* line 2161, app/assets/stylesheets/our_story.scss */
  .our-story-paper__manifesto {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  /* line 2173, app/assets/stylesheets/our_story.scss */
  .our-story-paper__wave {
    left: 50%;
    right: auto;
    width: 1440px;
    height: 139px;
    transform: translateX(-50%);
  }
  /* line 2181, app/assets/stylesheets/our_story.scss */
  .our-story-paper__wave-image {
    width: 100%;
    height: 141px;
    object-fit: cover;
    object-position: center top;
  }
  /* line 2189, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2 {
    height: auto;
    min-height: 1937px;
    padding: 40px 16px;
    gap: 40px;
  }
  /* line 2195, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__watermark {
    top: 276px;
    width: 310px;
    max-width: 80%;
  }
  /* line 2201, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__header {
    gap: 24px;
    width: 100%;
    max-width: none;
  }
  /* line 2207, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__intro {
    max-width: none;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #001F2C;
  }
  /* line 2213, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__tagline {
    width: 100%;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
  /* line 2219, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__logo {
    width: 200px;
    height: auto;
  }
  /* line 2224, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__photos {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: auto;
    gap: 24px;
  }
  /* line 2235, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__member {
    position: relative;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    margin-top: 0 !important;
    align-self: stretch !important;
    width: 100%;
    z-index: auto !important;
  }
  /* line 2245, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__member--moataz {
    order: 0;
  }
  /* line 2249, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__member--mahmoud {
    order: 1;
  }
  /* line 2253, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__member--emara {
    order: 2;
  }
  /* line 2258, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__member--tilt-left .our-story-chapter-2__card, .our-story-chapter-2__member--tilt-right .our-story-chapter-2__card, .our-story-chapter-2__member--moataz .our-story-chapter-2__card {
    transform: none !important;
  }
  /* line 2264, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__card {
    width: 100%;
    max-width: none;
    gap: 16px;
    padding: 24px;
    transform: none !important;
  }
  /* line 2272, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__member--mahmoud .our-story-chapter-2__card {
    padding: 24px;
  }
  /* line 2276, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__photo-wrap, .our-story-chapter-2__member--mahmoud .our-story-chapter-2__photo-wrap {
    width: 100%;
    max-width: none;
    height: 222px;
    transform: none !important;
  }
  /* line 2284, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__photo {
    transform: none !important;
    object-position: center 20%;
  }
  /* line 2289, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__card-text {
    gap: 8px;
    max-width: none;
    width: 100%;
  }
  /* line 2295, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__quote-mark {
    display: none;
  }
  /* line 2299, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__title-block {
    gap: 4px;
  }
  /* line 2303, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__name {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #F9A529;
  }
  /* line 2308, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__role {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #001F2C;
  }
  /* line 2316, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__quote {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #829095;
  }
  /* line 2321, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-2__linkedin {
    width: 175px;
  }
  /* line 2326, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-3 {
    padding: 40px 24px 0;
    gap: 40px;
  }
  /* line 2330, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-3__title {
    font-size: 32px;
    line-height: 40px;
  }
  /* line 2335, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-3__heading {
    font-size: 24px;
    line-height: 32px;
  }
  /* line 2340, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-3__body {
    font-size: 16px;
    line-height: 24px;
  }
  /* line 2346, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4 {
    height: auto;
    min-height: 1277px;
    padding: 40px 16px 160px;
    gap: 80px;
  }
  /* line 2352, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__inner {
    gap: 40px;
    width: 100%;
    max-width: 358px;
  }
  /* line 2358, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__title {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }
  /* line 2362, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__question-block {
    gap: 24px;
    width: 100%;
  }
  /* line 2367, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__prompt {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }
  /* line 2371, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__question-wrap {
    padding: 0;
    min-height: 336px;
  }
  /* line 2376, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__quote {
    display: none;
  }
  /* line 2380, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__question {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
  }
  /* line 2384, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__needs {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: 100%;
  }
  /* line 2393, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__need {
    gap: 4px;
    width: 79px;
  }
  /* line 2397, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__need:last-child {
    width: 86px;
  }
  /* line 2402, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__need-icon {
    width: 64px;
    height: 64px;
  }
  /* line 2407, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__need-label {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
  }
  /* line 2411, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__need-value {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-transform: none;
  }
  /* line 2416, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__answer-block {
    gap: 16px;
    width: 100%;
  }
  /* line 2421, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__answer {
    width: 100%;
    max-width: none;
    min-height: 235px;
    padding: 0 24px;
  }
  /* line 2428, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__answer-text {
    max-width: 310px;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #006D9B;
  }
  /* line 2434, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__arrow {
    width: 60px;
    height: 90px;
  }
  /* line 2439, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__closing {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }
  /* line 2443, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__cta {
    min-width: 237px;
    height: 40px;
  }
  /* line 2448, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__wave {
    height: 100px;
  }
  /* line 2452, app/assets/stylesheets/our_story.scss */
  .our-story-chapter-4__wave-image {
    height: 100px;
  }
  /* line 2457, app/assets/stylesheets/our_story.scss */
  .our-story-numbers {
    padding: 40px 24px;
    gap: 40px;
  }
  /* line 2461, app/assets/stylesheets/our_story.scss */
  .our-story-numbers__title {
    font-size: 28px;
    line-height: 36px;
  }
  /* line 2466, app/assets/stylesheets/our_story.scss */
  .our-story-numbers__card {
    flex: 0 0 100%;
    width: 100%;
    max-width: 320px;
  }
  /* line 2473, app/assets/stylesheets/our_story.scss */
  .people-trusted-us-first {
    height: auto;
    min-height: 1536px;
    padding: 40px 16px 160px;
    gap: 40px;
  }
  /* line 2479, app/assets/stylesheets/our_story.scss */
  .people-trusted-us-first__title {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    max-width: 358px;
  }
  /* line 2485, app/assets/stylesheets/our_story.scss */
  .people-trusted-us-first__cards {
    gap: 16px;
    width: 100%;
    max-width: 358px;
  }
  /* line 2491, app/assets/stylesheets/our_story.scss */
  .people-trusted-us-first__row {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    width: 100%;
  }
  /* line 2498, app/assets/stylesheets/our_story.scss */
  .people-trusted-us-first__card {
    flex: none;
    align-self: stretch;
    gap: 16px;
    width: 100%;
    min-height: 322px;
    padding: 24px 40px;
    border-radius: 40px;
  }
  /* line 2508, app/assets/stylesheets/our_story.scss */
  .people-trusted-us-first__avatar {
    width: 80px;
    height: 80px;
  }
  /* line 2513, app/assets/stylesheets/our_story.scss */
  .people-trusted-us-first__identity {
    gap: 8px;
  }
  /* line 2517, app/assets/stylesheets/our_story.scss */
  .people-trusted-us-first__name {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }
  /* line 2521, app/assets/stylesheets/our_story.scss */
  .people-trusted-us-first__role {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
  }
  /* line 2525, app/assets/stylesheets/our_story.scss */
  .people-trusted-us-first__quote-text {
    max-width: 278px;
    padding: 0;
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  /* line 2531, app/assets/stylesheets/our_story.scss */
  .people-trusted-us-first__quote {
    display: none;
  }
  /* line 2535, app/assets/stylesheets/our_story.scss */
  .people-trusted-us-first__wave {
    height: 100px;
  }
  /* line 2539, app/assets/stylesheets/our_story.scss */
  .people-trusted-us-first__wave-image {
    height: 100px;
  }
  /* line 2544, app/assets/stylesheets/our_story.scss */
  .our-story-final {
    height: auto;
    min-height: 880px;
    padding: 40px 16px;
    gap: 80px;
  }
  /* line 2551, app/assets/stylesheets/our_story.scss */
  .our-story-invitation {
    width: 100%;
    max-width: 358px;
    min-height: 800px;
    padding: 40px 16px;
    gap: 80px;
    border-radius: 40px;
  }
  /* line 2559, app/assets/stylesheets/our_story.scss */
  .our-story-invitation__top-title {
    gap: 16px;
    width: 100%;
    max-width: 326px;
    padding-bottom: 80px;
  }
  /* line 2566, app/assets/stylesheets/our_story.scss */
  .our-story-invitation__line-one, .our-story-invitation__line-two {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
  }
  /* line 2571, app/assets/stylesheets/our_story.scss */
  .our-story-invitation__line-one {
    color: #009CDE;
  }
  /* line 2575, app/assets/stylesheets/our_story.scss */
  .our-story-invitation__content {
    gap: 40px;
    width: 100%;
    max-width: 326px;
    padding-top: 40px;
  }
  /* line 2582, app/assets/stylesheets/our_story.scss */
  .our-story-invitation__head {
    gap: 16px;
    width: 100%;
  }
  /* line 2587, app/assets/stylesheets/our_story.scss */
  .our-story-invitation__title {
    max-width: none;
    font-family: "Figtree";
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }
  /* line 2592, app/assets/stylesheets/our_story.scss */
  .our-story-invitation__subhead {
    max-width: none;
    font-family: "Figtree";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  /* line 2597, app/assets/stylesheets/our_story.scss */
  .our-story-invitation__accept {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }
  /* line 2601, app/assets/stylesheets/our_story.scss */
  .our-story-invitation__button {
    width: auto;
    min-width: 230px;
    max-width: none;
    height: 40px;
    padding: 8px 16px;
  }
}

/* line 2612, app/assets/stylesheets/our_story.scss */
html[dir="rtl"] .our-story-invitation__button-icon,
html[dir="rtl"] .our-story-chapter-2__linkedin-icon {
  transform: scaleX(-1);
}
/* line 20, app/assets/stylesheets/port_radar.scss */
#port-pulse-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  text-align: start;
  padding: var(--header-outer-height, 80px) 0 0;
  margin-top: calc(-1 * var(--header-outer-height, 80px));
  background: #E6F5FC;
}

/* line 34, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  width: 100%;
}

/* line 41, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px;
  gap: 80px;
  box-sizing: border-box;
}

/* line 54, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  width: 100%;
  max-width: 1280px;
  gap: 24px;
}

/* line 64, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  direction: ltr;
}

/* line 77, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__title-dark {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 900;
  font-size: 56px;
  line-height: 64px;
  font-weight: 900;
  text-align: center;
  color: #001F2C;
}

/* line 84, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__title-accent {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 900;
  font-size: 56px;
  line-height: 64px;
  font-weight: 900;
  text-align: center;
  color: #009CDE;
}

/* line 91, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__icon {
  display: block;
  width: 55.58px;
  height: 56px;
  flex: none;
  transform: rotate(20.81deg);
}

/* line 99, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__subtitle {
  margin: 0;
  max-width: 793px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  color: #001F2C;
}

/* line 108, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  max-width: 1280px;
  padding: 24px;
  gap: 24px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  box-sizing: border-box;
}

/* line 122, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  gap: 24px;
  min-height: 32px;
}

/* line 132, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__meta-text {
  margin: 0;
  flex: 1 1 auto;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #334C56;
}

/* line 139, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__timestamp {
  font-weight: 600;
  color: #009CDE;
}

/* line 144, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__view-toggle {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: none;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 32px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #F9A529;
  text-decoration: none;
  text-transform: capitalize;
}

/* line 158, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__view-toggle:hover, .port-pulse-hero__view-toggle:focus {
  color: #F9A529;
  text-decoration: none;
}

/* line 165, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__view-toggle-icon {
  display: block;
  width: 16px;
  height: 16px;
  flex: none;
  color: #F9A529;
}

/* line 173, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__refresh-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 0;
  border-radius: 32px;
  background: #009CDE;
  color: #ffffff;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}

/* line 185, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__refresh-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* line 191, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__toolbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  gap: 24px;
  flex-wrap: wrap;
}

/* line 200, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__widgets {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex: 1 1 0;
  min-width: 0;
  gap: 8px;
}

/* line 209, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__widget {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 1 1 0;
  min-width: 0;
  gap: 8px;
  padding: 8px 16px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 2px 40px rgba(0, 109, 155, 0.24);
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease;
}

/* line 225, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__widget:hover {
  transform: translateY(-1px);
}

/* line 229, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__widget--suspended {
  border-color: #EB2525;
}

/* line 232, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__widget--suspended .port-pulse-hero__widget-count {
  color: #EB2525;
}

/* line 236, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__widget--suspended.pr-counter--active {
  box-shadow: 0 0 0 3px rgba(235, 37, 37, 0.15);
}

/* line 241, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__widget--congested {
  border-color: #FBC97F;
}

/* line 244, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__widget--congested .port-pulse-hero__widget-count {
  color: #F9A529;
}

/* line 248, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__widget--congested.pr-counter--active {
  box-shadow: 0 0 0 3px rgba(249, 165, 41, 0.2);
}

/* line 253, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__widget--normal {
  border-color: #2EC37D;
}

/* line 256, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__widget--normal .port-pulse-hero__widget-count {
  color: #2EC37D;
}

/* line 260, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__widget--normal.pr-counter--active {
  box-shadow: 0 0 0 3px rgba(46, 195, 125, 0.15);
}

/* line 266, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__widget-count {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  flex: none;
}

/* line 271, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__widget-label {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #829095;
  white-space: nowrap;
}

/* line 277, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__track {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 1 1 0;
  min-width: 280px;
  gap: 16px;
  padding: 8px 8px 8px 16px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 2px 40px rgba(0, 109, 155, 0.24);
}

/* line 291, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__track-text {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #001F2C;
  white-space: nowrap;
}

/* line 297, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__track-btn {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: none;
  gap: 8px;
  min-width: 157px;
  height: 32px;
  padding: 8px 16px;
  background: #F9A529;
  border-radius: 32px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;
}

/* line 315, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__track-btn:hover, .port-pulse-hero__track-btn:focus {
  color: #ffffff;
  text-decoration: none;
  background: #f89d15;
}

/* line 323, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__clear-filter {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  border: 1px solid #dadce0;
  border-radius: 20px;
  background: #ffffff;
  color: #829095;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}

/* line 336, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__clear-filter-x {
  font-size: 11px;
  line-height: 1;
}

/* line 341, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__map-card, .port-pulse-hero__table-card {
  align-self: stretch;
  width: 100%;
}

/* line 347, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__map {
  width: 100%;
  height: 590px;
  border-radius: 16px;
  overflow: hidden;
  filter: drop-shadow(0 2px 40px rgba(0, 109, 155, 0.24));
  background: #f7fdff;
}

/* line 356, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__table-card {
  padding: 24px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 2px 40px rgba(0, 109, 155, 0.24);
  box-sizing: border-box;
}

/* line 364, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__table-wrapper {
  width: 100%;
  overflow-x: auto;
}

/* line 369, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__table {
  width: 100%;
  border-collapse: collapse;
}

/* line 373, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__table thead th {
  padding: 16px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: start;
  text-transform: capitalize;
  color: #829095;
  white-space: nowrap;
  background: #ffffff;
}

/* line 383, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__table tbody tr {
  background: #ffffff;
}

/* line 386, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__table tbody tr.port-pulse-hero__row--alt {
  background: #f7fdff;
}

/* line 391, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__table td {
  padding: 16px;
  vertical-align: middle;
}

/* line 397, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__cell-port {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #001F2C;
  text-transform: capitalize;
  white-space: nowrap;
}

/* line 404, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__cell-country {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #001F2C;
  text-transform: capitalize;
  white-space: nowrap;
}

/* line 411, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__cell-advisory {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #001F2C;
  line-height: 18px;
  min-width: 280px;
}

/* line 418, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__cell-update {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #829095;
  white-space: nowrap;
}

/* line 424, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__status {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 4px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  font-size: 10px;
  line-height: 16px;
  white-space: nowrap;
}

/* line 434, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__status--congested {
  background: #fddb9a;
  color: #334C56;
}

/* line 439, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__status--normal {
  background: #DCF3EF;
  color: #334C56;
}

/* line 444, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__status--suspended {
  background: #F16E6E;
  color: #ffffff;
}

/* line 450, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__empty {
  padding: 48px 16px;
  text-align: center;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #829095;
}

/* line 457, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__cards {
  display: none;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 8px;
  gap: 8px;
  background: #E6F5FC;
  border-radius: 16px;
  box-shadow: 0 2px 40px rgba(0, 109, 155, 0.24);
  box-sizing: border-box;
}

/* line 471, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__port-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 16px 16px 8px;
  gap: 16px;
  background: #ffffff;
  border-radius: 12px;
  box-sizing: border-box;
}

/* line 484, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__port-card-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  width: 100%;
  gap: 8px;
}

/* line 494, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__port-card-location {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 auto;
  min-width: 0;
  gap: 4px;
}

/* line 503, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__port-card-name {
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #001F2C;
}

/* line 510, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__port-card-country {
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #829095;
}

/* line 516, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__port-card-meta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  flex: none;
  gap: 4px;
}

/* line 525, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__port-card-update {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #829095;
  white-space: nowrap;
}

/* line 531, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__port-card-advisory {
  display: none;
  align-self: stretch;
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #001F2C;
  line-height: 18px;
}

/* line 540, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__port-card-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

/* line 550, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__port-card-chevron {
  display: block;
  width: 16px;
  height: 16px;
  color: #B3BCC0;
  transition: transform 0.2s ease;
}

/* line 559, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__port-card--expanded .port-pulse-hero__port-card-advisory {
  display: block;
}

/* line 563, app/assets/stylesheets/port_radar.scss */
.port-pulse-hero__port-card--expanded .port-pulse-hero__port-card-chevron {
  transform: rotate(180deg);
}

@media (max-width: 1024px) {
  /* line 571, app/assets/stylesheets/port_radar.scss */
  .port-pulse-hero__container {
    padding: 40px;
    gap: 40px;
  }
  /* line 576, app/assets/stylesheets/port_radar.scss */
  .port-pulse-hero__map {
    height: 420px;
  }
}

@media (max-width: 600px) {
  /* line 584, app/assets/stylesheets/port_radar.scss */
  .port-pulse-hero__container {
    padding: 40px 16px;
    gap: 40px;
  }
  /* line 589, app/assets/stylesheets/port_radar.scss */
  .port-pulse-hero__title {
    flex-direction: column;
    gap: 8px;
  }
  /* line 594, app/assets/stylesheets/port_radar.scss */
  .port-pulse-hero__title-dark, .port-pulse-hero__title-accent {
    font-size: 32px;
    line-height: 40px;
  }
  /* line 600, app/assets/stylesheets/port_radar.scss */
  .port-pulse-hero__subtitle {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
  }
  /* line 606, app/assets/stylesheets/port_radar.scss */
  .port-pulse-hero__panel {
    padding: 24px;
  }
  /* line 610, app/assets/stylesheets/port_radar.scss */
  .port-pulse-hero__meta {
    flex-direction: row;
    align-items: center;
    min-height: 60px;
  }
  /* line 616, app/assets/stylesheets/port_radar.scss */
  .port-pulse-hero__meta-text {
    font-size: 14px;
    line-height: 20px;
  }
  /* line 621, app/assets/stylesheets/port_radar.scss */
  .port-pulse-hero__toolbar {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
  /* line 627, app/assets/stylesheets/port_radar.scss */
  .port-pulse-hero__track {
    order: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 0;
    width: 100%;
    padding: 16px;
    gap: 16px;
  }
  /* line 638, app/assets/stylesheets/port_radar.scss */
  .port-pulse-hero__widgets {
    order: 1;
    width: 100%;
    flex: none;
  }
  /* line 644, app/assets/stylesheets/port_radar.scss */
  .port-pulse-hero__widget {
    flex: 1 1 0;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    min-height: 62px;
    padding: 8px;
  }
  /* line 653, app/assets/stylesheets/port_radar.scss */
  .port-pulse-hero__widget-label {
    font-size: 12px;
    line-height: 18px;
  }
  /* line 658, app/assets/stylesheets/port_radar.scss */
  .port-pulse-hero__track-text {
    width: 100%;
    white-space: normal;
    text-align: center;
  }
  /* line 664, app/assets/stylesheets/port_radar.scss */
  .port-pulse-hero__track-btn {
    width: auto;
    min-width: 157px;
    justify-content: center;
  }
  /* line 670, app/assets/stylesheets/port_radar.scss */
  .port-pulse-hero__map {
    height: 400px;
  }
  /* line 674, app/assets/stylesheets/port_radar.scss */
  .port-pulse-hero__cards {
    display: flex;
  }
  /* line 678, app/assets/stylesheets/port_radar.scss */
  .port-pulse-hero__table-card--desktop {
    display: none;
  }
}

/* line 685, app/assets/stylesheets/port_radar.scss */
.pr-map-icon {
  background: transparent !important;
  border: none !important;
}

/* line 689, app/assets/stylesheets/port_radar.scss */
.pr-map-icon svg {
  display: block;
}

@keyframes pr-pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.6;
  }
  70% {
    transform: scale(1.4);
    opacity: 0;
  }
  100% {
    transform: scale(0.9);
    opacity: 0;
  }
}

/* line 711, app/assets/stylesheets/port_radar.scss */
.leaflet-popup-content-wrapper {
  border-radius: 12px !important;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.14) !important;
  padding: 0 !important;
  border: 1px solid #efefef;
}

/* line 718, app/assets/stylesheets/port_radar.scss */
.leaflet-popup-content {
  margin: 16px 18px 14px !important;
  line-height: 1.5 !important;
}

/* line 723, app/assets/stylesheets/port_radar.scss */
.leaflet-popup-tip-container {
  margin-top: -1px;
}

/* line 727, app/assets/stylesheets/port_radar.scss */
.leaflet-popup-close-button {
  top: 8px !important;
  right: 10px !important;
  font-size: 18px !important;
  color: #9e9e9e !important;
}

/* line 735, app/assets/stylesheets/port_radar.scss */
.leaflet-control-zoom {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

/* line 741, app/assets/stylesheets/port_radar.scss */
.leaflet-control-zoom a {
  width: 36px !important;
  height: 36px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-top: 0 !important;
  background: rgba(255, 255, 255, 0.92) !important;
  color: #212121 !important;
  font: inherit !important;
  font-weight: 700 !important;
}

/* line 754, app/assets/stylesheets/port_radar.scss */
.leaflet-control-attribution {
  background: rgba(255, 255, 255, 0.85) !important;
  border-radius: 10px !important;
  padding: 6px 10px !important;
  margin: 8px !important;
  font-size: 11px !important;
  color: #616161 !important;
}

/* line 764, app/assets/stylesheets/port_radar.scss */
.pr-guest-gate {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(3px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

/* line 778, app/assets/stylesheets/port_radar.scss */
.pr-guest-gate--visible {
  opacity: 1;
  pointer-events: auto;
}

/* line 784, app/assets/stylesheets/port_radar.scss */
.pr-guest-gate__card {
  width: 100%;
  max-width: 460px;
  padding: 40px 36px;
  border-radius: 16px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
  animation: pr-gate-rise 0.35s ease both;
}

@keyframes pr-gate-rise {
  from {
    transform: translateY(24px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* line 807, app/assets/stylesheets/port_radar.scss */
.pr-guest-gate__icon {
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 1;
}

/* line 813, app/assets/stylesheets/port_radar.scss */
.pr-guest-gate__title {
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: #001F2C;
}

/* line 821, app/assets/stylesheets/port_radar.scss */
.pr-guest-gate__body {
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 1.6;
  color: #616161;
}

/* line 828, app/assets/stylesheets/port_radar.scss */
.pr-guest-gate__cta {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  padding: 13px 0;
  border-radius: 8px;
  background: #009CDE;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

/* line 840, app/assets/stylesheets/port_radar.scss */
.pr-guest-gate__cta:hover {
  opacity: 0.88;
  color: #ffffff;
  text-decoration: none;
}

/* line 847, app/assets/stylesheets/port_radar.scss */
.pr-guest-gate__signin {
  font-size: 13px;
  color: #9e9e9e;
}

/* line 851, app/assets/stylesheets/port_radar.scss */
.pr-guest-gate__signin a {
  color: #009CDE;
  font-weight: 600;
  text-decoration: none;
}

/* line 856, app/assets/stylesheets/port_radar.scss */
.pr-guest-gate__signin a:hover {
  text-decoration: underline;
}

/* line 863, app/assets/stylesheets/port_radar.scss */
.port-radar__map {
  height: 520px;
  border-radius: 10px;
  border: 1px solid #B3BCC0;
  overflow: hidden;
  margin-bottom: 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
}
/* line 20, app/assets/stylesheets/port_watch.scss */
#port-watch {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 24px 64px;
  font-family: inherit;
  color: #212121;
}

/* line 29, app/assets/stylesheets/port_watch.scss */
.port-watch__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

/* line 38, app/assets/stylesheets/port_watch.scss */
.port-watch__title {
  font-size: 24px;
  font-weight: 700;
  color: #212121;
  margin: 0 0 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 48, app/assets/stylesheets/port_watch.scss */
.port-watch__title-icon {
  opacity: 0.6;
}

/* line 52, app/assets/stylesheets/port_watch.scss */
.port-watch__subtitle {
  font-size: 13px;
  color: #757575;
  margin: 0;
}

/* line 58, app/assets/stylesheets/port_watch.scss */
.port-watch__timestamp {
  font-weight: 600;
  color: #009CDE;
}

/* line 63, app/assets/stylesheets/port_watch.scss */
.port-watch__header-right {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

/* line 71, app/assets/stylesheets/port_watch.scss */
.port-watch__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: opacity 0.15s ease, background 0.15s ease;
  text-decoration: none;
}

/* line 84, app/assets/stylesheets/port_watch.scss */
.port-watch__btn:hover {
  opacity: 0.85;
  text-decoration: none;
}

/* line 85, app/assets/stylesheets/port_watch.scss */
.port-watch__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 87, app/assets/stylesheets/port_watch.scss */
.port-watch__btn--primary {
  background: #009CDE;
  color: #ffffff;
}

/* line 92, app/assets/stylesheets/port_watch.scss */
.port-watch__btn--secondary {
  background: #ffffff;
  color: #009CDE;
  border: 1px solid #009CDE;
}

/* line 100, app/assets/stylesheets/port_watch.scss */
.port-watch__counters {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

@media (max-width: 600px) {
  /* line 100, app/assets/stylesheets/port_watch.scss */
  .port-watch__counters {
    grid-template-columns: 1fr;
  }
}

/* line 111, app/assets/stylesheets/port_watch.scss */
.port-watch__counter {
  padding: 20px 24px;
  border-radius: 8px;
  border: 2px solid transparent;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
  cursor: pointer;
  user-select: none;
  transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease;
}

/* line 121, app/assets/stylesheets/port_watch.scss */
.port-watch__counter:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

/* line 126, app/assets/stylesheets/port_watch.scss */
.port-watch__counter--suspended {
  border-color: rgba(229, 57, 53, 0.3);
}

/* line 128, app/assets/stylesheets/port_watch.scss */
.port-watch__counter--suspended .port-watch__counter-number {
  color: #E53935;
}

/* line 129, app/assets/stylesheets/port_watch.scss */
.port-watch__counter--suspended.pw-counter--active {
  border-color: #E53935;
  background: rgba(229, 57, 53, 0.05);
  box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.15);
}

/* line 135, app/assets/stylesheets/port_watch.scss */
.port-watch__counter--restricted {
  border-color: rgba(255, 167, 38, 0.4);
}

/* line 137, app/assets/stylesheets/port_watch.scss */
.port-watch__counter--restricted .port-watch__counter-number {
  color: #FFA726;
}

/* line 138, app/assets/stylesheets/port_watch.scss */
.port-watch__counter--restricted.pw-counter--active {
  border-color: #FFA726;
  background: rgba(255, 167, 38, 0.05);
  box-shadow: 0 0 0 3px rgba(255, 167, 38, 0.15);
}

/* line 144, app/assets/stylesheets/port_watch.scss */
.port-watch__counter--operational {
  border-color: rgba(67, 160, 71, 0.3);
}

/* line 146, app/assets/stylesheets/port_watch.scss */
.port-watch__counter--operational .port-watch__counter-number {
  color: #43A047;
}

/* line 147, app/assets/stylesheets/port_watch.scss */
.port-watch__counter--operational.pw-counter--active {
  border-color: #43A047;
  background: rgba(67, 160, 71, 0.05);
  box-shadow: 0 0 0 3px rgba(67, 160, 71, 0.15);
}

/* line 155, app/assets/stylesheets/port_watch.scss */
.port-watch__counter-number {
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 4px;
}

/* line 162, app/assets/stylesheets/port_watch.scss */
.port-watch__counter-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #757575;
}

/* line 171, app/assets/stylesheets/port_watch.scss */
.port-watch__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
}

/* line 178, app/assets/stylesheets/port_watch.scss */
.port-watch__filter-btn {
  padding: 5px 14px;
  border-radius: 20px;
  border: 1px solid #DADCE0;
  background: #ffffff;
  color: #616161;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s ease;
}

/* line 189, app/assets/stylesheets/port_watch.scss */
.port-watch__filter-btn:hover, .port-watch__filter-btn.active {
  background: #009CDE;
  color: #ffffff;
  border-color: #009CDE;
}

/* line 197, app/assets/stylesheets/port_watch.scss */
.port-watch__table-wrapper {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #DADCE0;
  overflow-x: auto;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

/* line 205, app/assets/stylesheets/port_watch.scss */
.port-watch__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

/* line 210, app/assets/stylesheets/port_watch.scss */
.port-watch__table thead tr {
  background: #f7f9fb;
  border-bottom: 2px solid #DADCE0;
}

/* line 215, app/assets/stylesheets/port_watch.scss */
.port-watch__table th {
  padding: 12px 16px;
  text-align: start;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #9E9E9E;
  white-space: nowrap;
}

/* line 226, app/assets/stylesheets/port_watch.scss */
.port-watch__table tbody tr {
  border-bottom: 1px solid #DADCE0;
  transition: background 0.1s;
}

/* line 230, app/assets/stylesheets/port_watch.scss */
.port-watch__table tbody tr:last-child {
  border-bottom: none;
}

/* line 231, app/assets/stylesheets/port_watch.scss */
.port-watch__table tbody tr:hover {
  background: #f0f7fd;
}

/* line 234, app/assets/stylesheets/port_watch.scss */
.port-watch__table td {
  padding: 13px 16px;
  vertical-align: top;
}

/* line 240, app/assets/stylesheets/port_watch.scss */
.pw-port-name {
  font-weight: 600;
  color: #212121;
}

/* line 245, app/assets/stylesheets/port_watch.scss */
.pw-country {
  color: #616161;
}

/* line 249, app/assets/stylesheets/port_watch.scss */
.pw-reason {
  max-width: 400px;
  color: #424242;
  line-height: 1.45;
}

/* line 255, app/assets/stylesheets/port_watch.scss */
.pw-updated {
  white-space: nowrap;
  color: #9E9E9E;
  font-size: 12px;
}

/* line 261, app/assets/stylesheets/port_watch.scss */
.port-watch__empty {
  text-align: center;
  padding: 48px 16px;
  color: #9E9E9E;
  font-size: 14px;
}

/* line 269, app/assets/stylesheets/port_watch.scss */
.pw-badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

/* line 278, app/assets/stylesheets/port_watch.scss */
.pw-badge--suspended {
  background: rgba(229, 57, 53, 0.1);
  color: #E53935;
  border: 1px solid rgba(229, 57, 53, 0.25);
}

/* line 284, app/assets/stylesheets/port_watch.scss */
.pw-badge--restricted {
  background: rgba(255, 167, 38, 0.12);
  color: #bf7200;
  border: 1px solid rgba(255, 167, 38, 0.3);
}

/* line 290, app/assets/stylesheets/port_watch.scss */
.pw-badge--operational {
  background: rgba(67, 160, 71, 0.1);
  color: #3b8e3f;
  border: 1px solid rgba(67, 160, 71, 0.25);
}

/* line 298, app/assets/stylesheets/port_watch.scss */
.port-watch__footer {
  margin-top: 12px;
  font-size: 11px;
  color: #BDBDBD;
  text-align: right;
}

/* line 306, app/assets/stylesheets/port_watch.scss */
.pw-map-icon {
  background: transparent !important;
  border: none !important;
}

/* line 310, app/assets/stylesheets/port_watch.scss */
.pw-map-icon svg {
  display: block;
}

@keyframes pw-pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.6;
  }
  70% {
    transform: scale(1.4);
    opacity: 0;
  }
  100% {
    transform: scale(0.9);
    opacity: 0;
  }
}

/* line 320, app/assets/stylesheets/port_watch.scss */
.leaflet-popup-content-wrapper {
  border-radius: 12px !important;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.14) !important;
  padding: 0 !important;
  border: 1px solid #EFEFEF;
}

/* line 326, app/assets/stylesheets/port_watch.scss */
.leaflet-popup-content {
  margin: 16px 18px 14px !important;
  line-height: 1.5 !important;
}

/* line 330, app/assets/stylesheets/port_watch.scss */
.leaflet-popup-tip-container {
  margin-top: -1px;
}

/* line 331, app/assets/stylesheets/port_watch.scss */
.leaflet-popup-close-button {
  top: 8px !important;
  right: 10px !important;
  font-size: 18px !important;
  color: #9E9E9E !important;
}

/* line 339, app/assets/stylesheets/port_watch.scss */
.port-watch__map {
  height: 520px;
  border-radius: 10px;
  border: 1px solid #DADCE0;
  overflow: hidden;
  margin-bottom: 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
}

@media (max-width: 600px) {
  /* line 339, app/assets/stylesheets/port_watch.scss */
  .port-watch__map {
    height: 340px;
  }
}

/* line 352, app/assets/stylesheets/port_watch.scss */
.port-watch__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 24px;
}

/* line 359, app/assets/stylesheets/port_watch.scss */
.port-watch__legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #616161;
}

/* line 368, app/assets/stylesheets/port_watch.scss */
.pw-legend-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
}

/* line 375, app/assets/stylesheets/port_watch.scss */
.pw-legend-dot--suspended {
  background: #E53935;
}

/* line 376, app/assets/stylesheets/port_watch.scss */
.pw-legend-dot--restricted {
  background: #FFA726;
}

/* line 377, app/assets/stylesheets/port_watch.scss */
.pw-legend-dot--operational {
  background: #43A047;
}
/* line 5, app/assets/stylesheets/premium.scss */
.premium-page {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* line 11, app/assets/stylesheets/premium.scss */
.premium-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  width: 100%;
  margin-top: calc(-1 * var(--header-outer-height, 80px));
  padding: var(--header-outer-height, 80px) 0 0;
  background: #E6F5FC;
}

/* line 22, app/assets/stylesheets/premium.scss */
.premium-hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 80px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 80px 40px;
}

@media (min-width: 601px) and (max-width: 1024px) {
  /* line 22, app/assets/stylesheets/premium.scss */
  .premium-hero__content {
    gap: 40px;
    padding: 40px 40px 24px;
  }
}

@media (max-width: 600px) {
  /* line 22, app/assets/stylesheets/premium.scss */
  .premium-hero__content {
    gap: 40px;
    padding: 40px 24px 24px;
  }
}

/* line 44, app/assets/stylesheets/premium.scss */
.premium-hero__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 698px;
  width: 100%;
}

/* line 53, app/assets/stylesheets/premium.scss */
.premium-hero__title {
  margin: 0;
  color: #009CDE;
  font-family: "Figtree", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 900;
  line-height: 64px;
  text-align: center;
}

@media (min-width: 601px) and (max-width: 1024px) {
  /* line 53, app/assets/stylesheets/premium.scss */
  .premium-hero__title {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 600px) {
  /* line 53, app/assets/stylesheets/premium.scss */
  .premium-hero__title {
    font-size: 32px;
    line-height: 40px;
  }
}

/* line 74, app/assets/stylesheets/premium.scss */
.premium-hero__subtitle {
  margin: 0;
  color: #001F2C;
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}

@media (max-width: 600px) {
  /* line 74, app/assets/stylesheets/premium.scss */
  .premium-hero__subtitle {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
}

/* line 91, app/assets/stylesheets/premium.scss */
.premium-hero__options {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-self: stretch;
  justify-content: center;
  gap: 40px;
  width: 100%;
  max-width: 1280px;
}

@media (min-width: 601px) and (max-width: 1024px) {
  /* line 91, app/assets/stylesheets/premium.scss */
  .premium-hero__options {
    gap: 24px;
  }
}

@media (max-width: 600px) {
  /* line 91, app/assets/stylesheets/premium.scss */
  .premium-hero__options {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}

/* line 113, app/assets/stylesheets/premium.scss */
.premium-hero__option {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  max-width: 586px;
  width: 100%;
}

@media (min-width: 601px) and (max-width: 1024px) {
  /* line 113, app/assets/stylesheets/premium.scss */
  .premium-hero__option {
    gap: 16px;
    max-width: none;
  }
}

@media (max-width: 600px) {
  /* line 113, app/assets/stylesheets/premium.scss */
  .premium-hero__option {
    gap: 24px;
    max-width: 100%;
  }
}

/* line 134, app/assets/stylesheets/premium.scss */
.premium-hero__illustration {
  flex-shrink: 0;
  width: 220px;
  height: 220px;
  object-fit: contain;
}

@media (min-width: 601px) and (max-width: 1024px) {
  /* line 134, app/assets/stylesheets/premium.scss */
  .premium-hero__illustration {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 600px) {
  /* line 134, app/assets/stylesheets/premium.scss */
  .premium-hero__illustration {
    width: 220px;
    height: 220px;
  }
}

/* line 151, app/assets/stylesheets/premium.scss */
.premium-hero__option-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 8px;
}

/* line 159, app/assets/stylesheets/premium.scss */
.premium-hero__option-title {
  margin: 0;
  color: #001F2C;
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
}

@media (min-width: 601px) and (max-width: 1024px) {
  /* line 159, app/assets/stylesheets/premium.scss */
  .premium-hero__option-title {
    font-size: 20px;
    line-height: 28px;
  }
}

/* line 175, app/assets/stylesheets/premium.scss */
.premium-hero__option-description {
  margin: 0;
  color: #001F2C;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}

@media (min-width: 601px) and (max-width: 1024px) {
  /* line 175, app/assets/stylesheets/premium.scss */
  .premium-hero__option-description {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 600px) {
  /* line 175, app/assets/stylesheets/premium.scss */
  .premium-hero__option-description {
    font-size: 16px;
    line-height: 24px;
  }
}

/* line 196, app/assets/stylesheets/premium.scss */
.premium-hero__cta {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 135px;
  height: 40px;
  padding: 8px 16px;
  border: 0;
  border-radius: 32px;
  background: #F9A529;
  color: #FFFFFF;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  text-transform: capitalize;
  cursor: pointer;
  transition: background-color 0.15s ease;
}

/* line 219, app/assets/stylesheets/premium.scss */
.premium-hero__cta:hover, .premium-hero__cta:focus {
  background: #f8980b;
  color: #FFFFFF;
  text-decoration: none;
  outline: none;
}

/* line 228, app/assets/stylesheets/premium.scss */
.premium-hero__share-button {
  appearance: none;
}

/* line 232, app/assets/stylesheets/premium.scss */
.premium-hero__or {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  gap: 24px;
  width: 28px;
}

@media (min-width: 601px) and (max-width: 1024px) {
  /* line 232, app/assets/stylesheets/premium.scss */
  .premium-hero__or {
    gap: 16px;
    width: 24px;
  }
}

@media (max-width: 600px) {
  /* line 232, app/assets/stylesheets/premium.scss */
  .premium-hero__or {
    flex-direction: row;
    width: 100%;
    max-width: 280px;
    height: auto;
    gap: 16px;
    align-self: center;
  }
}

/* line 258, app/assets/stylesheets/premium.scss */
.premium-hero__or-line {
  flex: 1;
  width: 1px;
  min-height: 80px;
  background: #B3E1F5;
}

@media (max-width: 600px) {
  /* line 258, app/assets/stylesheets/premium.scss */
  .premium-hero__or-line {
    width: auto;
    min-height: 0;
    height: 1px;
  }
}

/* line 271, app/assets/stylesheets/premium.scss */
.premium-hero__or-label {
  color: #001F2C;
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

@media (min-width: 601px) and (max-width: 1024px) {
  /* line 271, app/assets/stylesheets/premium.scss */
  .premium-hero__or-label {
    font-size: 20px;
    line-height: 28px;
  }
}

/* line 286, app/assets/stylesheets/premium.scss */
.premium-wave {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  justify-content: flex-end;
  width: 100%;
  height: 80px;
  margin-top: -1px;
  overflow: hidden;
  background: #FFFFFF;
  line-height: 0;
}

/* line 299, app/assets/stylesheets/premium.scss */
.premium-wave__illustration {
  display: block;
  width: 100%;
  height: 80px;
  margin: 0;
  transform: none;
  object-fit: cover;
  object-position: center bottom;
}

/* line 310, app/assets/stylesheets/premium.scss */
.premium-why {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  gap: 40px;
  width: 100%;
  padding: 80px;
  background: #FFFFFF;
}

@media (max-width: 1024px) {
  /* line 310, app/assets/stylesheets/premium.scss */
  .premium-why {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 40px 40px 80px;
  }
}

@media (max-width: 600px) {
  /* line 310, app/assets/stylesheets/premium.scss */
  .premium-why {
    gap: 40px;
    padding: 40px 24px 80px;
  }
}

/* line 334, app/assets/stylesheets/premium.scss */
.premium-why__medal {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 400px;
  max-width: 100%;
}

@media (min-width: 601px) and (max-width: 1024px) {
  /* line 334, app/assets/stylesheets/premium.scss */
  .premium-why__medal {
    width: 200px;
  }
}

@media (max-width: 600px) {
  /* line 334, app/assets/stylesheets/premium.scss */
  .premium-why__medal {
    width: 180px;
  }
}

/* line 352, app/assets/stylesheets/premium.scss */
.premium-why__medal-image {
  display: block;
  width: 400px;
  max-width: 100%;
  height: auto;
}

@media (min-width: 601px) and (max-width: 1024px) {
  /* line 352, app/assets/stylesheets/premium.scss */
  .premium-why__medal-image {
    width: 200px;
  }
}

@media (max-width: 600px) {
  /* line 352, app/assets/stylesheets/premium.scss */
  .premium-why__medal-image {
    width: 180px;
  }
}

/* line 367, app/assets/stylesheets/premium.scss */
.premium-why__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  max-width: 840px;
  width: 100%;
}

@media (max-width: 1024px) {
  /* line 367, app/assets/stylesheets/premium.scss */
  .premium-why__content {
    align-items: center;
    max-width: 100%;
  }
}

/* line 382, app/assets/stylesheets/premium.scss */
.premium-why__title {
  margin: 0;
  color: #009CDE;
  font-family: "Figtree", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 48px;
  text-transform: capitalize;
}

@media (min-width: 601px) and (max-width: 1024px) {
  /* line 382, app/assets/stylesheets/premium.scss */
  .premium-why__title {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 600px) {
  /* line 382, app/assets/stylesheets/premium.scss */
  .premium-why__title {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    width: 100%;
  }
}

/* line 407, app/assets/stylesheets/premium.scss */
.premium-why__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 16px;
  width: 100%;
}

/* line 416, app/assets/stylesheets/premium.scss */
.premium-why__item {
  margin: 0;
  color: #334C56;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

/* line 426, app/assets/stylesheets/premium.scss */
.premium-why__item strong {
  color: #334C56;
  font-weight: 700;
}
/* line 3, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  color: #333;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

/* line 9, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 16, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .hero-section {
  padding: 80px 0 60px;
  text-align: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  position: relative;
  overflow: hidden;
}

/* line 24, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(/%23grain)"/></svg>');
  opacity: 0.3;
}

/* line 35, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .hero-section .hero-heading {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

/* line 42, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .hero-section .hero-heading .highlight {
  background: linear-gradient(45deg, #ffd700, #ffed4e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* line 49, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .hero-section .hero-heading .subtitle {
  font-size: 2rem;
  font-weight: 400;
  opacity: 0.9;
}

/* line 56, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .hero-section .hero-description {
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
  opacity: 0.9;
  position: relative;
  z-index: 2;
}

/* line 67, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .section-heading {
  text-align: center;
  margin-bottom: 50px;
}

/* line 71, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .section-heading .product-title {
  font-size: 3rem;
  font-weight: 700;
  color: #2d3748;
  display: block;
  margin-bottom: 10px;
}

/* line 79, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .section-heading .product-subtitle {
  font-size: 1.2rem;
  color: #718096;
  font-weight: 400;
}

/* line 87, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix {
  background: white;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 40px;
}

/* line 94, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .plan-columns {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr;
  gap: 0;
  border-bottom: 1px solid #e2e8f0;
}

/* line 100, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .plan-columns .plan-header {
  padding: 30px 20px;
  text-align: center;
  background: #f8fafc;
  border-right: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}

/* line 107, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .plan-columns .plan-header:last-child {
  border-right: none;
}

/* line 111, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .plan-columns .plan-header.disabled {
  background: #f7fafc;
  opacity: 0.6;
}

/* line 115, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .plan-columns .plan-header.disabled h3 {
  color: #a0aec0;
}

/* line 119, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .plan-columns .plan-header.disabled .unavailable {
  color: #a0aec0;
  font-weight: 500;
}

/* line 125, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .plan-columns .plan-header h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #2d3748;
}

/* line 132, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .plan-columns .plan-header .price {
  margin-bottom: 10px;
}

/* line 135, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .plan-columns .plan-header .price .currency {
  font-size: 1.2rem;
  font-weight: 500;
  color: #718096;
}

/* line 141, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .plan-columns .plan-header .price .amount {
  font-size: 2rem;
  font-weight: 700;
  color: #2d3748;
}

/* line 147, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .plan-columns .plan-header .price .period {
  font-size: 0.9rem;
  color: #718096;
}

/* line 152, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .plan-columns .plan-header .price .unavailable {
  font-size: 1.1rem;
  font-weight: 600;
  color: #a0aec0;
}

/* line 159, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .plan-columns .plan-header .plan-description {
  font-size: 0.9rem;
  color: #718096;
  margin: 0;
}

/* line 168, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .features-list .feature-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr;
  gap: 0;
  border-bottom: 1px solid #e2e8f0;
  transition: background-color 0.3s ease;
}

/* line 175, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .features-list .feature-row:hover {
  background-color: #f8fafc;
}

/* line 179, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .features-list .feature-row:last-child {
  border-bottom: none;
}

/* line 183, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .features-list .feature-row .feature-name {
  padding: 20px;
  font-weight: 600;
  color: #2d3748;
  border-right: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
}

/* line 191, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .features-list .feature-row .feature-name .plus {
  color: #718096;
  font-weight: 400;
  font-size: 0.9rem;
}

/* line 198, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .features-list .feature-row .feature-value {
  padding: 20px;
  text-align: center;
  border-right: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

/* line 207, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .features-list .feature-row .feature-value:last-child {
  border-right: none;
}

/* line 211, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .features-list .feature-row .feature-value.explore {
  color: #2d3748;
}

/* line 215, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .features-list .feature-row .feature-value.basic {
  color: #569c71;
}

/* line 219, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .features-list .feature-row .feature-value.pro {
  color: #3182ce;
}

/* line 223, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .features-list .feature-row .feature-value.premium {
  color: #805ad5;
}

/* line 227, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .features-list .feature-row .feature-value.ultra {
  color: #d69e2e;
}

/* line 231, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .pricing-matrix .features-list .feature-row .feature-value.disabled {
  color: #a0aec0;
}

/* line 240, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .cta-buttons {
  text-align: center;
  margin: 40px 0;
}

/* line 244, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .cta-buttons .btn-primary, .nowlun-pricing-ui .cta-buttons .btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  margin: 0 10px;
  border: 2px solid transparent;
}

/* line 256, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .cta-buttons .btn-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

/* line 261, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .cta-buttons .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.6);
}

/* line 267, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .cta-buttons .btn-secondary {
  background: white;
  color: #667eea;
  border-color: #667eea;
}

/* line 272, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .cta-buttons .btn-secondary:hover {
  background: #667eea;
  color: white;
  transform: translateY(-2px);
}

/* line 281, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .spacer {
  padding: 60px 0;
  text-align: center;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

/* line 286, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .spacer .spacer-content {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2d3748;
  opacity: 0.8;
}

/* line 295, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program {
  padding: 80px 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  position: relative;
  overflow: hidden;
}

/* line 302, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(/%23grain)"/></svg>');
  opacity: 0.3;
}

/* line 313, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program .section-heading {
  position: relative;
  z-index: 2;
}

/* line 317, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program .section-heading .product-title {
  color: white;
}

/* line 321, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program .section-heading .product-subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 326, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program .loyalty-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

/* line 332, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

/* line 343, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card:last-of-type {
  margin-bottom: 30px;
}

/* line 347, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 357, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-icon .loyalty-icon-img {
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1);
}

/* line 364, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-details {
  flex: 1;
}

/* line 367, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-details .loyalty-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: white;
}

/* line 373, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-details .loyalty-title .highlight {
  background: linear-gradient(45deg, #ffd700, #ffed4e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* line 381, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-details .loyalty-description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.9);
}

/* line 388, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-details .loyalty-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
}

/* line 393, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-details .loyalty-features .loyalty-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
}

/* line 400, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-details .loyalty-features .loyalty-feature .feature-icon {
  color: #ffd700;
  font-weight: bold;
  font-size: 1.2rem;
}

/* line 406, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-details .loyalty-features .loyalty-feature .feature-text {
  flex: 1;
}

/* line 414, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-note {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 421, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-note p {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* line 427, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-note p strong {
  color: #ffd700;
}

/* line 436, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .faq {
  padding: 80px 0;
  background: white;
}

/* line 440, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .faq .section-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 50px;
}

/* line 447, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .faq .faq-items {
  max-width: 800px;
  margin: 0 auto;
}

/* line 451, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .faq .faq-items .faq-item {
  margin-bottom: 30px;
  padding: 25px;
  background: #f8fafc;
  border-radius: 15px;
  border-left: 4px solid #667eea;
  transition: all 0.3s ease;
}

/* line 459, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .faq .faq-items .faq-item:hover {
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* line 464, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .faq .faq-items .faq-item .question {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 10px;
}

/* line 471, app/assets/stylesheets/pricing.scss */
.nowlun-pricing-ui .faq .faq-items .faq-item p {
  color: #718096;
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  /* line 483, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .pricing-matrix .plan-columns {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }
  /* line 488, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .pricing-matrix .plan-columns .plan-header {
    border-right: none;
    border-bottom: 1px solid #e2e8f0;
    border-radius: 15px;
  }
  /* line 493, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .pricing-matrix .plan-columns .plan-header:last-child {
    border-bottom: none;
  }
  /* line 500, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .pricing-matrix .features-list .feature-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px;
  }
  /* line 505, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .pricing-matrix .features-list .feature-row .feature-name {
    border-right: none;
    border-bottom: 1px solid #e2e8f0;
    text-align: center;
    padding: 15px;
  }
  /* line 512, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .pricing-matrix .features-list .feature-row .feature-value {
    border-right: none;
    padding: 10px;
    font-size: 0.9rem;
  }
  /* line 523, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  /* line 528, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-icon {
    margin: 0 auto;
  }
  /* line 533, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-details .loyalty-features {
    grid-template-columns: 1fr;
    text-align: left;
  }
  /* line 542, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .hero-heading {
    font-size: 2.5rem;
  }
  /* line 545, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .hero-heading .subtitle {
    font-size: 1.5rem;
  }
  /* line 551, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .section-heading .product-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 1024px) {
  /* line 558, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .container {
    padding: 0 15px;
  }
  /* line 562, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .hero-section {
    padding: 60px 0 40px;
  }
  /* line 565, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .hero-section .hero-heading {
    font-size: 2rem;
  }
  /* line 568, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .hero-section .hero-heading .subtitle {
    font-size: 1.2rem;
  }
  /* line 573, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .hero-section .hero-description {
    font-size: 1rem;
  }
  /* line 579, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .section-heading .product-title {
    font-size: 2rem;
  }
  /* line 583, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .section-heading .product-subtitle {
    font-size: 1rem;
  }
  /* line 590, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card {
    padding: 25px;
    margin-bottom: 20px;
  }
  /* line 595, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-details .loyalty-title {
    font-size: 1.5rem;
  }
  /* line 599, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-details .loyalty-description {
    font-size: 1rem;
  }
  /* line 603, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-details .loyalty-features {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  /* line 607, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-details .loyalty-features .loyalty-feature {
    font-size: 0.9rem;
  }
  /* line 617, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .cta-buttons .btn-primary, .nowlun-pricing-ui .cta-buttons .btn-secondary {
    display: block;
    margin: 10px auto;
    max-width: 250px;
  }
  /* line 625, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .faq .section-heading {
    font-size: 2rem;
  }
}

@media (max-width: 600px) {
  /* line 632, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .hero-heading {
    font-size: 1.8rem;
  }
  /* line 635, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .hero-heading .subtitle {
    font-size: 1rem;
  }
  /* line 641, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .section-heading .product-title {
    font-size: 1.8rem;
  }
  /* line 648, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card {
    padding: 20px;
  }
  /* line 651, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-icon {
    width: 60px;
    height: 60px;
  }
  /* line 655, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-icon .loyalty-icon-img {
    width: 30px;
    height: 30px;
  }
  /* line 662, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-details .loyalty-title {
    font-size: 1.3rem;
  }
  /* line 666, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .loyalty-program .loyalty-content .loyalty-card .loyalty-details .loyalty-description {
    font-size: 0.9rem;
  }
  /* line 675, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .pricing-matrix .plan-columns {
    padding: 15px;
  }
  /* line 678, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .pricing-matrix .plan-columns .plan-header {
    padding: 20px 15px;
  }
  /* line 681, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .pricing-matrix .plan-columns .plan-header h3 {
    font-size: 1.3rem;
  }
  /* line 686, app/assets/stylesheets/pricing.scss */
  .nowlun-pricing-ui .pricing-matrix .plan-columns .plan-header .price .amount {
    font-size: 2rem;
  }
}

/* line 697, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  color: #333;
}

/* line 702, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 708, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .hero-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 80px 0;
  text-align: center;
}

/* line 714, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .hero-section .hero-heading {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

/* line 720, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .hero-section .hero-heading .highlight {
  color: #ffd700;
}

/* line 724, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .hero-section .hero-heading .subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  opacity: 0.9;
}

/* line 731, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .hero-section .hero-description {
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
  opacity: 0.9;
}

/* line 739, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section {
  padding: 80px 0;
  background: #f8f9fa;
}

/* line 743, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .section-heading {
  text-align: center;
  margin-bottom: 60px;
}

/* line 747, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .section-heading .product-title {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 10px;
}

/* line 755, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .section-heading .product-subtitle {
  display: block;
  font-size: 1.2rem;
  color: #7f8c8d;
}

/* line 762, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix {
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* line 768, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .tier-columns {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

/* line 774, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .tier-columns .tier-header {
  text-align: center;
  padding: 30px 20px;
  border-radius: 15px;
  transition: transform 0.3s ease;
}

/* line 780, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .tier-columns .tier-header:hover {
  transform: translateY(-5px);
}

/* line 784, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .tier-columns .tier-header.tier-1 {
  background: linear-gradient(135deg, #e8e8e8, #f5f5f5);
  border: 2px solid #ddd;
}

/* line 789, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .tier-columns .tier-header.tier-2 {
  background: linear-gradient(135deg, #e3f2fd, #bbdefb);
  border: 2px solid #2196f3;
}

/* line 794, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .tier-columns .tier-header.tier-3 {
  background: linear-gradient(135deg, #e8f5e8, #c8e6c9);
  border: 2px solid #4caf50;
}

/* line 799, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .tier-columns .tier-header.tier-4 {
  background: linear-gradient(135deg, #fff3e0, #ffcc80);
  border: 2px solid #ff9800;
}

/* line 804, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .tier-columns .tier-header.tier-5 {
  background: linear-gradient(135deg, #fce4ec, #f8bbd9);
  border: 2px solid #e91e63;
}

/* line 809, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .tier-columns .tier-header h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #2c3e50;
}

/* line 816, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .tier-columns .tier-header .volume-range {
  margin-bottom: 15px;
}

/* line 819, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .tier-columns .tier-header .volume-range .range {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  color: #34495e;
}

/* line 826, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .tier-columns .tier-header .volume-range .period {
  font-size: 0.9rem;
  color: #7f8c8d;
}

/* line 832, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .tier-columns .tier-header .rebate-percentage {
  margin-bottom: 15px;
}

/* line 835, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .tier-columns .tier-header .rebate-percentage .percentage {
  font-size: 2.5rem;
  font-weight: 700;
  color: #27ae60;
}

/* line 841, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .tier-columns .tier-header .rebate-percentage .label {
  display: block;
  font-size: 0.9rem;
  color: #7f8c8d;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 850, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .tier-columns .tier-header .tier-description {
  font-size: 0.9rem;
  color: #7f8c8d;
  margin: 0;
}

/* line 859, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .benefits-list .benefit-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #ecf0f1;
  align-items: center;
}

/* line 867, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .benefits-list .benefit-row:last-child {
  border-bottom: none;
}

/* line 871, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .benefits-list .benefit-row .benefit-name {
  font-weight: 600;
  color: #2c3e50;
  font-size: 1rem;
}

/* line 877, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .benefits-list .benefit-row .benefit-value {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
}

/* line 882, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .benefits-list .benefit-row .benefit-value.tier-1 {
  color: #95a5a6;
}

/* line 886, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .benefits-list .benefit-row .benefit-value.tier-2 {
  color: #2196f3;
}

/* line 890, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .benefits-list .benefit-row .benefit-value.tier-3 {
  color: #4caf50;
}

/* line 894, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .benefits-list .benefit-row .benefit-value.tier-4 {
  color: #ff9800;
}

/* line 898, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .benefits-list .benefit-row .benefit-value.tier-5 {
  color: #e91e63;
}

/* line 905, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .rebate-terms-note {
  margin-top: 40px;
  padding: 20px;
  background: #fff3cd;
  border: 1px solid #ffeaa7;
  border-radius: 10px;
}

/* line 913, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .rebate-terms-note .terms-box h4 {
  color: #856404;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
}

/* line 920, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .rebate-section .rebate-matrix .rebate-terms-note .terms-box p {
  color: #856404;
  margin: 0;
  line-height: 1.5;
}

/* line 930, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .how-it-works-section {
  padding: 80px 0;
  background: white;
}

/* line 934, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .how-it-works-section .section-heading {
  text-align: center;
  margin-bottom: 60px;
}

/* line 938, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .how-it-works-section .section-heading .product-title {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 10px;
}

/* line 946, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .how-it-works-section .section-heading .product-subtitle {
  display: block;
  font-size: 1.2rem;
  color: #7f8c8d;
}

/* line 953, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .how-it-works-section .steps-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

/* line 960, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .how-it-works-section .steps-container .step {
  text-align: center;
  padding: 30px;
  border-radius: 15px;
  background: #f8f9fa;
  transition: transform 0.3s ease;
}

/* line 967, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .how-it-works-section .steps-container .step:hover {
  transform: translateY(-5px);
}

/* line 971, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .how-it-works-section .steps-container .step .step-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 20px;
}

/* line 986, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .how-it-works-section .steps-container .step .step-content h4 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 10px;
}

/* line 993, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .how-it-works-section .steps-container .step .step-content p {
  color: #7f8c8d;
  line-height: 1.6;
}

/* line 1002, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .faq-section {
  padding: 80px 0;
  background: #f8f9fa;
}

/* line 1006, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .faq-section .section-heading {
  text-align: center;
  margin-bottom: 60px;
}

/* line 1010, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .faq-section .section-heading .product-title {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 10px;
}

/* line 1018, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .faq-section .section-heading .product-subtitle {
  display: block;
  font-size: 1.2rem;
  color: #7f8c8d;
}

/* line 1025, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .faq-section .faq-container {
  max-width: 800px;
  margin: 0 auto;
}

/* line 1029, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .faq-section .faq-container .faq-item {
  background: white;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
}

/* line 1037, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .faq-section .faq-container .faq-item:hover {
  transform: translateY(-2px);
}

/* line 1041, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .faq-section .faq-container .faq-item .faq-question {
  padding: 25px 30px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
  cursor: pointer;
  transition: background 0.3s ease;
}

/* line 1048, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .faq-section .faq-container .faq-item .faq-question:hover {
  background: linear-gradient(135deg, #5a6fd8, #6a4190);
}

/* line 1052, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .faq-section .faq-container .faq-item .faq-question h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  display: flex;
  align-items: center;
}

/* line 1059, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .faq-section .faq-container .faq-item .faq-question h4::before {
  content: "Q";
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 0.9rem;
  font-weight: 700;
}

/* line 1075, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .faq-section .faq-container .faq-item .faq-answer {
  padding: 25px 30px;
  background: white;
}

/* line 1079, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .faq-section .faq-container .faq-item .faq-answer p {
  color: #2c3e50;
  line-height: 1.6;
  margin: 0;
  font-size: 1rem;
}

/* line 1090, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #2c3e50, #34495e);
  color: white;
  text-align: center;
}

/* line 1097, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .cta-section .cta-content h3 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

/* line 1103, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .cta-section .cta-content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
}

/* line 1109, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .cta-section .cta-content .btn {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* line 1120, app/assets/stylesheets/pricing.scss */
.nowlun-rebate-ui .cta-section .cta-content .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
}

@media (max-width: 1024px) {
  /* line 1131, app/assets/stylesheets/pricing.scss */
  .nowlun-rebate-ui .rebate-matrix .tier-columns,
.nowlun-rebate-ui .rebate-matrix .benefit-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  /* line 1137, app/assets/stylesheets/pricing.scss */
  .nowlun-rebate-ui .rebate-matrix .tier-header {
    margin-bottom: 20px;
  }
}

@media (max-width: 1024px) {
  /* line 1144, app/assets/stylesheets/pricing.scss */
  .nowlun-rebate-ui .hero-section {
    padding: 60px 0;
  }
  /* line 1147, app/assets/stylesheets/pricing.scss */
  .nowlun-rebate-ui .hero-section .hero-heading {
    font-size: 2.5rem;
  }
  /* line 1152, app/assets/stylesheets/pricing.scss */
  .nowlun-rebate-ui .rebate-section,
.nowlun-rebate-ui .how-it-works-section,
.nowlun-rebate-ui .cta-section {
    padding: 60px 0;
  }
  /* line 1158, app/assets/stylesheets/pricing.scss */
  .nowlun-rebate-ui .steps-container {
    grid-template-columns: 1fr;
  }
}
/* line 1, app/assets/stylesheets/privacy.scss */
.privacy-paragraph {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
}

/* line 8, app/assets/stylesheets/privacy.scss */
.privacy-content {
  max-width: 85%;
}

/* line 12, app/assets/stylesheets/privacy.scss */
.privacy-action {
  align-items: center;
}
/* line 6, app/assets/stylesheets/questions_section.scss */
.questions-section {
  align-self: stretch;
  width: 100%;
  background: #E6F5FC;
}

/* line 11, app/assets/stylesheets/questions_section.scss */
.questions-section__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px;
  gap: 80px;
  box-sizing: border-box;
  background: #E6F5FC;
}

/* line 28, app/assets/stylesheets/questions_section.scss */
.questions-section__header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: none;
  flex-grow: 0;
  width: 100%;
  max-width: 513px;
  padding: 0;
}

/* line 40, app/assets/stylesheets/questions_section.scss */
.questions-section__title {
  margin: 0;
  width: 100%;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  text-align: center;
  text-transform: capitalize;
  color: #009CDE;
}

/* line 50, app/assets/stylesheets/questions_section.scss */
.questions-section__questions {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex: none;
  flex-grow: 0;
  width: 100%;
  max-width: 1280px;
  isolation: isolate;
  background: #CCEBF8;
  border-radius: 16px;
  overflow: hidden;
}

/* line 66, app/assets/stylesheets/questions_section.scss */
.questions-section__watermark {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

/* line 76, app/assets/stylesheets/questions_section.scss */
.questions-section__watermark-image {
  display: block;
  width: auto;
  max-width: 678px;
  height: 100%;
  max-height: 100%;
  opacity: 0.64;
}

/* line 85, app/assets/stylesheets/questions_section.scss */
.questions-section__question {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  flex: none;
  flex-grow: 0;
  width: 100%;
  padding: 24px 40px;
  gap: 16px;
  isolation: isolate;
  z-index: 1;
}

/* line 99, app/assets/stylesheets/questions_section.scss */
.questions-section__question--first {
  border-radius: 16px 16px 0 0;
}

/* line 103, app/assets/stylesheets/questions_section.scss */
.questions-section__question--last {
  border-radius: 0 0 16px 16px;
}

/* line 108, app/assets/stylesheets/questions_section.scss */
.questions-section__icon {
  flex: none;
  flex-grow: 0;
  z-index: 1;
  width: 80px;
  height: 80px;
  line-height: 0;
}

/* line 117, app/assets/stylesheets/questions_section.scss */
.questions-section__icon-image {
  display: block;
  width: 80px;
  height: 80px;
  object-fit: contain;
}

/* line 124, app/assets/stylesheets/questions_section.scss */
.questions-section__question-text {
  margin: 0;
  align-self: stretch;
  flex: none;
  flex-grow: 0;
  z-index: 2;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  color: #001F2C;
}

/* line 136, app/assets/stylesheets/questions_section.scss */
.questions-section__answer {
  margin: 0;
  align-self: stretch;
  flex: none;
  flex-grow: 0;
  z-index: 3;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #334C56;
}

/* line 147, app/assets/stylesheets/questions_section.scss */
.questions-section__separator {
  align-self: stretch;
  flex: none;
  flex-grow: 0;
  width: 100%;
  height: 8px;
  background: #E6F5FC;
  z-index: 2;
}

/* line 157, app/assets/stylesheets/questions_section.scss */
.questions-section__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: none;
  flex-grow: 0;
}

/* line 166, app/assets/stylesheets/questions_section.scss */
.questions-section__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: none;
  flex-grow: 0;
  min-width: 121px;
  height: 40px;
  padding: 8px 16px;
  gap: 8px;
  background: #F9A529;
  border: none;
  border-radius: 32px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-transform: capitalize;
  text-decoration: none;
  box-sizing: border-box;
}

/* line 188, app/assets/stylesheets/questions_section.scss */
.questions-section__cta:hover, .questions-section__cta:focus {
  color: #ffffff;
  text-decoration: none;
  background: #F9A529;
}

@media (max-width: 1024px) {
  /* line 199, app/assets/stylesheets/questions_section.scss */
  .questions-section__container {
    padding: 80px 40px;
    gap: 80px;
  }
  /* line 204, app/assets/stylesheets/questions_section.scss */
  .questions-section__header {
    max-width: 502px;
    width: 100%;
  }
  /* line 209, app/assets/stylesheets/questions_section.scss */
  .questions-section__questions {
    align-self: stretch;
    max-width: 754px;
    width: 100%;
  }
  /* line 215, app/assets/stylesheets/questions_section.scss */
  .questions-section__question {
    padding: 24px 40px;
  }
  /* line 219, app/assets/stylesheets/questions_section.scss */
  .questions-section__question-text, .questions-section__answer {
    width: 100%;
    max-width: none;
  }
  /* line 225, app/assets/stylesheets/questions_section.scss */
  .questions-section__separator {
    height: 8px;
  }
}

@media (max-width: 600px) {
  /* line 233, app/assets/stylesheets/questions_section.scss */
  .questions-section__container {
    padding: 40px 16px;
    gap: 40px;
  }
  /* line 238, app/assets/stylesheets/questions_section.scss */
  .questions-section__header {
    align-self: stretch;
    max-width: none;
  }
  /* line 243, app/assets/stylesheets/questions_section.scss */
  .questions-section__title {
    font-size: 32px;
    line-height: 40px;
    text-transform: none;
  }
  /* line 249, app/assets/stylesheets/questions_section.scss */
  .questions-section__questions {
    align-self: stretch;
    max-width: none;
  }
  /* line 254, app/assets/stylesheets/questions_section.scss */
  .questions-section__watermark-image {
    max-width: 544px;
  }
  /* line 258, app/assets/stylesheets/questions_section.scss */
  .questions-section__question {
    padding: 24px;
  }
  /* line 262, app/assets/stylesheets/questions_section.scss */
  .questions-section__question-text, .questions-section__answer {
    width: 100%;
    max-width: 310px;
    align-self: center;
  }
  /* line 269, app/assets/stylesheets/questions_section.scss */
  .questions-section__separator {
    height: 8px;
  }
}
/* line 4, app/assets/stylesheets/rate_request.scss */
.rate_request {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 9, app/assets/stylesheets/rate_request.scss */
.rate_request .file-area-view {
  width: 20%;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  text-align: start;
}

/* line 20, app/assets/stylesheets/rate_request.scss */
.rate_request .old-body {
  display: none;
}

/* line 24, app/assets/stylesheets/rate_request.scss */
.rate_request input {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-align: start;
  padding: 4px 16px;
  border-radius: 99px;
  border: 1px solid #BDBDBD;
  width: 100%;
}

/* line 32, app/assets/stylesheets/rate_request.scss */
.rate_request input::placeholder {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #BDBDBD;
  text-align: start;
}

/* line 38, app/assets/stylesheets/rate_request.scss */
.rate_request input:focus {
  outline: none;
  caret-color: #ffa726;
  border: none !important;
  box-shadow: none !important;
}

/* line 45, app/assets/stylesheets/rate_request.scss */
.rate_request input:focus-visible {
  outline: none;
  border: none !important;
}

/* line 51, app/assets/stylesheets/rate_request.scss */
.rate_request__target {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

/* line 57, app/assets/stylesheets/rate_request.scss */
.rate_request__target select {
  min-width: 25%;
}

/* line 63, app/assets/stylesheets/rate_request.scss */
.rate_request__recipient select {
  width: 100%;
}

/* line 68, app/assets/stylesheets/rate_request.scss */
.rate_request__reply {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

/* line 74, app/assets/stylesheets/rate_request.scss */
.rate_request__reply label {
  margin: 0;
}

/* line 79, app/assets/stylesheets/rate_request.scss */
.rate_request__tools {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

/* line 85, app/assets/stylesheets/rate_request.scss */
.rate_request__tools-right {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}

/* line 94, app/assets/stylesheets/rate_request.scss */
.rate_request__template {
  width: 30%;
}

/* line 96, app/assets/stylesheets/rate_request.scss */
.rate_request__template select {
  min-width: 100%;
}

/* line 101, app/assets/stylesheets/rate_request.scss */
.rate_request__viewer {
  width: 100%;
}

/* line 104, app/assets/stylesheets/rate_request.scss */
.rate_request__viewer textarea {
  width: 100%;
  resize: none;
  min-height: 400px;
  padding: 10px;
}

/* line 113, app/assets/stylesheets/rate_request.scss */
.rate_request__previous .wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 16px;
}

/* line 120, app/assets/stylesheets/rate_request.scss */
.rate_request__previous .contact {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  text-align: start;
}

/* line 125, app/assets/stylesheets/rate_request.scss */
.rate_request__previous .time {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  color: #BDBDBD;
  text-align: start;
}
/* line 11, app/assets/stylesheets/resource_landing_page.scss */
#webinars-page {
  --webinars-header-offset: var(--header-outer-height, 80px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  margin-top: calc(-1 * var(--header-outer-height, 80px));
  padding: 0;
  background: #ffffff;
  box-sizing: border-box;
}

@media (max-width: 1199px) {
  /* line 11, app/assets/stylesheets/resource_landing_page.scss */
  #webinars-page {
    --webinars-header-offset: 68px;
  }
}

@media (max-width: 600px) {
  /* line 11, app/assets/stylesheets/resource_landing_page.scss */
  #webinars-page {
    --webinars-header-offset: 64px;
  }
}

/* line 33, app/assets/stylesheets/resource_landing_page.scss */
#webinars-page::before {
  content: "";
  position: absolute;
  top: calc(-1 * var(--header-outer-height, 80px));
  left: 0;
  right: 0;
  height: var(--header-outer-height, 80px);
  background: #E6F5FC;
  pointer-events: none;
  z-index: 0;
}

/* line 46, app/assets/stylesheets/resource_landing_page.scss */
.webinars-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  isolation: isolate;
  width: 100%;
  padding: var(--webinars-header-offset) 0 0;
  background: #E6F5FC;
  box-sizing: border-box;
}

/* line 57, app/assets/stylesheets/resource_landing_page.scss */
.webinars-hero__header-bg {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  height: 368px;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

/* line 67, app/assets/stylesheets/resource_landing_page.scss */
.webinars-hero__header-bg-image {
  position: absolute;
  left: 50%;
  top: -20px;
  width: 100%;
  max-width: 1440px;
  height: auto;
  min-height: 824px;
  transform: translateX(-50%);
  object-fit: cover;
  opacity: 0.48;
}

/* line 80, app/assets/stylesheets/resource_landing_page.scss */
.webinars-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 80px 40px;
  box-sizing: border-box;
}

/* line 94, app/assets/stylesheets/resource_landing_page.scss */
.webinars-hero__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 100%;
  text-align: center;
}

/* line 103, app/assets/stylesheets/resource_landing_page.scss */
.webinars-hero__title {
  margin: 0;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 900;
  font-size: 56px;
  line-height: 64px;
  text-align: center;
  color: #009CDE;
  text-align: center;
}

/* line 110, app/assets/stylesheets/resource_landing_page.scss */
.webinars-hero__subtitle {
  margin: 0;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #001F2C;
  text-align: center;
}

/* line 117, app/assets/stylesheets/resource_landing_page.scss */
.webinars-hero__waves.waves-illustration {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 80px;
  background: #ffffff;
  overflow: hidden;
  flex: none;
  pointer-events: none;
}

/* line 132, app/assets/stylesheets/resource_landing_page.scss */
.webinars-hero__waves-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  display: block;
}

@media (max-width: 1024px) {
  /* line 145, app/assets/stylesheets/resource_landing_page.scss */
  .webinars-hero__content {
    padding: 64px 32px 24px;
    gap: 40px;
  }
  /* line 150, app/assets/stylesheets/resource_landing_page.scss */
  .webinars-hero__title {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
  }
}

@media (max-width: 600px) {
  /* line 156, app/assets/stylesheets/resource_landing_page.scss */
  .webinars-hero__content {
    padding: 40px 24px 24px;
    gap: 32px;
  }
  /* line 161, app/assets/stylesheets/resource_landing_page.scss */
  .webinars-hero__title {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }
}

/* line 166, app/assets/stylesheets/resource_landing_page.scss */
#resources-page {
  --featured-resource-width: 630px;
  --featured-resource-height: 423px;
  --side-resource-width: 305px;
  --side-resource-height: 201.5px;
  --normal-resource-width: 405px;
  --normal-resource-height: 128px;
  padding: 30px 80px;
  text-align: start;
  /* Frame 403 */
}

/* line 177, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .resources-header {
  margin-bottom: 15px;
}

/* line 180, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .resources-header span {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 63px;
  text-align: center;
  text-align: start;
}

/* line 187, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .breadcrumbs {
  margin-bottom: 20px;
  text-align: start;
}

/* line 191, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .breadcrumbs a {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  color: #BDBDBD;
}

/* line 196, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .breadcrumbs span {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #212121;
  margin-left: 5px;
}

/* line 203, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .search-bar {
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  width: 100%;
  height: 55px;
  /* Light-Blue */
  background: #F7FCFF;
  /* Shadow */
  box-shadow: 0px 4px 8px rgba(0, 42, 63, 0.08);
  border-radius: 16px;
  border: 1px;
  margin-bottom: 30px;
}

/* line 220, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .search-bar .resources-count {
  align-items: flex-start;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #9E9E9E;
  margin: 0 20px;
}

/* line 226, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .search-bar .search-form {
  /* Auto layout */
  align-items: flex-end;
}

/* line 229, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .search-bar .search-form input[type="text"] {
  caret-color: orange;
  background-color: #ffffff;
  margin-right: 20px;
  width: 216px;
  height: 39px;
  border-radius: 50px;
  border: 1px solid #DADCE0;
  text-indent: 10px;
}

/* line 241, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .search-bar .search-form .search-container {
  position: relative;
  display: inline-block;
}

/* line 246, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .search-bar .search-form .search-container input[type="text"] {
  padding-right: 40px;
  width: 97%;
}

/* line 251, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .search-bar .search-form .search-container .search-icon {
  position: absolute;
  left: 81%;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 20px;
  height: 20px;
}

/* line 263, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources {
  margin-bottom: 40px;
}

/* line 266, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-title {
  margin-bottom: 20px;
}

/* line 268, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-title span {
  color: #212121;
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

/* line 274, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content {
  height: var(--featured-resource-height);
  display: flex;
  justify-content: flex-start;
  gap: 40px;
}

/* line 280, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content .featured-resource {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  width: var(--featured-resource-width);
  height: var(--featured-resource-height);
}

/* line 292, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content .featured-resource .cover {
  width: 100%;
  height: 100%;
  background-color: #00239C;
  opacity: 0.4;
  position: absolute;
  z-index: 0;
}

/* line 301, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content .featured-resource img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 307, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content .featured-resource .details {
  position: absolute;
  z-index: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 40px;
  gap: 20px;
}

/* line 318, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content .featured-resource .details .title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: white;
  text-align: start;
  margin: 10px;
  padding: 2px;
}

/* line 326, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content .featured-resource .details .date {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-align: start;
  color: white;
  padding: 10px;
}

/* line 336, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content .side-resources {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

/* line 343, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content .side-resources .side-resource-item {
  background-color: transparent;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 20px;
}

/* line 350, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content .side-resources .side-resource-item .resource-thumbnail {
  border-radius: 20px;
  overflow: hidden;
  color: #DADCE0;
  width: var(--side-resource-width);
  height: var(--side-resource-height);
  display: flex;
  justify-content: center;
}

/* line 358, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content .side-resources .side-resource-item .resource-thumbnail img {
  overflow-wrap: break-word;
  width: var(--side-resource-width);
  height: var(--side-resource-height);
  border-radius: 20px;
  object-fit: cover;
}

/* line 367, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content .side-resources .side-resource-item .details {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 40px;
  padding-top: 10px;
  gap: 10px;
  padding: 0 20px;
}

/* line 378, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content .side-resources .side-resource-item .details .title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  text-align: center;
  color: #212121;
  text-align: start;
}

/* line 384, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .latest-resources .latest-resources-content .side-resources .side-resource-item .details .date {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-align: start;
  color: #9E9E9E;
}

/* line 396, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .all-resources {
  margin-bottom: 40px;
}

/* line 399, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .all-resources .all-resources-title {
  margin-bottom: 40px;
}

/* line 401, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .all-resources .all-resources-title span {
  color: #212121;
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}

/* line 407, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .all-resources .all-resources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* line 412, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .all-resources .all-resources-grid .resources-item {
  background-color: #F7FCFF;
  border-radius: 15px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: var(--normal-resource-width);
  height: var(--normal-resource-height);
  display: flex;
  flex-direction: row;
}

/* line 422, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .all-resources .all-resources-grid .resources-item .resources-thumbnail {
  margin: 15px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
}

/* line 428, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .all-resources .all-resources-grid .resources-item .resources-thumbnail img {
  justify-content: center;
  border-radius: 20px;
  width: 115px;
  height: 96px;
  object-fit: cover;
}

/* line 437, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .all-resources .all-resources-grid .resources-item .details {
  height: 100%;
  display: flex;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

/* line 448, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .all-resources .all-resources-grid .resources-item .details .title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #212121;
  text-align: start;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 10px 0;
  padding: 3px;
}

/* line 461, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .all-resources .all-resources-grid .resources-item .details .date {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-align: start;
  color: #9E9E9E;
}

/* line 472, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

/* line 479, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .pagination a, #resources-page .pagination span {
  font-family: 'Secondary';
  font-size: 14px;
}

/* line 484, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .pagination li {
  margin: 0 5px;
}

/* line 487, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .pagination li a, #resources-page .pagination li span {
  font-family: 'Secondary';
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s;
}

/* line 498, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .pagination li a:hover, #resources-page .pagination li span:hover {
  background-color: #f5f5f5;
  color: #333;
}

/* line 504, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .pagination li.active span {
  background-color: #ffa000;
  /* Orange color for the active page */
  color: #ffffff;
  border-color: #ffa000;
}

/* line 510, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .pagination li.disabled span {
  color: #ccc;
  pointer-events: none;
}

/* line 517, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .pagination-prev, #resources-page .pagination-next {
  display: inline-block;
}

/* line 520, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .pagination-prev a, #resources-page .pagination-next a {
  background-color: transparent;
  color: #333;
  border: none;
}

/* line 525, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .pagination-prev a:hover, #resources-page .pagination-next a:hover {
  color: #000;
}

/* line 530, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .pagination-prev.disabled a, #resources-page .pagination-next.disabled a {
  color: #ccc;
  pointer-events: none;
}

/* line 536, app/assets/stylesheets/resource_landing_page.scss */
#resources-page .pagination .gap {
  padding: 10px 15px;
  color: #333;
  border: none;
}

@media (max-width: 1024px) {
  /* line 166, app/assets/stylesheets/resource_landing_page.scss */
  #resources-page {
    padding: 30px 50px;
  }
  /* line 544, app/assets/stylesheets/resource_landing_page.scss */
  #resources-page .latest-resources {
    display: none;
  }
  /* line 548, app/assets/stylesheets/resource_landing_page.scss */
  #resources-page .all-resources .all-resources-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 551, app/assets/stylesheets/resource_landing_page.scss */
  #resources-page .all-resources .all-resources-grid .resources-item {
    width: 370px;
  }
}

@media (max-width: 1024px) {
  /* line 166, app/assets/stylesheets/resource_landing_page.scss */
  #resources-page {
    padding: 30px 30px;
  }
  /* line 559, app/assets/stylesheets/resource_landing_page.scss */
  #resources-page .latest-resources {
    display: none;
  }
  /* line 563, app/assets/stylesheets/resource_landing_page.scss */
  #resources-page .all-resources .all-resources-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 566, app/assets/stylesheets/resource_landing_page.scss */
  #resources-page .all-resources .all-resources-grid .resources-item {
    width: 320px;
  }
}
/* line 5, app/assets/stylesheets/resources.scss */
#resources {
  position: relative;
  overflow: hidden;
  background: white;
  padding: 50px 80px 50px;
}

@media (max-width: 600px) {
  /* line 5, app/assets/stylesheets/resources.scss */
  #resources {
    padding: 50px 0;
  }
}

/* line 16, app/assets/stylesheets/resources.scss */
.resources {
  --first-element-width-dimension: 384px;
  --first-element-higth-dimension: 100px;
  --first-details-width-dimension: 198px;
  --first-image-dimension: 186px;
  --element-width-dimension: 384px;
  --element-higth-dimension: 100px;
  --details-width-dimension: 270px;
  --image-width-dimension: 120px;
  --image-height-dimension: 95px;
}

/* line 29, app/assets/stylesheets/resources.scss */
.resources__title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 56px;
  line-height: 56px;
  text-align: center;
  flex: auto;
  align-content: space-between;
  display: flex;
  justify-content: center;
  padding: 10px;
}

/* line 30, app/assets/stylesheets/resources.scss */
.resources__title .first {
  color: #009CDE;
}

/* line 33, app/assets/stylesheets/resources.scss */
.resources__title .second {
  margin: 0 7px;
  color: #212121;
}

/* line 45, app/assets/stylesheets/resources.scss */
.resources__container.en {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
}

/* line 52, app/assets/stylesheets/resources.scss */
.resources__container.en > * {
  position: relative;
}

/* line 56, app/assets/stylesheets/resources.scss */
.resources__container.en > *:not(:first-child)::before {
  content: '';
  position: absolute;
  left: -25px;
  height: 79%;
  width: 1px;
  background-color: #DADCE0;
}

/* line 67, app/assets/stylesheets/resources.scss */
.resources__container.ar {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
}

/* line 74, app/assets/stylesheets/resources.scss */
.resources__container.ar > * {
  position: relative;
}

/* line 78, app/assets/stylesheets/resources.scss */
.resources__container.ar > *:not(:last-child)::before {
  content: '';
  position: absolute;
  left: -25px;
  height: 79%;
  width: 1px;
  background-color: #DADCE0;
}

/* line 89, app/assets/stylesheets/resources.scss */
.resources section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: white;
  padding-top: 80px;
  padding-bottom: 80px;
}

/* line 100, app/assets/stylesheets/resources.scss */
.resources__section-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

/* line 106, app/assets/stylesheets/resources.scss */
.resources__section-header .left-portion {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

/* line 112, app/assets/stylesheets/resources.scss */
.resources__section-header .left-portion .title {
  justify-content: flex-start;
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 32px;
  text-align: center;
  color: #212121;
}

/* line 118, app/assets/stylesheets/resources.scss */
.resources__section-header .left-portion .size {
  justify-content: flex-start;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #9E9E9E;
  margin: 0 3px;
}

/* line 127, app/assets/stylesheets/resources.scss */
.resources__section-header .view-all-link {
  justify-content: flex-end;
  font-weight: 700;
  color: #F9A529;
  text-transform: uppercase;
  font-size: 16px;
}

/* line 136, app/assets/stylesheets/resources.scss */
.resources__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* line 142, app/assets/stylesheets/resources.scss */
.resources__element {
  display: flex;
  overflow: hidden;
  flex-direction: row;
  justify-content: space-between;
  width: var(--element-width-dimension);
  height: var(--element-higth-dimension);
  gap: 20px;
  background: transparent;
  border-radius: 10px;
  transition: transform 0.3s;
}

/* line 154, app/assets/stylesheets/resources.scss */
.resources__element:hover {
  animation: zoom-in 500ms forwards;
}

@keyframes zoom-in {
  100% {
    transform: scale(1.1);
  }
}

/* line 163, app/assets/stylesheets/resources.scss */
.resources__element .icon {
  border-radius: 10px;
  display: flex;
  justify-content: center;
}

/* line 168, app/assets/stylesheets/resources.scss */
.resources__element .icon img {
  width: var(--image-width-dimension);
  height: var(--image-height-dimension);
  justify-content: center;
  border-radius: 10px;
  object-fit: cover;
}

/* line 177, app/assets/stylesheets/resources.scss */
.resources__element .text-content {
  width: var(--details-width-dimension);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

/* line 185, app/assets/stylesheets/resources.scss */
.resources__element .text-content h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
  font-family: "Primary";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-align: start;
  color: #212121;
}

/* line 198, app/assets/stylesheets/resources.scss */
.resources__element .text-content .details {
  padding-right: 10px;
  font-size: 12px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  /* line 16, app/assets/stylesheets/resources.scss */
  .resources {
    --element-dimension: 236px;
  }
  /* line 214, app/assets/stylesheets/resources.scss */
  .resources__element .title {
    font-family: "Primary";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-align: start;
  }
  /* line 219, app/assets/stylesheets/resources.scss */
  .resources__element .subtitle {
    font-family: "Secondary";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    text-align: start;
  }
}

@media (max-width: 1024px) {
  /* line 16, app/assets/stylesheets/resources.scss */
  .resources {
    --element-width-dimension: 284px;
  }
  /* line 229, app/assets/stylesheets/resources.scss */
  .resources__container {
    flex-direction: column;
    gap: 40px;
  }
  /* line 233, app/assets/stylesheets/resources.scss */
  .resources__container > * {
    position: relative;
  }
  /* line 236, app/assets/stylesheets/resources.scss */
  .resources__container > *:not(:first-child)::before {
    height: 0%;
  }
}

@media (max-width: 600px) {
  /* line 16, app/assets/stylesheets/resources.scss */
  .resources {
    --element-width-dimension: 284px;
  }
  /* line 245, app/assets/stylesheets/resources.scss */
  .resources__container {
    align-items: center !important;
    flex-direction: column !important;
    gap: 40px !important;
  }
  /* line 250, app/assets/stylesheets/resources.scss */
  .resources__container > * {
    position: relative;
  }
  /* line 253, app/assets/stylesheets/resources.scss */
  .resources__container > *:not(:first-child)::before {
    height: 0%;
  }
  /* line 259, app/assets/stylesheets/resources.scss */
  .resources__title {
    font-family: "Primary";
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 32px;
    text-align: center;
  }
  /* line 263, app/assets/stylesheets/resources.scss */
  .resources__content {
    align-items: center;
    flex-direction: column;
    width: unset;
  }
}
/* line 4, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices {
  background-color: #F7FCFF;
  padding: 30px 0;
}

/* line 8, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .top-container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
}

/* line 16, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .top-container .title-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-left: 33px;
}

/* line 25, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .top-container .addition-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-right: 33px;
}

/* line 35, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .prices-title {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  color: #212121;
  text-align: start;
}

/* line 41, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .download.btn, .sea-freight-prices .review.btn {
  display: unset;
  background: transparent;
  border: 0px;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding: 0px;
}

/* line 50, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .download.btn .download-icon, .sea-freight-prices .download.btn .review-icon, .sea-freight-prices .review.btn .download-icon, .sea-freight-prices .review.btn .review-icon {
  width: 31px;
  height: 31px;
}

/* line 56, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .upload.btn {
  display: unset;
  background: transparent;
  border: 0px;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding: 3px;
}

/* line 65, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .upload.btn .upload-icon {
  width: 31px;
  height: 31px;
}

/* line 71, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .popup.btn {
  width: 196px;
  height: 45px;
  border-radius: 50px;
  display: unset;
  background: transparent;
  border: 0px;
  margin: 0px;
  padding: 0px;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 10px;
  background-color: #F9A529;
  color: #ffffff;
}

/* line 87, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .popup.btn .add-icon {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

/* line 94, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .ui-datepicker.ui-widget {
  z-index: 2000 !important;
}

/* line 98, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #sea_freight_prices_wrapper {
  padding: 0 40px;
  width: 100%;
}

/* line 103, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .modal-dialog {
  width: 800px;
  max-width: 100%;
}

/* line 108, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .form-scrollable {
  max-height: 700px;
  overflow-y: auto;
  padding: 10px;
}

/* line 115, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .mb-3 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

/* line 121, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .add_price_actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* line 127, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .add_price_actions .btn-success {
  background: #3e62f3db;
  border: 0px;
}

/* line 134, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #addPriceModalLabel {
  margin-left: 39%;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

/* line 139, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price {
  padding: 8px;
}

/* line 142, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .calendar-container, .sea-freight-prices #new_sea_freight_price .transit-time-container {
  position: relative;
  display: inline-block;
}

/* line 147, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .calendar-container .datepicker, .sea-freight-prices #new_sea_freight_price .transit-time-container input {
  padding-right: 20px;
}

/* line 151, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .calendar-container .calendar-icon, .sea-freight-prices #new_sea_freight_price .transit-time-container .transit-time-clock-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

/* line 161, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .select2-container--default .select2-selection--single, .sea-freight-prices #new_sea_freight_price .select2-container--default .select2-selection--multiple {
  width: 100%;
  height: 46px;
  background-color: #ffffff;
  border-radius: 40px;
  border: 1px solid #DADCE0;
}

/* line 169, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .select2-container--default .select2-selection--multiple {
  width: 737px;
}

/* line 173, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price hr.separator {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-top-style: dashed;
  border-bottom: none;
  border-color: #DADCE0;
}

/* line 181, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
  margin-right: 10px;
}

/* line 186, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price input {
  height: 46px;
  border: 1px solid #DADCE0;
  border-radius: 40px;
}

/* line 192, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #DADCE0;
  margin-top: 7px;
  margin-left: 14px;
}

/* line 198, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  margin-top: 7px;
  margin-left: 14px;
}

/* line 203, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price h2 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #333;
}

/* line 209, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .form-label {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-align: start;
  color: #9E9E9E;
}

/* line 215, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .form-control {
  border-radius: 40px;
}

/* line 219, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.2);
}

/* line 224, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .mb-3 {
  margin-bottom: 16px !important;
}

/* line 228, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .row {
  margin-bottom: 20px;
}

/* line 232, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .transit-door {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

/* line 239, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .transit-door h4 {
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  color: #212121;
  transition: color 0.2s;
  margin-bottom: 10px;
}

/* line 248, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .transit-door .arrow-down-icon, .sea-freight-prices #new_sea_freight_price .transit-door .arrow-up-icon {
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
}

/* line 254, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .transit-door .arrow-up-icon {
  display: none;
}

/* line 258, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .transit-door h4:hover {
  color: #a3a7ac;
}

/* line 263, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .collapse {
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

/* line 269, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .select2 {
  width: 100% !important;
  /* Ensures the select2 dropdown matches form control width */
}

/* line 273, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #new_sea_freight_price .btn {
  padding: 8px 16px;
  font-size: 0.9rem;
  border-radius: 50px;
  border-color: transparent;
  background-color: #F9A529;
}

/* line 283, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #search_button {
  background-color: transparent;
  display: unset;
  border: 0px;
  padding: 0px;
  align-content: center;
  align-items: center;
  justify-content: center;
}

/* line 291, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices #search_button .search-icon {
  width: 18px;
  height: 18px;
}

/* line 297, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices div.dt-container div.dt-layout-row.ui-helper-clearfix.dt-layout-table {
  border-radius: 20px;
  border: 2px solid #DADCE0;
}

/* line 302, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices div.dtfh-floatingparent {
  position: unset !important;
  display: none !important;
}

/* line 307, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.dataTable thead > tr > *.ui-state-default {
  background: #ffffff;
  border: none;
}

/* line 312, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.dataTable.display > tbody > tr:nth-child(odd) > * {
  background: #ffffff;
  box-shadow: none;
}

/* line 317, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.dataTable.display > tbody > tr:nth-child(even) > * {
  background: #F7FCFF;
  box-shadow: none;
}

/* line 322, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices div.dt-scroll-headInner table.datatable {
  border-spacing: 1px;
  table-layout: fixed;
  background: white;
}

/* line 328, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .flag, .sea-freight-prices .shipping-line-logo {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

/* line 336, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices div.dt-scroll-head {
  background: white;
  border: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

/* line 343, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable {
  width: 100%;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 1px;
  background: #DADCE0;
}

/* line 350, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable thead {
  border: none;
}

/* line 352, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable thead th {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

/* line 358, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable thead input, .sea-freight-prices table.datatable thead select {
  font-size: 12px;
  color: #DADCE0;
  padding: 5px 10px;
  border: 1px solid #DADCE0;
  border-radius: 40px;
  background-color: #F7FCFF;
}

/* line 366, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable thead input::placeholder, .sea-freight-prices table.datatable thead select::placeholder {
  color: #DADCE0;
}

/* line 371, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable thead .input-container {
  position: relative;
  display: inline-block;
}

/* line 376, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable thead .input-container .datepicker {
  padding-right: 30px;
  /* Adjust padding to make space for the icon */
}

/* line 380, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable thead .input-container .icon {
  position: absolute;
  top: 50%;
  right: 10px;
  /* Adjust as needed */
  transform: translateY(-50%);
  pointer-events: none;
  /* Ensure the icon does not block input interaction */
  color: #aaa;
  /* Adjust icon color */
}

/* line 389, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable thead select {
  height: 28px;
}

/* line 394, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable tbody {
  background: #DADCE0;
  border-color: #DADCE0;
}

/* line 398, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable tbody tr[data-finalised] td:not(:last-child) {
  pointer-events: none;
  opacity: 0.7;
}

/* line 403, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable tbody tr[data-expired] td:first-child {
  background-color: #C82333;
  color: white;
  text-decoration: line-through;
}

/* line 409, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable tbody input {
  background: transparent;
  border: none;
}

/* line 415, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable th.dt-type-numeric, .sea-freight-prices table.datatable table.dataTable th.dt-type-date, .sea-freight-prices table.datatable table.dataTable td.dt-type-numeric, .sea-freight-prices table.datatable table.dataTable td.dt-type-date {
  text-align: center !important;
}

/* line 419, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable select, .sea-freight-prices table.datatable input, .sea-freight-prices table.datatable #filter {
  width: 100px;
}

/* line 423, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable th, .sea-freight-prices table.datatable td {
  white-space: nowrap;
  padding: 8px 8px;
  height: 30px;
}

/* line 429, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable .price, .sea-freight-prices table.datatable .price select {
  max-width: 150px !important;
  width: 60px !important;
}

/* line 434, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable .id {
  width: 80px !important;
}

/* line 438, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable .small {
  width: 80px !important;
}

/* line 442, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable th.last-column, .sea-freight-prices table.datatable td.last-column {
  width: auto !important;
}

/* line 446, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable th {
  font-weight: bold;
}

/* line 450, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable td {
  vertical-align: middle;
  text-align: center !important;
}

/* line 455, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable td[data-field="gmail_message_id"] {
  overflow-x: scroll;
}

/* line 459, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable select {
  padding: 5px 10px;
  border: 0px;
  background-color: transparent;
}

/* line 465, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
}

/* line 470, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable span.select2-selection--multiple {
  overflow-y: scroll;
}

/* line 474, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable li.select2-selection__choice {
  padding-right: 20px;
}

/* line 478, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable .save.btn {
  display: none;
  background: transparent;
  border: 0px;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding: 3px;
}

/* line 487, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable .save.btn .save-icon {
  width: 16px;
  height: 16px;
}

/* line 493, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable button.transits {
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: 0px;
  border: 0px !important;
  padding: 5px;
  border-radius: 44px !important;
  background: #009CDE !important;
}

/* line 502, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable button.transits .transits-icon {
  width: 16px;
  height: 16px;
}

/* line 508, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable .duplicate.btn, .sea-freight-prices table.datatable .finalise.btn {
  display: unset;
  background: transparent;
  border: 0px;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding: 3px;
}

/* line 517, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable .duplicate.btn .duplicate-icon, .sea-freight-prices table.datatable .duplicate.btn .finalise-icon, .sea-freight-prices table.datatable .finalise.btn .duplicate-icon, .sea-freight-prices table.datatable .finalise.btn .finalise-icon {
  width: 16px;
  height: 16px;
}

/* line 523, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable .delete.btn {
  border: 0px;
  display: unset;
  margin: 0px;
  padding: 3px;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: transparent;
}

/* line 532, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable .delete.btn .delete-icon {
  width: 16px;
  height: 16px;
}

/* line 538, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices table.datatable td[data-field="notes"], .sea-freight-prices table.datatable th[data-field="created_by"] {
  overflow-x: scroll;
  max-width: 170px;
}

/* line 544, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .dt-info {
  display: none;
}

/* line 548, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

/* line 555, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .pagination .current {
  height: 20px;
  width: fit-content !important;
  border-radius: 20px;
  padding: 0 5px !important;
  background: #FFA726;
  color: white;
  text-align: center;
}

/* line 565, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .pagination a, .sea-freight-prices .pagination span {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  color: #333;
  transition: background-color 0.3s, color 0.3s;
}

/* line 572, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .pagination li {
  margin: 0 5px;
}

/* line 575, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .pagination li a, .sea-freight-prices .pagination li span {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s;
}

/* line 585, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .pagination li a:hover, .sea-freight-prices .pagination li span:hover {
  background-color: #f5f5f5;
  color: #333;
}

/* line 591, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .pagination li.active span {
  background-color: #0E6DFD;
  /* Orange color for the active page */
  color: #ffffff;
  border-color: #0E6DFD;
}

/* line 597, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .pagination li.disabled span {
  color: #ccc;
  pointer-events: none;
}

/* line 603, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .pagination .pagination-prev, .sea-freight-prices .pagination .pagination-next {
  display: inline-block;
}

/* line 606, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .pagination .pagination-prev a, .sea-freight-prices .pagination .pagination-next a {
  background-color: transparent;
  color: #333;
  border: none;
}

/* line 611, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .pagination .pagination-prev a:hover, .sea-freight-prices .pagination .pagination-next a:hover {
  color: #000;
}

/* line 616, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .pagination .pagination-prev.disabled a, .sea-freight-prices .pagination .pagination-next.disabled a {
  color: #ccc;
  pointer-events: none;
}

/* line 623, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .pagination .gap {
  padding: 10px 15px;
  color: #333;
  border: none;
}

/* line 629, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .loading-window {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F6FBFF;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* line 641, app/assets/stylesheets/sea_freight_prices.scss */
.sea-freight-prices .loading-window .loading-gif {
  width: 130px;
  height: 130px;
}

/* line 648, app/assets/stylesheets/sea_freight_prices.scss */
.select2-dropdown.select2-dropdown--below {
  z-index: 9999 !important;
  background: #F7FCFF;
}

/* line 653, app/assets/stylesheets/sea_freight_prices.scss */
.ui-datepicker.ui-widget {
  z-index: 9999 !important;
}

/* line 657, app/assets/stylesheets/sea_freight_prices.scss */
.dtfh-floatingparent.dtfh-floatingparent-head {
  display: none !important;
}
/* line 10, app/assets/stylesheets/_tags.scss */
.shipment-tag {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  height: 26px;
  min-height: 26px;
  box-sizing: border-box;
  border-radius: 8px;
  flex: none;
  flex-grow: 0;
  text-transform: none;
}

/* line 24, app/assets/stylesheets/_tags.scss */
.shipment-tag__icon {
  width: 12px;
  height: 12px;
  flex: none;
  display: block;
  object-fit: contain;
}

/* line 32, app/assets/stylesheets/_tags.scss */
.shipment-tag__label {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  flex: none;
}

/* line 38, app/assets/stylesheets/_tags.scss */
.shipment-tag--direct {
  background: #009CDE;
  border-radius: 8px 8px 8px 0;
}

/* line 42, app/assets/stylesheets/_tags.scss */
.shipment-tag--direct .shipment-tag__label {
  color: #ffffff;
}

/* line 47, app/assets/stylesheets/_tags.scss */
.shipment-tag--indirect {
  background: transparent;
  border: 1px solid #99D7F2;
  border-radius: 8px 8px 8px 0;
}

/* line 52, app/assets/stylesheets/_tags.scss */
.shipment-tag--indirect .shipment-tag__label {
  color: #009CDE;
}

/* line 57, app/assets/stylesheets/_tags.scss */
.shipment-tag--nearby, .shipment-tag--contract-price {
  background: #001F2C;
}

/* line 61, app/assets/stylesheets/_tags.scss */
.shipment-tag--nearby .shipment-tag__label, .shipment-tag--contract-price .shipment-tag__label {
  color: #ffffff;
}

/* line 66, app/assets/stylesheets/_tags.scss */
.shipment-tag--nearby .shipment-tag__label {
  color: #FBC97F;
}

/* line 70, app/assets/stylesheets/_tags.scss */
.shipment-tag--spot-price {
  background: #FBC97F;
}

/* line 73, app/assets/stylesheets/_tags.scss */
.shipment-tag--spot-price .shipment-tag__label {
  color: #ffffff;
}

/* line 78, app/assets/stylesheets/_tags.scss */
.shipment-tag--expired {
  background: #B3BCC0;
}

/* line 81, app/assets/stylesheets/_tags.scss */
.shipment-tag--expired .shipment-tag__label {
  color: #ffffff;
}

/* line 86, app/assets/stylesheets/_tags.scss */
.shipment-tag--banned {
  background: #EB2525;
}

/* line 89, app/assets/stylesheets/_tags.scss */
.shipment-tag--banned .shipment-tag__label {
  color: #ffffff;
}

/* line 94, app/assets/stylesheets/_tags.scss */
.shipment-tag--warning {
  background: #FFD905;
}

/* line 97, app/assets/stylesheets/_tags.scss */
.shipment-tag--warning .shipment-tag__label {
  color: #001F2C;
}

/* line 102, app/assets/stylesheets/_tags.scss */
.shipment-tag--exclusive {
  background: #009CDE;
}

/* line 105, app/assets/stylesheets/_tags.scss */
.shipment-tag--exclusive .shipment-tag__label {
  color: #ffffff;
}

/* line 111, app/assets/stylesheets/_tags.scss */
.shipment-tag--frozen, .shipment-tag--orange, .shipment-tag--grapes, .shipment-tag--air, .shipment-tag--open-top, .shipment-tag--flat-rack, .shipment-tag--imo {
  background: #F7FDFF;
}

/* line 121, app/assets/stylesheets/_tags.scss */
.shipment-tag--frozen .shipment-tag__label {
  color: #009CDE;
}

/* line 122, app/assets/stylesheets/_tags.scss */
.shipment-tag--orange .shipment-tag__label {
  color: #FAAE3E;
}

/* line 123, app/assets/stylesheets/_tags.scss */
.shipment-tag--grapes .shipment-tag__label {
  color: #BE72FA;
}

/* line 124, app/assets/stylesheets/_tags.scss */
.shipment-tag--air .shipment-tag__label {
  color: #008CC8;
}

/* line 125, app/assets/stylesheets/_tags.scss */
.shipment-tag--open-top .shipment-tag__label {
  color: #C78421;
}

/* line 126, app/assets/stylesheets/_tags.scss */
.shipment-tag--flat-rack .shipment-tag__label {
  color: #334C56;
}

/* line 127, app/assets/stylesheets/_tags.scss */
.shipment-tag--imo .shipment-tag__label {
  color: #F16E6E;
}

/* line 130, app/assets/stylesheets/_tags.scss */
.shipment-tag--small {
  padding: 2px 8px;
  height: 20px;
  min-height: 20px;
  border-radius: 4px;
}

/* line 136, app/assets/stylesheets/_tags.scss */
.shipment-tag--small.shipment-tag--direct, .shipment-tag--small.shipment-tag--indirect {
  border-radius: 4px 4px 4px 0;
}

/* line 141, app/assets/stylesheets/_tags.scss */
.shipment-tag--small .shipment-tag__label {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
}

@media (max-width: 1024px) {
  /* line 148, app/assets/stylesheets/_tags.scss */
  .search-card-header-content__wrapper .search-card-header-direct .shipment-tag,
.search-card-header-content__wrapper .search-card-header-tags-row .shipment-tag {
    padding: 2px 8px;
    height: 20px;
    min-height: 20px;
    border-radius: 4px;
  }
  /* line 155, app/assets/stylesheets/_tags.scss */
  .search-card-header-content__wrapper .search-card-header-direct .shipment-tag.shipment-tag--direct, .search-card-header-content__wrapper .search-card-header-direct .shipment-tag.shipment-tag--indirect,
.search-card-header-content__wrapper .search-card-header-tags-row .shipment-tag.shipment-tag--direct,
.search-card-header-content__wrapper .search-card-header-tags-row .shipment-tag.shipment-tag--indirect {
    border-radius: 4px 4px 4px 0;
  }
  /* line 160, app/assets/stylesheets/_tags.scss */
  .search-card-header-content__wrapper .search-card-header-direct .shipment-tag .shipment-tag__label,
.search-card-header-content__wrapper .search-card-header-tags-row .shipment-tag .shipment-tag__label {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
  }
}

/* line 15, app/assets/stylesheets/search.scss */
.search-result-section[data-bulk] {
  margin: 0;
}

/* line 20, app/assets/stylesheets/search.scss */
.search-result-count-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}

/* line 27, app/assets/stylesheets/search.scss */
.search-result-count {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  text-align: right;
  color: #829095;
}

/* line 33, app/assets/stylesheets/search.scss */
.search-card-wrapper {
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(0, 97, 144, 0.16);
  border-radius: 16px;
  position: relative;
}

/* line 41, app/assets/stylesheets/search.scss */
.search-card.search-card--dropdown-open {
  position: relative;
  z-index: 5;
}

/* line 46, app/assets/stylesheets/search.scss */
.search-card-header-content {
  border-bottom: 1px solid #F3F3F3;
  padding: 0px;
  display: flex;
  flex-direction: column;
}

/* line 52, app/assets/stylesheets/search.scss */
.search-card-header-content__warning {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  gap: 8px;
  width: 100%;
  min-height: 28px;
  height: 28px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  background: #F16E6E;
}

@media (max-width: 600px) {
  /* line 52, app/assets/stylesheets/search.scss */
  .search-card-header-content__warning {
    height: 48px;
    min-height: 48px;
    justify-content: flex-start;
  }
}

/* line 76, app/assets/stylesheets/search.scss */
.search-card-header-content__warning-icon {
  width: 16px;
  height: 16px;
  flex: none;
  order: 0;
  flex-grow: 0;
  object-fit: contain;
  align-self: center;
}

/* line 86, app/assets/stylesheets/search.scss */
.search-card-header-content__warning-text {
  display: block;
  padding: 0px;
  flex: 1 1 auto;
  order: 1;
  min-width: 0;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
}

@media (max-width: 600px) {
  /* line 86, app/assets/stylesheets/search.scss */
  .search-card-header-content__warning-text {
    height: 40px;
    display: flex;
    align-items: center;
  }
}

/* line 102, app/assets/stylesheets/search.scss */
.search-card-header-content__wrapper {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 8px;
  row-gap: 0;
  padding: 8px;
  min-height: 44px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

/* line 118, app/assets/stylesheets/search.scss */
.search-card-header-direct:empty {
  display: none;
}

/* line 122, app/assets/stylesheets/search.scss */
.search-card-qr--in-tags {
  display: none;
}

/* line 126, app/assets/stylesheets/search.scss */
.search-card-qr--in-header {
  display: contents;
}

/* line 130, app/assets/stylesheets/search.scss */
.search-card-header-tags-row {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  min-width: 0;
  flex: 1 1 auto;
}

/* line 142, app/assets/stylesheets/search.scss */
.search-card-header-tags-row--qr-only {
  display: none;
}

/* line 146, app/assets/stylesheets/search.scss */
.search-card-result {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

/* line 157, app/assets/stylesheets/search.scss */
.search-card-result-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 40px;
  gap: 16px;
  height: 70px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

/* line 171, app/assets/stylesheets/search.scss */
.card-result-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 4px;
  width: auto;
  max-width: 212px;
  height: 48px;
  flex: none;
  flex-grow: 0;
  flex-shrink: 1;
  min-width: 0;
}

/* line 186, app/assets/stylesheets/search.scss */
.card-result-point-place {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  gap: 4px;
  width: auto;
  max-width: 212px;
  height: 24px;
  flex: none;
  order: 0;
  flex-grow: 0;
  flex-shrink: 1;
  box-sizing: border-box;
  min-width: 0;
}

/* line 204, app/assets/stylesheets/search.scss */
.card-result-point-flag {
  position: relative;
  min-width: 20px;
  max-width: 20px;
  width: 20px;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex: none;
  order: 0;
  flex-grow: 0;
  flex-shrink: 0;
  overflow: hidden;
}

/* line 218, app/assets/stylesheets/search.scss */
.card-result-point-flag img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  border-radius: 100%;
  display: block;
}

/* line 227, app/assets/stylesheets/search.scss */
.card-result-point-name {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  width: auto;
  max-width: 188px;
  height: 24px;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  color: #001F2C;
  flex: 0 1 auto;
  order: 1;
  flex-grow: 0;
  flex-shrink: 1;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  direction: ltr;
  unicode-bidi: plaintext;
  text-align: start;
}

/* line 252, app/assets/stylesheets/search.scss */
.card-result-point-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 4px;
  width: auto;
  max-width: 212px;
  height: 20px;
  flex: none;
  order: 2;
}

/* line 265, app/assets/stylesheets/search.scss */
.card-result-point-info img {
  width: 16px;
  height: 16px;
  flex: none;
  order: 0;
  flex-grow: 0;
  flex-shrink: 0;
  display: block;
  filter: brightness(0) saturate(100%);
}

/* line 277, app/assets/stylesheets/search.scss */
.card-result-point-date {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: auto;
  min-width: 43px;
  height: 20px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  color: #001F2C;
  flex: none;
  order: 1;
  flex-grow: 0;
  white-space: nowrap;
}

/* line 295, app/assets/stylesheets/search.scss */
.card-result-point-country {
  display: none;
}

/* line 299, app/assets/stylesheets/search.scss */
.card-result-route {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 4px;
  width: 164px;
  min-height: 10px;
  background: #ffffff;
  border-radius: 30px;
  flex: none;
  flex-grow: 0;
  position: relative;
  overflow: visible;
}

/* line 317, app/assets/stylesheets/search.scss */
.card-result-route.sea-areas-0 {
  width: 494px;
  max-width: 100%;
}

/* line 323, app/assets/stylesheets/search.scss */
.card-result-route.sea-areas-1 {
  width: 164px;
}

/* line 328, app/assets/stylesheets/search.scss */
.card-result-route.sea-areas-2 {
  width: 64px;
}

/* line 332, app/assets/stylesheets/search.scss */
.route-transit-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  height: 18px;
  flex: none;
  order: 0;
  flex-grow: 0;
  position: absolute;
  bottom: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

/* line 350, app/assets/stylesheets/search.scss */
.route-transit-days {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 0px;
}

/* line 357, app/assets/stylesheets/search.scss */
.route-transit-days img {
  width: 16px;
  height: 16px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

/* line 365, app/assets/stylesheets/search.scss */
.route-transit-days span {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  font-style: normal;
  color: #829095;
  white-space: nowrap;
}

/* line 373, app/assets/stylesheets/search.scss */
.route-transit-stops {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 0px;
  height: 18px;
  flex: none;
  order: 2;
  flex-grow: 0;
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

/* line 389, app/assets/stylesheets/search.scss */
.route-transit-stops img {
  width: 16px;
  height: 16px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

/* line 397, app/assets/stylesheets/search.scss */
.route-transit-stops span {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  font-style: normal;
  color: #829095;
  white-space: nowrap;
}

/* line 405, app/assets/stylesheets/search.scss */
.card-result-img {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 164px;
  height: 10px;
  padding: 0;
  gap: 10px;
  position: relative;
  flex: none;
  order: 1;
  flex-grow: 0;
  border-radius: 20px;
  isolation: isolate;
  overflow: visible;
}

/* line 423, app/assets/stylesheets/search.scss */
.card-result-img__stops {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  gap: 40px;
  position: absolute;
  width: 86px;
  height: 14px;
  left: calc(50% - 44px);
  top: -2px;
  flex: none;
  order: 2;
  flex-grow: 0;
  z-index: 2;
  pointer-events: none;
}

/* line 442, app/assets/stylesheets/search.scss */
.card-result-img__stop-dash {
  box-sizing: content-box;
  display: block;
  width: 2px;
  height: 14px;
  background: #829095;
  border-style: solid;
  border-color: #FFFFFF;
  border-width: 0 2px;
  flex: none;
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 456, app/assets/stylesheets/search.scss */
.card-result-img.card-result-img__sea {
  align-self: stretch;
  width: 100%;
  background-color: #66C4EB;
  background-image: url(/assets/new-sea-87d732c2f9e2ed388c3572a72316cccffed05dce981e93057e024f8de2e85881.svg);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
}

/* line 466, app/assets/stylesheets/search.scss */
.card-result-route.sea-areas-0 .card-result-img.card-result-img__sea {
  width: 494px;
  max-width: 100%;
}

/* line 471, app/assets/stylesheets/search.scss */
.card-result-route.sea-areas-1 .card-result-img.card-result-img__sea {
  width: 164px;
}

/* line 475, app/assets/stylesheets/search.scss */
.card-result-route.sea-areas-2 .card-result-img.card-result-img__sea {
  width: 64px;
}

/* line 479, app/assets/stylesheets/search.scss */
.card-result-route.sea-areas-2 .card-result-img__stops {
  gap: 16px;
  width: 38px;
  left: calc(50% - 20px);
}

/* line 485, app/assets/stylesheets/search.scss */
.card-result-img.card-result-img__road {
  background: url(/assets/new-road-b1a7dc2ef55611718dd2342f0a03422972820797e188d8e1b8ab79458325dbbd.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
  width: 164px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  /* line 496, app/assets/stylesheets/search.scss */
  .search-card-result-content {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px;
    gap: 8px;
    width: 100%;
    min-height: 94px;
    height: auto;
  }
  /* line 509, app/assets/stylesheets/search.scss */
  .card-result-point {
    width: 71.33px;
    height: auto;
    min-height: 60px;
    gap: 4px;
    flex: 1 1 0;
  }
  /* line 517, app/assets/stylesheets/search.scss */
  .card-result-point-place {
    width: 71.33px;
    height: auto;
    min-height: 38px;
    gap: 4px;
    flex-direction: column;
  }
  /* line 525, app/assets/stylesheets/search.scss */
  .card-result-point-name {
    width: 100%;
    max-width: 71.33px;
    height: auto;
    min-height: 18px;
    padding-bottom: 2px;
    font-family: "Figtree";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #001F2C;
    display: block;
    flex: none;
  }
  /* line 544, app/assets/stylesheets/search.scss */
  .card-result-point-info {
    width: 71.33px;
    height: 18px;
    gap: 2px;
  }
  /* line 550, app/assets/stylesheets/search.scss */
  .card-result-point-info img {
    display: none;
  }
  /* line 554, app/assets/stylesheets/search.scss */
  .card-result-point-date {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #001F2C;
    height: 20px;
  }
  /* line 560, app/assets/stylesheets/search.scss */
  .card-result-route {
    width: 40px;
    height: 10px;
    min-height: 10px;
    border-radius: 30px;
    background: #ffffff;
    gap: 10px;
    overflow: visible;
  }
  /* line 574, app/assets/stylesheets/search.scss */
  .route-transit-info,
.route-transit-stops {
    gap: 2px;
    height: 16px;
  }
  /* line 580, app/assets/stylesheets/search.scss */
  .route-transit-info {
    bottom: calc(100% + 2px);
  }
  /* line 584, app/assets/stylesheets/search.scss */
  .route-transit-stops {
    top: calc(100% + 2px);
  }
  /* line 588, app/assets/stylesheets/search.scss */
  .route-transit-days img,
.route-transit-stops img {
    display: none;
  }
  /* line 593, app/assets/stylesheets/search.scss */
  .route-transit-days span,
.route-transit-stops span {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
  }
  /* line 598, app/assets/stylesheets/search.scss */
  .card-result-img.card-result-img__sea,
.card-result-img.card-result-img__road {
    width: 40px;
    max-width: 40px;
    height: 10px;
    border-radius: 30px;
  }
  /* line 606, app/assets/stylesheets/search.scss */
  .card-result-route.sea-areas-0 {
    width: 40%;
    max-width: 200px;
  }
  /* line 611, app/assets/stylesheets/search.scss */
  .card-result-route.sea-areas-0 .card-result-img.card-result-img__sea {
    width: 100%;
    max-width: 200px;
  }
  /* line 616, app/assets/stylesheets/search.scss */
  .card-result-route.sea-areas-1 {
    width: 64px;
  }
  /* line 620, app/assets/stylesheets/search.scss */
  .card-result-route.sea-areas-1 .card-result-img.card-result-img__sea {
    width: 64px;
    max-width: 64px;
  }
  /* line 625, app/assets/stylesheets/search.scss */
  .card-result-route.sea-areas-2 {
    width: 40px;
  }
  /* line 629, app/assets/stylesheets/search.scss */
  .card-result-route.sea-areas-2 .card-result-img.card-result-img__sea {
    width: 40px;
    max-width: 40px;
  }
  /* line 634, app/assets/stylesheets/search.scss */
  .card-result-img__stops {
    gap: 8px;
    width: auto;
    left: 50%;
    transform: translateX(calc(-50% - 1px));
  }
  /* line 641, app/assets/stylesheets/search.scss */
  .card-result-img__stop-dash {
    height: 10px;
  }
}

@media (max-width: 600px) {
  /* line 647, app/assets/stylesheets/search.scss */
  .card-result-route.sea-areas-0 {
    width: 100px;
    max-width: 100px;
  }
  /* line 652, app/assets/stylesheets/search.scss */
  .card-result-route.sea-areas-0 .card-result-img.card-result-img__sea {
    width: 100px;
    max-width: 100px;
  }
}

/* line 658, app/assets/stylesheets/search.scss */
.search-card-left-side {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 4px;
  min-height: 28px;
  height: auto;
  flex: none;
  order: 0;
  flex-grow: 0;
  min-width: 0;
  box-sizing: border-box;
}

/* line 673, app/assets/stylesheets/search.scss */
.search-card-right-side {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0px;
  gap: 8px;
  flex: none;
  order: 1;
  flex-grow: 1;
}

/* line 686, app/assets/stylesheets/search.scss */
.search-card-header-content__wrapper > .search-card-right-side {
  box-sizing: border-box;
  min-height: 40px;
  height: 40px;
  min-width: 0;
}

/* line 692, app/assets/stylesheets/search.scss */
.search-card-header-content__wrapper > .search-card-right-side .search-card-order-number {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  height: 18px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

/* line 705, app/assets/stylesheets/search.scss */
.search-card-header-content__wrapper > .search-card-right-side .search-card-ref {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0px;
  height: 18px;
  flex: none;
  flex-grow: 0;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #001F2C;
}

/* line 717, app/assets/stylesheets/search.scss */
.search-card-header-content__wrapper > .search-card-right-side .search-card-ref span {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #001F2C;
}

/* line 723, app/assets/stylesheets/search.scss */
.search-card-header-content__wrapper > .search-card-right-side .search-card-separator {
  order: 1;
  align-self: stretch;
  width: 1px;
  min-height: 40px;
  height: auto;
  flex: none;
  flex-grow: 0;
  background: #E6E9EA;
}

/* line 734, app/assets/stylesheets/search.scss */
.search-card-header-content__wrapper > .search-card-right-side .shipment-tag {
  order: 2;
  flex: none;
  flex-grow: 0;
}

/* line 740, app/assets/stylesheets/search.scss */
.search-card-header-content__wrapper > .search-card-right-side .search-card-date {
  order: 2;
  height: 18px;
  min-height: 0;
  flex: none;
  flex-grow: 0;
}

/* line 748, app/assets/stylesheets/search.scss */
.search-card-header-content__wrapper > .search-card-right-side .add-to-proposal-cart {
  order: 3;
  flex: none;
  flex-grow: 0;
}

/* line 754, app/assets/stylesheets/search.scss */
.search-card-header-content__wrapper > .search-card-right-side .search-card-header-more {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 40px;
  height: 40px;
  flex: none;
  order: 4;
  flex-grow: 0;
  border: none;
  background: transparent;
  border-radius: 12px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

/* line 772, app/assets/stylesheets/search.scss */
.search-card-header-content__wrapper > .search-card-right-side .search-card-header-more:hover {
  background: #FEF6EA;
}

/* line 776, app/assets/stylesheets/search.scss */
.search-card-header-content__wrapper > .search-card-right-side .search-card-header-more:active {
  background: #FEF6EA;
}

/* line 780, app/assets/stylesheets/search.scss */
.search-card-header-content__wrapper > .search-card-right-side .search-card-header-more:focus {
  outline: none;
  box-shadow: none;
}

/* line 785, app/assets/stylesheets/search.scss */
.search-card-header-content__wrapper > .search-card-right-side .search-card-header-more:focus-visible {
  outline: none;
  box-shadow: none;
  background: #FEF6EA;
}

/* line 792, app/assets/stylesheets/search.scss */
.search-card-header-content__wrapper > .search-card-right-side .search-card-header-more__icon {
  display: block;
  width: 19px;
  height: 20px;
  flex: none;
  object-fit: contain;
}

@media (max-width: 1024px) {
  /* line 802, app/assets/stylesheets/search.scss */
  .search-card-header-content:has(.search-card-header-tags-row) {
    border-bottom: none;
  }
  /* line 806, app/assets/stylesheets/search.scss */
  .search-card-header-content__wrapper {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    padding: 8px 8px 0;
    min-height: 0;
    align-items: center;
  }
  /* line 814, app/assets/stylesheets/search.scss */
  .search-card-header-content__wrapper > .search-card-header-left-cluster.search-card-left-side {
    display: contents;
  }
  /* line 818, app/assets/stylesheets/search.scss */
  .search-card-header-direct:not(:empty) {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    justify-self: start;
    min-width: 0;
  }
  /* line 826, app/assets/stylesheets/search.scss */
  .search-card-header-tags-row {
    grid-column: 1 / -1;
    grid-row: 2;
    align-self: stretch;
    flex: none;
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    border-top: 1px solid #F3F3F3;
    border-bottom: 1px solid #F3F3F3;
  }
  /* line 839, app/assets/stylesheets/search.scss */
  .search-card-header-tags-row > .shipment-tag,
.search-card-header-tags-row > .search-card-tags-separator {
    flex-shrink: 0;
  }
  /* line 845, app/assets/stylesheets/search.scss */
  .search-card-header-tags-row--qr-only {
    display: flex;
  }
  /* line 849, app/assets/stylesheets/search.scss */
  .search-card-qr--in-tags {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    flex: 0 1 auto;
    min-width: 0;
    height: auto;
  }
  /* line 859, app/assets/stylesheets/search.scss */
  .search-card-qr--in-tags .search-card-order-number,
.search-card-qr--in-tags .search-card-ref {
    min-width: 0;
    max-width: 100%;
    height: auto;
    justify-content: flex-end;
  }
  /* line 867, app/assets/stylesheets/search.scss */
  .search-card-qr--in-tags .search-card-ref,
.search-card-qr--in-tags .search-card-ref span {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #001F2C;
  }
  /* line 873, app/assets/stylesheets/search.scss */
  .search-card-qr--in-tags .search-card-ref span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 881, app/assets/stylesheets/search.scss */
  .search-card-header-content:has(.search-card-qr--in-tags) .search-card-qr--in-header,
.search-card-header-content:has(.search-card-qr--in-tags) .search-card-right-side > .search-card-separator {
    display: none;
  }
  /* line 887, app/assets/stylesheets/search.scss */
  .search-card-header-content__wrapper > .search-card-right-side {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    justify-self: end;
    max-width: 100%;
  }
  /* line 896, app/assets/stylesheets/search.scss */
  .search-card-header-content__wrapper > .search-card-right-side .search-card-date {
    flex: 0 1 auto;
    min-width: 0;
  }
  /* line 900, app/assets/stylesheets/search.scss */
  .search-card-header-content__wrapper > .search-card-right-side .search-card-date > div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 908, app/assets/stylesheets/search.scss */
  .search-card-header-content__wrapper .search-card-tags-separator {
    height: 20px;
  }
}

@media (max-width: 600px) {
  /* line 915, app/assets/stylesheets/search.scss */
  .search-card-qr--in-tags .search-card-ref,
.search-card-qr--in-tags .search-card-ref span {
    font-family: "Figtree", "Primary", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    color: #001F2C;
  }
}

/* line 923, app/assets/stylesheets/search.scss */
.search-card-ref {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0px;
  height: 20px;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #001F2C;
  flex: none;
  order: 0;
  flex-grow: 0;
}

/* line 937, app/assets/stylesheets/search.scss */
.search-card-order-number {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0px;
  height: 20px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

/* line 949, app/assets/stylesheets/search.scss */
.search-card-separator {
  width: 1px;
  flex: none;
  flex-grow: 0;
  background: #E6E9EA;
}

/* line 956, app/assets/stylesheets/search.scss */
.search-card-tags-separator {
  flex: none;
  flex-grow: 0;
  align-self: center;
  width: 1px;
  height: 26px;
  background: #E6E9EA;
}

/* line 965, app/assets/stylesheets/search.scss */
.search-card-date {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0px;
  min-height: 18px;
  height: auto;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #829095;
  flex: none;
  order: 2;
  flex-grow: 0;
}

/* line 979, app/assets/stylesheets/search.scss */
.search-card-date a {
  text-decoration: none;
  padding: 8px;
}

/* line 985, app/assets/stylesheets/search.scss */
.search-card-date a {
  float: right;
}

/* line 990, app/assets/stylesheets/search.scss */
.search-card-info {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 16px;
  gap: 16px;
  height: 80px;
  background: #ffffff;
  border-top: 1px solid #F3F3F3;
  flex: none;
  order: 2;
  align-self: stretch;
  flex-grow: 0;
}

/* line 1009, app/assets/stylesheets/search.scss */
.card-footer {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px;
  gap: 8px;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #F3F3F3;
  flex: none;
  order: 2;
  align-self: stretch;
  flex-grow: 0;
}

/* line 1025, app/assets/stylesheets/search.scss */
.footer-details {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px;
  gap: 16px;
  width: 100%;
  min-height: 92px;
  background: #F7FDFF;
  border-radius: 0 0 8px 8px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

/* line 1040, app/assets/stylesheets/search.scss */
.footer-details .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 8px;
  flex: 1;
  min-width: 0;
}

/* line 1050, app/assets/stylesheets/search.scss */
.footer-details .right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1;
  min-width: 0;
}

/* line 1064, app/assets/stylesheets/search.scss */
.footer-details .shipping-line {
  width: 100%;
}

/* line 1067, app/assets/stylesheets/search.scss */
.footer-details .shipping-line .search-hidden-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  min-height: 32px;
}

/* line 1075, app/assets/stylesheets/search.scss */
.footer-details .shipping-line .search-hidden-line__logo {
  width: 32px;
  height: 32px;
  flex: none;
  border-radius: 80px;
  overflow: hidden;
}

/* line 1082, app/assets/stylesheets/search.scss */
.footer-details .shipping-line .search-hidden-line__logo img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

/* line 1089, app/assets/stylesheets/search.scss */
.footer-details .shipping-line .search-hidden-line__info-line,
.footer-details .shipping-line .search-hidden-line__info-title {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #001F2C;
}

/* line 1096, app/assets/stylesheets/search.scss */
.footer-details .details {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 0 0 8px;
  gap: 16px;
  min-height: 20px;
}

/* line 1104, app/assets/stylesheets/search.scss */
.footer-details .details img {
  width: 16px;
  height: 16px;
  flex: none;
  object-fit: contain;
}

/* line 1111, app/assets/stylesheets/search.scss */
.footer-details .details__text {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #001F2C;
}

/* line 1117, app/assets/stylesheets/search.scss */
.footer-details .cost {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0;
  gap: 4px;
  flex: none;
}

/* line 1126, app/assets/stylesheets/search.scss */
.footer-details .sea-freight-cost {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}

/* line 1133, app/assets/stylesheets/search.scss */
.footer-details .sea-freight-cost__label {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #829095;
}

/* line 1138, app/assets/stylesheets/search.scss */
.footer-details .sea-freight-cost__value {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #001F2C;
}

/* line 1145, app/assets/stylesheets/search.scss */
.footer-details .total-cost {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

/* line 1151, app/assets/stylesheets/search.scss */
.footer-details .total-cost__label, .footer-details .total-cost__value {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

/* line 1156, app/assets/stylesheets/search.scss */
.footer-details .total-cost__label {
  color: #829095;
}

/* line 1160, app/assets/stylesheets/search.scss */
.footer-details .total-cost__value {
  color: #001F2C;
}

/* line 1165, app/assets/stylesheets/search.scss */
.footer-details .cost__created-at {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  flex: none;
  align-self: flex-end;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #829095;
}

/* line 1188, app/assets/stylesheets/search.scss */
.footer-details--bulk {
  align-items: flex-start;
}

/* line 1191, app/assets/stylesheets/search.scss */
.footer-details--bulk .left {
  gap: 4px;
  flex: 1 1 auto;
}

/* line 1196, app/assets/stylesheets/search.scss */
.footer-details--bulk .right {
  flex: 0 1 auto;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 8px;
}

/* line 1203, app/assets/stylesheets/search.scss */
.footer-details--bulk .cost {
  gap: 4px;
}

/* line 1207, app/assets/stylesheets/search.scss */
.footer-details--bulk .sea-freight-cost {
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
}

/* line 1213, app/assets/stylesheets/search.scss */
.footer-details--bulk .details {
  padding-left: 0;
}

/* line 1217, app/assets/stylesheets/search.scss */
.footer-details--bulk .bulk-available-vessels {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #001F2C;
}

/* line 1222, app/assets/stylesheets/search.scss */
.footer-details--bulk .bulk-available-vessels__count {
  font-weight: 700;
  color: #2EC37D;
}

/* line 1227, app/assets/stylesheets/search.scss */
.footer-details--bulk .bulk-surcharge-note {
  display: flex;
  flex-direction: column;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #829095;
}

/* line 1234, app/assets/stylesheets/search.scss */
.footer-details--bulk .bulk-source-note {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #829095;
}

@media (max-width: 1024px) {
  /* line 1240, app/assets/stylesheets/search.scss */
  .footer-details--bulk .right {
    justify-content: flex-end;
  }
  /* line 1244, app/assets/stylesheets/search.scss */
  .footer-details--bulk .sea-freight-cost {
    align-items: flex-end;
  }
}

/* line 1253, app/assets/stylesheets/search.scss */
.search-card--bulk .bulk-track-distance {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-bottom: 8px;
}

/* line 1259, app/assets/stylesheets/search.scss */
.search-card--bulk .bulk-track-distance__header {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #829095;
}

/* line 1264, app/assets/stylesheets/search.scss */
.search-card--bulk .bulk-track-distance__body {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #001F2C;
}

/* line 1270, app/assets/stylesheets/search.scss */
.search-card--bulk .bulk-track-map {
  width: 100%;
  height: 320px;
  border-radius: 12px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  /* line 1270, app/assets/stylesheets/search.scss */
  .search-card--bulk .bulk-track-map {
    height: 240px;
  }
}

/* line 1282, app/assets/stylesheets/search.scss */
.card-footer__toggle-btn {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 8px;
  height: 32px;
  border: none;
  border-radius: 32px;
  background: transparent;
  cursor: pointer;
  flex: none;
}

/* line 1296, app/assets/stylesheets/search.scss */
.card-footer__toggle-btn:focus, .card-footer__toggle-btn:focus-visible {
  outline: none;
  box-shadow: none;
}

/* line 1302, app/assets/stylesheets/search.scss */
.card-footer__toggle-btn .card-footer__toggle-btn-text {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  color: #F9A529;
}

/* line 1308, app/assets/stylesheets/search.scss */
.card-footer__toggle-btn .search-card-details-btn__chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  flex: none;
  color: #F9A529;
  transition: transform 0.15s ease;
}

/* line 1318, app/assets/stylesheets/search.scss */
.card-footer__toggle-btn .search-card-details-btn__chevron .filter-arrow-svg {
  display: block;
  width: 16px;
  height: 16px;
}

/* line 1325, app/assets/stylesheets/search.scss */
.card-footer__toggle-btn--hide .search-card-details-btn__chevron {
  transform: rotate(180deg);
}

/* line 1330, app/assets/stylesheets/search.scss */
.card-footer__book-btn {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 8px;
  min-width: 69px;
  height: 40px;
  background: #F9A529;
  border: none;
  border-radius: 32px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #ffffff !important;
  text-decoration: none;
  flex: none;
}

/* line 1348, app/assets/stylesheets/search.scss */
.card-footer__book-btn:hover, .card-footer__book-btn:focus {
  color: #ffffff !important;
  background: #E09525;
}

/* line 1355, app/assets/stylesheets/search.scss */
.card-expanded-footer {
  box-sizing: border-box;
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 16px 0 0;
  gap: 16px;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #F3F3F3;
  border-radius: 0 0 8px 8px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

/* line 1370, app/assets/stylesheets/search.scss */
.card-expanded-footer .tabs {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 1376, app/assets/stylesheets/search.scss */
.card-expanded-footer .shipment-details-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 16px;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
}

/* line 1386, app/assets/stylesheets/search.scss */
.card-expanded-footer .shipment-details-content .tab-content {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}

/* line 1392, app/assets/stylesheets/search.scss */
.card-expanded-footer .shipment-details-content .tab-pane {
  width: 100%;
}

/* line 1396, app/assets/stylesheets/search.scss */
.card-expanded-footer .shipment-details-content .tab-pane:not(.active) {
  display: none;
}

/* line 1401, app/assets/stylesheets/search.scss */
.card-expanded-footer .details-action {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 8px;
  width: 100%;
  min-height: 48px;
  background: #F7FDFF;
  border-top: 1px solid #F3F3F3;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

/* line 1419, app/assets/stylesheets/search.scss */
.card-expanded-footer .incoterms-checkbox .checkmark {
  border-color: #CCEBF8;
  background: #ffffff;
}

/* line 1424, app/assets/stylesheets/search.scss */
.card-expanded-footer .incoterms-checkbox .check:checked + .checkmark {
  background: #009CDE;
  border-color: #009CDE;
}

/* line 1432, app/assets/stylesheets/search.scss */
.search-card-details:last-child .search-card-info {
  border-bottom: 0;
}

/* line 1437, app/assets/stylesheets/search.scss */
.search-card-info-text {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #9e9e9e;
  display: flex;
  flex-flow: column;
  gap: 6px;
}

/* line 1444, app/assets/stylesheets/search.scss */
.search-card-info-text .info {
  margin-bottom: 8px;
}

@media (max-width: 1024px) {
  /* line 1437, app/assets/stylesheets/search.scss */
  .search-card-info-text {
    display: none;
  }
}

/* line 1453, app/assets/stylesheets/search.scss */
.search-card-containers {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #9e9e9e;
  display: flex;
  flex-flow: column;
  gap: 6px;
  direction: ltr;
  flex-flow: row;
  align-items: center;
}

/* line 1462, app/assets/stylesheets/search.scss */
.search-card-containers .info {
  margin-bottom: 8px;
}

/* line 1470, app/assets/stylesheets/search.scss */
.search-card-info-price {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0px;
  gap: 16px;
  height: 64px;
  flex: none;
  order: 1;
  flex-grow: 1;
}

/* line 1483, app/assets/stylesheets/search.scss */
.search-card-info-price-details {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0px;
  width: 204px;
  height: 64px;
  flex: none;
  order: 0;
  flex-grow: 0;
  text-align: right;
  direction: ltr;
}

@media (max-width: 1024px) {
  /* line 1483, app/assets/stylesheets/search.scss */
  .search-card-info-price-details {
    text-align: left;
  }
}

/* line 1501, app/assets/stylesheets/search.scss */
.search-card-info-price-details-unverified {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0px;
  gap: 4px;
  width: 329px;
  height: 34px;
  flex: none;
  order: 2;
  flex-grow: 0;
}

/* line 1515, app/assets/stylesheets/search.scss */
.search-card-info-price-details-unverified-icon {
  width: 24px;
  height: 24px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

/* line 1523, app/assets/stylesheets/search.scss */
.search-card-info-price-details-unverified-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;
  width: 301px;
  height: 34px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

/* line 1535, app/assets/stylesheets/search.scss */
.search-card-info-price-details-unverified-copy .search-card-info-price-details-title {
  width: 115px;
  height: 18px;
  justify-content: flex-start;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #829095;
  text-align: left;
}

/* line 1544, app/assets/stylesheets/search.scss */
.search-card-info-price-details-unverified-copy .search-card-sign-in-info {
  width: 301px;
  height: 16px;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  color: #B3BCC0;
  text-align: left;
}

/* line 1553, app/assets/stylesheets/search.scss */
.search-card-info-price--unverified {
  justify-content: flex-end;
  gap: 16px;
}

@media (max-width: 1024px) {
  /* line 1553, app/assets/stylesheets/search.scss */
  .search-card-info-price--unverified {
    height: auto;
    flex-wrap: wrap;
  }
  /* line 1561, app/assets/stylesheets/search.scss */
  .search-card-info-price--unverified .search-card-info-price-details-unverified,
.search-card-info-price--unverified .search-card-info-price-details-unverified-copy {
    width: auto;
    max-width: 100%;
  }
  /* line 1568, app/assets/stylesheets/search.scss */
  .search-card-info-price--unverified .search-card-info-price-details-unverified-copy .search-card-info-price-details-title,
.search-card-info-price--unverified .search-card-info-price-details-unverified-copy .search-card-sign-in-info {
    width: auto;
  }
}

/* line 1576, app/assets/stylesheets/search.scss */
.search-card-info-price-details-title {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0px;
  width: 90px;
  height: 18px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  font-style: normal;
  color: #829095;
  flex: none;
  order: 0;
  flex-grow: 0;
  text-align: end;
}

/* line 1593, app/assets/stylesheets/search.scss */
.search-card-info-price-details-number {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  height: 26px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  font-style: normal;
  color: #001F2C;
  flex: none;
  order: 1;
  flex-grow: 0;
  text-align: end;
  margin-bottom: 0;
}

/* line 1610, app/assets/stylesheets/search.scss */
.search-card-info-price-details-hint {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-align: end;
  color: #bdbdbd;
}

@media (max-width: 1024px) {
  /* line 1610, app/assets/stylesheets/search.scss */
  .search-card-info-price-details-hint {
    display: none;
  }
}

/* line 1620, app/assets/stylesheets/search.scss */
.search-card-info-price-details-total-number {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding: 0px;
  gap: 4px;
  width: 90px;
  height: 20px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

/* line 1633, app/assets/stylesheets/search.scss */
.search-card-info-price-details-total-number .total-tag {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  font-style: normal;
  color: #829095;
  width: 27px;
  height: 18px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

/* line 1644, app/assets/stylesheets/search.scss */
.search-card-info-price-details-total-number .total-number {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  color: #001F2C;
  width: 43px;
  height: 20px;
  flex: none;
  order: 2;
  flex-grow: 0;
}

/* line 1655, app/assets/stylesheets/search.scss */
.search-card-info-price-details-total-number .double-twenty-case-notify {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #9e9e9e;
}

/* line 1662, app/assets/stylesheets/search.scss */
.search-card-info-price-details-total-number .search-card-unpriced-trucking {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #b26a00;
}

/* line 1668, app/assets/stylesheets/search.scss */
.search-card-info-price-details-no-session {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  width: 133px;
  height: 34px;
  flex: none;
  order: 2;
  flex-grow: 0;
}

/* line 1681, app/assets/stylesheets/search.scss */
.search-card-info-price-details-no-session-icon {
  width: 24px;
  height: 24px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

/* line 1689, app/assets/stylesheets/search.scss */
.search-card-info-price-details-no-session-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 105px;
  height: 34px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

/* line 1700, app/assets/stylesheets/search.scss */
.search-card-info-price-details-no-session-copy .search-card-info-price-details-title {
  width: 68px;
  height: 18px;
  justify-content: flex-start;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #829095;
  text-align: left;
}

/* line 1710, app/assets/stylesheets/search.scss */
.search-card-info-price--locked {
  justify-content: flex-end;
  gap: 8px;
}

/* line 1716, app/assets/stylesheets/search.scss */
.card-side-dropdown {
  display: none;
  flex-direction: column;
  align-items: stretch;
  padding: 16px 0;
  min-width: 129px;
  width: max-content;
  max-width: 320px;
  background: #ffffff;
  box-shadow: 0 2px 40px rgba(0, 78, 111, 0.08);
  border-radius: 24px;
  z-index: 10050;
  flex: none;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  /* line 1716, app/assets/stylesheets/search.scss */
  .card-side-dropdown {
    max-width: calc(100vw - 16px);
  }
}

/* line 1736, app/assets/stylesheets/search.scss */
.equipment-availability-dropdown {
  display: none;
  position: fixed;
  z-index: 10051;
  max-width: 220px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 16px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 2px 24px rgba(0, 78, 111, 0.12);
}

/* line 1749, app/assets/stylesheets/search.scss */
.equipment-availability-dropdown.available {
  color: green;
}

/* line 1753, app/assets/stylesheets/search.scss */
.equipment-availability-dropdown.unavailable {
  color: pink;
}

/* line 1757, app/assets/stylesheets/search.scss */
.card-side-dropdown-cell {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 16px;
  gap: 8px;
  min-height: 36px;
  box-sizing: border-box;
  width: 100%;
  text-decoration: none !important;
  color: #001F2C !important;
  cursor: pointer;
  border: none;
  background: transparent;
  font: inherit;
  text-align: start;
}

/* line 1774, app/assets/stylesheets/search.scss */
.card-side-dropdown-cell:hover, .card-side-dropdown-cell:focus {
  background: rgba(0, 31, 44, 0.04);
  color: #001F2C !important;
}

/* line 1780, app/assets/stylesheets/search.scss */
.card-side-dropdown-cell:focus-visible {
  outline: 2px solid #F9A529;
  outline-offset: -2px;
}

/* line 1786, app/assets/stylesheets/search.scss */
.card-side-dropdown-cell__icon {
  width: 16px;
  height: 16px;
  flex: none;
  object-fit: contain;
  display: block;
}

/* line 1794, app/assets/stylesheets/search.scss */
.card-side-dropdown-cell__label {
  display: flex;
  align-items: center;
  min-width: 0;
  flex: 1;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #001F2C;
  text-transform: capitalize;
  white-space: normal;
  word-break: break-word;
}

/* line 1806, app/assets/stylesheets/search.scss */
.card-side-options:hover {
  cursor: pointer;
}

/* line 1811, app/assets/stylesheets/search.scss */
.search-card .card-side-share-wrapper-desktop .card-side-options,
.search-card .card-side-share-wrapper-mobile .card-side-options {
  display: none;
}

/* line 1816, app/assets/stylesheets/search.scss */
.search-card-info-price-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 8px;
  width: 69px;
  height: 40px;
  background: #F9A529;
  border-radius: 32px;
  flex: none;
  order: 1;
  flex-grow: 0;
  margin-top: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  letter-spacing: 0;
  vertical-align: middle;
  text-transform: capitalize;
  color: #ffffff;
  border: 1px solid #F9A529;
  box-sizing: border-box;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  /* line 1816, app/assets/stylesheets/search.scss */
  .search-card-info-price-btn {
    margin-top: 0;
  }
}

/* line 1846, app/assets/stylesheets/search.scss */
.search-card-info-price-btn:hover {
  color: #ffffff;
  text-decoration: none;
}

/* line 1860, app/assets/stylesheets/search.scss */
.card-footer__revalidate {
  display: flex;
  order: 1;
  flex: 0 0 100%;
  justify-content: flex-end;
}

/* line 1868, app/assets/stylesheets/search.scss */
.card-footer__revalidate:empty {
  display: none;
}

/* line 1874, app/assets/stylesheets/search.scss */
.revalidate-rate {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border: 1px solid #d5d9e0;
  border-radius: 16px;
  background: #ffffff;
  color: #6b7280;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  cursor: pointer;
}

/* line 1888, app/assets/stylesheets/search.scss */
.revalidate-rate:hover:not(:disabled) {
  border-color: #F9A529;
  color: #F9A529;
}

/* line 1893, app/assets/stylesheets/search.scss */
.revalidate-rate:disabled {
  cursor: default;
  opacity: 0.7;
}

/* line 1898, app/assets/stylesheets/search.scss */
.revalidate-rate .revalidate-rate__spinner {
  display: none;
  width: 12px;
  height: 12px;
  border-width: 2px;
}

/* line 1905, app/assets/stylesheets/search.scss */
.revalidate-rate.is-loading .revalidate-rate__spinner {
  display: inline-block;
}

/* line 1912, app/assets/stylesheets/search.scss */
.search-card-refreshed-at {
  color: #2e7d32;
  font-size: 11px;
  white-space: nowrap;
  padding: 4px;
}

/* line 1919, app/assets/stylesheets/search.scss */
.search-card.is-rate-unavailable {
  opacity: 0.55;
}

/* line 1922, app/assets/stylesheets/search.scss */
.search-card.is-rate-unavailable .search-card-refreshed-at {
  color: #d9534f;
}

/* line 1927, app/assets/stylesheets/search.scss */
.add-to-proposal-cart {
  position: relative;
  width: 32px;
  height: 32px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  color: #F9A529;
  box-shadow: 0 2px 8px rgba(0, 42, 63, 0.16);
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease;
}

/* line 1943, app/assets/stylesheets/search.scss */
.add-to-proposal-cart:hover {
  background: #F9A529;
  color: #ffffff;
  transform: scale(1.08);
}

/* line 1949, app/assets/stylesheets/search.scss */
.add-to-proposal-cart__icon {
  width: 18px;
  height: 18px;
}

/* line 1954, app/assets/stylesheets/search.scss */
.add-to-proposal-cart__plus {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #009cde;
  color: #ffffff;
  font-size: 9px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px rgba(0, 42, 63, 0.25);
}

/* line 1972, app/assets/stylesheets/search.scss */
.add-to-proposal-cart .added-icon {
  display: none;
}

/* line 1976, app/assets/stylesheets/search.scss */
.add-to-proposal-cart--added, .add-to-proposal-cart:disabled {
  color: #2e7d32;
  cursor: default;
}

/* line 1981, app/assets/stylesheets/search.scss */
.add-to-proposal-cart--added:hover, .add-to-proposal-cart:disabled:hover {
  background: #ffffff;
  color: #2e7d32;
  transform: none;
}

/* line 1987, app/assets/stylesheets/search.scss */
.add-to-proposal-cart--added .add-to-proposal-cart__plus, .add-to-proposal-cart:disabled .add-to-proposal-cart__plus {
  background: #2e7d32;
}

/* line 1991, app/assets/stylesheets/search.scss */
.add-to-proposal-cart--added .add-icon, .add-to-proposal-cart:disabled .add-icon {
  display: none;
}

/* line 1995, app/assets/stylesheets/search.scss */
.add-to-proposal-cart--added .added-icon, .add-to-proposal-cart:disabled .added-icon {
  display: inline;
}

/* line 2001, app/assets/stylesheets/search.scss */
.card-side-share-wrapper-desktop,
.card-side-share-wrapper-mobile,
.card-side-share-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex: none;
  order: 2;
  flex-grow: 0;
}

/* line 2012, app/assets/stylesheets/search.scss */
.card-side-share-wrapper-desktop .card-side-options,
.card-side-share-wrapper-mobile .card-side-options,
.card-side-share-wrapper .card-side-options {
  cursor: pointer;
  width: 14px;
  height: 14px;
}

/* line 2019, app/assets/stylesheets/search.scss */
.card-side-share-wrapper-mobile {
  display: none;
}

/* line 2023, app/assets/stylesheets/search.scss */
.search-card-info-mobile-meta {
  display: none;
}

@media (max-width: 1024px) {
  /* line 2028, app/assets/stylesheets/search.scss */
  .footer-details {
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
  }
  /* line 2033, app/assets/stylesheets/search.scss */
  .footer-details .left,
.footer-details .right {
    width: 100%;
    flex: none;
  }
  /* line 2039, app/assets/stylesheets/search.scss */
  .footer-details .right {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  /* line 2045, app/assets/stylesheets/search.scss */
  .card-expanded-footer .shipment-details-content {
    padding: 0 8px;
  }
  /* line 2049, app/assets/stylesheets/search.scss */
  .search-card-info {
    box-sizing: border-box;
    display: block;
    padding: 8px 16px;
    width: 100%;
    min-height: 80px;
    height: auto;
    background: #ffffff;
    border-top: 1px solid #F3F3F3;
  }
  /* line 2060, app/assets/stylesheets/search.scss */
  .search-card-info-line-desktop {
    display: none;
  }
  /* line 2064, app/assets/stylesheets/search.scss */
  .search-card-info-price {
    width: 100%;
    min-width: 0;
    flex: 0 0 auto;
    height: 64px;
    gap: 16px;
    justify-content: flex-end;
    align-items: center;
    align-self: stretch;
  }
  /* line 2075, app/assets/stylesheets/search.scss */
  .search-card-info-price-details {
    width: 241px;
    min-width: 0;
    height: 64px;
    align-items: flex-start;
    text-align: left;
    justify-content: center;
    flex: 1 1 auto;
  }
  /* line 2085, app/assets/stylesheets/search.scss */
  .search-card-info-price-details-title {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #829095;
    width: auto;
    justify-content: flex-start;
  }
  /* line 2092, app/assets/stylesheets/search.scss */
  .search-card-info-price-details-number {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #001F2C;
    width: auto;
    justify-content: flex-start;
  }
  /* line 2099, app/assets/stylesheets/search.scss */
  .search-card-info-price-details-total-number {
    width: 90px;
    height: 20px;
    justify-content: flex-start;
  }
  /* line 2105, app/assets/stylesheets/search.scss */
  .search-card-info-price-btn {
    width: 69px;
    height: 40px;
    padding: 8px 16px;
    gap: 8px;
    border-radius: 32px;
    font-family: "Figtree";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin: 0;
  }
  /* line 2115, app/assets/stylesheets/search.scss */
  .card-side-share-wrapper-desktop {
    display: none;
  }
  /* line 2119, app/assets/stylesheets/search.scss */
  .search-card-info-mobile-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 0px;
    border-top: 1px solid #F3F3F3;
    background: #ffffff;
    gap: 8px;
  }
  /* line 2131, app/assets/stylesheets/search.scss */
  .search-card-info-mobile-meta .search-summary-left-side {
    min-width: 0;
    padding-top: 0;
    border-top: 0;
    gap: 8px;
  }
  /* line 2137, app/assets/stylesheets/search.scss */
  .search-card-info-mobile-meta .search-summary-left-side .search-hidden-line {
    gap: 8px;
    align-items: center;
  }
  /* line 2142, app/assets/stylesheets/search.scss */
  .search-card-info-mobile-meta .search-summary-left-side .search-hidden-line__logo img {
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 80px;
    filter: none;
  }
  /* line 2150, app/assets/stylesheets/search.scss */
  .search-card-info-mobile-meta .search-summary-left-side .search-hidden-line__info-line {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #001F2C;
  }
  /* line 2156, app/assets/stylesheets/search.scss */
  .card-side-share-wrapper-mobile {
    display: flex;
    margin-left: auto;
    padding-top: 8px;
    align-self: center;
    justify-content: flex-end;
    padding-top: 0;
  }
  /* line 2164, app/assets/stylesheets/search.scss */
  .card-side-share-wrapper-mobile .card-side-options {
    width: 16px;
    height: 16px;
  }
}

/* line 2171, app/assets/stylesheets/search.scss */
.search-card-sign-in-btn {
  margin-left: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

/* line 2178, app/assets/stylesheets/search.scss */
.search-card-sign-in-info {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0em;
  text-align: left;
  color: #B3BCC0;
  margin-top: 0;
}

/* line 2186, app/assets/stylesheets/search.scss */
.search-card-info-price-btn--sign-in {
  order: 3;
  flex: none;
  flex-grow: 0;
  width: 83px;
  height: 40px;
  padding: 8px 16px;
  border-radius: 32px;
  margin: 0;
  background: #F9A529;
  border-color: #F9A529;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
}

/* line 2201, app/assets/stylesheets/search.scss */
.search-card-info-price-btn--sign-in:hover, .search-card-info-price-btn--sign-in:focus, .search-card-info-price-btn--sign-in:active {
  background: #F9A529;
  border-color: #F9A529;
  color: #FFFFFF;
}

/* line 2210, app/assets/stylesheets/search.scss */
.search-card-info-price-btn--verify {
  order: 3;
  flex: none;
  flex-grow: 0;
  width: 144px;
  height: 40px;
  padding: 8px 16px;
  border-radius: 32px;
  margin: 0;
  background: #F9A529;
  border-color: #F9A529;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  white-space: nowrap;
}

/* line 2226, app/assets/stylesheets/search.scss */
.search-card-info-price-btn--verify:hover, .search-card-info-price-btn--verify:focus, .search-card-info-price-btn--verify:active {
  background: #F9A529;
  border-color: #F9A529;
  color: #FFFFFF;
}

/* line 2235, app/assets/stylesheets/search.scss */
.search-card-details-breakdown {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 16px 0 0;
  background: #ffffff;
  border-top: 1px solid #F3F3F3;
}

/* line 2246, app/assets/stylesheets/search.scss */
.search-card-details-breakdown .incoterms-checkbox .checkmark {
  border-color: #CCEBF8;
  background: #ffffff;
}

/* line 2251, app/assets/stylesheets/search.scss */
.search-card-details-breakdown .incoterms-checkbox .check:checked + .checkmark {
  background: #009CDE;
  border-color: #009CDE;
}

/* line 2258, app/assets/stylesheets/search.scss */
.search-card-details-expand-wrapper {
  box-sizing: border-box;
  background: #E6F5FC;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  min-height: 48px;
  padding: 8px 16px;
  gap: 255px;
  border-top: 1px solid #F3F3F3;
}

/* line 2273, app/assets/stylesheets/search.scss */
.search-card-containers {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 16px;
  width: 172px;
  min-height: 18px;
  flex: none;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #829095;
}

/* line 2285, app/assets/stylesheets/search.scss */
.search-card-containers img {
  width: 16px;
  height: 16px;
  flex: none;
  object-fit: contain;
  margin: 0;
}

/* line 2294, app/assets/stylesheets/search.scss */
.search-card-details-expand-wrapper .button-container.center-button {
  display: flex;
  align-items: center;
  margin-left: auto;
}

@media (max-width: 1024px) {
  /* line 2301, app/assets/stylesheets/search.scss */
  .search-card-details-expand-wrapper {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 48px;
    background: #E6F5FC;
    padding: 0 16px;
    gap: 8px;
  }
  /* line 2314, app/assets/stylesheets/search.scss */
  .search-card-details-expand-wrapper .button-container.center-button {
    display: flex;
    align-items: center;
  }
  /* line 2319, app/assets/stylesheets/search.scss */
  .search-card-details-expand-wrapper button.btn.search-card-details-btn {
    width: 104px;
    height: 32px;
    padding: 8px 0;
    gap: 8px;
    border-radius: 32px;
    font-family: "Figtree";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #829095;
  }
}

/* line 2330, app/assets/stylesheets/search.scss */
.btn.ask-for-more-button {
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 8px;
  width: 130px;
  height: 40px;
  box-sizing: border-box;
  background: #FEEDD4;
  border: 1px solid #F9A529;
  border-radius: 32px;
  cursor: pointer;
  flex: none;
  flex-grow: 0;
  margin: 0;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #F9A529;
  text-transform: capitalize;
  white-space: nowrap;
}

/* line 2352, app/assets/stylesheets/search.scss */
.btn.ask-for-more-button:hover {
  background: #FEEDD4;
  color: #F9A529;
}

/* line 2358, app/assets/stylesheets/search.scss */
input#ask-for-more-submit-button {
  background-color: dodgerblue;
}

/* line 2362, app/assets/stylesheets/search.scss */
.button-container.center-button {
  text-align: center;
}

/* Style the dropdown list */
/* line 2367, app/assets/stylesheets/search.scss */
.dropdown-list {
  display: none;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 4px 4px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #ffffff;
}

/* Style each dropdown list item */
/* line 2382, app/assets/stylesheets/search.scss */
.dropdown-list li {
  padding: 8px;
  cursor: pointer;
}

/* Highlight the selected item */
/* line 2388, app/assets/stylesheets/search.scss */
.dropdown-list li:hover {
  background-color: #f0f0f0;
}

@media (max-width: 1024px) {
  /* line 2393, app/assets/stylesheets/search.scss */
  .btn.ask-for-more-button {
    width: auto;
    min-width: 0;
    height: 32px;
    padding: 4px 16px;
    font-family: "Figtree";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #F9A529;
  }
}

/* line 2403, app/assets/stylesheets/search.scss */
button.btn.search-card-details-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 8px;
  width: 136px;
  height: 32px;
  border-radius: 32px;
  flex: none;
  order: 1;
  flex-grow: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  color: #829095;
  position: relative;
}

/* line 2430, app/assets/stylesheets/search.scss */
button.btn.search-card-details-btn:focus, button.btn.search-card-details-btn:focus-visible, button.btn.search-card-details-btn:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* line 2438, app/assets/stylesheets/search.scss */
button.btn.search-card-details-btn .search-card-details-btn__chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  order: 2;
  flex-grow: 0;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  position: relative;
  box-sizing: border-box;
  transition: transform 0.15s ease;
  color: #829095;
}

/* line 2453, app/assets/stylesheets/search.scss */
button.btn.search-card-details-btn .search-card-details-btn__chevron .filter-arrow-svg {
  display: block;
  flex: none;
  width: 16px;
  height: 16px;
}

/* line 2462, app/assets/stylesheets/search.scss */
.search-card-details-breakdown-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

/* line 2470, app/assets/stylesheets/search.scss */
.search-card-details-breakdown .tab-content {
  box-sizing: border-box;
  width: 100%;
  align-self: stretch;
  padding: 16px;
}

/* line 2477, app/assets/stylesheets/search.scss */
.search-card-details-breakdown .tab-content > .tab-pane {
  width: 100%;
}

/* line 2481, app/assets/stylesheets/search.scss */
.search-card-details-breakdown .tab-content > .tab-pane:not(.active) {
  display: none;
}

/* line 2485, app/assets/stylesheets/search.scss */
.details-breakdown-section {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin: 0;
  background: #ffffff;
}

/* line 2494, app/assets/stylesheets/search.scss */
.details-breakdown-secondary:last-child {
  margin-bottom: 14px;
}

/* line 2499, app/assets/stylesheets/search.scss */
.details-breakdown-main-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 8px;
  min-height: 24px;
  flex: 1;
  min-width: 0;
  box-sizing: border-box;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #001F2C;
}

/* line 2512, app/assets/stylesheets/search.scss */
.details-breakdown-main-head img {
  width: 24px;
  height: 24px;
  flex: none;
  object-fit: contain;
  margin: 0;
}

/* line 2520, app/assets/stylesheets/search.scss */
.details-breakdown-main-head label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  margin: 0;
  color: inherit;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

/* line 2531, app/assets/stylesheets/search.scss */
.details-breakdown-main-head:has(.free-time-days-picker) {
  flex-wrap: wrap;
  gap: 8px;
}

/* line 2537, app/assets/stylesheets/search.scss */
.details-breakdown-main {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  gap: 16px;
  width: 100%;
  min-height: 56px;
  background: #E6F5FC;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #001F2C;
}

@media (max-width: 1024px) {
  /* line 2537, app/assets/stylesheets/search.scss */
  .details-breakdown-main {
    padding: 12px 16px;
    min-height: 52px;
  }
}

/* line 2556, app/assets/stylesheets/search.scss */
.details-breakdown-main .details-breakdown-main-price {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #001F2C;
  flex-shrink: 0;
  white-space: nowrap;
}

/* line 2571, app/assets/stylesheets/search.scss */
.comment {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #9e9e9e;
  margin: 4px 40px 0;
}

/* line 2577, app/assets/stylesheets/search.scss */
.comment:empty {
  display: none;
}

/* line 2584, app/assets/stylesheets/search.scss */
.comment--free-time {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #212121;
  text-align: end;
}

/* line 2594, app/assets/stylesheets/search.scss */
.free-time-window {
  padding-left: 28px;
}

/* line 2597, app/assets/stylesheets/search.scss */
.free-time-window .details-breakdown-main {
  padding: 6px 0;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #616161;
}

/* line 2603, app/assets/stylesheets/search.scss */
.free-time-window .comment--free-time {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #616161;
}

/* line 2609, app/assets/stylesheets/search.scss */
.discount_service_fee {
  text-decoration: line-through;
  padding-right: 10px;
}

/* line 2614, app/assets/stylesheets/search.scss */
.free-time-days-picker {
  flex: 0 0 100%;
  display: flex;
  justify-content: flex-start;
  min-width: 0;
}

/* line 2627, app/assets/stylesheets/search.scss */
.free-time-days-picker__options {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  box-sizing: border-box;
  height: 52px;
  max-width: 100%;
  min-width: 0;
  gap: 2px;
  padding: 5px;
  background: #f7fcff;
  border-radius: 10px;
  border: 1px solid #dadce0;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
  scrollbar-color: #dadce0 transparent;
}

/* line 2649, app/assets/stylesheets/search.scss */
.free-time-days-picker__options::-webkit-scrollbar {
  height: 6px;
}

/* line 2653, app/assets/stylesheets/search.scss */
.free-time-days-picker__options::-webkit-scrollbar-track {
  background: transparent;
}

/* line 2657, app/assets/stylesheets/search.scss */
.free-time-days-picker__options::-webkit-scrollbar-thumb {
  background: #dadce0;
  border-radius: 3px;
}

/* line 2663, app/assets/stylesheets/search.scss */
.free-time-days-picker__option {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  min-width: 34px;
  overflow: hidden;
  padding: 4px 8px;
  border: none;
  border-radius: 7px;
  background: transparent;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
  color: #9e9e9e;
  line-height: 1.15;
  outline: none;
}

/* line 2681, app/assets/stylesheets/search.scss */
.free-time-days-picker__option:focus {
  outline: none;
}

/* line 2685, app/assets/stylesheets/search.scss */
.free-time-days-picker__option:focus-visible {
  box-shadow: 0 0 0 2px #ffa726;
}

/* line 2689, app/assets/stylesheets/search.scss */
.free-time-days-picker__option:hover:not(.free-time-days-picker__option--active) {
  color: #212121;
  background: #fff7ed;
}

/* line 2694, app/assets/stylesheets/search.scss */
.free-time-days-picker__option--active {
  background: #ffffff;
  color: #212121;
  box-shadow: 0 0 0 1.5px #ffa726;
}

/* line 2699, app/assets/stylesheets/search.scss */
.free-time-days-picker__option--active:focus {
  box-shadow: 0 0 0 1.5px #ffa726;
}

/* line 2703, app/assets/stylesheets/search.scss */
.free-time-days-picker__option--active:focus-visible {
  box-shadow: 0 0 0 2px #ffa726;
}

/* line 2707, app/assets/stylesheets/search.scss */
.free-time-days-picker__option--active .free-time-days-picker__unit {
  color: #9e9e9e;
  opacity: 1;
}

/* line 2714, app/assets/stylesheets/search.scss */
.free-time-days-picker__number {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

/* line 2718, app/assets/stylesheets/search.scss */
.free-time-days-picker__unit {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 9px;
  line-height: 11px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0.85;
}

/* line 2728, app/assets/stylesheets/search.scss */
.free-time-days-picker__options:has(> :nth-child(12)) .free-time-days-picker__option {
  min-width: 28px;
  padding: 4px 5px;
}

/* line 2733, app/assets/stylesheets/search.scss */
.free-time-days-picker__options:has(> :nth-child(12)) .free-time-days-picker__number {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

/* line 2737, app/assets/stylesheets/search.scss */
.free-time-days-picker__options:has(> :nth-child(12)) .free-time-days-picker__unit {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 7px;
  line-height: 9px;
  text-align: center;
  letter-spacing: 0.02em;
}

@media (max-width: 576px) {
  /* line 2614, app/assets/stylesheets/search.scss */
  .free-time-days-picker {
    margin-left: 0;
    width: 100%;
  }
  /* line 2747, app/assets/stylesheets/search.scss */
  .free-time-days-picker__options {
    width: 100%;
    justify-content: stretch;
  }
  /* line 2752, app/assets/stylesheets/search.scss */
  .free-time-days-picker__option {
    flex: 1;
    min-width: 28px;
  }
}

/* line 2761, app/assets/stylesheets/search.scss */
.details-breakdown-secondary {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  margin: 0 40px;
  min-height: 36px;
  background: #ffffff;
  border-bottom: 1px solid #F3F3F3;
  border-radius: 0;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #829095;
}

/* line 2776, app/assets/stylesheets/search.scss */
.details-breakdown-secondary:last-child {
  border-bottom: 0;
}

/* line 2780, app/assets/stylesheets/search.scss */
.details-breakdown-secondary .details-breakdown-main-head {
  min-height: 20px;
  color: #829095;
}

/* line 2784, app/assets/stylesheets/search.scss */
.details-breakdown-secondary .details-breakdown-main-head img {
  width: 16px;
  height: 16px;
}

/* line 2790, app/assets/stylesheets/search.scss */
.details-breakdown-secondary .details-breakdown-main-price {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #829095;
}

/* line 2799, app/assets/stylesheets/search.scss */
.search-card,
.search-card-book-shipping-wrapper {
  position: relative;
}

/* line 2803, app/assets/stylesheets/search.scss */
.search-card .search-card-details-breakdown,
.search-card-book-shipping-wrapper .search-card-details-breakdown {
  display: none;
}

/* line 2807, app/assets/stylesheets/search.scss */
.search-card .search-card-details-breakdown-list,
.search-card-book-shipping-wrapper .search-card-details-breakdown-list {
  display: none;
}

/* line 2811, app/assets/stylesheets/search.scss */
.search-card .card-expanded-footer,
.search-card-book-shipping-wrapper .card-expanded-footer {
  display: none;
}

/* line 2815, app/assets/stylesheets/search.scss */
.search-card.expanded .search-card-details-breakdown,
.search-card-book-shipping-wrapper.expanded .search-card-details-breakdown {
  display: flex;
}

/* line 2819, app/assets/stylesheets/search.scss */
.search-card.expanded .card-expanded-footer,
.search-card-book-shipping-wrapper.expanded .card-expanded-footer {
  display: flex;
}

/* line 2823, app/assets/stylesheets/search.scss */
.search-card.expanded .card-footer__toggle-btn--details .search-card-details-btn__chevron, .search-card.expanded button.btn.search-card-details-btn .search-card-details-btn__chevron,
.search-card-book-shipping-wrapper.expanded .card-footer__toggle-btn--details .search-card-details-btn__chevron,
.search-card-book-shipping-wrapper.expanded button.btn.search-card-details-btn .search-card-details-btn__chevron {
  transform: rotate(180deg);
}

/* line 2829, app/assets/stylesheets/search.scss */
.search-card:not(:last-child) {
  margin-bottom: 24px;
}

/* line 2833, app/assets/stylesheets/search.scss */
.search-result-empty:not(#result-empty):not(#result-empty-alternatives) {
  margin-top: 24px;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 2841, app/assets/stylesheets/search.scss */
.search-result-empty-content {
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
  gap: 24px;
}

/* line 2852, app/assets/stylesheets/search.scss */
#result-empty,
#result-empty-alternatives {
  width: 100%;
  height: auto;
  margin-top: 24px;
  align-items: stretch;
  justify-content: flex-start;
}

/* line 2860, app/assets/stylesheets/search.scss */
#result-empty .search-result-empty__container,
#result-empty-alternatives .search-result-empty__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 80px;
  gap: 24px;
  width: 100%;
  background: #ffffff;
  border-radius: 16px;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  /* line 2860, app/assets/stylesheets/search.scss */
  #result-empty .search-result-empty__container,
#result-empty-alternatives .search-result-empty__container {
    padding: 24px;
  }
}

/* line 2876, app/assets/stylesheets/search.scss */
#result-empty .search-result-empty__image,
#result-empty-alternatives .search-result-empty__image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  height: 270px;
}

/* line 2886, app/assets/stylesheets/search.scss */
#result-empty .search-result-empty__illustration,
#result-empty-alternatives .search-result-empty__illustration {
  width: auto;
  max-width: 352px;
  height: 270px;
  object-fit: contain;
}

/* line 2893, app/assets/stylesheets/search.scss */
#result-empty .search-result-empty__message,
#result-empty-alternatives .search-result-empty__message {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 1200px;
}

/* line 2902, app/assets/stylesheets/search.scss */
#result-empty .search-result-empty__text,
#result-empty-alternatives .search-result-empty__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%;
  text-align: center;
}

/* line 2911, app/assets/stylesheets/search.scss */
#result-empty .search-result-empty__title,
#result-empty-alternatives .search-result-empty__title {
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #b3bcc0;
}

/* line 2917, app/assets/stylesheets/search.scss */
#result-empty .search-result-empty__subtitle,
#result-empty-alternatives .search-result-empty__subtitle {
  margin: 0;
  max-width: 611px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #829095;
}

/* line 2924, app/assets/stylesheets/search.scss */
#result-empty .search-result-empty__form,
#result-empty-alternatives .search-result-empty__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}

/* line 2932, app/assets/stylesheets/search.scss */
#result-empty .search-result-empty__input,
#result-empty-alternatives .search-result-empty__input {
  box-sizing: border-box;
  width: 340px;
  max-width: 100%;
  height: 36px;
  padding: 8px 16px;
  background: #ffffff;
  border: 1px solid #e6e9ea;
  border-radius: 8px;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #212121;
}

/* line 2944, app/assets/stylesheets/search.scss */
#result-empty .search-result-empty__input::placeholder,
#result-empty-alternatives .search-result-empty__input::placeholder {
  color: #b3bcc0;
  text-transform: capitalize;
}

/* line 2949, app/assets/stylesheets/search.scss */
#result-empty .search-result-empty__input:focus,
#result-empty-alternatives .search-result-empty__input:focus {
  outline: none;
  border-color: #f9a529;
}

/* line 2955, app/assets/stylesheets/search.scss */
#result-empty .search-result-empty__notify-btn,
#result-empty-alternatives .search-result-empty__notify-btn {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 8px;
  min-width: 107px;
  height: 40px;
  border: none;
  border-radius: 32px;
  background: #f9a529;
  cursor: pointer;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-transform: capitalize;
}

/* line 2972, app/assets/stylesheets/search.scss */
#result-empty .search-result-empty__notify-btn:hover,
#result-empty-alternatives .search-result-empty__notify-btn:hover {
  background: #f8980b;
}

/* line 2977, app/assets/stylesheets/search.scss */
#result-empty .search-result-empty__enquiry-sent-text,
#result-empty-alternatives .search-result-empty__enquiry-sent-text {
  margin: 0;
  max-width: 611px;
  text-align: center;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #829095;
}

/* line 2985, app/assets/stylesheets/search.scss */
#result-empty .search-result-empty__message-box,
#result-empty-alternatives .search-result-empty__message-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 24px;
  gap: 16px;
  width: 100%;
  max-width: 1200px;
  background: #f7fdff;
  border-radius: 12px;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  /* line 2985, app/assets/stylesheets/search.scss */
  #result-empty .search-result-empty__message-box,
#result-empty-alternatives .search-result-empty__message-box {
    flex-direction: column;
    text-align: center;
  }
}

/* line 3003, app/assets/stylesheets/search.scss */
#result-empty .search-result-empty__message-box-icon,
#result-empty-alternatives .search-result-empty__message-box-icon {
  flex: none;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

/* line 3010, app/assets/stylesheets/search.scss */
#result-empty .search-result-empty__message-box-text,
#result-empty-alternatives .search-result-empty__message-box-text {
  flex: 1 1 auto;
  margin: 0;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #829095;
}

/* line 3017, app/assets/stylesheets/search.scss */
#result-empty .search-result-empty__search-btn,
#result-empty-alternatives .search-result-empty__search-btn {
  box-sizing: border-box;
  display: inline-flex;
  flex: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 8px;
  min-width: 92px;
  height: 40px;
  border: 1px solid #f9a529;
  border-radius: 32px;
  background: #feedd4;
  cursor: pointer;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #f9a529;
  text-transform: capitalize;
}

/* line 3036, app/assets/stylesheets/search.scss */
#result-empty .search-result-empty__search-btn:hover,
#result-empty-alternatives .search-result-empty__search-btn:hover {
  background: #fee5c0;
}

/* line 3041, app/assets/stylesheets/search.scss */
#result-empty .search-result-empty__image--alternatives,
#result-empty-alternatives .search-result-empty__image--alternatives {
  max-width: 480px;
  height: 200px;
}

/* line 3046, app/assets/stylesheets/search.scss */
#result-empty .search-result-empty__illustration--alternatives,
#result-empty-alternatives .search-result-empty__illustration--alternatives {
  max-width: 376px;
  height: 200px;
  opacity: 0.4;
}

/* line 3052, app/assets/stylesheets/search.scss */
#result-empty .search-result-empty__subtitle--alternatives,
#result-empty-alternatives .search-result-empty__subtitle--alternatives {
  max-width: 1009px;
  text-align: center;
}

/* line 3057, app/assets/stylesheets/search.scss */
#result-empty .search-result-empty__alternatives,
#result-empty-alternatives .search-result-empty__alternatives {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}

/* line 3067, app/assets/stylesheets/search.scss */
#result-empty .search-result-empty__alternative-card,
#result-empty-alternatives .search-result-empty__alternative-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  gap: 16px;
  width: 131px;
  min-height: 128px;
  background: #f7fdff;
  border-radius: 12px;
  box-sizing: border-box;
}

/* line 3080, app/assets/stylesheets/search.scss */
#result-empty .search-result-empty__alternative-card-title,
#result-empty-alternatives .search-result-empty__alternative-card-title {
  margin: 0;
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #001f2c;
}

/* line 3092, app/assets/stylesheets/search.scss */
#result-empty .search-result-empty__alternative-search-btn,
#result-empty-alternatives .search-result-empty__alternative-search-btn {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 16px;
  gap: 8px;
  width: 99px;
  height: 32px;
  border: 1px solid #f9a529;
  border-radius: 32px;
  background: #feedd4;
  cursor: pointer;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #f9a529;
  text-transform: capitalize;
}

/* line 3110, app/assets/stylesheets/search.scss */
#result-empty .search-result-empty__alternative-search-btn img,
#result-empty-alternatives .search-result-empty__alternative-search-btn img {
  width: 14px;
  height: 14px;
  flex: none;
}

/* line 3116, app/assets/stylesheets/search.scss */
#result-empty .search-result-empty__alternative-search-btn:hover,
#result-empty-alternatives .search-result-empty__alternative-search-btn:hover {
  background: #fee5c0;
}

/* line 3123, app/assets/stylesheets/search.scss */
.filter-results--empty .filters-panel {
  display: none;
}

/* line 3127, app/assets/stylesheets/search.scss */
.filter-results--empty .results-section {
  flex: 1 1 100%;
  max-width: 100%;
}

/* line 3132, app/assets/stylesheets/search.scss */
.filter-results--empty .search-hint,
.filter-results--empty .search-view-more {
  display: none !important;
}

/* line 3138, app/assets/stylesheets/search.scss */
.empty-header {
  font-family: "Primary";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #212121;
  margin-bottom: 24px;
}

/* line 3144, app/assets/stylesheets/search.scss */
.empty-text {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  color: #9e9e9e;
  width: 70%;
  margin: auto;
}

/* line 3153, app/assets/stylesheets/search.scss */
.search-result-invalid {
  margin-top: 24px;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 3161, app/assets/stylesheets/search.scss */
.search-result-invalid-content {
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
  gap: 24px;
}

/* line 3172, app/assets/stylesheets/search.scss */
.invalid-header {
  font-family: "Primary";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #bb7777;
  margin-bottom: 24px;
}

/* line 3178, app/assets/stylesheets/search.scss */
.invalid-text {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  color: #9e9e9e;
  width: 70%;
  margin: auto;
}

/* line 3188, app/assets/stylesheets/search.scss */
.filter-results {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}

@media (max-width: 1024px) {
  /* line 3188, app/assets/stylesheets/search.scss */
  .filter-results {
    flex-direction: column;
    gap: 0;
  }
}

/* line 3201, app/assets/stylesheets/search.scss */
.filter-results .filters-panel {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 24px;
  width: 355px;
  max-width: 100%;
  flex: 0 0 auto;
  background: #004E6F;
  box-shadow: 0 2px 24px rgba(0, 31, 44, 0.16);
  border-radius: 16px;
  color: #ffffff;
}

@media (max-width: 1024px) {
  /* line 3201, app/assets/stylesheets/search.scss */
  .filter-results .filters-panel {
    width: 100%;
    padding: 0;
    gap: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
  }
}

/* line 3225, app/assets/stylesheets/search.scss */
.filter-results .filters-panel .side-panel-header__title,
.filter-results .filters-panel .side-panel__title,
.filter-results .filters-panel .side-panel__filter-label,
.filter-results .filters-panel .price-range__label,
.filter-results .filters-panel .transit-range__label,
.filter-results .filters-panel .free-time-range__label {
  color: #ffffff;
}

/* line 3234, app/assets/stylesheets/search.scss */
.filter-results .filters-panel .side-panel__accordion-arrow {
  color: #ffffff;
}

/* line 3238, app/assets/stylesheets/search.scss */
.filter-results .filters-panel hr {
  background: #F3F3F3;
}

/* line 3242, app/assets/stylesheets/search.scss */
.filter-results .filters-panel .switch-label {
  background: #CCEBF8;
}

/* line 3245, app/assets/stylesheets/search.scss */
.filter-results .filters-panel .switch-label:after {
  border: 1px solid #009CDE;
}

/* line 3250, app/assets/stylesheets/search.scss */
.filter-results .filters-panel .switch:checked + .switch-label {
  background: #009CDE;
}

/* line 3253, app/assets/stylesheets/search.scss */
.filter-results .filters-panel .switch:checked + .switch-label:after {
  border-color: transparent;
}

/* line 3258, app/assets/stylesheets/search.scss */
.filter-results .filters-panel .checkmark {
  background: transparent;
  border: 2px solid #CCEBF8;
}

/* line 3263, app/assets/stylesheets/search.scss */
.filter-results .filters-panel .check:checked + .checkmark {
  background: #009CDE;
  border-color: #009CDE;
}

/* line 3268, app/assets/stylesheets/search.scss */
.filter-results .filters-panel #price-slider-range,
.filter-results .filters-panel .transit-range #transit-slider-range,
.filter-results .filters-panel .free-time-range #free-time-pol-slider-range,
.filter-results .filters-panel .free-time-range #free-time-pod-slider-range {
  background: #CCEBF8;
}

/* line 3274, app/assets/stylesheets/search.scss */
.filter-results .filters-panel #price-slider-range .ui-slider-range,
.filter-results .filters-panel .transit-range #transit-slider-range .ui-slider-range,
.filter-results .filters-panel .free-time-range #free-time-pol-slider-range .ui-slider-range,
.filter-results .filters-panel .free-time-range #free-time-pod-slider-range .ui-slider-range {
  background: #008CC8;
}

/* line 3278, app/assets/stylesheets/search.scss */
.filter-results .filters-panel #price-slider-range .ui-slider-handle,
.filter-results .filters-panel .transit-range #transit-slider-range .ui-slider-handle,
.filter-results .filters-panel .free-time-range #free-time-pol-slider-range .ui-slider-handle,
.filter-results .filters-panel .free-time-range #free-time-pod-slider-range .ui-slider-handle {
  background: #009CDE;
  border-color: #CCEBF8;
}

/* line 3284, app/assets/stylesheets/search.scss */
.filter-results .filters-panel .price-range__tooltip,
.filter-results .filters-panel .transit-range__tooltip {
  background: #008CC8;
}

/* line 3288, app/assets/stylesheets/search.scss */
.filter-results .filters-panel .price-range__tooltip::after,
.filter-results .filters-panel .transit-range__tooltip::after {
  border-top-color: #008CC8;
}

/* line 3293, app/assets/stylesheets/search.scss */
.filter-results .filters-panel .side-panel__element__filter--incoterm label img,
.filter-results .filters-panel .side-panel__element__filter label img {
  filter: brightness(0) invert(1);
}

/* line 3299, app/assets/stylesheets/search.scss */
.filter-results .results-section {
  flex: 1 1 0;
  min-width: 0;
  width: 100%;
}

/* line 3306, app/assets/stylesheets/search.scss */
.filter-results .filters-panel .search-sidebar {
  margin-top: 0;
  width: 100%;
}

/* line 3311, app/assets/stylesheets/search.scss */
.filter-results .filters-panel .search-wrapper.search-page-search-wrapper {
  background: transparent;
  border-radius: 0;
}

/* line 3316, app/assets/stylesheets/search.scss */
.filter-results .filters-panel .side-panel {
  padding: 0;
  border-radius: 0;
}

/* line 3321, app/assets/stylesheets/search.scss */
.search-sidebar {
  width: 100%;
  display: flex;
  margin-top: 24px;
  --max-width: -537px;
}

/* line 3327, app/assets/stylesheets/search.scss */
.search-sidebar .search-wrapper {
  margin-top: 0;
}

/* line 3331, app/assets/stylesheets/search.scss */
.search-sidebar .search-wrapper.search-page-search-wrapper {
  background: #f7fcff;
}

/* line 3335, app/assets/stylesheets/search.scss */
.search-sidebar .search-form {
  padding: 16px;
}

/* line 3339, app/assets/stylesheets/search.scss */
.search-sidebar .search-input-wrapper {
  box-shadow: none;
  border: 1px solid #dadce0;
}

/* line 3344, app/assets/stylesheets/search.scss */
.search-sidebar .search-select-container input {
  margin-left: 4px;
}

/* line 3348, app/assets/stylesheets/search.scss */
.search-sidebar .search-select-container,
.search-sidebar .pick-date-container {
  padding: 11px 19px;
}

/* line 3354, app/assets/stylesheets/search.scss */
.search-sidebar .search-form {
  flex-flow: column;
}

/* line 3358, app/assets/stylesheets/search.scss */
.search-sidebar .search-from-button-wrapper {
  margin-top: 24px;
  width: 100%;
  margin-right: 0;
}

/* line 3363, app/assets/stylesheets/search.scss */
.search-sidebar .search-from-button-wrapper button {
  width: 100%;
  border-radius: 99px;
}

/* line 3367, app/assets/stylesheets/search.scss */
.search-sidebar .search-from-button-wrapper button .text {
  display: block;
}

/* line 3371, app/assets/stylesheets/search.scss */
.search-sidebar .search-from-button-wrapper button .icon {
  margin-right: 8px;
}

/* line 3378, app/assets/stylesheets/search.scss */
.search-sidebar .search-input-wrapper input::placeholder {
  text-align: left;
}

/* line 3383, app/assets/stylesheets/search.scss */
.search-sidebar-open {
  animation: open 1s forwards;
  margin-top: 0;
}

@keyframes open {
  100% {
    right: 0;
  }
}

/* line 3393, app/assets/stylesheets/search.scss */
.search-sidebar-open .side-panel {
  height: 100vh;
  overflow: scroll;
}

/* line 3399, app/assets/stylesheets/search.scss */
.search-sidebar-close {
  animation: close 1s forwards;
}

@keyframes close {
  100% {
    right: var(--max-width);
  }
}

@media (max-width: 1024px) {
  /* line 3321, app/assets/stylesheets/search.scss */
  .search-sidebar {
    position: fixed;
    top: 0px;
    right: var(--max-width);
    width: 100%;
    max-width: calc(-1 * var(--max-width));
    z-index: 10;
  }
  /* line 3417, app/assets/stylesheets/search.scss */
  .search-sidebar .search-wrapper,
.search-sidebar .search-wrapper.search-page-search-wrapper {
    background: white;
    box-shadow: 0px 4px 56px 0px rgba(0, 42, 63, 0.16);
    border-radius: 0;
  }
}

@media (max-width: 1024px) {
  /* line 3428, app/assets/stylesheets/search.scss */
  .filter-results .filters-panel {
    display: none;
  }
  /* line 3432, app/assets/stylesheets/search.scss */
  .filter-results.filter-modal-open .filters-panel {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    position: fixed;
    inset: 0;
    z-index: 1050;
    width: 100%;
    max-width: none;
    padding: 24px 16px;
    margin: 0;
    gap: 0;
    background: rgba(0, 31, 44, 0.72);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 3451, app/assets/stylesheets/search.scss */
  .filter-results.filter-modal-open .filters-panel .search-sidebar {
    position: static !important;
    top: auto !important;
    right: auto !important;
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 0;
    z-index: auto;
    align-self: stretch;
    animation: none !important;
  }
  /* line 3463, app/assets/stylesheets/search.scss */
  .filter-results.filter-modal-open .filters-panel .search-sidebar .search-wrapper,
.filter-results.filter-modal-open .filters-panel .search-sidebar .search-wrapper.search-page-search-wrapper {
    background: #004E6F;
    box-shadow: 0 2px 24px rgba(0, 31, 44, 0.16);
    border-radius: 16px;
  }
  /* line 3470, app/assets/stylesheets/search.scss */
  .filter-results.filter-modal-open .filters-panel .search-sidebar .side-panel {
    padding: 24px;
    border-radius: 16px;
  }
  /* line 3476, app/assets/stylesheets/search.scss */
  .filter-results.filter-modal-open .filters-panel .search-sidebar.search-sidebar-open .side-panel {
    height: auto;
    max-height: none;
    overflow: visible;
  }
}

@media (max-width: 1024px) {
  /* line 3485, app/assets/stylesheets/search.scss */
  .search-result-filter-trigger {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border: none;
    border-radius: 12px;
    background: transparent;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
  }
  /* line 3502, app/assets/stylesheets/search.scss */
  .search-result-filter-trigger:focus, .search-result-filter-trigger:focus-visible {
    outline: none;
    box-shadow: none;
  }
  /* line 3508, app/assets/stylesheets/search.scss */
  .search-result-filter-trigger img {
    width: 19px;
    height: 20px;
    display: block;
  }
}

/* line 3521, app/assets/stylesheets/search.scss */
body.search-results-page .search-page-content.container-custom.page-container > .search-page__header-bar {
  box-sizing: border-box;
  width: calc(100% + 50px);
  margin: -24px -40px 0;
  padding: 24px 24px 0;
}

@media (max-width: 1024px) {
  /* line 3521, app/assets/stylesheets/search.scss */
  body.search-results-page .search-page-content.container-custom.page-container > .search-page__header-bar {
    width: calc(100% + 32px);
    margin: -16px -16px 0;
    padding: 16px;
  }
}

/* line 3538, app/assets/stylesheets/search.scss */
.search-page__header-bar .main-search {
  padding-top: 0;
}

/* line 3542, app/assets/stylesheets/search.scss */
.search-page__header-bar .header-search-minimized {
  cursor: pointer;
  background: #ffffff;
  box-shadow: 0 2px 24px rgba(0, 31, 44, 0.16);
  border-radius: 16px;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

/* line 3549, app/assets/stylesheets/search.scss */
.search-page__header-bar .header-search-minimized__bar {
  margin-top: 0;
  padding: 16px;
  gap: 24px;
  min-height: 68px;
  box-sizing: border-box;
  background: transparent;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 3562, app/assets/stylesheets/search.scss */
.search-page__header-bar .header-search-minimized__bar-elements {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: nowrap;
}

/* line 3571, app/assets/stylesheets/search.scss */
.search-page__header-bar .header-search-minimized__data {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
}

/* line 3581, app/assets/stylesheets/search.scss */
.search-page__header-bar .header-search-minimized__route, .search-page__header-bar .header-search-minimized__details {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  min-width: 0;
}

/* line 3590, app/assets/stylesheets/search.scss */
.search-page__header-bar .header-search-minimized__route {
  flex: 1 1 auto;
}

/* line 3594, app/assets/stylesheets/search.scss */
.search-page__header-bar .header-search-minimized__details {
  flex: 0 1 auto;
  position: relative;
  padding-left: 24px;
}

/* line 3599, app/assets/stylesheets/search.scss */
.search-page__header-bar .header-search-minimized__details::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 36px;
  background: #F3F3F3;
}

/* line 3611, app/assets/stylesheets/search.scss */
.search-page__header-bar .header-search-minimized__field {
  flex: 1 1 0;
  min-width: 0;
}

/* line 3616, app/assets/stylesheets/search.scss */
.search-page__header-bar .header-search-minimized__input {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 16px;
  gap: 16px;
  width: 100%;
  height: 36px;
  background: #F3F3F3;
  border: 1px solid #E6E9EA;
  border-radius: 8px;
}

/* line 3630, app/assets/stylesheets/search.scss */
.search-page__header-bar .header-search-minimized__icon-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex: 1 1 auto;
  min-width: 0;
}

/* line 3639, app/assets/stylesheets/search.scss */
.search-page__header-bar .header-search-minimized__field-icon, .search-page__header-bar .header-search-minimized__field-flag {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
}

/* line 3648, app/assets/stylesheets/search.scss */
.search-page__header-bar .header-search-minimized__field-value {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #B3BCC0;
  text-transform: capitalize;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 3658, app/assets/stylesheets/search.scss */
.search-page__header-bar .header-search-minimized__field-chevron {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  background-color: #B3BCC0;
  mask: url(/assets/components/search/filter-arrow-down-11da9054778c28cf9fc6fd0880a1bcd55c9f117b253c963c3acd1f5fb127a3e8.svg) center/contain no-repeat;
  -webkit-mask: url(/assets/components/search/filter-arrow-down-11da9054778c28cf9fc6fd0880a1bcd55c9f117b253c963c3acd1f5fb127a3e8.svg) center/contain no-repeat;
}

/* line 3667, app/assets/stylesheets/search.scss */
.search-page__header-bar .header-search-minimized__wave-arrow {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 3675, app/assets/stylesheets/search.scss */
.search-page__header-bar .header-search-minimized__wave-arrow img {
  width: 24px;
  height: 24px;
  display: block;
  opacity: 0.72;
  filter: grayscale(1) brightness(1.1);
}

/* line 3684, app/assets/stylesheets/search.scss */
.search-page__header-bar .header-search-minimized__field-separator {
  flex-shrink: 0;
  align-self: stretch;
  width: 1px;
  min-height: 36px;
  background: #F3F3F3;
}

/* line 3692, app/assets/stylesheets/search.scss */
.search-page__header-bar .header-search-minimized__bar-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}

/* line 3699, app/assets/stylesheets/search.scss */
.search-page__header-bar .header-search-minimized .search-from-button-wrapper {
  display: none;
  margin: 0;
  align-self: center;
}

/* line 3704, app/assets/stylesheets/search.scss */
.search-page__header-bar .header-search-minimized .search-from-button-wrapper button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto;
  min-width: 101px;
  height: 32px;
  padding: 8px 16px;
  border: none;
  border-radius: 32px;
  background: #F9A529;
  color: #ffffff;
}

/* line 3718, app/assets/stylesheets/search.scss */
.search-page__header-bar .header-search-minimized .search-from-button-wrapper button .text {
  display: block;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: capitalize;
}

/* line 3724, app/assets/stylesheets/search.scss */
.search-page__header-bar .header-search-minimized .search-from-button-wrapper button .icon img {
  width: 16px;
  height: 16px;
  display: block;
}

/* line 3732, app/assets/stylesheets/search.scss */
.search-page__header-bar .header-search-minimized .bookmark {
  flex-shrink: 0;
}

/* line 3735, app/assets/stylesheets/search.scss */
.search-page__header-bar .header-search-minimized .bookmark__text {
  display: none;
}

/* line 3739, app/assets/stylesheets/search.scss */
.search-page__header-bar .header-search-minimized .bookmark__btn img {
  width: 24px;
  height: 24px;
  display: block;
  opacity: 0.72;
}

/* line 3748, app/assets/stylesheets/search.scss */
.search-page__header-bar .header-search-minimized--editable .header-search-minimized__input {
  background: #ffffff;
}

/* line 3752, app/assets/stylesheets/search.scss */
.search-page__header-bar .header-search-minimized--editable .header-search-minimized__field-value {
  color: #001F2C;
}

/* line 3756, app/assets/stylesheets/search.scss */
.search-page__header-bar .header-search-minimized--editable .header-search-minimized__field-chevron {
  background-color: #334C56;
}

/* line 3760, app/assets/stylesheets/search.scss */
.search-page__header-bar .header-search-minimized--editable .bookmark {
  display: none !important;
}

/* line 3764, app/assets/stylesheets/search.scss */
.search-page__header-bar .header-search-minimized--editable .search-from-button-wrapper {
  display: flex;
}

@media (min-width: 769px) {
  /* line 3773, app/assets/stylesheets/search.scss */
  body.search-header-expanded .search-page__header-bar .header-search {
    margin-top: 0;
    width: 100%;
  }
  /* line 3777, app/assets/stylesheets/search.scss */
  body.search-header-expanded .search-page__header-bar .header-search .header-search__cancel {
    display: none;
  }
  /* line 3781, app/assets/stylesheets/search.scss */
  body.search-header-expanded .search-page__header-bar .header-search .header-search__sheet {
    display: block;
    width: 100%;
  }
  /* line 3786, app/assets/stylesheets/search.scss */
  body.search-header-expanded .search-page__header-bar .header-search #compare.component-search__wrapper-min {
    border-radius: 16px;
    filter: none;
    padding: 16px;
    margin-top: 0;
  }
  /* line 3793, app/assets/stylesheets/search.scss */
  body.search-header-expanded .search-page__header-bar .header-search .main-search .component-search__form {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    flex-wrap: nowrap;
    width: 100%;
    padding: 15px;
  }
  /* line 3803, app/assets/stylesheets/search.scss */
  body.search-header-expanded .search-page__header-bar .header-search .component-search__main-elements-wrapper:first-of-type {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    flex: 1 1 auto;
    min-width: 0;
  }
  /* line 3811, app/assets/stylesheets/search.scss */
  body.search-header-expanded .search-page__header-bar .header-search .component-search__main-elements-wrapper:first-of-type > .component-search__flexible-input {
    flex: 1 1 0;
    min-width: 0;
  }
  /* line 3816, app/assets/stylesheets/search.scss */
  body.search-header-expanded .search-page__header-bar .header-search .component-search__main-elements-wrapper:first-of-type .flexible-input {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    flex: 1 1 auto;
    min-width: 0;
    flex-wrap: nowrap;
  }
  /* line 3826, app/assets/stylesheets/search.scss */
  body.search-header-expanded .search-page__header-bar .header-search .component-search__main-elements-wrapper:first-of-type .component-search__field-wrapper {
    flex: 1 1 0;
    min-width: 0;
  }
  /* line 3831, app/assets/stylesheets/search.scss */
  body.search-header-expanded .search-page__header-bar .header-search .component-search__main-elements-wrapper:first-of-type .next-arrow-wrapper {
    flex-shrink: 0;
    align-self: center;
    margin: 0;
    transform: none;
  }
  /* line 3840, app/assets/stylesheets/search.scss */
  body.search-header-expanded .search-page__header-bar .header-search .component-search__main-elements-wrapper:first-of-type .optional-area,
body.search-header-expanded .search-page__header-bar .header-search .component-search__main-elements-wrapper:first-of-type .optional-port {
    flex: 0 0 auto;
    width: auto;
    align-self: center;
    padding: 0;
  }
  /* line 3847, app/assets/stylesheets/search.scss */
  body.search-header-expanded .search-page__header-bar .header-search .component-search__main-elements-wrapper:first-of-type .optional-area .optional-button,
body.search-header-expanded .search-page__header-bar .header-search .component-search__main-elements-wrapper:first-of-type .optional-port .optional-button {
    gap: 4px;
  }
  /* line 3850, app/assets/stylesheets/search.scss */
  body.search-header-expanded .search-page__header-bar .header-search .component-search__main-elements-wrapper:first-of-type .optional-area .optional-button img,
body.search-header-expanded .search-page__header-bar .header-search .component-search__main-elements-wrapper:first-of-type .optional-port .optional-button img {
    width: 16px;
    height: 16px;
  }
  /* line 3855, app/assets/stylesheets/search.scss */
  body.search-header-expanded .search-page__header-bar .header-search .component-search__main-elements-wrapper:first-of-type .optional-area .optional-button .optional,
body.search-header-expanded .search-page__header-bar .header-search .component-search__main-elements-wrapper:first-of-type .optional-port .optional-button .optional {
    width: auto;
    line-height: 14px;
    white-space: nowrap;
  }
  /* line 3864, app/assets/stylesheets/search.scss */
  body.search-header-expanded .search-page__header-bar .header-search .component-search__main-elements-wrapper[data-target='others'] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    flex: 1 1 auto;
    min-width: 0;
  }
  /* line 3872, app/assets/stylesheets/search.scss */
  body.search-header-expanded .search-page__header-bar .header-search .component-search__main-elements-wrapper[data-target='others'] .vertical-separator {
    display: block;
    align-self: stretch;
    height: 36px;
    width: 1px;
    min-width: 1px;
    background: #F3F3F3;
    border: none;
    flex-shrink: 0;
  }
  /* line 3883, app/assets/stylesheets/search.scss */
  body.search-header-expanded .search-page__header-bar .header-search .component-search__main-elements-wrapper[data-target='others'] .component-search__field-wrapper {
    flex: 1 1 0;
    min-width: 0;
  }
  /* line 3888, app/assets/stylesheets/search.scss */
  body.search-header-expanded .search-page__header-bar .header-search .component-search__main-elements-wrapper[data-target='others'] .component-search__form-button {
    flex-shrink: 0;
    width: auto;
    margin: 0;
  }
  /* line 3895, app/assets/stylesheets/search.scss */
  body.search-header-expanded .search-page__header-bar .header-search .component-search__input-wrapper,
body.search-header-expanded .search-page__header-bar .header-search .pick-date-container,
body.search-header-expanded .search-page__header-bar .header-search .search-select-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 36px;
    height: 36px;
    padding: 8px 16px;
    gap: 8px;
    background: #ffffff;
    border: 1px solid #E6E9EA;
    border-radius: 8px;
  }
  /* line 3915, app/assets/stylesheets/search.scss */
  body.search-header-expanded .search-page__header-bar .header-search .merged-input .location-selector .component-search__input-wrapper,
body.search-header-expanded .search-page__header-bar .header-search .merged-input .extra-selector .component-search__input-wrapper {
    border-radius: 8px !important;
    border-left: 1px solid #E6E9EA !important;
  }
  /* line 3921, app/assets/stylesheets/search.scss */
  body.search-header-expanded .search-page__header-bar .header-search .component-search__input-wrapper input[type='search'],
body.search-header-expanded .search-page__header-bar .header-search .cargo-select,
body.search-header-expanded .search-page__header-bar .header-search .date-select,
body.search-header-expanded .search-page__header-bar .header-search #company.company-select {
    color: #001F2C;
    font-family: "Figtree";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  /* line 3929, app/assets/stylesheets/search.scss */
  body.search-header-expanded .search-page__header-bar .header-search .component-search__input-wrapper .icon,
body.search-header-expanded .search-page__header-bar .header-search .component-search__input-wrapper .flag,
body.search-header-expanded .search-page__header-bar .header-search .cargo-icon,
body.search-header-expanded .search-page__header-bar .header-search .bulk-icon,
body.search-header-expanded .search-page__header-bar .header-search .date-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }
  /* line 3939, app/assets/stylesheets/search.scss */
  body.search-header-expanded .search-page__header-bar .header-search .component-search__form-button button,
body.search-header-expanded .search-page__header-bar .header-search .main-search__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: auto;
    min-width: 101px;
    height: 32px;
    min-height: 32px;
    padding: 8px 16px;
    border: none;
    border-radius: 32px;
    background: #F9A529;
    color: #ffffff;
    font-family: "Secondary";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
  }
  /* line 3957, app/assets/stylesheets/search.scss */
  body.search-header-expanded .search-page__header-bar .header-search .component-search__form-button button .main-search__btn-label,
body.search-header-expanded .search-page__header-bar .header-search .main-search__btn .main-search__btn-label {
    display: block;
  }
  /* line 3961, app/assets/stylesheets/search.scss */
  body.search-header-expanded .search-page__header-bar .header-search .component-search__form-button button .search-mini-logo,
body.search-header-expanded .search-page__header-bar .header-search .main-search__btn .search-mini-logo {
    width: 16px;
    height: 16px;
  }
}

/* line 3971, app/assets/stylesheets/search.scss */
.search-page__header-bar .header-search__sheet-footer {
  display: none !important;
}

@media (max-width: 1024px) {
  /* line 3976, app/assets/stylesheets/search.scss */
  body.search-edit-modal-open {
    overflow: hidden;
  }
  /* line 3980, app/assets/stylesheets/search.scss */
  body.search-edit-modal-open ul.ui-autocomplete.autocomplete-country-select-list {
    z-index: 10060 !important;
  }
  /* line 3987, app/assets/stylesheets/search.scss */
  .search-page__header-bar #compare > .main-search .component-search__form {
    align-items: stretch;
  }
  /* line 3992, app/assets/stylesheets/search.scss */
  .search-page__header-bar #compare > .main-search .component-search__field-wrapper {
    width: 100% !important;
    max-width: none !important;
    flex: 0 0 auto !important;
    align-self: stretch !important;
    box-sizing: border-box;
  }
  /* line 4000, app/assets/stylesheets/search.scss */
  .search-page__header-bar #compare > .main-search .component-search__main-elements-wrapper:first-of-type {
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100%;
    gap: 12px;
  }
  /* line 4006, app/assets/stylesheets/search.scss */
  .search-page__header-bar #compare > .main-search .component-search__main-elements-wrapper:first-of-type > .component-search__flexible-input {
    width: 100% !important;
    max-width: none !important;
    flex: 0 0 auto !important;
  }
  /* line 4012, app/assets/stylesheets/search.scss */
  .search-page__header-bar #compare > .main-search .component-search__main-elements-wrapper:first-of-type > .next-arrow-wrapper {
    align-self: center;
    margin: 0;
    transform: rotate(90deg);
  }
  /* line 4019, app/assets/stylesheets/search.scss */
  .search-page__header-bar #compare > .main-search .component-search__flexible-input .flexible-input {
    flex-direction: column !important;
    align-items: stretch !important;
    flex-wrap: nowrap !important;
    gap: 12px;
    width: 100%;
  }
  /* line 4028, app/assets/stylesheets/search.scss */
  .search-page__header-bar #compare > .main-search .component-search__flexible-input .flexible-input .optional-area,
.search-page__header-bar #compare > .main-search .component-search__flexible-input .flexible-input .optional-port {
    width: 100%;
    text-align: center;
    padding-top: 0 !important;
    box-sizing: border-box;
  }
  /* line 4036, app/assets/stylesheets/search.scss */
  .search-page__header-bar #compare > .main-search .component-search__flexible-input .flexible-input .optional-area .optional-button,
.search-page__header-bar #compare > .main-search .component-search__flexible-input .flexible-input .optional-port .optional-button {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 4048, app/assets/stylesheets/search.scss */
  .search-page__header-bar #compare > .main-search .component-search__flexible-input .flexible-input.multi-input .location-selector,
.search-page__header-bar #compare > .main-search .component-search__flexible-input .flexible-input.multi-input .extra-selector {
    flex: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }
  /* line 4057, app/assets/stylesheets/search.scss */
  .search-page__header-bar #compare > .main-search .component-search__main-elements-wrapper[data-target='others'] {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px;
    width: 100%;
    grid-template-columns: unset !important;
  }
  /* line 4065, app/assets/stylesheets/search.scss */
  .search-page__header-bar #compare > .main-search .component-search__main-elements-wrapper[data-target='others'] .vertical-separator {
    display: none !important;
  }
  /* line 4069, app/assets/stylesheets/search.scss */
  .search-page__header-bar #compare > .main-search .component-search__main-elements-wrapper[data-target='others'] .component-search__form-button {
    width: 100% !important;
    margin-top: 0 !important;
  }
  /* line 4077, app/assets/stylesheets/search.scss */
  .search-page__header-bar #compare.component-search__wrapper-min {
    background-color: #FFFFFF !important;
    filter: none !important;
  }
  /* line 4082, app/assets/stylesheets/search.scss */
  body.search-edit-modal-open .search-page__header-bar .header-search {
    box-sizing: border-box;
    position: fixed;
    inset: 0;
    z-index: 1060;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    margin: 0;
    width: 100%;
    max-width: none;
    background: rgba(0, 31, 44, 0.72);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 4099, app/assets/stylesheets/search.scss */
  .search-page__header-bar .header-search__sheet {
    display: contents;
  }
  /* line 4103, app/assets/stylesheets/search.scss */
  body.search-edit-modal-open .search-page__header-bar .header-search__sheet {
    /* search-results-bar card (Figma) */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    max-width: 342px;
    margin: 0 auto;
    padding: 24px 16px;
    gap: 24px;
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.12);
    filter: none !important;
  }
  /* line 4122, app/assets/stylesheets/search.scss */
  body.search-edit-modal-open .search-page__header-bar .header-search__cancel {
    display: none !important;
  }
  /* line 4126, app/assets/stylesheets/search.scss */
  body.search-edit-modal-open .search-page__header-bar .header-search__sheet-footer {
    box-sizing: border-box;
    display: flex !important;
    flex-direction: row;
    align-items: stretch;
    gap: 16px;
    width: 100%;
    max-width: 100%;
    align-self: stretch;
    padding: 0;
    background: #FFFFFF;
  }
  /* line 4139, app/assets/stylesheets/search.scss */
  body.search-edit-modal-open .search-page__header-bar .header-search__cancel-pill {
    flex: 1 1 0;
    min-width: 0;
    margin: 0;
    padding: 8px 16px;
    border: 1px solid #F9A529;
    border-radius: 32px;
    background: #FEEDD4;
    cursor: pointer;
    font-family: "Figtree";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #F9A529;
    text-transform: capitalize;
  }
  /* line 4153, app/assets/stylesheets/search.scss */
  body.search-edit-modal-open .search-page__header-bar .header-search__submit-pill {
    flex: 1 1 0;
    min-width: 0;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 8px 16px;
    border: none;
    border-radius: 32px;
    background: #F9A529;
    cursor: pointer;
    font-family: "Figtree";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    text-transform: capitalize;
  }
  /* line 4172, app/assets/stylesheets/search.scss */
  body.search-edit-modal-open .search-page__header-bar .header-search__submit-pill-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }
  /* line 4178, app/assets/stylesheets/search.scss */
  body.search-edit-modal-open .search-page__header-bar #compare.component-search__wrapper-min {
    background: #FFFFFF !important;
    filter: none !important;
    box-shadow: none !important;
    border-radius: 0;
    padding: 0 !important;
    padding-bottom: 0 !important;
    width: 100%;
    max-width: 100%;
    align-self: stretch;
  }
  /* line 4190, app/assets/stylesheets/search.scss */
  body.search-edit-modal-open .search-page__header-bar #compare > .main-search {
    width: 100%;
    background: #FFFFFF !important;
    filter: none !important;
    box-shadow: none !important;
  }
  /* line 4196, app/assets/stylesheets/search.scss */
  body.search-edit-modal-open .search-page__header-bar #compare > .main-search .component-search__form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    padding: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    background: #FFFFFF !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    filter: none !important;
  }
  /* line 4210, app/assets/stylesheets/search.scss */
  body.search-edit-modal-open .search-page__header-bar #compare > .main-search .component-search__main-elements-wrapper:first-of-type,
body.search-edit-modal-open .search-page__header-bar #compare > .main-search .component-search__main-elements-wrapper:not([data-target='others']) {
    gap: 24px;
    padding: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    background: #FFFFFF !important;
  }
  /* line 4219, app/assets/stylesheets/search.scss */
  body.search-edit-modal-open .search-page__header-bar #compare > .main-search .component-search__flexible-input,
body.search-edit-modal-open .search-page__header-bar #compare > .main-search .component-search__flexible-input .flexible-input {
    gap: 24px;
    padding: 0 !important;
    background: #FFFFFF !important;
  }
  /* line 4226, app/assets/stylesheets/search.scss */
  body.search-edit-modal-open .search-page__header-bar #compare > .main-search .component-search__main-elements-wrapper[data-target='others'] {
    gap: 24px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: #FFFFFF !important;
  }
  /* line 4234, app/assets/stylesheets/search.scss */
  body.search-edit-modal-open .search-page__header-bar #compare .component-search__form-button {
    display: none !important;
  }
  /* line 4238, app/assets/stylesheets/search.scss */
  body.search-edit-modal-open .search-page__header-bar #compare .component-search__main-elements-wrapper[data-target='others'] {
    margin-top: 8px;
    padding-top: 16px;
    border-top: 1px solid #F3F3F3;
    background: #FFFFFF;
  }
  /* line 4246, app/assets/stylesheets/search.scss */
  body.search-edit-modal-open .search-page__header-bar #compare .location-selector,
body.search-edit-modal-open .search-page__header-bar #compare .extra-selector,
body.search-edit-modal-open .search-page__header-bar #compare .component-search__main-elements-wrapper[data-target='others'] .component-search__field-wrapper {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  /* line 4261, app/assets/stylesheets/search.scss */
  body.search-edit-modal-open .search-page__header-bar #compare .component-search__location-row {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 0;
    background: transparent;
  }
  /* line 4272, app/assets/stylesheets/search.scss */
  body.search-edit-modal-open .search-page__header-bar #compare .component-search__map-btn {
    display: none !important;
  }
  /* line 4276, app/assets/stylesheets/search.scss */
  body.search-edit-modal-open .search-page__header-bar #compare .component-search__main-elements-wrapper[data-target='others'] .component-search__field-wrapper .component-search__input-wrapper,
body.search-edit-modal-open .search-page__header-bar #compare .component-search__input-wrapper,
body.search-edit-modal-open .search-page__header-bar #compare .pick-date-container,
body.search-edit-modal-open .search-page__header-bar #compare .search-select-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
    padding: 8px 16px !important;
    gap: 8px;
    background: #FFFFFF !important;
    border: 1px solid #E6E9EA !important;
    border-radius: 8px !important;
  }
  /* line 4295, app/assets/stylesheets/search.scss */
  body.search-edit-modal-open .search-page__header-bar #compare #company.company-select,
body.search-edit-modal-open .search-page__header-bar #compare #cargo.cargo-select,
body.search-edit-modal-open .search-page__header-bar #compare #date.date-select {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    height: 20px;
    line-height: 20px;
    padding: 0;
    border: none;
    background: transparent;
    font-family: "Figtree";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #001F2C;
    text-transform: capitalize;
  }
  /* line 4310, app/assets/stylesheets/search.scss */
  body.search-edit-modal-open .search-page__header-bar #compare #company.company-select::placeholder,
body.search-edit-modal-open .search-page__header-bar #compare #cargo.cargo-select::placeholder,
body.search-edit-modal-open .search-page__header-bar #compare #date.date-select::placeholder {
    color: #B3BCC0;
    text-transform: capitalize;
  }
  /* line 4320, app/assets/stylesheets/search.scss */
  body.search-edit-modal-open .search-page__header-bar #compare .merged-input .extra-selector.destination .component-search__input-wrapper,
body.search-edit-modal-open .search-page__header-bar #compare .merged-input .location-selector.origin .component-search__input-wrapper,
body.search-edit-modal-open .search-page__header-bar #compare .merged-input .extra-selector.origin .component-search__input-wrapper,
body.search-edit-modal-open .search-page__header-bar #compare .merged-input .location-selector.destination .component-search__input-wrapper {
    border-radius: 8px !important;
    border-left: 1px solid #E6E9EA !important;
  }
  /* line 4326, app/assets/stylesheets/search.scss */
  body.search-edit-modal-open .search-page__header-bar #compare .component-search__input-wrapper .icon,
body.search-edit-modal-open .search-page__header-bar #compare .component-search__input-wrapper .marker-wrapper img,
body.search-edit-modal-open .search-page__header-bar #compare .cargo-icon,
body.search-edit-modal-open .search-page__header-bar #compare .bulk-icon,
body.search-edit-modal-open .search-page__header-bar #compare .date-icon,
body.search-edit-modal-open .search-page__header-bar #compare .cargo-arrow .arrow {
    width: 16px !important;
    height: 16px !important;
    flex-shrink: 0;
    filter: brightness(0) saturate(100%) invert(84%) sepia(6%) saturate(286%) hue-rotate(152deg) brightness(91%) contrast(87%);
  }
  /* line 4339, app/assets/stylesheets/search.scss */
  body.search-edit-modal-open .search-page__header-bar #compare .component-search__input-wrapper .flag {
    width: 16px !important;
    height: 16px !important;
    flex-shrink: 0;
    filter: none;
  }
  /* line 4346, app/assets/stylesheets/search.scss */
  body.search-edit-modal-open .search-page__header-bar #compare .cargo-arrow .arrow {
    width: 12px !important;
    height: 12px !important;
  }
  /* line 4352, app/assets/stylesheets/search.scss */
  .search-page__header-bar .header-search-minimized {
    width: 100%;
    max-width: 100%;
    height: 56px;
    background: #FFFFFF;
    box-shadow: 0 2px 24px rgba(0, 31, 44, 0.16);
    border-radius: 16px;
  }
  /* line 4360, app/assets/stylesheets/search.scss */
  .search-page__header-bar .header-search-minimized__bar {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px;
    gap: 8px;
    width: 100%;
    height: 56px;
    min-height: 56px;
    margin: 0;
    background: #FFFFFF;
    border-radius: 16px;
  }
  /* line 4375, app/assets/stylesheets/search.scss */
  .search-page__header-bar .header-search-minimized__bar-elements {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    gap: 0;
    flex-wrap: nowrap;
  }
  /* line 4384, app/assets/stylesheets/search.scss */
  .search-page__header-bar .header-search-minimized__data {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
    gap: 4px;
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    height: 40px;
  }
  /* line 4397, app/assets/stylesheets/search.scss */
  .search-page__header-bar .header-search-minimized__route, .search-page__header-bar .header-search-minimized__details {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 8px;
    width: 100%;
    height: 18px;
    min-width: 0;
    flex: none;
  }
  /* line 4410, app/assets/stylesheets/search.scss */
  .search-page__header-bar .header-search-minimized__details {
    padding-left: 0;
  }
  /* line 4413, app/assets/stylesheets/search.scss */
  .search-page__header-bar .header-search-minimized__details::before {
    display: none;
  }
  /* line 4418, app/assets/stylesheets/search.scss */
  .search-page__header-bar .header-search-minimized__field {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
  }
  /* line 4424, app/assets/stylesheets/search.scss */
  .search-page__header-bar .header-search-minimized__input {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 4px;
    width: 100%;
    height: 18px;
    min-height: 18px;
    background: transparent;
    border: none;
    border-radius: 0;
  }
  /* line 4438, app/assets/stylesheets/search.scss */
  .search-page__header-bar .header-search-minimized__icon-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    min-width: 0;
    flex: 1 1 auto;
  }
  /* line 4447, app/assets/stylesheets/search.scss */
  .search-page__header-bar .header-search-minimized__field-icon {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    object-fit: contain;
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(84%) sepia(6%) saturate(286%) hue-rotate(152deg) brightness(91%) contrast(87%);
  }
  /* line 4457, app/assets/stylesheets/search.scss */
  .search-page__header-bar .header-search-minimized__field-flag, .search-page__header-bar .header-search-minimized__field-chevron {
    display: none !important;
  }
  /* line 4462, app/assets/stylesheets/search.scss */
  .search-page__header-bar .header-search-minimized__field-value {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #001F2C;
    text-transform: none;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 4472, app/assets/stylesheets/search.scss */
  .search-page__header-bar .header-search-minimized__field-value--date {
    color: #334C56;
  }
  /* line 4476, app/assets/stylesheets/search.scss */
  .search-page__header-bar .header-search-minimized__field-value.header-search-minimized__value--truncate {
    max-width: none;
  }
  /* line 4480, app/assets/stylesheets/search.scss */
  .search-page__header-bar .header-search-minimized__wave-arrow {
    display: flex;
    width: 16px;
    height: 16px;
    flex: none;
    flex-shrink: 0;
  }
  /* line 4487, app/assets/stylesheets/search.scss */
  .search-page__header-bar .header-search-minimized__wave-arrow img {
    width: 16px;
    height: 16px;
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(84%) sepia(6%) saturate(286%) hue-rotate(152deg) brightness(91%) contrast(87%);
  }
  /* line 4495, app/assets/stylesheets/search.scss */
  .search-page__header-bar .header-search-minimized__field-separator {
    display: none;
  }
  /* line 4499, app/assets/stylesheets/search.scss */
  .search-page__header-bar .header-search-minimized__bar-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    flex-shrink: 0;
    gap: 0;
    width: 24px;
    height: 24px;
  }
  /* line 4510, app/assets/stylesheets/search.scss */
  .search-page__header-bar .header-search-minimized .search-from-button-wrapper {
    display: none !important;
  }
  /* line 4514, app/assets/stylesheets/search.scss */
  .search-page__header-bar .header-search-minimized .bookmark {
    display: flex;
    width: 24px;
    height: 24px;
    margin: 0;
  }
  /* line 4520, app/assets/stylesheets/search.scss */
  .search-page__header-bar .header-search-minimized .bookmark__text {
    display: none;
  }
  /* line 4525, app/assets/stylesheets/search.scss */
  .search-page__header-bar .header-search-minimized .bookmark__btn {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    line-height: 0;
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(84%) sepia(6%) saturate(286%) hue-rotate(152deg) brightness(91%) contrast(87%);
  }
}

/* line 4540, app/assets/stylesheets/search.scss */
.search-hint {
  padding: 32px;
  padding-left: 40px;
  border-radius: 36px;
  border: 1px dashed #dadce0;
  margin-bottom: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

@media (max-width: 600px) {
  /* line 4540, app/assets/stylesheets/search.scss */
  .search-hint {
    flex-direction: column;
    padding: 24px;
    gap: 16px;
    text-align: center;
  }
}

/* line 4561, app/assets/stylesheets/search.scss */
.search-hint__question {
  width: 64px;
  height: 64px;
  flex: none;
}

@media (max-width: 600px) {
  /* line 4561, app/assets/stylesheets/search.scss */
  .search-hint__question {
    width: 48px;
    height: 48px;
  }
}

/* line 4572, app/assets/stylesheets/search.scss */
.search-hint__text {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-align: start;
  color: #9E9E9E;
  max-width: 70%;
}

@media (max-width: 600px) {
  /* line 4572, app/assets/stylesheets/search.scss */
  .search-hint__text {
    max-width: 100%;
    text-align: center;
  }
}

/* line 4584, app/assets/stylesheets/search.scss */
.search-hint .btn {
  flex: none;
}

/* line 4589, app/assets/stylesheets/search.scss */
.search-view-more {
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 56px;
  padding: 16px;
  background: #212121;
  margin-bottom: 40px;
  margin-top: -100px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0em;
  text-transform: uppercase;
  display: none;
  z-index: 2;
}

/* line 4604, app/assets/stylesheets/search.scss */
.search-view-more a {
  margin-right: 24px;
}

/* line 4608, app/assets/stylesheets/search.scss */
.search-view-more .btn-outline-secondary:not(:hover) {
  background-color: #ffffff;
}

/* line 4613, app/assets/stylesheets/search.scss */
.search-result-section-header {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 24px;
  gap: 24px;
  min-height: 44px;
  align-self: stretch;
  width: 100%;
}

/* line 4625, app/assets/stylesheets/search.scss */
.search-result-section-header .search-result-section-header-left {
  flex: 0 0 auto;
}

/* line 4629, app/assets/stylesheets/search.scss */
.search-result-section-header .search-result-section-header-right {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  min-height: 40px;
}

/* line 4638, app/assets/stylesheets/search.scss */
.search-result-section-header .search-result-count-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}

/* line 4646, app/assets/stylesheets/search.scss */
.search-result-section-header .search-result-count {
  text-align: end;
}

/* line 4650, app/assets/stylesheets/search.scss */
.search-result-section-header .search-result-section-header .btn.ask-for-more-button {
  display: inline-flex;
  width: 130px;
  min-width: 130px;
  height: 40px;
  white-space: nowrap;
}

@media (min-width: 601px) and (max-width: 1024px) {
  /* line 4613, app/assets/stylesheets/search.scss */
  .search-result-section-header {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 16px;
  }
  /* line 4663, app/assets/stylesheets/search.scss */
  .search-result-section-header-left {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  /* line 4669, app/assets/stylesheets/search.scss */
  .search-result-section-header-right {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 1024px) {
  /* line 4613, app/assets/stylesheets/search.scss */
  .search-result-section-header {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    margin-bottom: 16px;
  }
  /* line 4683, app/assets/stylesheets/search.scss */
  .search-result-section-header .search-result-section-header-left,
.search-result-section-header .search-result-section-header-right {
    width: 100%;
    align-self: stretch;
    flex: none;
  }
  /* line 4690, app/assets/stylesheets/search.scss */
  .search-result-section-header .search-result-section-header-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    gap: 24px;
    min-height: 40px;
    box-sizing: border-box;
  }
  /* line 4701, app/assets/stylesheets/search.scss */
  .search-result-section-header .app-tabs.app-tabs--results {
    width: 100%;
    height: 44px;
    background: #ffffff;
    border: 1px solid #CCEBF8;
    border-radius: 16px;
  }
  /* line 4708, app/assets/stylesheets/search.scss */
  .search-result-section-header .app-tabs.app-tabs--results ul {
    width: 100%;
    gap: 4px;
  }
  /* line 4713, app/assets/stylesheets/search.scss */
  .search-result-section-header .app-tabs.app-tabs--results li {
    flex: 1 1 0;
  }
  /* line 4717, app/assets/stylesheets/search.scss */
  .search-result-section-header .app-tabs.app-tabs--results a {
    width: 100%;
    min-width: 0;
    height: 36px;
    padding: 8px 16px;
    font-family: "Figtree";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #001F2C;
  }
  /* line 4726, app/assets/stylesheets/search.scss */
  .search-result-section-header .app-tabs.app-tabs--results li.active {
    background: #009CDE;
    border-radius: 12px;
  }
  /* line 4731, app/assets/stylesheets/search.scss */
  .search-result-section-header .app-tabs.app-tabs--results li.active a,
.search-result-section-header .app-tabs.app-tabs--results li.active a:hover,
.search-result-section-header .app-tabs.app-tabs--results li.active a:focus,
.search-result-section-header .app-tabs.app-tabs--results li.active a:visited {
    color: #ffffff;
  }
  /* line 4739, app/assets/stylesheets/search.scss */
  .search-result-section-header .search-result-count-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    gap: 24px;
    width: 100%;
    min-height: 40px;
    box-sizing: border-box;
  }
  /* line 4751, app/assets/stylesheets/search.scss */
  .search-result-section-header .search-result-count {
    margin-inline-end: auto;
    flex: 0 1 auto;
    min-width: 0;
    text-align: start;
    font-family: "Figtree";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #829095;
  }
  /* line 4760, app/assets/stylesheets/search.scss */
  .search-result-section-header .button-ask-for-more-container {
    flex: none;
  }
  /* line 4764, app/assets/stylesheets/search.scss */
  .search-result-section-header .search-result-section-header .btn.ask-for-more-button {
    width: auto;
    min-width: 130px;
    height: 40px;
    padding: 8px 16px;
    gap: 8px;
    border-radius: 32px;
    border: 1px solid #F9A529;
    background: #FEEDD4;
    font-family: "Figtree";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #F9A529;
    text-transform: capitalize;
    white-space: nowrap;
  }
  /* line 4779, app/assets/stylesheets/search.scss */
  .search-result-section-header .search-result-filter-trigger {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: none;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border: none;
    border-radius: 12px;
    background: transparent;
    cursor: pointer;
  }
  /* line 4795, app/assets/stylesheets/search.scss */
  .search-result-section-header .search-result-filter-trigger img {
    width: 19px;
    height: 20px;
    display: block;
  }
}

/* line 4804, app/assets/stylesheets/search.scss */
.app-tabs {
  background: #f7fcff;
  border-radius: 999px;
  direction: ltr;
}

/* line 4809, app/assets/stylesheets/search.scss */
.app-tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

/* line 4817, app/assets/stylesheets/search.scss */
.app-tabs li {
  position: relative;
}

/* line 4821, app/assets/stylesheets/search.scss */
.app-tabs li:not(:first-child):after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 24px;
  background-color: #dadce0;
  transform: translate(0, -50%);
}

/* line 4832, app/assets/stylesheets/search.scss */
.app-tabs .active {
  border-radius: 50px;
  box-shadow: 0px 1px 4px rgba(33, 33, 33, 0.16);
  background: #006D9B;
  overflow: hidden;
}

/* line 4839, app/assets/stylesheets/search.scss */
.app-tabs .active::after,
.app-tabs .active + li::after {
  display: none;
}

/* line 4844, app/assets/stylesheets/search.scss */
.app-tabs .active::before {
  display: none;
  content: none;
}

/* line 4849, app/assets/stylesheets/search.scss */
.app-tabs a {
  padding: 10px 24px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  position: relative;
  color: rgba(33, 33, 33, 0.72);
  cursor: pointer;
}

/* line 4858, app/assets/stylesheets/search.scss */
.app-tabs a > * + * {
  margin-left: 8px;
}

/* line 4863, app/assets/stylesheets/search.scss */
.app-tabs a:hover {
  text-decoration: none;
}

/* line 4867, app/assets/stylesheets/search.scss */
.app-tabs .active a {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
}

/* line 4871, app/assets/stylesheets/search.scss */
.app-tabs .active a:hover {
  color: #ffffff;
}

@media (max-width: 1024px) {
  /* line 4877, app/assets/stylesheets/search.scss */
  .app-tabs a {
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
  }
  /* line 4884, app/assets/stylesheets/search.scss */
  .app-tabs svg {
    display: none;
  }
  /* line 4889, app/assets/stylesheets/search.scss */
  .cost-track-details-breakdown-wrapper .app-tabs svg, .app-tabs.with-border svg {
    display: block;
  }
}

/* line 4897, app/assets/stylesheets/search.scss */
.search-result-section-header .app-tabs.app-tabs--results {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px;
  gap: 4px;
  width: auto;
  min-height: 44px;
  background: #ffffff;
  border: 1px solid #CCEBF8;
  border-radius: 16px;
  direction: ltr;
}

/* line 4911, app/assets/stylesheets/search.scss */
.search-result-section-header .app-tabs.app-tabs--results ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4px;
}

/* line 4920, app/assets/stylesheets/search.scss */
.search-result-section-header .app-tabs.app-tabs--results li {
  position: relative;
  margin: 0;
  border-radius: 12px;
  flex: 0 0 auto;
}

/* line 4927, app/assets/stylesheets/search.scss */
.search-result-section-header .app-tabs.app-tabs--results li::before,
.search-result-section-header .app-tabs.app-tabs--results li::after {
  display: none !important;
  content: none !important;
}

/* line 4933, app/assets/stylesheets/search.scss */
.search-result-section-header .app-tabs.app-tabs--results a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 112px;
  min-height: 36px;
  padding: 8px 16px;
  gap: 8px;
  border-radius: 12px;
  box-shadow: none;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #001F2C;
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;
  cursor: pointer;
}

/* line 4950, app/assets/stylesheets/search.scss */
.search-result-section-header .app-tabs.app-tabs--results a:hover {
  text-decoration: none;
  color: #001F2C;
}

/* line 4956, app/assets/stylesheets/search.scss */
.search-result-section-header .app-tabs.app-tabs--results li.active,
.search-result-section-header .app-tabs.app-tabs--results .active {
  background: #009CDE;
  box-shadow: none;
  overflow: hidden;
  border-radius: 12px;
}

/* line 4964, app/assets/stylesheets/search.scss */
.search-result-section-header .app-tabs.app-tabs--results li.active a,
.search-result-section-header .app-tabs.app-tabs--results li.active a:hover,
.search-result-section-header .app-tabs.app-tabs--results li.active a:focus,
.search-result-section-header .app-tabs.app-tabs--results li.active a:visited,
.search-result-section-header .app-tabs.app-tabs--results .active a,
.search-result-section-header .app-tabs.app-tabs--results .active a:hover,
.search-result-section-header .app-tabs.app-tabs--results .active a:focus,
.search-result-section-header .app-tabs.app-tabs--results .active a:visited {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 1024px) {
  /* line 4897, app/assets/stylesheets/search.scss */
  .search-result-section-header .app-tabs.app-tabs--results {
    width: 100%;
    height: 44px;
  }
  /* line 4980, app/assets/stylesheets/search.scss */
  .search-result-section-header .app-tabs.app-tabs--results ul {
    width: 100%;
  }
  /* line 4984, app/assets/stylesheets/search.scss */
  .search-result-section-header .app-tabs.app-tabs--results li {
    flex: 1 1 0;
    min-width: 0;
  }
  /* line 4989, app/assets/stylesheets/search.scss */
  .search-result-section-header .app-tabs.app-tabs--results a {
    width: 100%;
    min-width: 0;
    padding: 8px 16px;
  }
}

/* line 4997, app/assets/stylesheets/search.scss */
.add-customs-clearance {
  margin-top: 16px;
  margin-bottom: 56px;
  background: #f7fcff;
  border-radius: 999px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 5008, app/assets/stylesheets/search.scss */
.add-customs-clearance .switch-label {
  margin: 0;
}

/* line 5012, app/assets/stylesheets/search.scss */
.add-customs-clearance .customs-clearance-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #212121;
  display: flex;
  align-items: center;
}

/* line 5020, app/assets/stylesheets/search.scss */
.add-customs-clearance .customs-clearance-label img {
  margin-right: 8px;
}

/* line 5027, app/assets/stylesheets/search.scss */
.spot-price:not(.spot-price--tag) {
  color: #ffa726;
}

/* line 5031, app/assets/stylesheets/search.scss */
.search-main-section {
  display: flex;
  flex-direction: column;
}

/* line 5036, app/assets/stylesheets/search.scss */
.contact-app {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  display: none;
  align-items: center;
  justify-content: center;
  visibility: visible;
  z-index: 9999;
}

/* line 5049, app/assets/stylesheets/search.scss */
.contact-app-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  background-color: rgba(193, 201, 210, 0.7);
}

/* line 5058, app/assets/stylesheets/search.scss */
.contact-app-container .phone-input.is-valid {
  border-color: #28a745 !important;
}

/* line 5061, app/assets/stylesheets/search.scss */
.contact-app-container .phone-input.is-valid ~ .iti__flag-container {
  border-color: #28a745;
}

/* line 5066, app/assets/stylesheets/search.scss */
.contact-app-container .phone-input.is-invalid {
  border-color: #dc3545 !important;
}

/* line 5069, app/assets/stylesheets/search.scss */
.contact-app-container .phone-input.is-invalid ~ .iti__flag-container {
  border-color: #dc3545;
}

/* line 5074, app/assets/stylesheets/search.scss */
.contact-app-container .iti {
  width: 100%;
}

/* line 5079, app/assets/stylesheets/search.scss */
.user-details-form, .company-verify-form {
  position: relative;
  background: #ffffff;
  border-radius: 15px;
  padding: 40px 20px;
  min-width: 320px;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* line 5090, app/assets/stylesheets/search.scss */
.user-details-form .field-box, .company-verify-form .field-box {
  margin-bottom: 10px;
}

/* line 5094, app/assets/stylesheets/search.scss */
.user-details-form input, .company-verify-form input {
  width: 100%;
  position: relative;
  background: #ffffff;
  height: 50px;
  padding: 0 16px;
  outline: none;
  border: 1px solid #e0e4ec;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  transition: 0.3s 0s;
}

/* line 5113, app/assets/stylesheets/search.scss */
.company-verify-form input {
  border: unset;
}

/* line 5119, app/assets/stylesheets/search.scss */
.contact-content-actions input {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  background: #ee9404;
  box-shadow: 0 4px 15px rgba(58, 112, 191, 0.1);
  border-radius: 6px;
  color: #ffffff;
  border: none;
  outline: none !important;
  width: 100%;
  height: 40px;
  transition: 0.3s 0s;
}

/* line 5138, app/assets/stylesheets/search.scss */
.ask-for-more-content-actions input {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  background: #ee9404;
  box-shadow: 0 4px 15px rgba(58, 112, 191, 0.1);
  border-radius: 6px;
  color: #ffffff;
  border: none;
  outline: none !important;
  width: 100%;
  height: 40px;
  transition: 0.3s 0s;
}

/* line 5156, app/assets/stylesheets/search.scss */
#nav-cancel {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  display: flex;
  padding: 6px;
}

/* line 5165, app/assets/stylesheets/search.scss */
#contact-app-form-header {
  margin-bottom: 30px;
}

/* line 5169, app/assets/stylesheets/search.scss */
#ask-for-more-form-header {
  margin-bottom: 30px;
}

/* line 5173, app/assets/stylesheets/search.scss */
#inputFieldContainer {
  position: relative;
}

/* line 5177, app/assets/stylesheets/search.scss */
#inputField {
  padding-right: 30px;
  /* Add some padding to the right of the input field */
}

/* line 5181, app/assets/stylesheets/search.scss */
#clearInputField {
  position: absolute;
  top: 50%;
  right: 10px;
  /* Adjust the right offset as needed */
  transform: translateY(-50%);
  cursor: pointer;
}

/* line 5189, app/assets/stylesheets/search.scss */
.searching-progress {
  box-sizing: border-box;
  position: sticky;
  top: 0;
  z-index: 3;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 16px;
  gap: 24px;
  width: 100%;
  height: 32px;
  flex: none;
  flex-grow: 0;
  background: #F7FCFF;
}

/* line 5205, app/assets/stylesheets/search.scss */
.searching-progress .searching {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 8px;
  flex: none;
  flex-grow: 0;
  min-width: 0;
}

/* line 5216, app/assets/stylesheets/search.scss */
.searching-progress .searching__media {
  flex: none;
  flex-grow: 0;
}

/* line 5221, app/assets/stylesheets/search.scss */
.searching-progress .searching__logo {
  width: 32px;
  height: 32px;
  display: block;
  flex: none;
  flex-grow: 0;
}

/* line 5229, app/assets/stylesheets/search.scss */
.searching-progress .searching__title {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001F2C;
  flex: none;
  flex-grow: 0;
}

/* line 5236, app/assets/stylesheets/search.scss */
.searching-progress .progress {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 2px 0;
  isolation: isolate;
  flex: 1 1 auto;
  flex-grow: 1;
  min-width: 0;
  height: 22px;
  background: #E6F5FC;
  box-shadow: inset 0 0 4px rgba(0, 78, 111, 0.16);
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

/* line 5255, app/assets/stylesheets/search.scss */
.searching-progress #progressbar {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  border-radius: 24px;
  overflow: visible;
}

/* line 5265, app/assets/stylesheets/search.scss */
.searching-progress #progressbar.ui-progressbar {
  border: none;
  padding: 0;
}

/* line 5270, app/assets/stylesheets/search.scss */
.searching-progress #progressbar.ui-widget.ui-widget-content {
  border: none;
  background: transparent;
}

/* line 5275, app/assets/stylesheets/search.scss */
.searching-progress #progressbar .ui-progressbar-value {
  position: absolute;
  left: 0;
  top: calc(50% - 13px);
  height: 26px !important;
  margin: 0;
  border: none;
  border-radius: 24px 0 0 24px;
  background: #99D7F2;
}

/* line 5285, app/assets/stylesheets/search.scss */
.searching-progress #progressbar .ui-progressbar-value.ui-widget-header {
  border: none;
  background: #99D7F2;
}

/* line 5291, app/assets/stylesheets/search.scss */
.searching-progress #progressbar .progress-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #009CDE;
  text-align: center;
  z-index: 1;
  pointer-events: none;
}

/* line 5305, app/assets/stylesheets/search.scss */
.searching-progress .results-numbers {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 20px;
  flex: none;
  flex-grow: 0;
}

/* line 5314, app/assets/stylesheets/search.scss */
.searching-progress .results-numbers.hide {
  display: none;
}

/* line 5319, app/assets/stylesheets/search.scss */
.searching-progress .results-numbers__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 4px;
  flex: none;
  flex-grow: 0;
}

/* line 5329, app/assets/stylesheets/search.scss */
.searching-progress .results-numbers__dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  flex: none;
  flex-grow: 0;
}

/* line 5337, app/assets/stylesheets/search.scss */
.searching-progress .results-numbers__item--exact .results-numbers__dot {
  background: #ffffff;
  border: 1px solid #CCEBF8;
  box-sizing: border-box;
}

/* line 5343, app/assets/stylesheets/search.scss */
.searching-progress .results-numbers__item--nearby .results-numbers__dot {
  background: #009CDE;
  border: none;
}

/* line 5348, app/assets/stylesheets/search.scss */
.searching-progress .results-numbers__text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25em;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #001F2C;
  flex: none;
  flex-grow: 0;
}

/* line 5359, app/assets/stylesheets/search.scss */
.searching-progress .results-numbers__count {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #001F2C;
}

@media (max-width: 1024px) {
  /* line 5189, app/assets/stylesheets/search.scss */
  .searching-progress {
    padding: 8px 12px;
    gap: 12px;
  }
  /* line 5368, app/assets/stylesheets/search.scss */
  .searching-progress .searching__title {
    display: none;
  }
  /* line 5372, app/assets/stylesheets/search.scss */
  .searching-progress .results-numbers {
    gap: 12px;
  }
}

/* line 5378, app/assets/stylesheets/search.scss */
.header-search {
  display: block;
}

/* line 5381, app/assets/stylesheets/search.scss */
.header-search__bar {
  padding: 24px 24px 50px;
  margin-top: 24px;
  width: 100%;
  background: #F7FCFF;
  border-radius: 48px;
}

/* line 5388, app/assets/stylesheets/search.scss */
.header-search__bar__wrapper {
  width: 100%;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 48px;
}

/* line 5395, app/assets/stylesheets/search.scss */
.header-search__cancel {
  height: 48px;
  width: 48px;
  border-radius: 48px;
  margin: -24px auto 0px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 3px rgba(33, 33, 33, 0.16);
  position: relative;
}

/* line 5407, app/assets/stylesheets/search.scss */
.header-search__cancel img {
  height: 25px;
  width: 25px;
}

@media (max-width: 1024px) {
  /* line 5378, app/assets/stylesheets/search.scss */
  .header-search {
    display: block;
  }
}

/* line 5418, app/assets/stylesheets/search.scss */
.side-panel-header {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 0 24px;
  width: 100%;
  min-height: 50px;
  flex: none;
  align-self: stretch;
}

/* line 5429, app/assets/stylesheets/search.scss */
.side-panel-header .side-panel-header__title {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 108px;
  height: 26px;
  display: flex;
  align-items: center;
  letter-spacing: 0;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  text-align: start;
  color: #001F2C;
}

@media (max-width: 600px) {
  /* line 5429, app/assets/stylesheets/search.scss */
  .side-panel-header .side-panel-header__title {
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 26px;
  }
}

/* line 5453, app/assets/stylesheets/search.scss */
.side-panel-header .side-panel-header__close {
  display: none;
  margin-inline-start: auto;
  flex: none;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

@media (max-width: 1024px) {
  /* line 5453, app/assets/stylesheets/search.scss */
  .side-panel-header .side-panel-header__close {
    display: inline-flex;
  }
}

/* line 5474, app/assets/stylesheets/search.scss */
.side-panel-header .side-panel-header__close img {
  display: block;
  width: 14px;
  height: 14px;
}

/* line 5480, app/assets/stylesheets/search.scss */
.side-panel-header .side-panel-header__close:focus, .side-panel-header .side-panel-header__close:focus-visible {
  outline: none;
  box-shadow: none;
}

/* line 5488, app/assets/stylesheets/search.scss */
.side-panel {
  padding: 24px;
  border-radius: 36px;
}

/* line 5492, app/assets/stylesheets/search.scss */
.side-panel p {
  margin: 0;
}

/* line 5496, app/assets/stylesheets/search.scss */
.side-panel hr {
  background: #DADCE0;
}

/* line 5500, app/assets/stylesheets/search.scss */
.side-panel .side-panel-header + hr {
  margin-top: 0;
}

/* line 5504, app/assets/stylesheets/search.scss */
.side-panel__header {
  background: transparent;
  border: none;
  color: #212121;
}

/* line 5510, app/assets/stylesheets/search.scss */
.side-panel__accordion-toggle {
  width: 100%;
  padding: 0;
  cursor: pointer;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0;
  outline: none;
  box-shadow: none;
}

/* line 5522, app/assets/stylesheets/search.scss */
.side-panel__accordion-toggle:focus, .side-panel__accordion-toggle:focus-visible, .side-panel__accordion-toggle:active {
  border: 0;
  outline: none;
  box-shadow: none;
}

/* line 5531, app/assets/stylesheets/search.scss */
.side-panel__accordion-controls {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* line 5537, app/assets/stylesheets/search.scss */
.side-panel__accordion-body {
  padding-top: 12px;
}

/* line 5541, app/assets/stylesheets/search.scss */
.side-panel__title {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-align: left;
}

/* line 5546, app/assets/stylesheets/search.scss */
.side-panel__element {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

/* line 5553, app/assets/stylesheets/search.scss */
.side-panel__element__filter {
  padding-right: 4px;
  padding-top: 16px;
  justify-content: flex-start;
  gap: 8px;
}

/* line 5559, app/assets/stylesheets/search.scss */
.side-panel__element__filter label {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 5567, app/assets/stylesheets/search.scss */
.side-panel__element .side-panel__nearby-flag {
  flex: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  overflow: hidden;
  line-height: 0;
}

/* line 5575, app/assets/stylesheets/search.scss */
.side-panel__element .side-panel__nearby-flag img {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: cover;
}

/* line 5583, app/assets/stylesheets/search.scss */
.side-panel__element__filter--incoterm {
  justify-content: flex-start;
  gap: 8px;
}

/* line 5587, app/assets/stylesheets/search.scss */
.side-panel__element__filter--incoterm label img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

/* line 5595, app/assets/stylesheets/search.scss */
.side-panel__filters {
  padding-top: 4px;
  background: transparent;
}

/* line 5600, app/assets/stylesheets/search.scss */
.side-panel__sliders {
  padding-top: 24px;
  padding-bottom: 24px;
  background: transparent;
  direction: ltr;
}

/* line 5607, app/assets/stylesheets/search.scss */
.side-panel__ranges {
  display: flex;
  justify-content: space-between;
  padding-top: 14px;
}

/* line 5613, app/assets/stylesheets/search.scss */
.side-panel__range-element {
  background: white;
  padding: 10px 16px;
  border: 1px solid #DADCE0;
  border-radius: 48px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

/* line 5621, app/assets/stylesheets/search.scss */
.side-panel__accordion-arrow {
  height: 16px;
  width: 16px;
  display: block;
  line-height: 0;
  color: #001F2C;
}

/* line 5628, app/assets/stylesheets/search.scss */
.side-panel__accordion-arrow .filter-arrow-svg {
  display: block;
}

/* line 5633, app/assets/stylesheets/search.scss */
.side-panel__accordion-arrow--down {
  display: none;
}

/* line 5637, app/assets/stylesheets/search.scss */
.side-panel__accordion-toggle.is-collapsed .side-panel__accordion-arrow--up {
  display: none;
}

/* line 5641, app/assets/stylesheets/search.scss */
.side-panel__accordion-toggle.is-collapsed .side-panel__accordion-arrow--down {
  display: block;
}

/* line 5645, app/assets/stylesheets/search.scss */
.side-panel__filter-label {
  cursor: pointer;
}

/* line 5649, app/assets/stylesheets/search.scss */
.side-panel__datepickers {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 8px;
  width: 100%;
  height: 36px;
  align-self: stretch;
  flex: none;
  direction: ltr;
  margin-top: 16px;
}

/* line 5663, app/assets/stylesheets/search.scss */
.side-panel__datepickers input {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  width: calc((100% - 8px) / 2);
  height: 36px;
  padding: 8px 16px;
  gap: 16px;
  border: 1px solid #E6E9EA;
  border-radius: 8px;
  background: #ffffff;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: capitalize;
  color: #001F2C;
}

/* line 5679, app/assets/stylesheets/search.scss */
.side-panel__datepickers input::placeholder {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: capitalize;
  color: #B3BCC0;
  opacity: 1;
}

/* line 5689, app/assets/stylesheets/search.scss */
.side-panel #free-time-filter {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

/* line 5696, app/assets/stylesheets/search.scss */
.side-panel .price-range,
.side-panel .transit-range,
.side-panel .free-time-range {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 16px;
  width: 100%;
  align-self: stretch;
  flex: none;
  direction: ltr;
}

/* line 5710, app/assets/stylesheets/search.scss */
.side-panel .price-range__title,
.side-panel .transit-range__title,
.side-panel .free-time-range__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 8px;
  width: 100%;
  min-height: 20px;
}

/* line 5720, app/assets/stylesheets/search.scss */
.side-panel .price-range__label,
.side-panel .transit-range__label,
.side-panel .free-time-range__label {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-align: start;
  color: #001F2C;
  flex: none;
}

/* line 5731, app/assets/stylesheets/search.scss */
.side-panel .price-range__filter-slider,
.side-panel .transit-range__filter-slider,
.side-panel .free-time-range__filter-slider {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 98%;
  box-sizing: border-box;
  overflow: visible;
}

/* line 5741, app/assets/stylesheets/search.scss */
.side-panel .price-range__slider,
.side-panel .transit-range__slider,
.side-panel .free-time-range__slider {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  width: 100%;
  height: 20px;
  overflow: visible;
}

/* line 5753, app/assets/stylesheets/search.scss */
.side-panel .price-range__tooltip,
.side-panel .transit-range__tooltip,
.side-panel .free-time-range__tooltip {
  position: absolute;
  top: -31px;
  left: 0;
  z-index: 5;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  min-width: 42px;
  min-height: 28px;
  box-sizing: border-box;
  background: #006D9B;
  border-radius: 16px;
  pointer-events: none;
  visibility: hidden;
}

/* line 5772, app/assets/stylesheets/search.scss */
.side-panel .price-range__tooltip.is-ready,
.side-panel .transit-range__tooltip.is-ready,
.side-panel .free-time-range__tooltip.is-ready {
  visibility: visible;
}

/* line 5776, app/assets/stylesheets/search.scss */
.side-panel .price-range__tooltip::after,
.side-panel .transit-range__tooltip::after,
.side-panel .free-time-range__tooltip::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #006D9B;
}

/* line 5790, app/assets/stylesheets/search.scss */
.side-panel .price-range__tooltip-value,
.side-panel .transit-range__tooltip-value,
.side-panel .free-time-range__tooltip-value {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
}

/* line 5797, app/assets/stylesheets/search.scss */
.side-panel .price-range__inputs,
.side-panel .transit-range__inputs,
.side-panel .free-time-range__inputs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  width: 100%;
  height: 36px;
}

/* line 5807, app/assets/stylesheets/search.scss */
.side-panel .price-range__input,
.side-panel .transit-range__input,
.side-panel .free-time-range__input {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 16px;
  width: 90px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #E6E9EA;
  border-radius: 8px;
  flex: 0 0 90px;
  text-transform: capitalize;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-align: start;
  color: #B3BCC0;
}

/* line 5826, app/assets/stylesheets/search.scss */
.side-panel #price-range__slider {
  padding: 0 12px;
}

/* line 5830, app/assets/stylesheets/search.scss */
.side-panel .transit-range .transit-range__inputs .transit-range__input,
.side-panel .free-time-range .free-time-range__inputs .free-time-range__input {
  min-width: 100px;
  width: auto;
  max-width: calc(50% - 4px);
}

/* line 5837, app/assets/stylesheets/search.scss */
.side-panel .price-range #price-slider-range,
.side-panel .transit-range #transit-slider-range,
.side-panel .free-time-range #free-time-pol-slider-range,
.side-panel .free-time-range #free-time-pod-slider-range {
  border: none;
  background: #CCEBF8;
  border-radius: 12px;
  height: 8px;
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 0;
}

/* line 5850, app/assets/stylesheets/search.scss */
.side-panel .price-range #price-slider-range .ui-slider-range,
.side-panel .price-range #price-slider-range .ui-slider-handle,
.side-panel .transit-range #transit-slider-range .ui-slider-range,
.side-panel .transit-range #transit-slider-range .ui-slider-handle,
.side-panel .free-time-range #free-time-pol-slider-range .ui-slider-range,
.side-panel .free-time-range #free-time-pol-slider-range .ui-slider-handle,
.side-panel .free-time-range #free-time-pod-slider-range .ui-slider-range,
.side-panel .free-time-range #free-time-pod-slider-range .ui-slider-handle {
  position: absolute;
}

/* line 5855, app/assets/stylesheets/search.scss */
.side-panel .price-range #price-slider-range .ui-slider-range,
.side-panel .transit-range #transit-slider-range .ui-slider-range,
.side-panel .free-time-range #free-time-pol-slider-range .ui-slider-range,
.side-panel .free-time-range #free-time-pod-slider-range .ui-slider-range {
  height: 8px;
  background: #006D9B;
  border: none;
  border-radius: 8px;
}

/* line 5862, app/assets/stylesheets/search.scss */
.side-panel .price-range #price-slider-range .ui-slider-handle,
.side-panel .transit-range #transit-slider-range .ui-slider-handle,
.side-panel .free-time-range #free-time-pol-slider-range .ui-slider-handle,
.side-panel .free-time-range #free-time-pod-slider-range .ui-slider-handle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #CCEBF8;
  background: #006D9B;
  margin-left: -10px;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
  outline: none;
}

/* line 5875, app/assets/stylesheets/search.scss */
.side-panel .price-range #price-slider-range .ui-slider-handle:focus-visible,
.side-panel .transit-range #transit-slider-range .ui-slider-handle:focus-visible,
.side-panel .free-time-range #free-time-pol-slider-range .ui-slider-handle:focus-visible,
.side-panel .free-time-range #free-time-pod-slider-range .ui-slider-handle:focus-visible {
  outline: 2px solid #006D9B;
  outline-offset: 2px;
}

/* line 5885, app/assets/stylesheets/search.scss */
#pol-filter-accordion .pol-side-panel {
  background: transparent;
}

/* line 5891, app/assets/stylesheets/search.scss */
#pod-filter-accordion .pod-side-panel {
  background: transparent;
}

/* line 5896, app/assets/stylesheets/search.scss */
.header-search-minimized {
  cursor: pointer;
  box-shadow: 0px 2px 8px rgba(3, 155, 229, 0.16);
  background: #F7FCFF;
  border-radius: 48px;
  position: relative;
  z-index: 4;
  display: none;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

/* line 5906, app/assets/stylesheets/search.scss */
.header-search-minimized__bar {
  padding: 16px;
  margin-top: 24px;
  width: 100%;
  background: #F7FCFF;
  border-radius: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 5916, app/assets/stylesheets/search.scss */
.header-search-minimized__bar-elements {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
}

/* line 5923, app/assets/stylesheets/search.scss */
.header-search-minimized__bar-actions {
  display: flex;
  gap: 16px;
}

/* line 5929, app/assets/stylesheets/search.scss */
.header-search-minimized__element {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* line 5934, app/assets/stylesheets/search.scss */
.header-search-minimized__element .img-wrapper {
  display: inline-block;
}

/* line 5937, app/assets/stylesheets/search.scss */
.header-search-minimized__element .img-wrapper img {
  border-radius: 100%;
  width: 24px;
  height: 24px;
  object-fit: cover;
}

/* line 5945, app/assets/stylesheets/search.scss */
.header-search-minimized__element .port-wrapper-min {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100px;
}

/* line 5953, app/assets/stylesheets/search.scss */
.header-search-minimized__separator {
  padding: 0;
  height: 24px;
  width: 1px;
  background: #DADCE0;
  align-self: center;
}

/* line 5961, app/assets/stylesheets/search.scss */
.header-search-minimized__element-wrapper {
  display: flex;
  gap: 16px;
}

@media (max-width: 1024px) {
  /* line 5896, app/assets/stylesheets/search.scss */
  .header-search-minimized {
    display: none;
  }
  /* line 5969, app/assets/stylesheets/search.scss */
  .header-search-minimized__bar {
    padding: 5px 24px;
  }
  /* line 5972, app/assets/stylesheets/search.scss */
  .header-search-minimized__bar-elements {
    gap: 0;
  }
  /* line 5977, app/assets/stylesheets/search.scss */
  .header-search-minimized__element-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  /* line 5985, app/assets/stylesheets/search.scss */
  .header-search-minimized__element-wrapper[data-target='others'] vl:first-of-type {
    display: none;
  }
}

@media (max-width: 1024px) {
  /* line 5992, app/assets/stylesheets/search.scss */
  .header-search-minimized__element-wrapper {
    gap: 8px;
  }
  /* line 5997, app/assets/stylesheets/search.scss */
  .header-search-minimized__element-wrapper:not([data-target='others']) .flag-wrapper-min:first-of-type {
    display: none;
  }
  /* line 6002, app/assets/stylesheets/search.scss */
  .header-search-minimized__separator {
    height: 16px;
  }
  /* line 6006, app/assets/stylesheets/search.scss */
  .header-search-minimized__element {
    font-family: "Secondary";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    text-align: center;
  }
  /* line 6010, app/assets/stylesheets/search.scss */
  .header-search-minimized__element .flag-wrapper-min img {
    width: 8px;
    height: 8px;
  }
  /* line 6016, app/assets/stylesheets/search.scss */
  .header-search-minimized__element .port-wrapper-min {
    max-width: 38px;
  }
}

@media (max-width: 600px) {
  /* line 6023, app/assets/stylesheets/search.scss */
  .header-search-minimized__separator {
    display: none;
  }
  /* line 6027, app/assets/stylesheets/search.scss */
  .header-search-minimized__bar {
    padding: 5px 14px;
  }
  /* line 6030, app/assets/stylesheets/search.scss */
  .header-search-minimized__bar-actions {
    gap: 8px;
  }
}

/* line 6037, app/assets/stylesheets/search.scss */
#result-list,
#result-empty,
#result-empty-alternatives {
  display: none;
}

/* line 6043, app/assets/stylesheets/search.scss */
.rotated {
  transform: rotate(180deg);
  margin-right: 4px;
}

/* line 6048, app/assets/stylesheets/search.scss */
.load-expired-wrapper {
  display: none;
  justify-content: center;
  padding: 16px 0;
}

/* line 6053, app/assets/stylesheets/search.scss */
.load-expired-wrapper #load-expired-btn {
  padding: 10px 24px;
  font-weight: 500;
}

/* line 6057, app/assets/stylesheets/search.scss */
.load-expired-wrapper #load-expired-btn:disabled {
  opacity: 0.6;
  cursor: default;
}

/* line 6064, app/assets/stylesheets/search.scss */
.back-to-top-wrapper {
  position: fixed;
  bottom: 80px;
  right: 100px;
  display: none;
  cursor: pointer;
  z-index: 10;
}

/* line 6073, app/assets/stylesheets/search.scss */
#back-to-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background-color: white;
  box-shadow: 0px 4px 16px rgba(1, 41, 61, 0.32);
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0em;
  text-align: center;
  color: #FFA726;
}

/* line 6090, app/assets/stylesheets/search.scss */
#back-to-top img {
  padding: 4px;
}

/* line 6095, app/assets/stylesheets/search.scss */
.blur {
  filter: blur(5px);
}

/* line 6099, app/assets/stylesheets/search.scss */
.date-icon {
  width: 20px;
  height: 20px;
}

/* line 6104, app/assets/stylesheets/search.scss */
#filter-btn {
  display: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

@media (max-width: 1024px) {
  /* line 6104, app/assets/stylesheets/search.scss */
  #filter-btn {
    display: block;
  }
}

/* line 6115, app/assets/stylesheets/search.scss */
.container-custom {
  padding: 0 24px;
}

/* line 6125, app/assets/stylesheets/search.scss */
body.search-results-page {
  background: #f7fdff;
}

/* line 6129, app/assets/stylesheets/search.scss */
.search-page-content.container-custom.page-container {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 40px;
  gap: 24px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  flex: none;
  align-self: stretch;
  background: #f7fdff;
}

/* line 6144, app/assets/stylesheets/search.scss */
.search-page-content.container-custom.page-container > * {
  width: 100%;
}

@media (max-width: 1024px) {
  /* line 6129, app/assets/stylesheets/search.scss */
  .search-page-content.container-custom.page-container {
    padding: 16px 16px 24px;
    gap: 16px;
  }
}

/* line 6154, app/assets/stylesheets/search.scss */
.cost-track-details-breakdown-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

/* line 6160, app/assets/stylesheets/search.scss */
.cost-track-details-breakdown-wrapper .app-tabs.with-border {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px;
  gap: 4px;
  width: fit-content;
  min-width: 300px;
  max-width: 100%;
  height: 44px;
  background: #ffffff;
  border: 1px solid #CCEBF8;
  border-radius: 16px;
}

/* line 6175, app/assets/stylesheets/search.scss */
.cost-track-details-breakdown-wrapper .app-tabs.with-border ul {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
  width: auto;
  height: 100%;
}

/* line 6186, app/assets/stylesheets/search.scss */
.cost-track-details-breakdown-wrapper .app-tabs.with-border li {
  flex: none;
  margin: 0;
}

/* line 6190, app/assets/stylesheets/search.scss */
.cost-track-details-breakdown-wrapper .app-tabs.with-border li::after, .cost-track-details-breakdown-wrapper .app-tabs.with-border li::before {
  display: none !important;
}

/* line 6196, app/assets/stylesheets/search.scss */
.cost-track-details-breakdown-wrapper .app-tabs.with-border li a {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 36px;
  padding: 8px 16px;
  border-radius: 12px;
  background: transparent;
  color: #001F2C;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
}

/* line 6214, app/assets/stylesheets/search.scss */
.cost-track-details-breakdown-wrapper .app-tabs.with-border li:nth-child(1) a {
  width: 133px;
}

/* line 6218, app/assets/stylesheets/search.scss */
.cost-track-details-breakdown-wrapper .app-tabs.with-border li:nth-child(2) a {
  width: 155px;
}

/* line 6222, app/assets/stylesheets/search.scss */
.cost-track-details-breakdown-wrapper .app-tabs.with-border li:nth-child(3) a {
  width: 146px;
}

/* line 6226, app/assets/stylesheets/search.scss */
.cost-track-details-breakdown-wrapper .app-tabs.with-border li.active {
  box-shadow: none;
  background: transparent;
  border-radius: 12px;
  overflow: hidden;
}

/* line 6233, app/assets/stylesheets/search.scss */
.cost-track-details-breakdown-wrapper .app-tabs.with-border li.active a {
  background: #009CDE;
  color: #ffffff;
  font-weight: 400;
}

/* line 6239, app/assets/stylesheets/search.scss */
.cost-track-details-breakdown-wrapper .app-tabs.with-border li svg {
  width: 16px;
  height: 16px;
  flex: none;
}

@media (max-width: 600px) {
  /* line 6160, app/assets/stylesheets/search.scss */
  .cost-track-details-breakdown-wrapper .app-tabs.with-border {
    width: 100%;
    min-width: 0;
    height: auto;
    gap: 0;
  }
  /* line 6253, app/assets/stylesheets/search.scss */
  .cost-track-details-breakdown-wrapper .app-tabs.with-border ul {
    width: 100%;
  }
  /* line 6257, app/assets/stylesheets/search.scss */
  .cost-track-details-breakdown-wrapper .app-tabs.with-border li {
    flex: 1 1 0;
    min-width: 0;
  }
  /* line 6262, app/assets/stylesheets/search.scss */
  .cost-track-details-breakdown-wrapper .app-tabs.with-border li a,
.cost-track-details-breakdown-wrapper .app-tabs.with-border li:nth-child(1) a,
.cost-track-details-breakdown-wrapper .app-tabs.with-border li:nth-child(2) a,
.cost-track-details-breakdown-wrapper .app-tabs.with-border li:nth-child(3) a {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 36px;
    padding: 4px;
    gap: 4px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    white-space: normal;
  }
  /* line 6279, app/assets/stylesheets/search.scss */
  .cost-track-details-breakdown-wrapper .app-tabs.with-border li svg {
    width: 14px;
    height: 14px;
  }
}

/* line 6287, app/assets/stylesheets/search.scss */
.with-border {
  border-radius: 40px;
  border: 1px solid #DADCE0;
  background: #F7FCFF;
}

/* line 6293, app/assets/stylesheets/search.scss */
.print-price-card {
  width: 50%;
  margin: 20px auto;
  text-align: center;
}

@media (max-width: 600px) {
  /* line 6293, app/assets/stylesheets/search.scss */
  .print-price-card {
    width: 85%;
  }
}

/* line 6305, app/assets/stylesheets/search.scss */
.print-price-card .search-card .search-card-details-breakdown {
  display: flex;
}

/* line 6309, app/assets/stylesheets/search.scss */
.print-price-card #book-button {
  margin-bottom: 8px;
  display: none;
}

/* line 6314, app/assets/stylesheets/search.scss */
.print-price-card .pdf-header {
  background: linear-gradient(135deg, #f7fcff 0%, #ffffff 100%);
  padding: 32px 24px 24px;
  text-align: center;
  border-bottom: 2px solid #e8f4f8;
}

/* line 6320, app/assets/stylesheets/search.scss */
.print-price-card .pdf-header .pdf-logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 6325, app/assets/stylesheets/search.scss */
.print-price-card .pdf-header .pdf-logo-wrapper .pdf-logo {
  height: 48px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
}

/* line 6335, app/assets/stylesheets/search.scss */
.screenshot-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
  margin-top: 32px;
}

/* line 6343, app/assets/stylesheets/search.scss */
.search-hidden-line {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* line 6349, app/assets/stylesheets/search.scss */
.search-hidden-line__logo img {
  width: 48px;
  height: 48px;
  background: white;
  border-radius: 48px;
  padding: 10px;
  filter: blur(3px);
}

/* line 6360, app/assets/stylesheets/search.scss */
.search-hidden-line__logo[data-filter='false'] img {
  filter: unset;
}

/* line 6365, app/assets/stylesheets/search.scss */
.search-hidden-line__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

/* line 6371, app/assets/stylesheets/search.scss */
.search-hidden-line__info-title {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #9E9E9E;
  text-align: left;
}

/* line 6377, app/assets/stylesheets/search.scss */
.search-hidden-line__info-subtitle {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  color: #BDBDBD;
  text-align: left;
}

/* line 6384, app/assets/stylesheets/search.scss */
.search-hidden-line__info-action a {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  color: #F9A529;
  text-align: left;
}

/* line 6391, app/assets/stylesheets/search.scss */
.search-hidden-line__info-line {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #212121;
  text-align: left;
}

/* line 6399, app/assets/stylesheets/search.scss */
.search-summary-left-side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  justify-content: flex-start;
}

/* line 6407, app/assets/stylesheets/search.scss */
.bookmark {
  display: flex;
  gap: 8px;
  align-items: center;
}

/* line 6412, app/assets/stylesheets/search.scss */
.bookmark__btn {
  display: flex;
  align-items: center;
}

/* line 6416, app/assets/stylesheets/search.scss */
.bookmark__btn img {
  width: 24px;
  height: 24px;
}

/* line 6422, app/assets/stylesheets/search.scss */
.bookmark__text {
  display: flex;
  flex-direction: column;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  color: #9E9E9E;
  align-items: flex-start;
}

/* line 6430, app/assets/stylesheets/search.scss */
.bookmark__tooltip {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  color: var(--White, #ffffff);
  text-align: start;
}

@media (max-width: 1024px) {
  /* line 6437, app/assets/stylesheets/search.scss */
  .bookmark__text {
    display: none;
  }
}

@media (max-width: 1024px) {
  /* line 6443, app/assets/stylesheets/search.scss */
  .bookmark__btn {
    width: 16px;
    height: 16px;
  }
}

/* line 6451, app/assets/stylesheets/search.scss */
.shipping-lines-side-panel__expired {
  color: #EB5757;
}

/* line 6455, app/assets/stylesheets/search.scss */
.shipping-lines-side-panel__send_request {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
}

/* line 6463, app/assets/stylesheets/search.scss */
#skip_search_progress {
  width: 100%;
}

/* line 6467, app/assets/stylesheets/search.scss */
.quality {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #212121;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

/* line 6476, app/assets/stylesheets/search.scss */
.quality__criteria {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-radius: 8px;
  background: white;
}

/* line 6489, app/assets/stylesheets/search.scss */
.surcharge-override-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

/* line 6499, app/assets/stylesheets/search.scss */
.surcharge-override-modal {
  background: white;
  padding: 2rem;
  border-radius: 10px;
  max-width: 450px;
  width: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* line 6508, app/assets/stylesheets/search.scss */
.surcharge-override-modal h2 {
  margin-top: 0;
  color: #09498e;
}

/* line 6513, app/assets/stylesheets/search.scss */
.surcharge-override-modal input {
  width: 100%;
  padding: 10px;
  margin: 1rem 0;
  border: 1px solid #ccc;
  border-radius: 6px;
}

/* line 6521, app/assets/stylesheets/search.scss */
.surcharge-override-modal .actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

/* line 6527, app/assets/stylesheets/search.scss */
.admin-btn-primary {
  background: #09498e;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 10px 18px;
  cursor: pointer;
}

/* line 6537, app/assets/stylesheets/search.scss */
.search-top-picks {
  margin: 0 0 24px;
}

/* line 6541, app/assets/stylesheets/search.scss */
.search-top-picks__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* line 6547, app/assets/stylesheets/search.scss */
.top-pick-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  flex: 1 1 240px;
  max-width: 33%;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

/* line 6563, app/assets/stylesheets/search.scss */
.top-pick-card:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

/* line 6569, app/assets/stylesheets/search.scss */
.top-pick-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

/* line 6575, app/assets/stylesheets/search.scss */
.top-pick-card__tag {
  border-radius: 30px;
  padding: 4px 10px;
  color: #ffffff;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

/* line 6581, app/assets/stylesheets/search.scss */
.top-pick-card__tag--best_option {
  background-color: #28a745;
}

/* line 6585, app/assets/stylesheets/search.scss */
.top-pick-card__tag--best_nearby {
  background-color: #039be5;
}

/* line 6589, app/assets/stylesheets/search.scss */
.top-pick-card__tag--fastest {
  background-color: #f2994a;
}

/* line 6594, app/assets/stylesheets/search.scss */
.top-pick-card__route {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 6600, app/assets/stylesheets/search.scss */
.top-pick-card__ports {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
}

/* line 6607, app/assets/stylesheets/search.scss */
.top-pick-card__port {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #333;
}

/* line 6615, app/assets/stylesheets/search.scss */
.top-pick-card__sea {
  height: 10px;
  border-radius: 20px;
  background-color: #66C4EB;
  background-image: url(/assets/new-sea-87d732c2f9e2ed388c3572a72316cccffed05dce981e93057e024f8de2e85881.svg);
  background-position: center;
  background-repeat: no-repeat;
}

/* line 6624, app/assets/stylesheets/search.scss */
.top-pick-card__freight {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #09498e;
}

/* line 6629, app/assets/stylesheets/search.scss */
.top-pick-card__meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

/* line 6637, app/assets/stylesheets/search.scss */
.top-pick-card__total {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #7a7a7a;
}

/* line 6642, app/assets/stylesheets/search.scss */
.top-pick-card__transit {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #7a7a7a;
}

/* line 6648, app/assets/stylesheets/search.scss */
.search-card--flash {
  animation: top-pick-flash 1.6s ease;
}

@keyframes top-pick-flash {
  0% {
    box-shadow: 0 0 0 3px rgba(9, 73, 142, 0.6);
  }
  100% {
    box-shadow: 0 0 0 3px rgba(9, 73, 142, 0);
  }
}

@media (max-width: 600px) {
  /* line 6666, app/assets/stylesheets/search.scss */
  .search-top-picks__cards {
    gap: 12px;
  }
  /* line 6670, app/assets/stylesheets/search.scss */
  .top-pick-card {
    flex: 1 1 calc(50% - 6px);
    max-width: 100%;
    min-width: 0;
    padding: 12px;
  }
  /* line 6680, app/assets/stylesheets/search.scss */
  .top-pick-card__ports {
    gap: 6px;
  }
  /* line 6684, app/assets/stylesheets/search.scss */
  .top-pick-card__port {
    flex: 1 1 0;
    min-width: 0;
  }
  /* line 6689, app/assets/stylesheets/search.scss */
  .top-pick-card__freight {
    font-family: "Secondary";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }
}

@media (max-width: 600px) {
  /* line 6700, app/assets/stylesheets/search.scss */
  .location-selector .component-search__input-wrapper,
.extra-selector .component-search__input-wrapper {
    justify-content: center;
  }
  /* line 6708, app/assets/stylesheets/search.scss */
  .location-selector .component-search__input-wrapper input[type='search'],
.extra-selector .component-search__input-wrapper input[type='search'] {
    flex: 0 1 auto;
    width: auto !important;
    min-width: 0;
    text-align: center;
  }
}
/* line 2, app/assets/stylesheets/separator_section.scss */
.separator-section {
  --separator-height: 240px;
  --separator-curve-height: 80px;
  --separator-curve-color: #ffffff;
  --separator-curve-color-bottom: var(--separator-curve-color);
  align-self: stretch;
  width: 100%;
  background: var(--separator-curve-color-bottom);
}

/* line 12, app/assets/stylesheets/separator_section.scss */
.separator-section__container {
  position: relative;
  width: 100%;
  max-width: none;
  height: var(--separator-height);
  margin: 0;
  padding: 0;
  isolation: isolate;
  overflow: hidden;
  background: var(--separator-curve-color);
}

/* line 24, app/assets/stylesheets/separator_section.scss */
.separator-section__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* line 33, app/assets/stylesheets/separator_section.scss */
.separator-section__background-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* line 41, app/assets/stylesheets/separator_section.scss */
.separator-section__white-bg {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: var(--separator-curve-height);
  background: var(--separator-curve-color);
}

/* line 50, app/assets/stylesheets/separator_section.scss */
.separator-section__white-bg--top {
  top: 0;
  border-radius: 0 0 var(--separator-curve-height) var(--separator-curve-height);
}

/* line 55, app/assets/stylesheets/separator_section.scss */
.separator-section__white-bg--bottom {
  bottom: 0;
  background: var(--separator-curve-color-bottom);
  border-radius: var(--separator-curve-height) var(--separator-curve-height) 0 0;
}
/* line 5, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration {
  --page-padding: 40px;
  --details-padding: 24px;
}

/* line 9, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration strong {
  color: #9E9E9E;
}

/* line 13, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px var(--page-padding);
  overflow: hidden;
  background: #F7FCFF;
  border-bottom: 2px solid #212121;
  border-radius: 0 0 140px 140px;
}

/* line 28, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration__wrapper .search-card-book-shipping-wrapper .search-card-result {
  padding: 0;
}

/* line 35, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration__header h1 {
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  color: #212121;
}

/* line 41, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration__info-wrapper {
  padding: 0 40px;
}

/* line 45, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration__info-header {
  margin: 32px 0;
}

/* line 46, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration__info-header h2 {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #9E9E9E;
  margin: 0;
}

/* line 56, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration__form-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* line 63, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration__form-element h3, .shipment-declaration__form-separator h3 {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  text-align: center;
  color: #212121;
  margin: 0 0 24px;
}

/* line 70, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration__form-element {
  width: 47%;
}

/* line 74, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration__form-element-container {
  border-right: 1px solid #212121;
  border-top: 1px solid #212121;
  border-left: 2px solid #212121;
  border-bottom: 2px solid #212121;
  border-radius: 36px;
  padding: 24px 24px 32px;
}

/* line 83, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration__form-element-container .title {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  text-align: center;
  color: #212121;
}

/* line 88, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration__form-element-container .subtitle {
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  color: #9E9E9E;
}

/* line 93, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration__form-element-container .upload-file-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

/* line 103, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration__form-element-spaced {
  margin-top: 24px;
}

/* line 107, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration__form-actions {
  margin-top: 32px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  gap: 16px;
}

/* line 115, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration__form-actions > * {
  flex-basis: 187px;
}

@media (max-width: 1024px) {
  /* line 123, app/assets/stylesheets/shipment-declaration.scss */
  .shipment-declaration__form-body {
    flex-direction: column;
    align-items: center;
  }
  /* line 128, app/assets/stylesheets/shipment-declaration.scss */
  .shipment-declaration__form-element {
    width: 100%;
  }
}

@media (max-width: 600px) {
  /* line 135, app/assets/stylesheets/shipment-declaration.scss */
  .shipment-declaration__wrapper {
    border-radius: 0 0 70px 70px;
  }
  /* line 139, app/assets/stylesheets/shipment-declaration.scss */
  .shipment-declaration__info-wrapper {
    padding: 0 16px;
  }
}

@media (max-width: 600px) {
  /* line 146, app/assets/stylesheets/shipment-declaration.scss */
  .shipment-declaration__form-actions {
    flex-wrap: wrap-reverse;
  }
  /* line 148, app/assets/stylesheets/shipment-declaration.scss */
  .shipment-declaration__form-actions > * {
    flex-grow: 1;
  }
}

/* line 157, app/assets/stylesheets/shipment-declaration.scss */
.declaration-data__header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 162, app/assets/stylesheets/shipment-declaration.scss */
.declaration-data__header-wrapper__header {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  color: #212121;
  text-align: start;
}

/* line 168, app/assets/stylesheets/shipment-declaration.scss */
.declaration-data__header-wrapper__savebox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

/* line 174, app/assets/stylesheets/shipment-declaration.scss */
.declaration-data__header-wrapper__savebox select {
  border: none;
  border-radius: 8px;
  background: #F7FCFF;
  width: 155px;
  padding: 0px 8px;
}

/* line 182, app/assets/stylesheets/shipment-declaration.scss */
.declaration-data__header-wrapper__savebox .save-checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

/* line 188, app/assets/stylesheets/shipment-declaration.scss */
.declaration-data__header-wrapper__savebox .save-checkbox label {
  margin: 0;
}

/* line 195, app/assets/stylesheets/shipment-declaration.scss */
.declaration-data__same-as {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 201, app/assets/stylesheets/shipment-declaration.scss */
.declaration-data__text-input {
  margin-top: 8px;
}

/* line 204, app/assets/stylesheets/shipment-declaration.scss */
.declaration-data__text-input input {
  width: 100%;
  padding: 8px;
  border-radius: 99px;
  border: 1px solid black;
  font-size: 14px;
  line-height: 1.5;
  color: grey;
}

/* line 214, app/assets/stylesheets/shipment-declaration.scss */
.declaration-data__text-input input:focus {
  outline: none;
}

@media (max-width: 600px) {
  /* line 220, app/assets/stylesheets/shipment-declaration.scss */
  .declaration-data__header-wrapper {
    flex-wrap: wrap;
  }
}

/* line 227, app/assets/stylesheets/shipment-declaration.scss */
.watchers__header {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  color: #212121;
  text-align: start;
}

/* line 233, app/assets/stylesheets/shipment-declaration.scss */
.watchers__select {
  margin-top: 8px;
}

/* line 236, app/assets/stylesheets/shipment-declaration.scss */
.watchers__select input {
  width: 100%;
  padding: 8px;
  border-radius: 99px;
  border: 1px solid black;
}

/* line 244, app/assets/stylesheets/shipment-declaration.scss */
.watchers__items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 16px;
}

/* line 254, app/assets/stylesheets/shipment-declaration.scss */
.watchers__element-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/* line 260, app/assets/stylesheets/shipment-declaration.scss */
.watchers__element {
  display: flex;
  gap: 16px;
}

/* line 265, app/assets/stylesheets/shipment-declaration.scss */
.watchers__boxes {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}

/* line 271, app/assets/stylesheets/shipment-declaration.scss */
.watchers__boxes > div {
  display: flex;
  gap: 8px;
}

/* line 277, app/assets/stylesheets/shipment-declaration.scss */
.watchers__remove {
  cursor: pointer;
}

/* line 282, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration.errors {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  background-color: #EB5757;
  border-radius: 60px;
  padding: 8px;
  color: white;
}

/* line 293, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration.errors__header {
  font-family: "Primary";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  text-align: center;
}

/* line 298, app/assets/stylesheets/shipment-declaration.scss */
.shipment-declaration.errors__items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  gap: 8px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  text-align: start;
}
/* line 4, app/assets/stylesheets/shipment_details.scss */
.shipment-waiting-confirmation {
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 10, app/assets/stylesheets/shipment_details.scss */
.shipment-waiting-confirmation img {
  width: 40px;
  height: 40px;
}

/* line 14, app/assets/stylesheets/shipment_details.scss */
.shipment-waiting-confirmation h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #212121;
  margin: 8px 0 0;
}

/* line 23, app/assets/stylesheets/shipment_details.scss */
.shipping-tag {
  padding: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  background: #212121;
  border-radius: 30px;
  margin-bottom: 32px;
}

/* line 34, app/assets/stylesheets/shipment_details.scss */
.shipment_action_item {
  padding-top: 16px;
}

/* line 38, app/assets/stylesheets/shipment_details.scss */
.shipment-details-search-result {
  max-width: 900px;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 32px;
}

/* line 45, app/assets/stylesheets/shipment_details.scss */
.shipment-details-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
}

/* line 55, app/assets/stylesheets/shipment_details.scss */
.shipment-details-details .app-tabs {
  margin: 32px 0;
}

/* line 59, app/assets/stylesheets/shipment_details.scss */
.shipment-details-details .tab-content {
  width: 100%;
}

/* line 64, app/assets/stylesheets/shipment_details.scss */
.rating-container {
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* line 72, app/assets/stylesheets/shipment_details.scss */
.components-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

/* line 77, app/assets/stylesheets/shipment_details.scss */
.components-container span {
  cursor: pointer;
  color: orange;
  text-decoration: underline;
  display: none;
}

/* line 85, app/assets/stylesheets/shipment_details.scss */
.feedback-text {
  cursor: pointer;
  margin: 10px;
}

/* line 90, app/assets/stylesheets/shipment_details.scss */
.rating-1 {
  background-color: #ffb5b5;
  border-radius: 500px;
}

/* line 95, app/assets/stylesheets/shipment_details.scss */
.rating-2 {
  background-color: #eea56b;
  border-radius: 500px;
}

/* line 100, app/assets/stylesheets/shipment_details.scss */
.rating-3 {
  background-color: #f0c77b;
  border-radius: 500px;
}

/* line 105, app/assets/stylesheets/shipment_details.scss */
.rating-4 {
  background-color: #e2f4e2;
  border-radius: 500px;
}

/* line 110, app/assets/stylesheets/shipment_details.scss */
.rating-5 {
  background-color: #a1e8a1;
  border-radius: 500px;
}

/* line 115, app/assets/stylesheets/shipment_details.scss */
.star-widget {
  padding: 5px;
  margin: 20px;
}

/* line 119, app/assets/stylesheets/shipment_details.scss */
.star-widget label {
  font-size: 40px;
  color: #444;
  padding: 10px;
  float: right;
  transition: all 0.2s ease;
  cursor: pointer;
}

/* line 128, app/assets/stylesheets/shipment_details.scss */
.star-widget input {
  display: none;
}

/* line 133, app/assets/stylesheets/shipment_details.scss */
.star-widget input:not(:checked) ~ label:hover {
  color: #fd4;
}

/* line 136, app/assets/stylesheets/shipment_details.scss */
.star-widget input:not(:checked) ~ label:hover ~ label {
  color: #fd4;
}

/* line 146, app/assets/stylesheets/shipment_details.scss */
.star-widget input:checked ~ label {
  color: #fd4;
}

/* line 154, app/assets/stylesheets/shipment_details.scss */
.rating-star {
  height: 30px;
  width: 30px;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  text-align: center;
  background: #ffb547;
  color: white;
  padding: 8px;
}

/* line 164, app/assets/stylesheets/shipment_details.scss */
.empty-star {
  font-size: 20px;
  color: #a9a9a9;
  cursor: pointer;
}

/* line 170, app/assets/stylesheets/shipment_details.scss */
.rating-header {
  font-size: 30px;
}

/* line 175, app/assets/stylesheets/shipment_details.scss */
.rating-container .feedback-form {
  display: none;
}

/* line 179, app/assets/stylesheets/shipment_details.scss */
input:checked ~ form {
  display: block;
}

/* line 183, app/assets/stylesheets/shipment_details.scss */
.declaration-info .shipping-declaration-form {
  position: relative;
  width: 60%;
}

/* line 186, app/assets/stylesheets/shipment_details.scss */
.declaration-info .shipping-declaration-form textarea {
  border-radius: 60px;
  height: 80px;
  width: 100%;
  padding: 16px;
  color: #0f0101;
  margin: 16px 0px;
  font-size: 14px;
  line-height: 1.5;
  resize: none;
  border-color: #e7e7e7;
  border-width: 2px;
  background: #ffffff;
}

/* line 200, app/assets/stylesheets/shipment_details.scss */
.declaration-info .shipping-declaration-form .data-container {
  background: #f9fbfc;
  border-radius: 36px;
  margin-bottom: 20px;
  padding: 15px;
}

/* line 205, app/assets/stylesheets/shipment_details.scss */
.declaration-info .shipping-declaration-form .data-container .data-header {
  display: flex;
  justify-content: space-between;
  height: 40px;
}

/* line 210, app/assets/stylesheets/shipment_details.scss */
.declaration-info .shipping-declaration-form .data-container .data-header header {
  margin-top: 10px;
  font-size: 18 dpx;
}

/* line 216, app/assets/stylesheets/shipment_details.scss */
.declaration-info .shipping-declaration-form .data-container .same-as {
  background: #F7FCFF;
  border-radius: 400px;
  padding: 10px 20px 0px 20px;
  display: flex;
  height: 50px;
  justify-content: space-between;
  margin-top: -10px;
}

/* line 224, app/assets/stylesheets/shipment_details.scss */
.declaration-info .shipping-declaration-form .data-container .same-as p {
  color: #c0baba;
  padding: 5px;
}

/* line 231, app/assets/stylesheets/shipment_details.scss */
.declaration-info .shipping-declaration-form ::placeholder {
  color: #cbcbcb;
}

/* line 235, app/assets/stylesheets/shipment_details.scss */
.declaration-info .shipping-declaration-form p {
  text-align: center;
  padding: 20px;
}

/* line 241, app/assets/stylesheets/shipment_details.scss */
.instruction-info .final-shipping-instruction-form {
  position: relative;
  width: 60%;
}

/* line 244, app/assets/stylesheets/shipment_details.scss */
.instruction-info .final-shipping-instruction-form textarea, .instruction-info .final-shipping-instruction-form input[type="number"] {
  border: solid 1px #00000050;
  border-radius: 60px;
  height: 80px;
  width: 100%;
  padding: 16px;
  color: #0f0101;
  margin: 16px 0px;
  font-size: 14px;
  line-height: 1.5;
  resize: none;
  background: #ffffff;
}

/* line 257, app/assets/stylesheets/shipment_details.scss */
.instruction-info .final-shipping-instruction-form .data-container {
  background: #f9fbfc;
  border-radius: 36px;
  margin-bottom: 20px;
  padding: 15px;
}

/* line 262, app/assets/stylesheets/shipment_details.scss */
.instruction-info .final-shipping-instruction-form .data-container .data-header {
  display: flex;
  justify-content: space-between;
  height: 40px;
}

/* line 267, app/assets/stylesheets/shipment_details.scss */
.instruction-info .final-shipping-instruction-form .data-container .data-header header {
  margin-top: 10px;
  font-size: 18 dpx;
}

/* line 273, app/assets/stylesheets/shipment_details.scss */
.instruction-info .final-shipping-instruction-form .data-container .same-as {
  background: #F7FCFF;
  border-radius: 400px;
  padding: 10px 20px 0px 20px;
  display: flex;
  height: 50px;
  justify-content: space-between;
  margin-top: -10px;
}

/* line 281, app/assets/stylesheets/shipment_details.scss */
.instruction-info .final-shipping-instruction-form .data-container .same-as p {
  color: #c0baba;
  padding: 5px;
}

/* line 288, app/assets/stylesheets/shipment_details.scss */
.instruction-info .final-shipping-instruction-form ::placeholder {
  color: #cbcbcb;
}

/* line 292, app/assets/stylesheets/shipment_details.scss */
.instruction-info .final-shipping-instruction-form p {
  text-align: center;
  padding: 20px;
}

/* line 298, app/assets/stylesheets/shipment_details.scss */
#number-box {
  height: 50px;
  padding: 12px 10px 10px 20px;
}

/* line 303, app/assets/stylesheets/shipment_details.scss */
.list-checkbox-container {
  width: 40%;
  display: flex;
  justify-content: space-between;
  margin-right: 10px;
}

/* line 309, app/assets/stylesheets/shipment_details.scss */
.list-checkbox-container select {
  width: 70%;
  margin-top: 4%;
  border-radius: 12px;
  background: #ecf3fb;
  font-size: 14px;
  border-color: transparent;
  padding: 0px 10px;
}

/* line 319, app/assets/stylesheets/shipment_details.scss */
.list-checkbox-container label {
  margin-top: 14px;
}

/* line 323, app/assets/stylesheets/shipment_details.scss */
.list-checkbox-container input {
  margin-right: 5px;
}

/* line 329, app/assets/stylesheets/shipment_details.scss */
.description-of-goods-container textarea {
  margin-top: 0px;
}

/* line 334, app/assets/stylesheets/shipment_details.scss */
.file-image {
  text-align: center;
  padding: 15px;
}

/* line 339, app/assets/stylesheets/shipment_details.scss */
.sd-container-type-details {
  border: 2px dashed #e6dbdb;
  border-radius: 40px;
  padding: 15px;
  margin-top: 20px;
}

/* line 344, app/assets/stylesheets/shipment_details.scss */
.sd-container-type-details h6 {
  font-size: 14px;
  margin-bottom: -10px;
  margin-top: 20px;
  color: gray;
}

/* line 353, app/assets/stylesheets/shipment_details.scss */
.fsi-container-type-details {
  border: 2px solid #e6dbdb;
  border-radius: 40px;
  padding: 15px;
  margin-top: 20px;
}

/* line 358, app/assets/stylesheets/shipment_details.scss */
.fsi-container-type-details h6 {
  font-size: 14px;
  margin-bottom: -10px;
  margin-top: 20px;
  color: gray;
}

/* line 367, app/assets/stylesheets/shipment_details.scss */
.container-types-details {
  border: 2px dashed #e6dbdb;
  border-radius: 40px;
  padding: 15px;
  margin-top: 20px;
  background: #edf8fa;
}

/* line 373, app/assets/stylesheets/shipment_details.scss */
.container-types-details h6 {
  font-size: 14px;
  margin-bottom: -10px;
  margin-top: 20px;
  color: gray;
  margin-left: 10px;
}

/* line 383, app/assets/stylesheets/shipment_details.scss */
.weight-code-container {
  display: flex;
  justify-content: space-between;
}

/* line 387, app/assets/stylesheets/shipment_details.scss */
.weight-code-container .gross-weight {
  width: 47%;
}

/* line 391, app/assets/stylesheets/shipment_details.scss */
.weight-code-container .net-weight {
  width: 47%;
}

/* line 397, app/assets/stylesheets/shipment_details.scss */
.weights-container {
  display: flex;
  justify-content: space-between;
}

/* line 400, app/assets/stylesheets/shipment_details.scss */
.weights-container .textarea {
  padding: 8px;
}

/* line 407, app/assets/stylesheets/shipment_details.scss */
.shipping-declaration-condition {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 40px;
}

/* line 414, app/assets/stylesheets/shipment_details.scss */
.shipping-declaration-condition h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #212121;
  margin-bottom: 32px;
}

/* line 424, app/assets/stylesheets/shipment_details.scss */
.declaration-border-card {
  padding: 32px 24px 36px 28px;
  margin: 0 0 -4px -4px;
  background: #ffffff;
  border-radius: 36px;
  position: relative;
  border: dashed 2px #cdc9c9;
}

/* line 431, app/assets/stylesheets/shipment_details.scss */
.declaration-border-card::before {
  content: '';
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff;
  border-radius: 36px;
}

/* line 442, app/assets/stylesheets/shipment_details.scss */
.declaration-border-card[data-read]::before {
  background: #F7FCFF;
}

/* line 447, app/assets/stylesheets/shipment_details.scss */
.declaration-border-card[data-read] .headline,
.declaration-border-card[data-read] .message,
.declaration-border-card[data-read] .date {
  color: #9E9E9E;
}

/* line 456, app/assets/stylesheets/shipment_details.scss */
.declaration-form-container, .instruction-form-container {
  border: dashed 2px #cdc9c9;
  padding: 32px 24px 36px 28px;
  margin: 0 0 -4px -4px;
  background: #ffffff;
  border-radius: 36px;
  margin: 15px;
}

/* line 463, app/assets/stylesheets/shipment_details.scss */
.declaration-form-container h1, .instruction-form-container h1 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 30px;
  position: relative;
}

/* line 472, app/assets/stylesheets/shipment_details.scss */
.container-number-and-number-of-items {
  display: flex;
  justify-content: space-between;
}

/* line 475, app/assets/stylesheets/shipment_details.scss */
.container-number-and-number-of-items .container-number {
  width: 50%;
  padding: 0px 5px;
}

/* line 479, app/assets/stylesheets/shipment_details.scss */
.container-number-and-number-of-items .number-of-items {
  width: 50%;
  padding: 0px 5px;
}

/* line 485, app/assets/stylesheets/shipment_details.scss */
.container-number-and-number-of-items .item-type select {
  margin-top: 16px;
  border: solid 1px #00000050;
  border-radius: 60px;
  background: white;
  font-size: 14px;
  padding: 0px 10px;
  height: 50px;
}

/* line 497, app/assets/stylesheets/shipment_details.scss */
.upload-file-button {
  border: none;
  border-radius: 48px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-wrap: nowrap;
}

/* line 507, app/assets/stylesheets/shipment_details.scss */
.upload-file-button .shipping_file {
  display: none;
  cursor: pointer;
}

/* line 512, app/assets/stylesheets/shipment_details.scss */
.upload-file-button #file_name_class {
  margin-bottom: 10px;
  color: black;
}

/* line 517, app/assets/stylesheets/shipment_details.scss */
.upload-file-button .btn {
  background: #ffa726;
  display: flex;
  border: none;
  border-radius: 48px;
  color: white;
  cursor: pointer;
}

/* line 525, app/assets/stylesheets/shipment_details.scss */
.upload-file-button .btn:active, .upload-file-button a:active {
  outline: none;
  border: none !important;
  box-shadow: none !important;
}

/* line 531, app/assets/stylesheets/shipment_details.scss */
.upload-file-button .btn[disabled] {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #ffffff;
  padding: 10px 10px;
}

/* line 537, app/assets/stylesheets/shipment_details.scss */
.upload-file-button #text {
  padding-top: 4px;
}

/* line 543, app/assets/stylesheets/shipment_details.scss */
.textarea textarea {
  border-radius: 20px;
  height: 133px;
  width: 100%;
  padding: 16px;
  color: grey;
  margin: 16px 0px;
  font-size: 14px;
  line-height: 1.5;
  resize: none;
}

/* line 555, app/assets/stylesheets/shipment_details.scss */
.textarea textarea:focus {
  outline: none;
}

/* line 561, app/assets/stylesheets/shipment_details.scss */
.btn-secondary {
  background: #ffa726;
  border: 1px solid #ffa726;
}

/* line 566, app/assets/stylesheets/shipment_details.scss */
.btn2-secondary {
  background: #f8f6f4;
  border: 1px solid #ffa726;
  color: #ffa726;
}

/* line 572, app/assets/stylesheets/shipment_details.scss */
.round {
  border-radius: 999px;
}

/* line 576, app/assets/stylesheets/shipment_details.scss */
.feedback-content-actions {
  display: flex;
  justify-content: space-evenly;
}

/* line 581, app/assets/stylesheets/shipment_details.scss */
.feedback-action-wrapper {
  cursor: pointer;
}

/* line 583, app/assets/stylesheets/shipment_details.scss */
.feedback-action-wrapper .button {
  background: #ffa726;
  border: none;
  border-radius: 48px;
  color: white;
  width: 100%;
  padding: 15px;
  margin-bottom: 12px;
}

/* line 593, app/assets/stylesheets/shipment_details.scss */
.feedback-action-wrapper a {
  background: white;
  border: 1px solid #ffa726;
  border-radius: 48px;
  color: #ffa726 !important;
  width: 100%;
  padding: 15px;
  margin-bottom: 12px;
  text-decoration: none !important;
  cursor: pointer;
}

/* line 605, app/assets/stylesheets/shipment_details.scss */
.feedback-action-wrapper .button:hover {
  background: rgba(255, 167, 38, 0.9);
}

/* line 609, app/assets/stylesheets/shipment_details.scss */
.feedback-action-wrapper a:hover {
  background: white;
  color: #eb8c02;
}

/* line 614, app/assets/stylesheets/shipment_details.scss */
.feedback-action-wrapper .button:active, .feedback-action-wrapper a:active {
  outline: none;
  border: none !important;
  box-shadow: none !important;
}

/* line 620, app/assets/stylesheets/shipment_details.scss */
.feedback-action-wrapper .button[disabled] {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

/* line 627, app/assets/stylesheets/shipment_details.scss */
.declaration-action-wrapper {
  cursor: pointer;
  width: 40%;
}

/* line 630, app/assets/stylesheets/shipment_details.scss */
.declaration-action-wrapper .button {
  background: #ffa726;
  border: none;
  border-radius: 48px;
  color: white;
  width: 100%;
  padding: 15px;
  margin-bottom: 12px;
}

/* line 640, app/assets/stylesheets/shipment_details.scss */
.declaration-action-wrapper a {
  background: white;
  border: 1px solid #ffa726;
  border-radius: 48px;
  color: #ffa726 !important;
  width: 100%;
  padding: 15px;
  margin-bottom: 12px;
  text-decoration: none !important;
  cursor: pointer;
}

/* line 652, app/assets/stylesheets/shipment_details.scss */
.declaration-action-wrapper .button:hover {
  background: rgba(255, 167, 38, 0.9);
}

/* line 656, app/assets/stylesheets/shipment_details.scss */
.declaration-action-wrapper a:hover {
  background: white;
  color: #eb8c02;
}

/* line 661, app/assets/stylesheets/shipment_details.scss */
.declaration-action-wrapper .button:active, .declaration-action-wrapper a:active {
  outline: none;
  border: none !important;
  box-shadow: none !important;
}

/* line 667, app/assets/stylesheets/shipment_details.scss */
.declaration-action-wrapper .button[disabled] {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

/* line 674, app/assets/stylesheets/shipment_details.scss */
.shipment-details-tab-update-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: #212121;
}

/* line 681, app/assets/stylesheets/shipment_details.scss */
.shipment-details-tab-update-icon span {
  margin-top: 4px;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}

/* line 689, app/assets/stylesheets/shipment_details.scss */
.shipment-details-card {
  margin-bottom: 28px;
  width: 100%;
}

/* line 693, app/assets/stylesheets/shipment_details.scss */
.shipment-details-card .shipment-details-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  font-size: 12px;
  line-height: 14px;
  color: #9e9e9e;
}

/* line 703, app/assets/stylesheets/shipment_details.scss */
.shipment-details-card p {
  margin-bottom: 0;
}

/* line 708, app/assets/stylesheets/shipment_details.scss */
.shipment-document-card-head {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #212121;
  margin-bottom: 32px;
}

/* line 715, app/assets/stylesheets/shipment_details.scss */
.document-file-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 719, app/assets/stylesheets/shipment_details.scss */
.document-file-row .icon {
  color: #9e9e9e;
}

/* line 724, app/assets/stylesheets/shipment_details.scss */
.shipment-cost-card.border-card {
  padding: 0 0 4px 4px;
  margin-bottom: 36px;
  display: flex;
  flex-flow: column;
}

/* line 730, app/assets/stylesheets/shipment_details.scss */
.shipment-cost-card.border-card .shipment-cost-info {
  margin-top: 32px;
  margin-bottom: 24px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

/* line 738, app/assets/stylesheets/shipment_details.scss */
.shipment-cost-card.border-card .shipment-cost-info .shipment-cost-ref {
  font-size: 12px;
  line-height: 14px;
  color: #050000;
  margin-bottom: 4px;
}

/* line 745, app/assets/stylesheets/shipment_details.scss */
.shipment-cost-card.border-card .shipment-cost-info .shipment-cost-tag {
  padding: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  background: #212121;
  border-radius: 30px;
  margin-bottom: 24px;
}

/* line 756, app/assets/stylesheets/shipment_details.scss */
.shipment-cost-card.border-card .shipment-cost-info .shipment-cost-freight {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #bdbdbd;
  margin-bottom: 4px;
}

/* line 764, app/assets/stylesheets/shipment_details.scss */
.shipment-cost-card.border-card .shipment-cost-info .shipment-cost-price {
  font-weight: 500;
  font-size: 32px;
  line-height: 37px;
  color: #212121;
  margin-bottom: 16px;
}

/* line 772, app/assets/stylesheets/shipment_details.scss */
.shipment-cost-card.border-card .shipment-cost-info .shipment-cost-destination {
  font-size: 12px;
  line-height: 14px;
  color: #bdbdbd;
  margin-bottom: 4px;
}

/* line 779, app/assets/stylesheets/shipment_details.scss */
.shipment-cost-card.border-card .shipment-cost-info .shipment-cost-total {
  font-size: 16px;
  line-height: 18px;
  color: #9e9e9e;
}

/* line 783, app/assets/stylesheets/shipment_details.scss */
.shipment-cost-card.border-card .shipment-cost-info .shipment-cost-total strong {
  color: #212121;
}

/* line 789, app/assets/stylesheets/shipment_details.scss */
.shipment-cost-card.border-card .details-breakdown-wrapper {
  margin-bottom: 32px;
}

/* line 793, app/assets/stylesheets/shipment_details.scss */
.shipment-cost-card.border-card .details-breakdown-main {
  background: #f7fcff;
  padding-left: 24px;
  padding-right: 24px;
}

/* line 798, app/assets/stylesheets/shipment_details.scss */
.shipment-cost-card.border-card .details-breakdown-secondary {
  padding-left: 38px;
  padding-right: 38px;
}

/* line 804, app/assets/stylesheets/shipment_details.scss */
#shipping_file {
  filter: alpha(opacity=0);
}
/* line 6, app/assets/stylesheets/sign_in.scss */
.auth-page {
  --auth-header-offset: var(--header-outer-height, 80px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  width: 100%;
  margin-top: calc(-1 * var(--header-outer-height, 80px));
  padding-top: 0;
  background: #E6F5FC;
}

@media (max-width: 1199px) {
  /* line 6, app/assets/stylesheets/sign_in.scss */
  .auth-page {
    --auth-header-offset: 68px;
  }
}

@media (max-width: 600px) {
  /* line 6, app/assets/stylesheets/sign_in.scss */
  .auth-page {
    --auth-header-offset: 64px;
  }
}

/* line 27, app/assets/stylesheets/sign_in.scss */
.auth-page::before {
  content: "";
  position: absolute;
  top: calc(-1 * var(--header-outer-height, 80px));
  left: 0;
  right: 0;
  height: var(--header-outer-height, 80px);
  background: #E6F5FC;
  pointer-events: none;
}

/* line 39, app/assets/stylesheets/sign_in.scss */
.auth-page__hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  width: 100%;
  min-height: 820px;
  padding: var(--auth-header-offset) 0 0;
  background: #E6F5FC;
  overflow: hidden;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  /* line 39, app/assets/stylesheets/sign_in.scss */
  .auth-page__hero {
    justify-content: center;
    min-height: 100svh;
    padding-bottom: 80px;
  }
}

@media (max-width: 600px) {
  /* line 39, app/assets/stylesheets/sign_in.scss */
  .auth-page__hero {
    padding-bottom: 40px;
  }
}

/* line 63, app/assets/stylesheets/sign_in.scss */
.auth-page__wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 440px;
  pointer-events: none;
}

@media (max-width: 1024px) {
  /* line 63, app/assets/stylesheets/sign_in.scss */
  .auth-page__wave {
    height: 280px;
  }
}

@media (max-width: 600px) {
  /* line 63, app/assets/stylesheets/sign_in.scss */
  .auth-page__wave {
    height: 200px;
  }
}

/* line 86, app/assets/stylesheets/sign_in.scss */
.auth-page__wave-image {
  display: block;
  width: 110%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* line 95, app/assets/stylesheets/sign_in.scss */
.auth-page__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  gap: 80px;
  width: 100%;
  max-width: 1440px;
  padding: 80px 80px 40px;
}

@media (max-width: 1024px) {
  /* line 95, app/assets/stylesheets/sign_in.scss */
  .auth-page__content {
    flex: 0 0 auto;
    gap: 40px;
    padding: 24px 16px;
  }
}

@media (max-width: 600px) {
  /* line 95, app/assets/stylesheets/sign_in.scss */
  .auth-page__content {
    gap: 24px;
    padding: 16px;
  }
}

/* line 120, app/assets/stylesheets/sign_in.scss */
.auth-page__title {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #009CDE;
  font-family: "Figtree", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 900;
  line-height: 64px;
  text-align: center;
}

@media (max-width: 1024px) {
  /* line 120, app/assets/stylesheets/sign_in.scss */
  .auth-page__title {
    font-size: 36px;
    line-height: 44px;
  }
}

@media (max-width: 600px) {
  /* line 120, app/assets/stylesheets/sign_in.scss */
  .auth-page__title {
    font-size: 28px;
    line-height: 36px;
  }
}

/* line 147, app/assets/stylesheets/sign_in.scss */
.auth-page__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  isolation: isolate;
  flex: none;
  gap: 40px;
  max-width: 100%;
  padding: 80px 0 0;
  overflow: hidden;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 2px 24px rgba(0, 31, 44, 0.16);
}

/* line 162, app/assets/stylesheets/sign_in.scss */
.auth-page__card--signin {
  width: 620px;
  height: auto;
  min-height: 460px;
  padding-top: 40px;
  padding-bottom: 190px;
}

/* line 173, app/assets/stylesheets/sign_in.scss */
.auth-page__card--signup {
  width: 1040px;
  height: auto;
  min-height: 640px;
  padding-bottom: 220px;
}

@media (max-width: 1024px) {
  /* line 173, app/assets/stylesheets/sign_in.scss */
  .auth-page__card--signup {
    max-width: 100%;
    min-height: 0;
    padding-bottom: 180px;
  }
}

/* line 186, app/assets/stylesheets/sign_in.scss */
.auth-page__card--verify {
  width: 620px;
  height: 500px;
  padding: 40px 40px 0;
  gap: 24px;
}

@media (max-width: 1024px) {
  /* line 186, app/assets/stylesheets/sign_in.scss */
  .auth-page__card--verify {
    height: auto;
    min-height: 0;
    padding-bottom: 200px;
  }
}

@media (max-width: 600px) {
  /* line 186, app/assets/stylesheets/sign_in.scss */
  .auth-page__card--verify {
    padding: 24px;
    padding-bottom: 160px;
  }
}

/* line 204, app/assets/stylesheets/sign_in.scss */
.auth-page__card--forgot, .auth-page__card--create-password, .auth-page__card--forgot-message {
  width: 620px;
  height: 448px;
  padding: 40px;
  gap: 40px;
}

@media (max-width: 1024px) {
  /* line 204, app/assets/stylesheets/sign_in.scss */
  .auth-page__card--forgot, .auth-page__card--create-password, .auth-page__card--forgot-message {
    height: auto;
    min-height: 0;
    padding-bottom: 200px;
  }
}

@media (max-width: 600px) {
  /* line 204, app/assets/stylesheets/sign_in.scss */
  .auth-page__card--forgot, .auth-page__card--create-password, .auth-page__card--forgot-message {
    padding: 24px;
    padding-bottom: 160px;
  }
}

@media (max-width: 1024px) {
  /* line 147, app/assets/stylesheets/sign_in.scss */
  .auth-page__card {
    width: 100%;
    max-width: 620px;
    height: auto;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 600px) {
  /* line 147, app/assets/stylesheets/sign_in.scss */
  .auth-page__card {
    padding-top: 40px;
    padding-bottom: 160px;
    gap: 24px;
  }
}

@media (max-width: 1024px) {
  /* line 242, app/assets/stylesheets/sign_in.scss */
  .auth-page__card--signin {
    min-height: 500px;
  }
}

@media (max-width: 600px) {
  /* line 248, app/assets/stylesheets/sign_in.scss */
  .auth-page__card--signin {
    min-height: 0;
    padding-bottom: 240px;
  }
}

/* line 255, app/assets/stylesheets/sign_in.scss */
.auth-page__illustration {
  position: absolute;
  left: 0;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  isolation: isolate;
  width: 100%;
  height: 268px;
  padding: 0;
  overflow: hidden;
  pointer-events: none;
}

/* line 269, app/assets/stylesheets/sign_in.scss */
.auth-page__card--signin .auth-page__illustration {
  bottom: 0;
  height: 190px;
}

/* line 274, app/assets/stylesheets/sign_in.scss */
.auth-page__card--signup .auth-page__illustration, .auth-page__card--verify .auth-page__illustration, .auth-page__card--forgot .auth-page__illustration, .auth-page__card--create-password .auth-page__illustration, .auth-page__card--forgot-message .auth-page__illustration {
  bottom: 0;
}

/* line 282, app/assets/stylesheets/sign_in.scss */
.auth-page__card--signup .auth-page__illustration {
  height: 300px;
}

/* line 286, app/assets/stylesheets/sign_in.scss */
.auth-page__card--forgot .auth-page__illustration, .auth-page__card--create-password .auth-page__illustration, .auth-page__card--forgot-message .auth-page__illustration {
  height: 240px;
}

@media (max-width: 600px) {
  /* line 255, app/assets/stylesheets/sign_in.scss */
  .auth-page__illustration {
    top: auto;
    bottom: 0;
    height: 220px;
  }
  /* line 297, app/assets/stylesheets/sign_in.scss */
  .auth-page__card--signin .auth-page__illustration {
    height: 240px;
  }
  /* line 301, app/assets/stylesheets/sign_in.scss */
  .auth-page__card--forgot .auth-page__illustration, .auth-page__card--create-password .auth-page__illustration, .auth-page__card--forgot-message .auth-page__illustration {
    height: 200px;
  }
}

/* line 309, app/assets/stylesheets/sign_in.scss */
.auth-page__illustration-image {
  position: absolute;
  left: 50%;
  top: calc(50% + 11.5px);
  width: 619px;
  height: 619px;
  max-width: none;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center center;
}

/* line 322, app/assets/stylesheets/sign_in.scss */
.auth-page__card--signin .auth-page__illustration-image {
  top: auto;
  bottom: -155px;
  transform: translateX(-50%);
}

/* line 328, app/assets/stylesheets/sign_in.scss */
.auth-page__card--signup .auth-page__illustration-image {
  top: auto;
  bottom: -225px;
  width: 900px;
  height: 900px;
  transform: translateX(-50%);
}

/* line 336, app/assets/stylesheets/sign_in.scss */
.auth-page__illustration-image--forgot {
  left: 50%;
  top: 0;
  width: 620px;
  max-width: 100%;
  height: 240px;
  transform: translateX(-50%);
  object-fit: contain;
  object-position: center bottom;
}

/* line 348, app/assets/stylesheets/sign_in.scss */
.auth-page__illustration-fade {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 46%, rgba(255, 255, 255, 0.85) 58%, rgba(255, 255, 255, 0.55) 72%, rgba(255, 255, 255, 0.22) 86%, rgba(255, 255, 255, 0) 96%);
  pointer-events: none;
}

/* line 366, app/assets/stylesheets/sign_in.scss */
.auth-page__illustration--forgot .auth-page__illustration-fade {
  display: none;
}

/* line 372, app/assets/stylesheets/sign_in.scss */
.sign-in-form {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  flex: none;
  gap: 24px;
  width: 100%;
  height: auto;
  padding: 0 80px;
}

@media (max-width: 1024px) {
  /* line 372, app/assets/stylesheets/sign_in.scss */
  .sign-in-form {
    padding: 0 24px;
  }
}

/* line 390, app/assets/stylesheets/sign_in.scss */
.sign-in-form__flash {
  width: 100%;
  max-width: 460px;
  padding: 8px 16px;
  border-radius: 8px;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

/* line 401, app/assets/stylesheets/sign_in.scss */
.sign-in-form__flash--error, .sign-in-form__flash--alert {
  background: #FCDCDC;
  color: #EB2525;
}

/* line 408, app/assets/stylesheets/sign_in.scss */
.sign-in-form__field {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  isolation: isolate;
  gap: 2px;
  width: 100%;
  max-width: 460px;
  height: 36px;
}

/* line 420, app/assets/stylesheets/sign_in.scss */
.sign-in-form__field--password {
  position: relative;
}

/* line 425, app/assets/stylesheets/sign_in.scss */
.sign-in-form__input {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  gap: 16px;
  width: 100%;
  height: 36px;
  padding: 8px 16px;
  border: 1px solid #E6E9EA;
  border-radius: 8px;
  background: #ffffff;
  color: #001F2C;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  outline: none;
  transition: border-color 0.15s ease;
}

/* line 447, app/assets/stylesheets/sign_in.scss */
.sign-in-form__input::placeholder {
  color: #B3BCC0;
  text-transform: capitalize;
}

/* line 452, app/assets/stylesheets/sign_in.scss */
.sign-in-form__input:focus {
  border-color: #009CDE;
}

/* line 456, app/assets/stylesheets/sign_in.scss */
.sign-in-form__field--password .sign-in-form__input {
  padding-inline-end: 44px;
}

/* line 461, app/assets/stylesheets/sign_in.scss */
.sign-in-form__password-toggle {
  position: absolute;
  top: 50%;
  inset-inline-end: 16px;
  z-index: 2;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}

/* line 478, app/assets/stylesheets/sign_in.scss */
.sign-in-form__password-toggle:focus {
  outline: none;
}

/* line 482, app/assets/stylesheets/sign_in.scss */
.sign-in-form__password-toggle:focus-visible {
  border-radius: 4px;
  outline: 2px solid #009CDE;
  outline-offset: 2px;
}

/* line 489, app/assets/stylesheets/sign_in.scss */
.sign-in-form__password-icon {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
}

/* line 496, app/assets/stylesheets/sign_in.scss */
.sign-in-form__forgot {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 152px;
  height: 32px;
  padding: 8px 16px;
  border-radius: 32px;
  color: #F9A529;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;
}

/* line 516, app/assets/stylesheets/sign_in.scss */
.sign-in-form__forgot:hover, .sign-in-form__forgot:focus {
  color: #E09525;
  text-decoration: none;
}

/* line 523, app/assets/stylesheets/sign_in.scss */
.sign-in-form__submit {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 150px;
  height: 40px;
  padding: 8px 16px;
  border: 0;
  border-radius: 32px;
  background: #F9A529;
  color: #ffffff;
  cursor: pointer;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
  transition: background-color 0.15s ease;
}

/* line 545, app/assets/stylesheets/sign_in.scss */
.sign-in-form__submit:hover, .sign-in-form__submit:focus {
  background: #E09525;
  color: #ffffff;
  outline: none;
}

@media (max-width: 600px) {
  /* line 523, app/assets/stylesheets/sign_in.scss */
  .sign-in-form__submit {
    width: 100%;
    max-width: 460px;
  }
}

/* line 558, app/assets/stylesheets/sign_in.scss */
.sign-in-form__footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 32px;
}

/* line 567, app/assets/stylesheets/sign_in.scss */
.sign-in-form__footer-text {
  display: flex;
  align-items: center;
  color: #334C56;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

/* line 578, app/assets/stylesheets/sign_in.scss */
.sign-in-form__footer-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 32px;
  padding: 8px 16px;
  border-radius: 32px;
  color: #F9A529;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;
}

/* line 597, app/assets/stylesheets/sign_in.scss */
.sign-in-form__footer-link:hover, .sign-in-form__footer-link:focus {
  color: #E09525;
  text-decoration: none;
}

/* line 605, app/assets/stylesheets/sign_in.scss */
.sign-up-form {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 24px;
  width: 100%;
  padding: 0 80px;
}

@media (max-width: 1024px) {
  /* line 605, app/assets/stylesheets/sign_in.scss */
  .sign-up-form {
    padding: 0 24px;
  }
}

/* line 620, app/assets/stylesheets/sign_in.scss */
.sign-up-form #error_explanation {
  width: 100%;
  max-width: 880px;
}

/* line 626, app/assets/stylesheets/sign_in.scss */
.sign-up-form__row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-self: stretch;
  gap: 24px;
  width: 100%;
  max-width: 880px;
}

/* line 635, app/assets/stylesheets/sign_in.scss */
.sign-up-form__row--recaptcha {
  justify-content: center;
}

@media (max-width: 600px) {
  /* line 626, app/assets/stylesheets/sign_in.scss */
  .sign-up-form__row {
    flex-direction: column;
    gap: 24px;
  }
}

/* line 645, app/assets/stylesheets/sign_in.scss */
.sign-up-form__field {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 0;
}

/* line 653, app/assets/stylesheets/sign_in.scss */
.sign-up-form__field--full {
  flex: 1 1 100%;
  width: 100%;
}

/* line 658, app/assets/stylesheets/sign_in.scss */
.sign-up-form__field--password {
  position: relative;
}

/* line 662, app/assets/stylesheets/sign_in.scss */
.sign-up-form__field.field-with-error {
  width: auto;
  max-width: none;
}

/* line 668, app/assets/stylesheets/sign_in.scss */
.sign-up-form__input {
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  padding: 8px 16px;
  border: 1px solid #E6E9EA;
  border-radius: 8px;
  background: #ffffff;
  color: #001F2C;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  outline: none;
  transition: border-color 0.15s ease;
}

/* line 685, app/assets/stylesheets/sign_in.scss */
.sign-up-form__input::placeholder {
  color: #B3BCC0;
  text-transform: capitalize;
}

/* line 690, app/assets/stylesheets/sign_in.scss */
.sign-up-form__input:focus {
  border-color: #009CDE;
}

/* line 694, app/assets/stylesheets/sign_in.scss */
.sign-up-form__field--password .sign-up-form__input {
  padding-inline-end: 44px;
}

/* line 698, app/assets/stylesheets/sign_in.scss */
.sign-up-form__input.is-invalid {
  border-color: #EB2525;
}

/* line 702, app/assets/stylesheets/sign_in.scss */
.sign-up-form__input.is-valid {
  border-color: #2EC37D;
}

/* line 707, app/assets/stylesheets/sign_in.scss */
.sign-up-form__password-toggle {
  position: absolute;
  top: 18px;
  inset-inline-end: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}

/* line 723, app/assets/stylesheets/sign_in.scss */
.sign-up-form__password-toggle:focus {
  outline: none;
}

/* line 727, app/assets/stylesheets/sign_in.scss */
.sign-up-form__password-toggle:focus-visible {
  border-radius: 4px;
  outline: 2px solid #009CDE;
  outline-offset: 2px;
}

/* line 734, app/assets/stylesheets/sign_in.scss */
.sign-up-form__password-icon {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
}

/* line 741, app/assets/stylesheets/sign_in.scss */
.sign-up-form__error {
  width: 100%;
  color: #EB2525;
  font-family: "Figtree", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
}

/* line 751, app/assets/stylesheets/sign_in.scss */
.sign-up-form__submit {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 150px;
  height: 40px;
  padding: 8px 16px;
  border: 0;
  border-radius: 32px;
  background: #F9A529;
  color: #ffffff;
  cursor: pointer;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
  transition: background-color 0.15s ease;
}

/* line 773, app/assets/stylesheets/sign_in.scss */
.sign-up-form__submit:hover, .sign-up-form__submit:focus {
  background: #E09525;
  color: #ffffff;
  outline: none;
}

/* line 780, app/assets/stylesheets/sign_in.scss */
.sign-up-form__submit:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

@media (max-width: 600px) {
  /* line 751, app/assets/stylesheets/sign_in.scss */
  .sign-up-form__submit {
    width: 100%;
    max-width: 880px;
  }
}

/* line 791, app/assets/stylesheets/sign_in.scss */
.sign-up-form__footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 32px;
}

/* line 801, app/assets/stylesheets/sign_in.scss */
.sign-up-form__footer-text {
  display: flex;
  align-items: center;
  color: #334C56;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

/* line 812, app/assets/stylesheets/sign_in.scss */
.sign-up-form__footer-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 32px;
  padding: 8px 16px;
  border-radius: 32px;
  color: #F9A529;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;
}

/* line 831, app/assets/stylesheets/sign_in.scss */
.sign-up-form__footer-link:hover, .sign-up-form__footer-link:focus {
  color: #E09525;
  text-decoration: none;
}

/* line 840, app/assets/stylesheets/sign_in.scss */
.sign-up-form .iti {
  width: 100%;
  display: block !important;
}

/* line 845, app/assets/stylesheets/sign_in.scss */
.sign-up-form .iti__tel-input {
  width: 100%;
  height: 36px;
  padding-left: 100px !important;
  border: 1px solid #E6E9EA;
  border-radius: 8px;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

/* line 856, app/assets/stylesheets/sign_in.scss */
.sign-up-form .iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
  padding-left: 8px;
}

/* line 861, app/assets/stylesheets/sign_in.scss */
.sign-up-form .iti__selected-dial-code {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  color: #001F2C;
}

/* line 869, app/assets/stylesheets/sign_in.scss */
.verify-account {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 24px;
  width: 100%;
  padding: 0 80px 40px;
  text-align: center;
}

@media (max-width: 1024px) {
  /* line 869, app/assets/stylesheets/sign_in.scss */
  .verify-account {
    padding: 0 24px 24px;
  }
}

/* line 886, app/assets/stylesheets/sign_in.scss */
.verify-account__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
}

@media (max-width: 600px) {
  /* line 886, app/assets/stylesheets/sign_in.scss */
  .verify-account__icon {
    width: 96px;
    height: 96px;
  }
}

/* line 899, app/assets/stylesheets/sign_in.scss */
.verify-account__icon-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* line 906, app/assets/stylesheets/sign_in.scss */
.verify-account__message {
  margin: 0;
  color: #001F2C;
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}

/* line 917, app/assets/stylesheets/sign_in.scss */
.verify-account__subtitle {
  margin: 0;
  max-width: 460px;
  color: #667980;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

/* line 929, app/assets/stylesheets/sign_in.scss */
.verify-account__email {
  color: #009CDE;
  font-weight: 700;
  word-break: break-word;
}

/* line 935, app/assets/stylesheets/sign_in.scss */
.verify-account__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* line 942, app/assets/stylesheets/sign_in.scss */
.verify-account__footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 32px;
}

/* line 952, app/assets/stylesheets/sign_in.scss */
.verify-account__footer-text {
  display: flex;
  align-items: center;
  color: #334C56;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

/* line 963, app/assets/stylesheets/sign_in.scss */
.verify-account__resend {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 32px;
  padding: 8px 16px;
  border: 0;
  border-radius: 32px;
  background: transparent;
  color: #F9A529;
  cursor: pointer;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: capitalize;
  white-space: nowrap;
}

/* line 984, app/assets/stylesheets/sign_in.scss */
.verify-account__resend:hover, .verify-account__resend:focus {
  color: #E09525;
  outline: none;
}

/* line 992, app/assets/stylesheets/sign_in.scss */
.forgot-form {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 40px;
  width: 100%;
  max-width: 540px;
}

/* line 1004, app/assets/stylesheets/sign_in.scss */
.forgot-form__message {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 24px;
  width: 100%;
}

/* line 1013, app/assets/stylesheets/sign_in.scss */
.forgot-form__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
}

/* line 1021, app/assets/stylesheets/sign_in.scss */
.forgot-form__icon-image {
  display: block;
  width: 80px;
  height: 80px;
  object-fit: contain;
}

/* line 1028, app/assets/stylesheets/sign_in.scss */
.forgot-form__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}

/* line 1036, app/assets/stylesheets/sign_in.scss */
.forgot-form__heading {
  margin: 0;
  color: #001F2C;
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  text-transform: capitalize;
}

/* line 1048, app/assets/stylesheets/sign_in.scss */
.forgot-form__subtitle {
  margin: 0;
  width: 100%;
  color: #829095;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}

/* line 1060, app/assets/stylesheets/sign_in.scss */
.forgot-form__email {
  color: #009CDE;
  font-weight: 700;
  word-break: break-word;
}

/* line 1066, app/assets/stylesheets/sign_in.scss */
.forgot-form--message {
  gap: 24px;
}

/* line 1070, app/assets/stylesheets/sign_in.scss */
.forgot-form__footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 32px;
}

/* line 1080, app/assets/stylesheets/sign_in.scss */
.forgot-form__footer-text {
  display: flex;
  align-items: center;
  color: #334C56;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

/* line 1091, app/assets/stylesheets/sign_in.scss */
.forgot-form__resend {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 32px;
  padding: 8px 16px;
  border: 0;
  border-radius: 32px;
  background: transparent;
  color: #F9A529;
  cursor: pointer;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: capitalize;
  white-space: nowrap;
}

/* line 1112, app/assets/stylesheets/sign_in.scss */
.forgot-form__resend:hover, .forgot-form__resend:focus {
  color: #E09525;
  outline: none;
}

/* line 1119, app/assets/stylesheets/sign_in.scss */
.forgot-form__field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
}

/* line 1127, app/assets/stylesheets/sign_in.scss */
.forgot-form__input {
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  padding: 8px 16px;
  border: 1px solid #E6E9EA;
  border-radius: 8px;
  background: #ffffff;
  color: #001F2C;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  outline: none;
  transition: border-color 0.15s ease;
}

/* line 1144, app/assets/stylesheets/sign_in.scss */
.forgot-form__input::placeholder {
  color: #B3BCC0;
  text-transform: capitalize;
}

/* line 1149, app/assets/stylesheets/sign_in.scss */
.forgot-form__input:focus {
  border-color: #009CDE;
}

/* line 1154, app/assets/stylesheets/sign_in.scss */
.forgot-form__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  max-width: 324px;
}

@media (max-width: 600px) {
  /* line 1154, app/assets/stylesheets/sign_in.scss */
  .forgot-form__actions {
    flex-direction: column;
    max-width: 100%;
    gap: 16px;
  }
}

/* line 1170, app/assets/stylesheets/sign_in.scss */
.forgot-form__cancel {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 150px;
  height: 40px;
  padding: 8px 16px;
  border: 1px solid #F9A529;
  border-radius: 32px;
  background: #FEEDD4;
  color: #F9A529;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  text-transform: capitalize;
  transition: background-color 0.15s ease;
}

/* line 1193, app/assets/stylesheets/sign_in.scss */
.forgot-form__cancel:hover, .forgot-form__cancel:focus {
  background: #fee5c0;
  color: #F9A529;
  text-decoration: none;
}

@media (max-width: 600px) {
  /* line 1170, app/assets/stylesheets/sign_in.scss */
  .forgot-form__cancel {
    width: 100%;
  }
}

/* line 1205, app/assets/stylesheets/sign_in.scss */
.forgot-form__submit {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 150px;
  height: 40px;
  padding: 8px 16px;
  border: 0;
  border-radius: 32px;
  background: #F9A529;
  color: #ffffff;
  cursor: pointer;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
  transition: background-color 0.15s ease;
}

/* line 1227, app/assets/stylesheets/sign_in.scss */
.forgot-form__submit:hover, .forgot-form__submit:focus {
  background: #E09525;
  color: #ffffff;
  outline: none;
}

@media (max-width: 600px) {
  /* line 1205, app/assets/stylesheets/sign_in.scss */
  .forgot-form__submit {
    width: 100%;
  }
}

/* line 1239, app/assets/stylesheets/sign_in.scss */
.forgot-form__errors {
  width: 100%;
}

/* line 1243, app/assets/stylesheets/sign_in.scss */
.forgot-form__errors-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 1249, app/assets/stylesheets/sign_in.scss */
.forgot-form__errors-item {
  padding: 8px 16px;
  border-radius: 8px;
  background: #FCDCDC;
  color: #EB2525;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

/* line 1261, app/assets/stylesheets/sign_in.scss */
.create-password-form {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 24px;
  width: 100%;
  max-width: 540px;
}

/* line 1273, app/assets/stylesheets/sign_in.scss */
.create-password-form__subtitle {
  margin: 0;
  width: 100%;
  color: #829095;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}

/* line 1285, app/assets/stylesheets/sign_in.scss */
.create-password-form__fields {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-self: stretch;
  gap: 24px;
  width: 100%;
}

/* line 1294, app/assets/stylesheets/sign_in.scss */
.create-password-form__field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
}

/* line 1302, app/assets/stylesheets/sign_in.scss */
.create-password-form__input {
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  padding: 8px 16px;
  border: 1px solid #E6E9EA;
  border-radius: 8px;
  background: #ffffff;
  color: #001F2C;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  outline: none;
  transition: border-color 0.15s ease;
}

/* line 1319, app/assets/stylesheets/sign_in.scss */
.create-password-form__input::placeholder {
  color: #B3BCC0;
  text-transform: capitalize;
}

/* line 1324, app/assets/stylesheets/sign_in.scss */
.create-password-form__input:focus {
  border-color: #009CDE;
}

/* line 1329, app/assets/stylesheets/sign_in.scss */
.create-password-form__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/* line 1337, app/assets/stylesheets/sign_in.scss */
.create-password-form__submit {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 150px;
  height: 40px;
  padding: 8px 16px;
  border: 0;
  border-radius: 32px;
  background: #F9A529;
  color: #ffffff;
  cursor: pointer;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
  transition: background-color 0.15s ease;
}

/* line 1359, app/assets/stylesheets/sign_in.scss */
.create-password-form__submit:hover, .create-password-form__submit:focus {
  background: #E09525;
  color: #ffffff;
  outline: none;
}

@media (max-width: 600px) {
  /* line 1337, app/assets/stylesheets/sign_in.scss */
  .create-password-form__submit {
    width: 100%;
  }
}

/* line 1371, app/assets/stylesheets/sign_in.scss */
.create-password-form__errors {
  width: 100%;
}

/* line 1375, app/assets/stylesheets/sign_in.scss */
.create-password-form__errors-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 1381, app/assets/stylesheets/sign_in.scss */
.create-password-form__errors-item {
  padding: 8px 16px;
  border-radius: 8px;
  background: #FCDCDC;
  color: #EB2525;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
/* line 3, app/assets/stylesheets/snackbar.scss */
.snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #ffffff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 30;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

/* line 18, app/assets/stylesheets/snackbar.scss */
.snackbar-error {
  background-color: #EB5757;
}

/* line 23, app/assets/stylesheets/snackbar.scss */
.snackbar.show {
  visibility: visible;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* line 28, app/assets/stylesheets/snackbar.scss */
.snackbar.show-long {
  visibility: visible;
  animation: fadein 0.5s, fadeout 0.5s 9.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
/* line 5, app/assets/stylesheets/strike.scss */
.strike {
  background-color: #05217A;
  background-size: 100%;
  min-height: 100vh;
}

/* line 10, app/assets/stylesheets/strike.scss */
.strike__wrapper {
  height: 100%;
  padding: 113px 0 112px 264px;
}

/* line 15, app/assets/stylesheets/strike.scss */
.strike__logo {
  margin-bottom: 40px;
}

/* line 19, app/assets/stylesheets/strike.scss */
.strike__date {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  text-align: left;
  margin-bottom: 22px;
}

/* line 26, app/assets/stylesheets/strike.scss */
.strike__header {
  margin-bottom: 56px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 75px;
}

/* line 34, app/assets/stylesheets/strike.scss */
.strike__en {
  font-family: "Primary";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  text-align: left;
}

/* line 40, app/assets/stylesheets/strike.scss */
.strike__ar {
  margin-bottom: 32px;
  font-family: "ArefRuqaa";
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  line-height: 58px;
  text-align: center;
  color: #ffffff;
  text-align: center;
}

/* line 47, app/assets/stylesheets/strike.scss */
.strike__body {
  margin-bottom: 9px;
}

/* line 51, app/assets/stylesheets/strike.scss */
.strike__paragraph {
  margin-bottom: 26px;
  max-width: 587px;
  font-family: "Primary";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  text-align: left;
}

/* line 59, app/assets/stylesheets/strike.scss */
.strike__hashtag {
  font-family: "Primary";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  text-align: left;
}

@media (max-width: 1024px) {
  /* line 66, app/assets/stylesheets/strike.scss */
  .strike__wrapper {
    padding-left: 122px;
  }
}

@media (max-width: 1024px) {
  /* line 72, app/assets/stylesheets/strike.scss */
  .strike__wrapper {
    padding: 40px;
  }
  /* line 76, app/assets/stylesheets/strike.scss */
  .strike__logo, .strike__body {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* line 82, app/assets/stylesheets/strike.scss */
  .strike__date, .strike__en, .strike__paragraph, .strike__hashtag {
    text-align: center;
  }
  /* line 89, app/assets/stylesheets/strike.scss */
  .strike__header, .strike__body {
    flex-direction: column;
  }
}
@font-face{font-family:summernote;font-style:normal;font-weight:400;font-display:auto;src:url(/font/summernote.eot);src:url(/font/summernote.eot?#iefix) format("embedded-opentype"),url(/font/summernote.woff2) format("woff2"),url(/font/summernote.woff) format("woff"),url(/font/summernote.ttf) format("truetype")}[class*=" note-icon"]:before,[class^=note-icon]:before{display:inline-block;font-family:summernote;font-style:normal;font-size:inherit;text-decoration:inherit;text-rendering:auto;text-transform:none;vertical-align:middle;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none}.note-icon-fw{text-align:center;width:1.25em}.note-icon-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.note-icon-pull-left{float:left}.note-icon-pull-right{float:right}.note-icon.note-icon-pull-left{margin-right:.3em}.note-icon.note-icon-pull-right{margin-left:.3em}.note-icon-align:before{content:"\ea01"}.note-icon-align-center:before{content:"\ea02"}.note-icon-align-indent:before{content:"\ea03"}.note-icon-align-justify:before{content:"\ea04"}.note-icon-align-left:before{content:"\ea05"}.note-icon-align-outdent:before{content:"\ea06"}.note-icon-align-right:before{content:"\ea07"}.note-icon-arrow-circle-down:before{content:"\ea08"}.note-icon-arrow-circle-left:before{content:"\ea09"}.note-icon-arrow-circle-right:before{content:"\ea0a"}.note-icon-arrow-circle-up:before{content:"\ea0b"}.note-icon-arrows-alt:before{content:"\ea0c"}.note-icon-arrows-h:before{content:"\ea0d"}.note-icon-arrows-v:before{content:"\ea0e"}.note-icon-bold:before{content:"\ea0f"}.note-icon-caret:before{content:"\ea10"}.note-icon-chain-broken:before{content:"\ea11"}.note-icon-circle:before{content:"\ea12"}.note-icon-close:before{content:"\ea13"}.note-icon-code:before{content:"\ea14"}.note-icon-col-after:before{content:"\ea15"}.note-icon-col-before:before{content:"\ea16"}.note-icon-col-remove:before{content:"\ea17"}.note-icon-eraser:before{content:"\ea18"}.note-icon-float-left:before{content:"\ea19"}.note-icon-float-none:before{content:"\ea1a"}.note-icon-float-right:before{content:"\ea1b"}.note-icon-font:before{content:"\ea1c"}.note-icon-frame:before{content:"\ea1d"}.note-icon-italic:before{content:"\ea1e"}.note-icon-link:before{content:"\ea1f"}.note-icon-magic:before{content:"\ea20"}.note-icon-menu-check:before{content:"\ea21"}.note-icon-minus:before{content:"\ea22"}.note-icon-orderedlist:before{content:"\ea23"}.note-icon-pencil:before{content:"\ea24"}.note-icon-picture:before{content:"\ea25"}.note-icon-question:before{content:"\ea26"}.note-icon-redo:before{content:"\ea27"}.note-icon-rollback:before{content:"\ea28"}.note-icon-row-above:before{content:"\ea29"}.note-icon-row-below:before{content:"\ea2a"}.note-icon-row-remove:before{content:"\ea2b"}.note-icon-special-character:before{content:"\ea2c"}.note-icon-square:before{content:"\ea2d"}.note-icon-strikethrough:before{content:"\ea2e"}.note-icon-subscript:before{content:"\ea2f"}.note-icon-summernote:before{content:"\ea30"}.note-icon-superscript:before{content:"\ea31"}.note-icon-table:before{content:"\ea32"}.note-icon-text-height:before{content:"\ea33"}.note-icon-trash:before{content:"\ea34"}.note-icon-underline:before{content:"\ea35"}.note-icon-undo:before{content:"\ea36"}.note-icon-unorderedlist:before{content:"\ea37"}.note-icon-video:before{content:"\ea38"}.note-editor{position:relative}.note-editor .note-dropzone{position:absolute;display:none;z-index:100;color:#87cefa;background-color:#fff;opacity:.95}.note-editor .note-dropzone .note-dropzone-message{display:table-cell;vertical-align:middle;text-align:center;font-size:28px;font-weight:700}.note-editor .note-dropzone.hover{color:#098ddf}.note-editor.dragover .note-dropzone{display:table}.note-editor .note-editing-area{position:relative}.note-editor .note-editing-area .note-editable{outline:none}.note-editor .note-editing-area .note-editable sup{vertical-align:super}.note-editor .note-editing-area .note-editable sub{vertical-align:sub}.note-editor .note-editing-area .note-editable img.note-float-left{margin-right:10px}.note-editor .note-editing-area .note-editable img.note-float-right{margin-left:10px}.note-editor.note-airframe,.note-editor.note-frame{border:1px solid #a9a9a9}.note-editor.note-airframe.codeview .note-editing-area .note-editable,.note-editor.note-frame.codeview .note-editing-area .note-editable{display:none}.note-editor.note-airframe.codeview .note-editing-area .note-codable,.note-editor.note-frame.codeview .note-editing-area .note-codable{display:block}.note-editor.note-airframe .note-editing-area,.note-editor.note-frame .note-editing-area{overflow:hidden}.note-editor.note-airframe .note-editing-area .note-editable,.note-editor.note-frame .note-editing-area .note-editable{background-color:#fff;color:#000;padding:10px;overflow:auto;word-wrap:break-word}.note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false],.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false]{background-color:#e5e5e5}.note-editor.note-airframe .note-editing-area .note-codable,.note-editor.note-frame .note-editing-area .note-codable{display:none;width:100%;padding:10px;border:none;box-shadow:none;font-family:Menlo,Monaco,monospace,sans-serif;font-size:14px;color:#ccc;background-color:#222;resize:none;outline:none;-ms-box-sizing:border-box;box-sizing:border-box;border-radius:0;margin-bottom:0}.note-editor.note-airframe.fullscreen,.note-editor.note-frame.fullscreen{position:fixed;top:0;left:0;width:100%!important;z-index:1050}.note-editor.note-airframe.fullscreen .note-editable,.note-editor.note-frame.fullscreen .note-editable{background-color:#fff}.note-editor.note-airframe.fullscreen .note-resizebar,.note-editor.note-frame.fullscreen .note-resizebar{display:none}.note-editor.note-airframe .note-status-output,.note-editor.note-frame .note-status-output{display:block;width:100%;font-size:14px;line-height:1.42857143;height:20px;margin-bottom:0;color:#000;border:0;border-top:1px solid #e2e2e2}.note-editor.note-airframe .note-status-output:empty,.note-editor.note-frame .note-status-output:empty{height:0;border-top:0 solid transparent}.note-editor.note-airframe .note-status-output .pull-right,.note-editor.note-frame .note-status-output .pull-right{float:right!important}.note-editor.note-airframe .note-status-output .text-muted,.note-editor.note-frame .note-status-output .text-muted{color:#777}.note-editor.note-airframe .note-status-output .text-primary,.note-editor.note-frame .note-status-output .text-primary{color:#286090}.note-editor.note-airframe .note-status-output .text-success,.note-editor.note-frame .note-status-output .text-success{color:#3c763d}.note-editor.note-airframe .note-status-output .text-info,.note-editor.note-frame .note-status-output .text-info{color:#31708f}.note-editor.note-airframe .note-status-output .text-warning,.note-editor.note-frame .note-status-output .text-warning{color:#8a6d3b}.note-editor.note-airframe .note-status-output .text-danger,.note-editor.note-frame .note-status-output .text-danger{color:#a94442}.note-editor.note-airframe .note-status-output .alert,.note-editor.note-frame .note-status-output .alert{margin:-7px 0 0;padding:7px 10px 2px;border-radius:0;color:#000;background-color:#f5f5f5}.note-editor.note-airframe .note-status-output .alert .note-icon,.note-editor.note-frame .note-status-output .alert .note-icon{margin-right:5px}.note-editor.note-airframe .note-status-output .alert-success,.note-editor.note-frame .note-status-output .alert-success{color:#3c763d!important;background-color:#dff0d8!important}.note-editor.note-airframe .note-status-output .alert-info,.note-editor.note-frame .note-status-output .alert-info{color:#31708f!important;background-color:#d9edf7!important}.note-editor.note-airframe .note-status-output .alert-warning,.note-editor.note-frame .note-status-output .alert-warning{color:#8a6d3b!important;background-color:#fcf8e3!important}.note-editor.note-airframe .note-status-output .alert-danger,.note-editor.note-frame .note-status-output .alert-danger{color:#a94442!important;background-color:#f2dede!important}.note-editor.note-airframe .note-statusbar,.note-editor.note-frame .note-statusbar{background-color:#f5f5f5;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:1px solid #ddd}.note-editor.note-airframe .note-statusbar .note-resizebar,.note-editor.note-frame .note-statusbar .note-resizebar{padding-top:1px;height:9px;width:100%;cursor:ns-resize}.note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar,.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar{width:20px;margin:1px auto;border-top:1px solid #a9a9a9}.note-editor.note-airframe .note-statusbar.locked .note-resizebar,.note-editor.note-frame .note-statusbar.locked .note-resizebar{cursor:default}.note-editor.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar,.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar{display:none}.note-editor.note-airframe .note-placeholder,.note-editor.note-frame .note-placeholder{padding:10px}.note-editor.note-airframe{border:0}.note-editor.note-airframe .note-editing-area .note-editable{padding:0}.note-popover.popover{display:none;max-width:none}.note-popover.popover .popover-content a{display:inline-block;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.note-popover.popover .arrow{left:20px!important}.note-toolbar{position:relative}.note-popover .popover-content,.note-toolbar{margin:0;padding:0 0 5px 5px}.note-popover .popover-content>.note-btn-group,.note-toolbar>.note-btn-group{margin-top:5px;margin-left:0;margin-right:5px}.note-popover .popover-content .note-btn-group .note-table,.note-toolbar .note-btn-group .note-table{min-width:0;padding:5px}.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker,.note-toolbar .note-btn-group .note-table .note-dimension-picker{font-size:18px}.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,.note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher{position:absolute!important;z-index:3;width:10em;height:10em;cursor:pointer}.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,.note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted{position:relative!important;z-index:1;width:5em;height:5em;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat}.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,.note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted{position:absolute!important;z-index:2;width:1em;height:1em;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat}.note-popover .popover-content .note-style .dropdown-style blockquote,.note-popover .popover-content .note-style .dropdown-style pre,.note-toolbar .note-style .dropdown-style blockquote,.note-toolbar .note-style .dropdown-style pre{margin:0;padding:5px 10px}.note-popover .popover-content .note-style .dropdown-style h1,.note-popover .popover-content .note-style .dropdown-style h2,.note-popover .popover-content .note-style .dropdown-style h3,.note-popover .popover-content .note-style .dropdown-style h4,.note-popover .popover-content .note-style .dropdown-style h5,.note-popover .popover-content .note-style .dropdown-style h6,.note-popover .popover-content .note-style .dropdown-style p,.note-toolbar .note-style .dropdown-style h1,.note-toolbar .note-style .dropdown-style h2,.note-toolbar .note-style .dropdown-style h3,.note-toolbar .note-style .dropdown-style h4,.note-toolbar .note-style .dropdown-style h5,.note-toolbar .note-style .dropdown-style h6,.note-toolbar .note-style .dropdown-style p{margin:0;padding:0}.note-popover .popover-content .note-color-all .note-dropdown-menu,.note-toolbar .note-color-all .note-dropdown-menu{min-width:337px}.note-popover .popover-content .note-color .dropdown-toggle,.note-toolbar .note-color .dropdown-toggle{width:20px;padding-left:5px}.note-popover .popover-content .note-color .note-dropdown-menu .note-palette,.note-toolbar .note-color .note-dropdown-menu .note-palette{display:inline-block;margin:0;width:160px}.note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child,.note-toolbar .note-color .note-dropdown-menu .note-palette:first-child{margin:0 5px}.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title,.note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title{font-size:12px;margin:2px 7px;text-align:center;border-bottom:1px solid #eee}.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select,.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset,.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select{font-size:11px;margin:3px;padding:0 3px;cursor:pointer;width:100%;border-radius:5px}.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover,.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover{background:#eee}.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row,.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row{height:20px}.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn,.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn{display:none}.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn,.note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn{border:1px solid #eee}.note-popover .popover-content .note-para .note-dropdown-menu,.note-toolbar .note-para .note-dropdown-menu{min-width:216px;padding:5px}.note-popover .popover-content .note-para .note-dropdown-menu>div:first-child,.note-toolbar .note-para .note-dropdown-menu>div:first-child{margin-right:5px}.note-popover .popover-content .note-dropdown-menu,.note-toolbar .note-dropdown-menu{min-width:160px}.note-popover .popover-content .note-dropdown-menu.right,.note-toolbar .note-dropdown-menu.right{right:0;left:auto}.note-popover .popover-content .note-dropdown-menu.right:before,.note-toolbar .note-dropdown-menu.right:before{right:9px;left:auto!important}.note-popover .popover-content .note-dropdown-menu.right:after,.note-toolbar .note-dropdown-menu.right:after{right:10px;left:auto!important}.note-popover .popover-content .note-dropdown-menu.note-check a i,.note-toolbar .note-dropdown-menu.note-check a i{color:#00bfff;visibility:hidden}.note-popover .popover-content .note-dropdown-menu.note-check a.checked i,.note-toolbar .note-dropdown-menu.note-check a.checked i{visibility:visible}.note-popover .popover-content .note-fontsize-10,.note-toolbar .note-fontsize-10{font-size:10px}.note-popover .popover-content .note-color-palette,.note-toolbar .note-color-palette{line-height:1}.note-popover .popover-content .note-color-palette div .note-color-btn,.note-toolbar .note-color-palette div .note-color-btn{width:20px;height:20px;padding:0;margin:0;border:1px solid #fff}.note-popover .popover-content .note-color-palette div .note-color-btn:hover,.note-toolbar .note-color-palette div .note-color-btn:hover{border:1px solid #000}.note-modal .modal-dialog{outline:0;border-radius:5px;box-shadow:0 3px 9px rgba(0,0,0,.5)}.note-modal .form-group{margin-left:0;margin-right:0}.note-modal .note-modal-form{margin:0}.note-modal .note-image-dialog .note-dropzone{min-height:100px;font-size:30px;line-height:4;color:#d3d3d3;text-align:center;border:4px dashed #d3d3d3;margin-bottom:10px}@-moz-document url-prefix(){.note-modal .note-image-input{height:auto}}.note-placeholder{position:absolute;display:none;color:grey}.note-handle .note-control-selection{position:absolute;display:none;border:1px solid #000}.note-handle .note-control-selection>div{position:absolute}.note-handle .note-control-selection .note-control-selection-bg{width:100%;height:100%;background-color:#000;-webkit-opacity:.3;-khtml-opacity:.3;-moz-opacity:.3;opacity:.3;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);filter:alpha(opacity=30)}.note-handle .note-control-selection .note-control-handle,.note-handle .note-control-selection .note-control-holder,.note-handle .note-control-selection .note-control-sizing{width:7px;height:7px;border:1px solid #000}.note-handle .note-control-selection .note-control-sizing{background-color:#000}.note-handle .note-control-selection .note-control-nw{top:-5px;left:-5px;border-right:none;border-bottom:none}.note-handle .note-control-selection .note-control-ne{top:-5px;right:-5px;border-bottom:none;border-left:none}.note-handle .note-control-selection .note-control-sw{bottom:-5px;left:-5px;border-top:none;border-right:none}.note-handle .note-control-selection .note-control-se{right:-5px;bottom:-5px;cursor:se-resize}.note-handle .note-control-selection .note-control-se.note-control-holder{cursor:default;border-top:none;border-left:none}.note-handle .note-control-selection .note-control-selection-info{right:0;bottom:0;padding:5px;margin:5px;color:#fff;background-color:#000;font-size:12px;border-radius:5px;-webkit-opacity:.7;-khtml-opacity:.7;-moz-opacity:.7;opacity:.7;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);filter:alpha(opacity=70)}.note-hint-popover{min-width:100px;padding:2px}.note-hint-popover .popover-content{padding:3px;max-height:150px;overflow:auto}.note-hint-popover .popover-content .note-hint-group .note-hint-item{display:block!important;padding:3px}.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover{display:block;clear:both;font-weight:400;line-height:1.4;color:#fff;white-space:nowrap;text-decoration:none;background-color:#428bca;outline:0;cursor:pointer}.note-toolbar .note-btn{background:#fff;border-color:#dae0e5;padding:.28rem .65rem;font-size:13px}
/* line 26, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard {
  min-height: 100vh;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

/* line 37, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__overlay {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease-out;
}

/* line 45, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__overlay--updating {
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

/* line 50, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__overlay--gif {
  background: rgba(0, 0, 0, 0.85);
  z-index: 900;
}

/* line 56, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__overlay-text {
  color: #ffffff;
  font-size: 48px;
  font-weight: 600;
  animation: pulse 1.5s ease-in-out infinite;
}

/* line 66, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__gif-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90vw;
  height: 90vh;
}

/* line 74, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__gif {
  width: auto;
  height: auto;
  min-width: 60vw;
  min-height: 60vh;
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 20px;
  box-shadow: 0 0 100px rgba(255, 255, 255, 0.3);
}

/* line 89, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}

/* line 96, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__logo {
  height: 60px;
  width: auto;
  filter: brightness(0) invert(1);
}

/* line 105, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__corner-metric {
  position: absolute;
  top: 30px;
  right: 40px;
  text-align: right;
}

/* line 111, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__corner-metric .target-monitor-wallboard__metric-label {
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 6px;
}

/* line 117, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__corner-metric .target-monitor-wallboard__metric-value {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
}

/* line 123, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__corner-metric .target-monitor-wallboard__corner-metric-subtext {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 4px;
}

@media (max-width: 768px) {
  /* line 105, app/assets/stylesheets/target_monitor.scss */
  .target-monitor-wallboard__corner-metric {
    top: 20px;
    right: 20px;
  }
  /* line 134, app/assets/stylesheets/target_monitor.scss */
  .target-monitor-wallboard__corner-metric .target-monitor-wallboard__metric-label {
    font-size: 12px;
  }
  /* line 135, app/assets/stylesheets/target_monitor.scss */
  .target-monitor-wallboard__corner-metric .target-monitor-wallboard__metric-value {
    font-size: 20px;
  }
  /* line 136, app/assets/stylesheets/target_monitor.scss */
  .target-monitor-wallboard__corner-metric .target-monitor-wallboard__corner-metric-subtext {
    font-size: 10px;
  }
}

/* line 143, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__main {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  text-align: center;
}

/* line 156, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__metric {
  text-align: center;
}

/* line 159, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__metric--primary {
  margin-bottom: 60px;
}

/* line 162, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__metric--primary .target-monitor-wallboard__metric-label {
  font-size: 36px;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

/* line 168, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__metric--primary .target-monitor-wallboard__metric-value {
  font-size: 120px;
  font-weight: 800;
  color: #00ff88;
  text-shadow: 0 0 40px rgba(0, 255, 136, 0.3);
  line-height: 1;
}

@media (max-width: 1024px) {
  /* line 168, app/assets/stylesheets/target_monitor.scss */
  .target-monitor-wallboard__metric--primary .target-monitor-wallboard__metric-value {
    font-size: 80px;
  }
}

@media (max-width: 1024px) {
  /* line 168, app/assets/stylesheets/target_monitor.scss */
  .target-monitor-wallboard__metric--primary .target-monitor-wallboard__metric-value {
    font-size: 48px;
  }
}

/* line 182, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__metric--secondary .target-monitor-wallboard__metric-label, .target-monitor-wallboard__metric--gap .target-monitor-wallboard__metric-label {
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

/* line 188, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__metric--secondary .target-monitor-wallboard__metric-value, .target-monitor-wallboard__metric--gap .target-monitor-wallboard__metric-value {
  font-size: 56px;
  font-weight: 700;
  color: #ffffff;
}

@media (max-width: 1024px) {
  /* line 188, app/assets/stylesheets/target_monitor.scss */
  .target-monitor-wallboard__metric--secondary .target-monitor-wallboard__metric-value, .target-monitor-wallboard__metric--gap .target-monitor-wallboard__metric-value {
    font-size: 36px;
  }
}

/* line 197, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__metric--gap .target-monitor-wallboard__metric-value {
  color: #ff6b6b;
}

/* line 202, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__metric-label {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  display: block;
}

/* line 209, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__metric-value {
  display: block;
}

/* line 213, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__metrics-row {
  display: flex;
  justify-content: center;
  gap: 120px;
}

@media (max-width: 1024px) {
  /* line 213, app/assets/stylesheets/target_monitor.scss */
  .target-monitor-wallboard__metrics-row {
    flex-direction: column;
    gap: 40px;
  }
}

/* line 227, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__progress {
  width: 80%;
  max-width: 1000px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  gap: 30px;
}

/* line 236, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__progress-track {
  flex: 1;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* line 245, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #00ff88, #00cc6a);
  border-radius: 20px;
  transition: width 0.5s ease-out;
  box-shadow: 0 0 20px rgba(0, 255, 136, 0.5);
}

/* line 252, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__progress-fill--exceeded {
  background: linear-gradient(90deg, #ffaa00, #ffd700);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.6);
}

/* line 258, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__progress-label {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  min-width: 120px;
}

/* line 268, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  background: rgba(0, 0, 0, 0.2);
}

/* line 276, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__timestamp {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}

/* line 281, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__logout {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  transition: all 0.3s;
}

/* line 290, app/assets/stylesheets/target_monitor.scss */
.target-monitor-wallboard__logout:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

/* line 309, app/assets/stylesheets/target_monitor.scss */
.target-monitor-login {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
}

/* line 318, app/assets/stylesheets/target_monitor.scss */
.target-monitor-login__logo-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  background-color: white;
  border-bottom: 1px solid #e0e0e0;
}

/* line 327, app/assets/stylesheets/target_monitor.scss */
.target-monitor-login__logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 333, app/assets/stylesheets/target_monitor.scss */
.target-monitor-login__logo {
  height: 40px;
  width: auto;
}

/* line 341, app/assets/stylesheets/target_monitor.scss */
.target-monitor-login__container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}

/* line 350, app/assets/stylesheets/target_monitor.scss */
.target-monitor-login__header {
  text-align: center;
  margin-bottom: 30px;
}

/* line 354, app/assets/stylesheets/target_monitor.scss */
.target-monitor-login__header h1 {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
}

/* line 360, app/assets/stylesheets/target_monitor.scss */
.target-monitor-login__header p {
  color: #666;
  font-size: 1rem;
}

/* line 369, app/assets/stylesheets/target_monitor.scss */
.target-monitor-login__form {
  width: 100%;
  max-width: 400px;
  background-color: white;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 377, app/assets/stylesheets/target_monitor.scss */
.target-monitor-login__form .alert {
  padding: 12px;
  margin-bottom: 20px;
  border-radius: 4px;
}

/* line 382, app/assets/stylesheets/target_monitor.scss */
.target-monitor-login__form .alert.alert-danger {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* line 388, app/assets/stylesheets/target_monitor.scss */
.target-monitor-login__form .alert.alert-success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

/* line 395, app/assets/stylesheets/target_monitor.scss */
.target-monitor-login__form .form-group {
  margin-bottom: 20px;
}

/* line 398, app/assets/stylesheets/target_monitor.scss */
.target-monitor-login__form .form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
}

/* line 405, app/assets/stylesheets/target_monitor.scss */
.target-monitor-login__form .form-group .form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
}

/* line 412, app/assets/stylesheets/target_monitor.scss */
.target-monitor-login__form .form-group .form-control:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

/* line 420, app/assets/stylesheets/target_monitor.scss */
.target-monitor-login__form .form-actions {
  margin-top: 30px;
}

/* line 423, app/assets/stylesheets/target_monitor.scss */
.target-monitor-login__form .form-actions .btn {
  width: 100%;
  padding: 12px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}

/* line 435, app/assets/stylesheets/target_monitor.scss */
.target-monitor-login__form .form-actions .btn:hover {
  background-color: #0056b3;
}
/* line 2, app/assets/stylesheets/timeseries.scss */
.timeseries__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

/* line 10, app/assets/stylesheets/timeseries.scss */
.timeseries__form {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 20px 0;
}
/* line 6, app/assets/stylesheets/track-details.scss */
.track-details-wrapper {
  position: relative;
}

/* line 10, app/assets/stylesheets/track-details.scss */
.track-details-separator {
  position: absolute;
  top: 50px;
  left: 12px;
  height: calc(100% - 126px);
  width: 1px;
  background: #DADCE0;
  z-index: 1;
}

/* line 20, app/assets/stylesheets/track-details.scss */
.track-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 24px;
  position: relative;
  z-index: 2;
  --dot-distance: 24px;
}

/* line 30, app/assets/stylesheets/track-details.scss */
.track-details__step {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 0;
  align-self: stretch;
  min-height: 82px;
}

/* line 40, app/assets/stylesheets/track-details.scss */
.track-details__left-dot {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 49, app/assets/stylesheets/track-details.scss */
.track-details__radio {
  display: block;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border: 1px solid #B3BCC0;
  border-radius: 50%;
  background: #ffffff;
}

/* line 59, app/assets/stylesheets/track-details.scss */
.track-details__location {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  box-sizing: border-box;
  min-height: 82px;
  padding: 16px;
  background: #ffffff;
  border-style: solid;
  border-color: #F3F3F3;
  border-width: 1px 0;
  border-radius: 0;
  width: auto;
}

/* line 77, app/assets/stylesheets/track-details.scss */
.track-details__row--primary {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-width: 0;
  align-self: stretch;
}

/* line 87, app/assets/stylesheets/track-details.scss */
.track-details__status {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-shrink: 0;
  height: 24px;
  padding: 4px 8px;
  gap: 4px;
  box-sizing: border-box;
  background: #E6F5FC;
  border-inline-start: 1px solid #009CDE;
  border-start-end-radius: 4px;
  border-end-end-radius: 4px;
}

/* line 102, app/assets/stylesheets/track-details.scss */
.track-details__status-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  display: block;
}

/* line 109, app/assets/stylesheets/track-details.scss */
.track-details__status-label {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  font-style: normal;
  color: #001F2C;
  white-space: nowrap;
}

/* line 116, app/assets/stylesheets/track-details.scss */
.track-details__location-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
  min-width: 0;
  gap: 4px;
}

/* line 125, app/assets/stylesheets/track-details.scss */
.track-details__location-name {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  color: #001F2C;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 134, app/assets/stylesheets/track-details.scss */
.track-details__location-time {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  width: 100%;
}

@media (max-width: 600px) {
  /* line 134, app/assets/stylesheets/track-details.scss */
  .track-details__location-time {
    gap: 8px;
  }
}

/* line 147, app/assets/stylesheets/track-details.scss */
.track-details__date-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

/* line 153, app/assets/stylesheets/track-details.scss */
.track-details__date-row img {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

/* line 159, app/assets/stylesheets/track-details.scss */
.track-details__date-row span {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  font-style: normal;
  color: #829095;
}

/* line 166, app/assets/stylesheets/track-details.scss */
.track-details__date-meta span {
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  font-style: normal;
  color: #829095;
}

/* line 172, app/assets/stylesheets/track-details.scss */
.track-details__vessel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: "Secondary";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  color: #212121;
  text-align: start;
  border-radius: 16px;
  background: white;
  padding: 16px;
  margin-left: calc(2 * var(--dot-distance));
}

/* line 189, app/assets/stylesheets/track-details.scss */
.track-details .flag {
  width: 16px;
  height: 16px;
}
/* line 3, app/assets/stylesheets/track.scss */
#track-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: var(--header-outer-height, 80px) 0 0;
  margin-top: calc(-1 * var(--header-outer-height, 80px));
  background: #E6F5FC;
}
/* line 2, app/assets/stylesheets/updates.scss */
.updates-wrapper {
  margin-top: 32px;
  margin-bottom: 32px;
}

/* line 7, app/assets/stylesheets/updates.scss */
.view-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  margin-left: 24px;
}
/* line 3, app/assets/stylesheets/webinars.scss */
.webinars {
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  --page-width: 1200px;
}

/* line 15, app/assets/stylesheets/webinars.scss */
.webinars__header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-family: "Primary";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 62px;
  text-align: center;
  color: #212121;
}

/* line 25, app/assets/stylesheets/webinars.scss */
.webinars__video {
  width: 100%;
  height: 675px;
  max-width: var(--page-width);
  margin-top: 64px;
}

/* line 31, app/assets/stylesheets/webinars.scss */
.webinars__video iframe {
  width: 100%;
  height: 100%;
}

/* line 37, app/assets/stylesheets/webinars.scss */
.webinars__footnote {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  margin-top: 32px;
  max-width: var(--page-width);
  font-family: "Primary";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 21px;
  text-align: center;
  text-align: start;
  color: #212121;
}

/* line 52, app/assets/stylesheets/webinars.scss */
.webinars__blogs {
  width: 100%;
  max-width: 1440px;
}

/* line 56, app/assets/stylesheets/webinars.scss */
.webinars__blogs .blog-section {
  background: white;
  padding-left: 0;
  padding-right: 0;
}
/* line 6, app/assets/stylesheets/why_nowlun_section.scss */
.why-nowlun-section {
  background: #ffffff;
  width: 100%;
}

/* line 10, app/assets/stylesheets/why_nowlun_section.scss */
.why-nowlun-section__container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
  width: 100%;
  max-width: 1440px;
  min-height: 624.57px;
  margin: 0 auto;
  padding: 80px;
  gap: 80px;
  box-sizing: border-box;
  background: #ffffff;
}

/* line 28, app/assets/stylesheets/why_nowlun_section.scss */
.why-nowlun-section__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 0;
  min-width: 0;
  max-width: 600px;
  padding: 0;
  gap: 40px;
}

/* line 39, app/assets/stylesheets/why_nowlun_section.scss */
.why-nowlun-section__title {
  margin: 0;
  width: 100%;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  text-transform: capitalize;
  color: #009CDE;
  text-align: start;
}

/* line 48, app/assets/stylesheets/why_nowlun_section.scss */
.why-nowlun-section__title--split {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.3em;
  text-transform: none;
}

/* line 58, app/assets/stylesheets/why_nowlun_section.scss */
.why-nowlun-section__title-line {
  color: #001F2C;
}

/* line 62, app/assets/stylesheets/why_nowlun_section.scss */
.why-nowlun-section__title-highlight {
  color: #009CDE;
}

/* line 66, app/assets/stylesheets/why_nowlun_section.scss */
.why-nowlun-section__paragraph {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  gap: 16px;
}

/* line 75, app/assets/stylesheets/why_nowlun_section.scss */
.why-nowlun-section__description {
  text-align: start;
  margin: 0;
  width: 100%;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #334C56;
}

/* line 83, app/assets/stylesheets/why_nowlun_section.scss */
.why-nowlun-section__point {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  width: 100%;
  gap: 8px;
}

/* line 92, app/assets/stylesheets/why_nowlun_section.scss */
.why-nowlun-section__point-icon {
  flex: none;
  flex-grow: 0;
  width: 16px;
  height: 16px;
}

/* line 99, app/assets/stylesheets/why_nowlun_section.scss */
.why-nowlun-section__point-text {
  flex: 1 1 0;
  min-width: 0;
  text-align: start;
  font-family: "Figtree", "Primary", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #334C56;
}

/* line 107, app/assets/stylesheets/why_nowlun_section.scss */
.why-nowlun-section__tablet {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 0;
  min-width: 0;
  max-width: 600px;
  padding: 0;
  gap: 10px;
  filter: drop-shadow(-20px 10px 40px rgba(0, 31, 44, 0.24));
}

/* line 119, app/assets/stylesheets/why_nowlun_section.scss */
.why-nowlun-section__tablet-image {
  display: block;
  width: 100%;
  height: auto;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

/* line 128, app/assets/stylesheets/why_nowlun_section.scss */
.why-nowlun-section__video {
  position: relative;
  width: 100%;
}

/* line 133, app/assets/stylesheets/why_nowlun_section.scss */
.why-nowlun-section__video-thumbnail {
  position: relative;
  width: 100%;
  background: #ffffff;
  border: 1px solid #dadce0;
  border-radius: 36px;
  overflow: hidden;
}

/* line 142, app/assets/stylesheets/why_nowlun_section.scss */
.why-nowlun-section__video-thumbnail-image {
  display: block;
  width: 100%;
  height: auto;
}

/* line 148, app/assets/stylesheets/why_nowlun_section.scss */
.why-nowlun-section__video-frame {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 12px;
  box-sizing: border-box;
  z-index: 1;
}

/* line 160, app/assets/stylesheets/why_nowlun_section.scss */
.why-nowlun-section__video-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
}

/* line 167, app/assets/stylesheets/why_nowlun_section.scss */
.why-nowlun-section__video-inner::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}

/* line 174, app/assets/stylesheets/why_nowlun_section.scss */
.why-nowlun-section__video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 183, app/assets/stylesheets/why_nowlun_section.scss */
.why-nowlun-section__video-play {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  max-width: 50%;
  max-height: 50%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 2;
}

/* line 202, app/assets/stylesheets/why_nowlun_section.scss */
.why-nowlun-section__video-play-pulse {
  position: absolute;
  width: 50%;
  height: 50%;
  max-width: 200px;
  max-height: 200px;
  background: #009CDE;
  border-radius: 50%;
  opacity: 0;
  animation: why-nowlun-video-pulse 1500ms ease-out 1s infinite forwards;
}

/* line 214, app/assets/stylesheets/why_nowlun_section.scss */
.why-nowlun-section__video-play-icon {
  position: absolute;
  width: 100px;
  max-width: 50%;
  height: auto;
}

@keyframes why-nowlun-video-pulse {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

@media (max-width: 1024px) {
  /* line 240, app/assets/stylesheets/why_nowlun_section.scss */
  .why-nowlun-section__container {
    flex-direction: column;
    align-items: center;
    min-height: 0;
    padding: 40px;
    gap: 80px;
  }
  /* line 248, app/assets/stylesheets/why_nowlun_section.scss */
  .why-nowlun-section__text {
    flex: none;
    align-self: stretch;
    max-width: none;
    width: 100%;
    gap: 40px;
  }
  /* line 256, app/assets/stylesheets/why_nowlun_section.scss */
  .why-nowlun-section__title {
    text-align: start;
  }
  /* line 260, app/assets/stylesheets/why_nowlun_section.scss */
  .why-nowlun-section__paragraph {
    align-items: stretch;
  }
  /* line 264, app/assets/stylesheets/why_nowlun_section.scss */
  .why-nowlun-section__description {
    text-align: start;
  }
  /* line 268, app/assets/stylesheets/why_nowlun_section.scss */
  .why-nowlun-section__point {
    align-self: stretch;
    width: 100%;
    max-width: 100%;
  }
  /* line 274, app/assets/stylesheets/why_nowlun_section.scss */
  .why-nowlun-section__point-text {
    flex: 1 1 auto;
    width: auto;
    text-align: start;
  }
  /* line 280, app/assets/stylesheets/why_nowlun_section.scss */
  .why-nowlun-section__tablet {
    flex: none;
    align-self: center;
    width: 100%;
    max-width: 730px;
  }
  /* line 287, app/assets/stylesheets/why_nowlun_section.scss */
  .why-nowlun-section__tablet-image {
    width: 100%;
    max-width: 730px;
    height: auto;
  }
}

@media (max-width: 600px) {
  /* line 297, app/assets/stylesheets/why_nowlun_section.scss */
  .why-nowlun-section__container {
    padding: 40px 16px;
    gap: 40px;
  }
  /* line 302, app/assets/stylesheets/why_nowlun_section.scss */
  .why-nowlun-section__text {
    gap: 24px;
  }
  /* line 306, app/assets/stylesheets/why_nowlun_section.scss */
  .why-nowlun-section__title {
    font-size: 32px;
    line-height: 40px;
    text-transform: none;
  }
  /* line 312, app/assets/stylesheets/why_nowlun_section.scss */
  .why-nowlun-section__paragraph {
    gap: 24px;
  }
  /* line 316, app/assets/stylesheets/why_nowlun_section.scss */
  .why-nowlun-section__point {
    flex-direction: row;
    align-items: center;
    align-self: stretch;
    gap: 8px;
    width: 100%;
    max-width: 100%;
  }
  /* line 325, app/assets/stylesheets/why_nowlun_section.scss */
  .why-nowlun-section__point-text {
    flex: 1 1 auto;
    text-align: start;
  }
  /* line 330, app/assets/stylesheets/why_nowlun_section.scss */
  .why-nowlun-section__tablet {
    align-self: stretch;
    max-width: none;
    width: 100%;
    filter: drop-shadow(-4px 4px 40px rgba(0, 31, 44, 0.24));
  }
  /* line 337, app/assets/stylesheets/why_nowlun_section.scss */
  .why-nowlun-section__tablet-image {
    max-width: none;
    width: 100%;
  }
}
@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *










 */
/*
Trix 0.10.1
Copyright © 2017 Basecamp, LLC
http://trix-editor.org/*/
@import url(/assets/actiontext-c53ca6bc1e146eea19c77ace8ce1981efd2f2da51bf0e94708489e4cc0eb9b2c.css);
/* line 6, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

/* line 13, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar * {
  box-sizing: border-box;
}

/* line 15, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

/* line 19, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}

/* line 26, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button, trix-toolbar .button_group input[type=button] {
  position: relative;
  float: left;
  font-size: inherit;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}

/* line 37, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button:not(:first-child), trix-toolbar .button_group input[type=button]:not(:first-child) {
  border-left: 1px solid #ccc;
}

/* line 39, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button:not(:disabled), trix-toolbar .button_group input[type=button]:not(:disabled) {
  cursor: pointer;
}

/* line 41, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button.active, trix-toolbar .button_group input.active[type=button] {
  background: #cbeefa;
}

/* line 43, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button.icon, trix-toolbar .button_group input.icon[type=button] {
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}

@media (max-device-width: 768px) {
  /* line 49, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
  trix-toolbar .button_group button.icon, trix-toolbar .button_group input.icon[type=button] {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}

/* line 52, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button.icon::before, trix-toolbar .button_group input.icon[type=button]::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-device-width: 768px) {
  /* line 65, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
  trix-toolbar .button_group button.icon::before, trix-toolbar .button_group input.icon[type=button]::before {
    right: 6%;
    left: 6%;
  }
}

/* line 68, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button.icon.bold::before, trix-toolbar .button_group input.icon.bold[type=button]::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M15.6%2011.8c1-.7%201.6-1.8%201.6-2.8a4%204%200%200%200-4-4H7v14h7c2.1%200%203.7-1.7%203.7-3.8%200-1.5-.8-2.8-2.1-3.4zM10%207.5h3a1.5%201.5%200%201%201%200%203h-3v-3zm3.5%209H10v-3h3.5a1.5%201.5%200%201%201%200%203z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 70, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button.icon.italic::before, trix-toolbar .button_group input.icon.italic[type=button]::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M10%205v3h2.2l-3.4%208H6v3h8v-3h-2.2l3.4-8H18V5h-8z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 72, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button.icon.link::before, trix-toolbar .button_group input.icon.link[type=button]::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M9.88%2013.7a4.3%204.3%200%200%201%200-6.07l3.37-3.37a4.26%204.26%200%200%201%206.07%200%204.3%204.3%200%200%201%200%206.06l-1.96%201.72a.91.91%200%201%201-1.3-1.3l1.97-1.71a2.46%202.46%200%200%200-3.48-3.48l-3.38%203.37a2.46%202.46%200%200%200%200%203.48.91.91%200%201%201-1.3%201.3z%22%2F%3E%3Cpath%20d%3D%22M4.25%2019.46a4.3%204.3%200%200%201%200-6.07l1.93-1.9a.91.91%200%201%201%201.3%201.3l-1.93%201.9a2.46%202.46%200%200%200%203.48%203.48l3.37-3.38c.96-.96.96-2.52%200-3.48a.91.91%200%201%201%201.3-1.3%204.3%204.3%200%200%201%200%206.07l-3.38%203.38a4.26%204.26%200%200%201-6.07%200z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 74, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button.icon.strike::before, trix-toolbar .button_group input.icon.strike[type=button]::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.73%2014l.28.14c.26.15.45.3.57.44.12.14.18.3.18.5%200%20.3-.15.56-.44.75-.3.2-.76.3-1.39.3A13.52%2013.52%200%200%201%207%2014.95v3.37a10.64%2010.64%200%200%200%204.84.88c1.26%200%202.35-.19%203.28-.56.93-.37%201.64-.9%202.14-1.57s.74-1.45.74-2.32c0-.26-.02-.51-.06-.75h-5.21zm-5.5-4c-.08-.34-.12-.7-.12-1.1%200-1.29.52-2.3%201.58-3.02%201.05-.72%202.5-1.08%204.34-1.08%201.62%200%203.28.34%204.97%201l-1.3%202.93c-1.47-.6-2.73-.9-3.8-.9-.55%200-.96.08-1.2.26-.26.17-.38.38-.38.64%200%20.27.16.52.48.74.17.12.53.3%201.05.53H7.23zM3%2013h18v-2H3v2z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 76, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button.icon.quote::before, trix-toolbar .button_group input.icon.quote[type=button]::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M6%2017h3l2-4V7H5v6h3zm8%200h3l2-4V7h-6v6h3z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 78, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button.icon.heading-1::before, trix-toolbar .button_group input.icon.heading-1[type=button]::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12%209v3H9v7H6v-7H3V9h9zM8%204h14v3h-6v12h-3V7H8V4z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 80, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button.icon.code::before, trix-toolbar .button_group input.icon.code[type=button]::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.2%2012L15%2015.2l1.4%201.4L21%2012l-4.6-4.6L15%208.8l3.2%203.2zM5.8%2012L9%208.8%207.6%207.4%203%2012l4.6%204.6L9%2015.2%205.8%2012z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 82, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button.icon.bullets::before, trix-toolbar .button_group input.icon.bullets[type=button]::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%204a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm4%203h14v-2H8v2zm0-6h14v-2H8v2zm0-8v2h14V5H8z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 84, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button.icon.numbers::before, trix-toolbar .button_group input.icon.numbers[type=button]::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 86, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button.icon.undo::before, trix-toolbar .button_group input.icon.undo[type=button]::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.5%208c-2.6%200-5%201-6.9%202.6L2%207v9h9l-3.6-3.6A8%208%200%200%201%2020%2016l2.4-.8a10.5%2010.5%200%200%200-10-7.2z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 88, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button.icon.redo::before, trix-toolbar .button_group input.icon.redo[type=button]::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.4%2010.6a10.5%2010.5%200%200%200-16.9%204.6L4%2016a8%208%200%200%201%2012.7-3.6L13%2016h9V7l-3.6%203.6z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 90, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button.icon.nesting-level.decrease::before, trix-toolbar .button_group input.icon.nesting-level.decrease[type=button]::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-8.3-.3l2.8%202.9L6%2014.2%204%2012l2-2-1.4-1.5L1%2012l.7.7zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 92, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button.icon.nesting-level.increase::before, trix-toolbar .button_group input.icon.nesting-level.increase[type=button]::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-6.9-1L1%2014.2l1.4%201.4L6%2012l-.7-.7-2.8-2.8L1%209.9%203.1%2012zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 94, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button.icon.active::before, trix-toolbar .button_group input.icon.active[type=button]::before {
  opacity: 1;
}

/* line 96, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button.icon:disabled::before, trix-toolbar .button_group input.icon[type=button]:disabled::before {
  opacity: 0.125;
}

/* line 98, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button:not(.icon), trix-toolbar .button_group input[type=button]:not(.icon) {
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  color: rgba(0, 0, 0, 0.6);
}

@media (max-device-width: 768px) {
  /* line 105, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
  trix-toolbar .button_group button:not(.icon), trix-toolbar .button_group input[type=button]:not(.icon) {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}

/* line 108, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button.active:not(.icon), trix-toolbar .button_group input.active[type=button]:not(.icon) {
  color: black;
}

/* line 110, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .button_group button:not(.icon):disabled, trix-toolbar .button_group input[type=button]:not(.icon):disabled {
  color: rgba(0, 0, 0, 0.125);
}

/* line 112, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .dialogs {
  position: relative;
}

/* line 114, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .dialogs .dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}

/* line 126, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .dialogs .dialog input {
  font-size: inherit;
  font-weight: normal;
}

/* line 129, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .dialogs .dialog input[type=url], trix-toolbar .dialogs .dialog input[type=text] {
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 139, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .dialogs .dialog input.validate[type=url]:invalid, trix-toolbar .dialogs .dialog input.validate[type=text]:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

/* line 141, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .dialogs .dialog .button_group input[type=button] {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

/* line 145, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .dialogs .dialog.link_dialog {
  max-width: 600px;
}

/* line 147, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .dialogs .dialog.link_dialog .link_url_fields {
  display: flex;
  align-items: baseline;
}

/* line 150, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .dialogs .dialog.link_dialog .link_url_fields input[type=url] {
  flex: 1;
}

/* line 152, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-toolbar .dialogs .dialog.link_dialog .link_url_fields .button_group {
  flex: 0 0 content;
  margin: 0;
}

/* line 155, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-editor [data-trix-mutable=true] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 160, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-editor [data-trix-mutable=true] ::-moz-selection {
  background: none;
}

/* line 162, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-editor [data-trix-mutable=true] img {
  box-shadow: 0 0 0 2px highlight;
}

/* line 164, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-editor .attachment.attachment-file[data-trix-mutable=true] {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

/* line 167, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-editor .attachment:hover {
  cursor: default;
}

/* line 169, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-editor .attachment.attachment-preview .caption:hover {
  cursor: text;
}

/* line 171, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-editor .attachment button.remove {
  cursor: pointer;
}

/* line 173, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-editor .attachment button.remove.icon {
  text-indent: -9999px;
  display: block;
  position: absolute;
  z-index: 1;
  padding: 0;
  margin: 0;
  top: -1.1em;
  left: calc(50% - 0.8em);
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  text-indent: -9999px;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

/* line 190, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-editor .attachment button.remove.icon::before {
  display: inline-block;
  position: absolute;
  top: 0.1em;
  right: 0.1em;
  bottom: 0.1em;
  left: 0.1em;
  opacity: 0.75;
  content: "";
  background-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.4L17.6%205%2012%2010.6%206.4%205%205%206.4l5.6%205.6L5%2017.6%206.4%2019l5.6-5.6%205.6%205.6%201.4-1.4-5.6-5.6z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 203, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-editor .attachment button.remove:hover {
  border-color: #333;
}

/* line 205, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-editor .attachment button.remove:hover::before {
  opacity: 1;
}

/* line 207, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-editor .attachment .caption.caption-editing textarea {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 222, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
trix-editor .attachment progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
}

/* line 231, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
.trix-content {
  line-height: 1.5;
}

/* line 233, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
  margin: 0;
}

/* line 237, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
.trix-content blockquote {
  margin: 0 0 0 0.3em;
  padding: 0 0 0 0.6em;
  border-left: 0.3em solid #ccc;
}

/* line 241, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
.trix-content pre {
  font-family: monospace;
  font-size: 0.9em;
  margin: 0;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

/* line 249, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
.trix-content ul, .trix-content ol, .trix-content li {
  margin: 0;
  padding: 0;
}

/* line 252, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
.trix-content ul li, .trix-content ol li, .trix-content li li {
  margin-left: 1em;
}

/* line 254, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
.trix-content img {
  max-width: 100%;
  height: auto;
}

/* line 257, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
.trix-content a[data-trix-attachment] {
  color: inherit;
  text-decoration: none;
}

/* line 260, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
.trix-content a[data-trix-attachment]:hover, .trix-content a[data-trix-attachment]:visited:hover {
  color: inherit;
}

/* line 262, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

/* line 268, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
.trix-content .attachment .caption {
  padding: 0;
  text-align: center;
}

/* line 271, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
.trix-content .attachment .caption .size:before {
  content: ' · ';
}

/* line 273, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
.trix-content .attachment.attachment-preview {
  width: 100%;
  text-align: center;
}

/* line 276, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
.trix-content .attachment.attachment-preview .caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

/* line 280, ../.rbenv/versions/3.0.6/lib/ruby/gems/3.0.0/gems/trix-0.10.1/vendor/assets/stylesheets/trix.css */
.trix-content .attachment.attachment-file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 0;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

/* line 32, app/assets/stylesheets/application.scss */
body {
  background-color: white;
}

/* Css variables */
/* line 37, app/assets/stylesheets/application.scss */
:root {
  --s-font-size: 14px;
  --l-font-size: 16px;
  --xl-font-size: 32px;
  --xxl-font-size: 56px;
  --section-head-font-size: 40px;
  --sub-section-head-font-size: 24px;
  --nav-height: 80px;
}

/* Bootstrap override */
@media (min-width: 1200px) {
  /* line 50, app/assets/stylesheets/application.scss */
  .container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
    max-width: 1350px;
    padding: 0 20px;
  }
}

@media (min-width: 1400px) {
  /* line 60, app/assets/stylesheets/application.scss */
  .container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
    max-width: 1360px;
  }
}

/* line 69, app/assets/stylesheets/application.scss */
textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='time']:focus,
input[type='week']:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='color']:focus,
.uneditable-input:focus,
.btn.btn-secondary:focus,
.btn.btn-outline-secondary:focus {
  border: 1px solid #ffa726 !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 167, 38, 0.2) !important;
}

/* line 91, app/assets/stylesheets/application.scss */
a {
  color: #ffa726;
}

/* line 94, app/assets/stylesheets/application.scss */
a:hover {
  color: rgba(255, 167, 38, 0.9);
  text-decoration: none;
}

/* Keyboard focus was invisible on most links, cards and icon buttons; this is
   the baseline ring for anything that does not define its own. */
/* line 101, app/assets/stylesheets/application.scss */
a:focus-visible,
button:focus-visible,
[role='button']:focus-visible,
[role='tab']:focus-visible,
summary:focus-visible {
  outline: 2px solid #009CDE;
  outline-offset: 2px;
}

/* line 110, app/assets/stylesheets/application.scss */
.custom-control-input {
  font-size: 14px;
  line-height: 16px;
  color: #212121;
}

/* line 115, app/assets/stylesheets/application.scss */
.custom-control-label::before,
.custom-control-label::after {
  top: 1px;
}

/* line 119, app/assets/stylesheets/application.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #ffa726;
  background-color: #ffa726;
}

/* line 123, app/assets/stylesheets/application.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 167, 38, 0.2);
}

/* line 127, app/assets/stylesheets/application.scss */
.btn {
  padding: 10px 32px;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  font-family: 'Primary';
  text-transform: capitalize;
}

@media (max-width: 600px) {
  /* line 127, app/assets/stylesheets/application.scss */
  .btn {
    padding: 8px 15px;
    position: relative;
  }
}

/* line 140, app/assets/stylesheets/application.scss */
.small-btn {
  padding: 0.25rem 0.5rem !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
  border-radius: 0.2rem !important;
  text-transform: none !important;
  font-weight: 400 !important;
}

/* line 149, app/assets/stylesheets/application.scss */
.btn-secondary {
  background: #ffa726;
  border: 1px solid #ffa726;
}

/* line 153, app/assets/stylesheets/application.scss */
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary.active:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle {
  background: rgba(255, 167, 38, 0.9);
  border: 1px solid rgba(255, 167, 38, 0.9);
}

/* line 159, app/assets/stylesheets/application.scss */
.btn-secondary:hover {
  background: rgba(255, 167, 38, 0.9);
  border: 1px solid rgba(255, 167, 38, 0.9);
}

/* line 164, app/assets/stylesheets/application.scss */
.btn-outline-secondary {
  border: 1px solid #ffa726;
  color: #ffa726;
}

/* line 168, app/assets/stylesheets/application.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary.active:not(:disabled):not(.disabled),
.show > .btn-outline-secondary.dropdown-toggle {
  border: 1px solid rgba(255, 167, 38, 0.9);
  background: rgba(255, 167, 38, 0.9);
}

/* line 174, app/assets/stylesheets/application.scss */
.btn-outline-secondary:hover {
  border: 1px solid rgba(255, 167, 38, 0.9);
  background: rgba(255, 167, 38, 0.9);
}

/* line 179, app/assets/stylesheets/application.scss */
.round {
  border-radius: 999px;
}

/* line 183, app/assets/stylesheets/application.scss */
.resend {
  display: none;
}

/* Application Css */
/* line 189, app/assets/stylesheets/application.scss */
body {
  font-size: var(--l-font-size);
  font-family: 'Primary';
  line-height: 1.14285714;
}

/* line 195, app/assets/stylesheets/application.scss */
.navbar {
  min-height: var(--nav-height);
  z-index: 10;
}

/* line 200, app/assets/stylesheets/application.scss */
.navbar-nav {
  gap: 24px;
}

@media (min-width: 1200px) {
  /* line 205, app/assets/stylesheets/application.scss */
  .navbar-nav {
    align-items: center;
  }
}

/* line 209, app/assets/stylesheets/application.scss */
.collapsing {
  -webkit-transition: none;
  transition: none;
  display: none;
}

@media (max-width: 1024px) {
  /* line 215, app/assets/stylesheets/application.scss */
  .navbar {
    line-height: 54px;
  }
  /* line 218, app/assets/stylesheets/application.scss */
  .navbar-nav > li > a {
    line-height: 27px;
  }
}

/* line 222, app/assets/stylesheets/application.scss */
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 227, app/assets/stylesheets/application.scss */
.navbar.app-menu.app-home-menu {
  background: transparent;
}

/* line 232, app/assets/stylesheets/application.scss */
.nav-item .btn {
  padding: 0;
}

/* line 236, app/assets/stylesheets/application.scss */
.nav-item button:focus {
  box-shadow: none;
}

/* line 241, app/assets/stylesheets/application.scss */
.navbar.app-menu .nav-item a {
  color: #212121;
}

/* line 244, app/assets/stylesheets/application.scss */
.navbar.app-menu.app-home-menu .nav-item a {
  color: white;
}

/* line 247, app/assets/stylesheets/application.scss */
.navbar.app-menu .nav-item a:hover {
  color: #ffa726;
}

/* line 251, app/assets/stylesheets/application.scss */
.navbar.app-menu .nav-item button {
  color: #212121;
}

/* line 254, app/assets/stylesheets/application.scss */
.navbar.app-menu.app-home-menu .nav-item button {
  color: white;
}

/* line 257, app/assets/stylesheets/application.scss */
.navbar.app-menu .nav-item button:hover {
  color: #ffa726;
}

/* line 261, app/assets/stylesheets/application.scss */
.navbar.app-menu .nav-item:not(.app-nav-divider) {
  padding-top: 8px;
  padding-bottom: 8px;
}

/* line 264, app/assets/stylesheets/application.scss */
.navbar.app-menu .nav-item:not(.app-nav-divider) .nav-link:not(.dropdown-toggle) {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

/* line 270, app/assets/stylesheets/application.scss */
.navbar.app-menu .nav-item:not(.app-nav-divider) .nav-link:not(.dropdown-toggle)::after {
  content: attr(data-text)/"";
  height: 0;
  visibility: hidden;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
  font-weight: bold;
}

/* line 280, app/assets/stylesheets/application.scss */
.navbar.app-menu .nav-item.active {
  font-weight: bold;
  position: relative;
}

/* line 283, app/assets/stylesheets/application.scss */
.navbar.app-menu .nav-item.active::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 12px;
  height: 2px;
  background: #ffa726;
  left: 0.5rem;
}

@media (min-width: 1200px) {
  /* line 293, app/assets/stylesheets/application.scss */
  .navbar.app-menu .nav-item.active::before {
    left: auto;
    right: 50%;
    transform: translate(50%, -50%);
  }
}

/* line 300, app/assets/stylesheets/application.scss */
.navbar.app-menu.navbar-light {
  background: transparent;
}

/* line 303, app/assets/stylesheets/application.scss */
.nav-item.app-nav-divider {
  height: 18px;
  width: 1px;
  align-self: center;
  background-color: #dadce0;
}

/* line 309, app/assets/stylesheets/application.scss */
.navbar.app-menu.app-home-menu .nav-item.app-nav-divider {
  background-color: white;
}

@media (max-width: 1024px) {
  /* line 313, app/assets/stylesheets/application.scss */
  .navbar.app-menu .nav-item.app-nav-divider {
    height: 1px;
    width: 18px;
    align-self: flex-start;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

/* line 322, app/assets/stylesheets/application.scss */
.page-container {
  min-height: calc(100vh - var(--nav-height));
}

/* line 325, app/assets/stylesheets/application.scss */
.login-container {
  min-height: 100vh;
}

/* line 329, app/assets/stylesheets/application.scss */
.form-group label {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #9e9e9e;
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* line 341, app/assets/stylesheets/application.scss */
.form-group {
  margin-bottom: 24px;
}

/* line 345, app/assets/stylesheets/application.scss */
.search-result-empty-content-msg-unregisterd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 351, app/assets/stylesheets/application.scss */
input.notify_unregisterd {
  margin: 35px 0px;
  width: 400px;
  text-align: center;
}

/* line 356, app/assets/stylesheets/application.scss */
input.form-control {
  height: 48px;
  padding: 14px 24px;
  font-size: 16px;
  line-height: 18px;
}

/* line 362, app/assets/stylesheets/application.scss */
input.form-control::placeholder {
  font-size: 16px;
  line-height: 18px;
  color: rgba(33, 33, 33, 0.24);
}

/* line 368, app/assets/stylesheets/application.scss */
.form-header-hint {
  font-size: 16px;
  line-height: 18px;
  color: #9e9e9e;
  text-align: center;
}

/* line 375, app/assets/stylesheets/application.scss */
.truncate {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 383, app/assets/stylesheets/application.scss */
.switch[type='checkbox'] {
  height: 0;
  width: 0;
  display: none;
}

/* line 388, app/assets/stylesheets/application.scss */
.switch-label {
  cursor: pointer;
  text-indent: -9999px;
  width: 44px;
  height: 24px;
  padding: 2px;
  background: #E6E9EA;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 32px;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
}

/* line 403, app/assets/stylesheets/application.scss */
.switch-label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0, 31, 44, 0.2);
  transition: 0.15s;
}

/* line 416, app/assets/stylesheets/application.scss */
.switch:checked + .switch-label {
  background: #009CDE;
}

/* line 420, app/assets/stylesheets/application.scss */
.switch:checked + .switch-label:after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
}

/* line 425, app/assets/stylesheets/application.scss */
.switch:disabled + .switch-label {
  background: #F3F3F3;
  cursor: not-allowed;
}

/* line 430, app/assets/stylesheets/application.scss */
.switch:disabled + .switch-label:after {
  background: #ffffff;
}

/* line 434, app/assets/stylesheets/application.scss */
.switch-label:active:after {
  width: 20px;
}

/* line 440, app/assets/stylesheets/application.scss */
.app-home-menu .nav-item.dropdown.user-li .nav-user-name {
  color: white;
}

/* line 443, app/assets/stylesheets/application.scss */
.app-home-menu .nav-item.dropdown.user-li .nav-user-address {
  color: white;
}

/* line 447, app/assets/stylesheets/application.scss */
.app-home-menu .dropdown-menu {
  background-color: #002435;
}

/* line 449, app/assets/stylesheets/application.scss */
.app-home-menu .dropdown-menu .dropdown-item:hover,
.app-home-menu .dropdown-menu .dropdown-item:focus {
  background-color: #011e2d;
}

/* line 456, app/assets/stylesheets/application.scss */
.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 {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 531, app/assets/stylesheets/application.scss */
.check {
  height: 0;
  width: 0;
  display: block;
}

/* line 537, app/assets/stylesheets/application.scss */
.checkmark {
  cursor: pointer;
  text-indent: -9999px;
  height: 16px;
  width: 16px;
  border: 1px solid #006D9B;
  background: #CCEBF8;
  display: block;
  position: relative;
  border-radius: 4px;
  box-sizing: border-box;
  flex: none;
  order: 0;
  flex-grow: 0;
}

/* line 553, app/assets/stylesheets/application.scss */
.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* line 559, app/assets/stylesheets/application.scss */
.check:checked ~ .checkmark:after {
  display: block;
}

/* line 563, app/assets/stylesheets/application.scss */
.checkmark:after {
  left: 50%;
  top: 45%;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

/* line 573, app/assets/stylesheets/application.scss */
.check:checked + .checkmark {
  background: #006D9B;
  border: 2px solid #006D9B;
}

/* line 578, app/assets/stylesheets/application.scss */
.check:disabled + .checkmark {
  background: #f8f8f8;
  border: 1px solid #E6E9EA;
  cursor: not-allowed;
}

/* line 584, app/assets/stylesheets/application.scss */
.facebook-logo,
.linkedin-logo,
.search-mini-logo {
  width: 24px;
  height: 24px;
}

/* line 591, app/assets/stylesheets/application.scss */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 596, app/assets/stylesheets/application.scss */
.pagination .arrow {
  height: 12px;
  width: 8px;
  background: url(/assets/paginate-arrow-dimmed-507bd51990d83b798e4f1864f7f620a90a9d429cd48ff10f49b66f6b862eec2b.svg);
}

/* line 601, app/assets/stylesheets/application.scss */
.pagination .arrow-active {
  height: 12px;
  width: 8px;
  background: url(/assets/paginate-arrow-545765f1535566c39d6f935e94f8d12061bb4a3e4e953b7eafe7a5fa9cbe6544.svg);
}

/* line 607, app/assets/stylesheets/application.scss */
.pagination .arrow-rotated {
  height: 12px;
  width: 8px;
  transform: rotate(180deg);
  background: url(/assets/paginate-arrow-dimmed-507bd51990d83b798e4f1864f7f620a90a9d429cd48ff10f49b66f6b862eec2b.svg);
}

/* line 614, app/assets/stylesheets/application.scss */
.pagination .arrow-rotated-active {
  height: 12px;
  width: 8px;
  transform: rotate(180deg);
  background: url(/assets/paginate-arrow-545765f1535566c39d6f935e94f8d12061bb4a3e4e953b7eafe7a5fa9cbe6544.svg);
}

/* line 622, app/assets/stylesheets/application.scss */
.pagination span {
  display: block;
}

/* line 626, app/assets/stylesheets/application.scss */
.pagination div {
  margin: 4px;
}

/* line 630, app/assets/stylesheets/application.scss */
.pagination a {
  font-family: 'Ubuntu';
  color: #212121;
}

/* line 635, app/assets/stylesheets/application.scss */
.pagination a:hover {
  text-decoration: none;
}

/* line 639, app/assets/stylesheets/application.scss */
.pagination .current {
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background: #FFA726;
  color: white;
  text-align: center;
}

/* line 649, app/assets/stylesheets/application.scss */
.incoterms-checkbox {
  width: 36px;
  height: 24px;
}

/* line 654, app/assets/stylesheets/application.scss */
span.single-line {
  text-wrap: nowrap;
}

/* line 658, app/assets/stylesheets/application.scss */
.locale-flag {
  width: 24px;
  height: 24px;
}

/* line 663, app/assets/stylesheets/application.scss */
trix-editor {
  margin-left: 20%;
}

/* line 665, app/assets/stylesheets/application.scss */
trix-editor ul {
  list-style-type: disc;
  margin-left: 20px;
}

/* line 670, app/assets/stylesheets/application.scss */
trix-editor ol {
  list-style-type: decimal;
}

/* line 672, app/assets/stylesheets/application.scss */
trix-editor ol li::marker {
  color: #ffa726;
  margin-left: 40px;
}

/* line 680, app/assets/stylesheets/application.scss */
.dt-scroll-body thead {
  visibility: collapse;
}

/* line 685, app/assets/stylesheets/application.scss */
#whatsapp-container {
  position: fixed;
  bottom: 24px;
  right: 40px;
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
          box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57,57,57,0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57,57,57,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57,57,57,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0,0,0,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0,0,0,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
          box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
      -ms-flex-preferred-size: 14.2857143%;
          flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
          box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57,57,57,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57,57,57,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
          box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
          box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57,57,57,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
