@-webkit-keyframes float {
    0%,
    to {
        filter: drop-shadow(0 5px 1.5rem rgba(0, 0, 0, 0.2));
        -webkit-filter: drop-shadow(0 5px 1.5rem rgba(0, 0, 0, 0.2));
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
    50% {
        filter: drop-shadow(0 2.5rem 1.5rem rgba(0, 0, 0, 0.1));
        -webkit-filter: drop-shadow(0 2.5rem 1.5rem rgba(0, 0, 0, 0.1));
        -webkit-transform: translatey(-2rem);
        transform: translatey(-2rem);
    }
}
@keyframes float {
    0%,
    to {
        filter: drop-shadow(0 5px 1.5rem rgba(0, 0, 0, 0.2));
        -webkit-filter: drop-shadow(0 5px 1.5rem rgba(0, 0, 0, 0.2));
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
    50% {
        filter: drop-shadow(0 2.5rem 1.5rem rgba(0, 0, 0, 0.1));
        -webkit-filter: drop-shadow(0 2.5rem 1.5rem rgba(0, 0, 0, 0.1));
        -webkit-transform: translatey(-2rem);
        transform: translatey(-2rem);
    }
}
@-webkit-keyframes swing {
    0%,
    to {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    50% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }
}
@keyframes swing {
    0%,
    to {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    50% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }
}
@-webkit-keyframes sway {
    0%,
    to {
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%);
    }
    50% {
        -webkit-transform: translateX(10%);
        transform: translateX(10%);
    }
}
@keyframes sway {
    0%,
    to {
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%);
    }
    50% {
        -webkit-transform: translateX(10%);
        transform: translateX(10%);
    }
}
@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0;
    }
}
@-webkit-keyframes opacityPulse {
    0%,
    to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
@-webkit-keyframes alertPulse {
    0% {
        background-color: #9a2727;
        opacity: 1;
    }
    50% {
        opacity: 0.75;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes text-flicker {
    0%,
    8% {
        opacity: 0.1;
        text-shadow: 0 0 29px #233041;
    }
    2%,
    20%,
    30%,
    9% {
        opacity: 1;
        text-shadow: 0 0 29px #233041;
    }
    12% {
        opacity: 0.1;
        text-shadow: 0 0 #233041;
    }
    25% {
        opacity: 0.3;
        text-shadow: 0 0 29px #233041;
    }
    70% {
        opacity: 0.7;
        text-shadow: 0 0 29px #233041;
    }
    72% {
        opacity: 0.2;
        text-shadow: 0 0 29px #233041;
    }
    77%,
    to {
        opacity: 0.9;
        text-shadow: 0 0 29px #233041;
    }
}
@keyframes text-flicker {
    0%,
    8% {
        opacity: 0.1;
        text-shadow: 0 0 29px #233041;
    }
    2%,
    20%,
    30%,
    9% {
        opacity: 1;
        text-shadow: 0 0 29px #233041;
    }
    12% {
        opacity: 0.1;
        text-shadow: 0 0 #233041;
    }
    25% {
        opacity: 0.3;
        text-shadow: 0 0 29px #233041;
    }
    70% {
        opacity: 0.7;
        text-shadow: 0 0 29px #233041;
    }
    72% {
        opacity: 0.2;
        text-shadow: 0 0 29px #233041;
    }
    77%,
    to {
        opacity: 0.9;
        text-shadow: 0 0 29px #233041;
    }
}
@-webkit-keyframes border-flicker {
    0%,
    4% {
        opacity: 0.1;
        box-shadow: 0 0 78px 4px rgba(16, 134, 232, 0.73);
    }
    2%,
    8%,
    to {
        opacity: 1;
        box-shadow: 0 0 78px 4px rgba(16, 134, 232, 0.73);
    }
    70% {
        opacity: 0.7;
        box-shadow: 0 0 78px 4px rgba(16, 134, 232, 0.73);
    }
}
@keyframes border-flicker {
    0%,
    4% {
        opacity: 0.1;
        box-shadow: 0 0 78px 4px rgba(16, 134, 232, 0.73);
    }
    2%,
    8%,
    to {
        opacity: 1;
        box-shadow: 0 0 78px 4px rgba(16, 134, 232, 0.73);
    }
    70% {
        opacity: 0.7;
        box-shadow: 0 0 78px 4px rgba(16, 134, 232, 0.73);
    }
}
@-webkit-keyframes letter-flicker {
    0%,
    2%,
    21% {
        opacity: 0.1;
        text-shadow: 0 0 29px #233041;
    }
    19%,
    23%,
    4%,
    80%,
    87% {
        opacity: 1;
        text-shadow: 0 0 29px #233041;
    }
    83% {
        opacity: 0.4;
        text-shadow: 0 0 29px #233041;
    }
}
@keyframes letter-flicker {
    0%,
    2%,
    21% {
        opacity: 0.1;
        text-shadow: 0 0 29px #233041;
    }
    19%,
    23%,
    4%,
    80%,
    87% {
        opacity: 1;
        text-shadow: 0 0 29px #233041;
    }
    83% {
        opacity: 0.4;
        text-shadow: 0 0 29px #233041;
    }
}
@-webkit-keyframes hue {
    0% {
        -webkit-filter: hue-rotate(0deg);
    }
    to {
        -webkit-filter: hue-rotate(-360deg);
    }
}
@keyframes hue {
    0% {
        -webkit-filter: hue-rotate(0deg);
    }
    to {
        -webkit-filter: hue-rotate(-360deg);
    }
}
@-webkit-keyframes glowing {
    0%,
    to {
        filter: drop-shadow(0 0 -10px #218ec7);
        -webkit-filter: drop-shadow(0 0 -10px #218ec7);
    }
    40%,
    60% {
        filter: drop-shadow(0 0 20px #218ec7);
        -webkit-filter: drop-shadow(0 0 20px #218ec7);
    }
}
@keyframes glowing {
    0%,
    to {
        filter: drop-shadow(0 0 -10px #218ec7);
        -webkit-filter: drop-shadow(0 0 -10px #218ec7);
    }
    40%,
    60% {
        filter: drop-shadow(0 0 20px #218ec7);
        -webkit-filter: drop-shadow(0 0 20px #218ec7);
    }
}
@-webkit-keyframes beforeLineAnim {
    45%,
    50% {
        background-position: -100% 0;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50%,
    95% {
        -webkit-transform: scale(1, -1);
        transform: scale(1, -1);
    }
    95% {
        background-position: 80% 0;
    }
}
@keyframes beforeLineAnim {
    45%,
    50% {
        background-position: -100% 0;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50%,
    95% {
        -webkit-transform: scale(1, -1);
        transform: scale(1, -1);
    }
    95% {
        background-position: 80% 0;
    }
}
@-webkit-keyframes afterLineAnim {
    20%,
    25% {
        background-position: -100% 0;
    }
    20% {
        -webkit-transform: scale(1) rotate(-90deg);
        transform: scale(1) rotate(-90deg);
    }
    70%,
    75% {
        background-position: 80% 0;
    }
    25%,
    70% {
        -webkit-transform: scale(-1, 1) rotate(-90deg);
        transform: scale(-1, 1) rotate(-90deg);
    }
    75% {
        -webkit-transform: scale(1, 1) rotate(-90deg);
        transform: scale(1, 1) rotate(-90deg);
    }
}
@keyframes afterLineAnim {
    20%,
    25% {
        background-position: -100% 0;
    }
    20% {
        -webkit-transform: scale(1) rotate(-90deg);
        transform: scale(1) rotate(-90deg);
    }
    70%,
    75% {
        background-position: 80% 0;
    }
    25%,
    70% {
        -webkit-transform: scale(-1, 1) rotate(-90deg);
        transform: scale(-1, 1) rotate(-90deg);
    }
    75% {
        -webkit-transform: scale(1, 1) rotate(-90deg);
        transform: scale(1, 1) rotate(-90deg);
    }
}
@-webkit-keyframes glitter {
    0%,
    50%,
    to {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    25%,
    75% {
        -webkit-transform: scale(0.5);
        opacity: 0;
    }
}
@keyframes glitter {
    0%,
    50%,
    to {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    25%,
    75% {
        -webkit-transform: scale(0.5);
        opacity: 0;
    }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
details,
main {
    display: block;
}
h1 {
    font-size: 2.2rem;
    margin: 0.75rem 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    display: inline-block;
}
abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
body,
button,
optgroup {
    margin: 0;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"],
legend {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
body,
html {
    height: 100%;
    font-size: calc(62.5% + 0.35vw);
}
body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}
button {
    padding: 0;
    border: 0;
    background-color: transparent;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0;
}
a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
}
a:not([href]):not([tabindex]) {
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
}
a:not([href]):not([tabindex]):hover {
    text-decoration: underline;
    color: #fff;
}
object {
    pointer-events: none;
}
input,
select,
textarea {
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
}
::-moz-selection {
    background: #fff;
    color: #000;
    text-shadow: none;
}
::selection {
    background: #fff;
    color: #000;
    text-shadow: none;
}
::-webkit-input-placeholder {
    opacity: 1;
}
:-moz-placeholder,
::-moz-placeholder {
    opacity: 1;
}
:-ms-input-placeholder {
    opacity: 1;
}
.reg-mark {
    font-size: 70%;
    position: absolute;
    margin-top: 0.1rem;
}
@media (min-width: 576px) {
    .d-mw--575 {
        display: block !important;
    }
    .h-mw--575 {
        display: none !important;
    }
}
@media (max-width: 575px) {
    .d-mw--575 {
        display: none !important;
    }
    .h-mw--575 {
        display: block !important;
    }
}
@media (min-width: 473px) {
    .d-mw--472 {
        display: block !important;
    }
    .h-mw--472 {
        display: none !important;
    }
}
@media (max-width: 472px) {
    .d-mw--472 {
        display: none !important;
    }
    .h-mw--472 {
        display: block !important;
    }
}
.border-solid-right {
    border-right: 1px solid rgba(211, 211, 211, 0.5);
}
.border-solid-bottom {
    border-bottom: 1px solid rgba(211, 211, 211, 0.5);
}
.qudos__blue-text {
    color: #218ec7 !important;
}
.qudos__navyblue-text {
    color: #232f41 !important;
}
.black-text {
    color: #000 !important;
}
.white-text {
    color: #fff !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.qudos__service-mark {
    font-size: 0.7rem;
    margin-bottom: auto;
    line-height: 5.5rem;
    vertical-align: top;
}
.clear {
    display: block;
    content: "";
    clear: both;
}
.w-30 {
    width: 30% !important;
}
.no-shadow {
    -webkit-filter: none !important;
    filter: none !important;
    box-shadow: none !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min-device-pixel-ratio: 2),
    only screen and (min-resolution: 192dpi),
    only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-image: url(../../../../../ajax/libs/intl-tel-input/12.4.0/img/flags-2x.png);
    }
}
.core__header--h1,
.core__header--h2,
.core__header--h2-5 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 3rem;
    position: relative;
}
.core__header--h1::after,
.core__header--h2-5::after,
.core__header--h3::after,
.core__header-special--2::after {
    content: "";
    position: absolute;
    display: block;
    width: 8.6rem;
    height: 3px;
    bottom: -1.5rem;
    left: 0;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#83bada),
        color-stop(47%, #83bada),
        color-stop(52%, #1f8dc6),
        to(#1f8dc6)
    );
    background: linear-gradient(to right, #83bada 0%, #83bada 47%, #1f8dc6 52%, #1f8dc6 100%);
}
.core__header--h2,
.core__header--h2-5 {
    margin-bottom: 1.75rem;
}
.core__header--h2-5 {
    margin-bottom: 3rem;
}
.core__header--h2-75 {
    font-size: 1.55rem;
    font-weight: 700;
}
.core__header--h3 {
    font-size: 1.95rem;
    font-weight: 700;
    margin-bottom: 1.75rem;
    position: relative;
}
.core__header--h3::after,
.core__header-special--2::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.core__header-special--1,
.core__header-special--2 {
    display: inline-block;
    font-size: 3rem;
    line-height: 4.2rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
.core__parag {
    font-size: 0.85rem;
    font-weight: 400;
    color: rgba(103, 103, 103, 0.75);
    max-width: 80%;
    min-width: 75%;
    line-height: calc(1.5rem - 0.15vw);
    margin-bottom: 2rem;
}
.core__parag:not(:last-child) {
    margin-bottom: 1rem;
}
@media (max-width: 991px) {
    .core__header--h1 {
        font-size: 1.8rem;
    }
    .core__parag {
        font-size: 0.8rem;
    }
}
@media (max-width: 767px) {
    .core__parag {
        font-size: 16px;
        line-height: 22px;
    }
}
@media (max-width: 480px) {
    .core__header-special--2 {
        font-size: 2.8rem;
    }
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.header__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    height: 4.8rem;
    position: relative;
}
.header__logo {
    position: relative;
    height: 4rem;
    display: block;
    cursor: pointer;
    margin-top: 5px;
}
.header__logo object {
    width: 10rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.header__logo object:last-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.header__nav {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 0;
    background-color: #fff;
    right: 0;
    -webkit-transform: translate3d(700px, 0, 0);
    transform: translate3d(700px, 0, 0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    z-index: 1;
}
.header__nav a {
    font-size: 0.85rem;
    color: #0f1423;
    margin-bottom: 2rem;
    font-family: inherit;
}
.header__nav a:last-child {
    margin-bottom: 0;
}
.header__nav--active {
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.header__social {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    border-top: 2px solid #000;
    padding: 2rem 1rem 0;
    margin-top: 2rem;
}
.header__social a {
    margin: 0 5px;
    font-size: 1rem;
}
.header__btn,
.header__btn::after {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.header__btn {
    max-width: 10rem;
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
    background-color: #218ec7;
    background-image: none;
    margin-right: 4rem;
    padding: 0.75rem 1.25rem;
    position: relative;
}
.header__btn:hover {
    color: #fff;
}
.header__btn::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.header__btn:hover::after {
    outline: #218ec7;
    box-shadow: 0 0 2rem 5px rgba(33, 142, 199, 0.2);
}
.header__menu {
    position: absolute;
    width: 2.9rem;
    height: 1.8rem;
    display: block;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}
.header__menu span {
    display: block;
    position: absolute;
    width: 100%;
    height: 0.2rem;
    left: 0;
    background-color: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
}
.header__menu span:first-child {
    top: 0;
}
.header__menu span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
}
.header__menu span:last-child {
    top: 100%;
    margin-top: -2px;
}
.header__menu--active span {
    background-color: #0f1423;
}
.header__menu--active span:first-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
    margin-top: -2px;
}
.header__menu--active span:nth-child(2) {
    opacity: 0;
}
.header__menu--active span:last-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
}
.header__inverted .header__menu span {
    background-color: #fff;
}
.header--active .header__menu span,
.header--white .header__menu span,
.header__inverted .header__menu--active span {
    background-color: #000;
}
@media (min-width: 768px) {
    .header__inverted .header__nav a {
        margin: 0 0 0 3rem;
        color: #fff;
        font-weight: 500;
    }
}
.header--active,
.header--white {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#171f2d), to(#03030a));
    background-image: linear-gradient(90deg, #171f2d 0%, #03030a 100%);
    background-image: none;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
}
.header--active .header__nav a,
.header--white .header__nav a {
    color: #000;
}
.header--active .header__content:before,
.header--white .header__content:before {
    display: none;
}
.header--active .header__logo object:first-child,
.header--white .header__logo object:first-child {
    opacity: 0;
}
.header--active .header__logo object:last-child,
.header--white .header__logo object:last-child {
    opacity: 1;
}
@media (min-width: 768px) {
    .header .container {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .header__content:before,
    .header__menu,
    .header__nav a.desk {
        display: none;
    }
    .header__btn,
    .header__nav--active a {
        margin: 0;
    }
    .header__logo {
        height: 4rem;
        margin-left: 0;
    }
    .header__logo object {
        width: 10rem;
    }
    .header__nav {
        position: absolute;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-align: center;
        align-items: center;
        width: auto;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        padding: 0;
        right: 10rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: transparent;
    }
    .header--white .header__nav,
    .header__nav--active {
        right: 0;
    }
    .header__nav a {
        margin: 0 0 0 3rem;
        color: #000;
        font-weight: 500;
    }
    .header__social {
        display: none;
    }
    .header--active .header__nav a,
    .header--white .header__nav a {
        color: #000;
    }
    .header--active .header__nav a:hover,
    .header--white .header__nav a:hover {
        color: #0f1423;
    }
}
@media (max-width: 991px) {
    .header__nav a {
        margin: 0 1rem;
    }
    .header__nav--active {
        right: 0;
    }
    .header__nav--active > a:not(:last-child) {
        margin: 0 0 1.5rem;
    }
}
@media (max-width: 480px) {
    .header__btn {
        /* min-width: 11rem; */
        /* margin-right: 5rem; */
        min-width: 6rem;
        margin-right: 3.5rem;
    }
    .header__btn,
    .header__nav a {
        /* font-size: 1.2rem; */
        font-size: 0.85rem;
    }
    .header__nav a i {
        font-size: 1.5rem;
    }
}
.btn {
    display: inline-block;
    cursor: pointer;
    font-size: 0.8rem;
}
.btn--primary:hover,
.btn:link,
.btn:visited,
.footer__list a:hover,
.footer__text a:hover {
    color: #fff;
}
.btn,
.btn a {
    text-decoration: none;
}
.btn--primary,
.btn-clip {
    max-width: 32rem;
    min-width: 15rem;
}
.btn--primary {
    background-color: #218ec7;
    padding: 0.75rem 1rem;
    font-weight: 500;
    color: #fff;
}
.btn-clip {
    border-radius: 0;
    padding: 0.5rem 0.55rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
    background-color: rgba(180, 180, 180, 0.15);
    position: relative;
}
.btn-clip::after,
.btn-clip::before {
    display: none;
    position: absolute;
    z-index: 4;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.btn-clip::before {
    width: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0, 0, 0, 0.72);
    content: "";
    top: 3rem;
    height: 0;
}
.btn-clip::after {
    content: "Copy to Clipboard";
    top: 3.25rem;
    width: 10rem;
    height: 36px;
    color: #fff;
    font-size: 10px;
    line-height: 2.1rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.72);
    border-radius: 3px;
}
.btn-clip:hover {
    background-color: #218ec7;
    border: 1px solid rgba(35, 47, 65, 0.1);
    box-shadow: 0 5px 10px rgba(33, 142, 199, 0.5);
    color: #fff;
}
.btn-clip:hover::after,
.btn-clip:hover::before {
    display: block;
}
.btn-clip:active::after,
.btn-clip:focus::after {
    content: "Copied!";
    display: block;
}
@media (max-width: 480px) {
    .btn {
        font-size: 1.2rem;
    }
}
.footer {
    display: block;
    position: relative;
}
.footer__app li {
    display: inline-block !important;
}
.footer__app li.app-image:first-child {
    margin-right: 0.5rem;
}
.footer__app li.text-center:not(:last-child) {
    padding-left: 0.2rem;
    margin-right: 0.75rem;
}
.footer__line {
    display: block;
    width: 100%;
    height: 1px;
    opacity: 0.08;
    margin-bottom: 15rem;
    background-image: linear-gradient(-35deg, #9e81ff 0%, #8c6afa 100%);
}
.footer__title {
    display: block;
    font-size: 1.2rem;
    color: #fffaf0;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.footer__title--connect {
    text-align: center;
}
.footer__title--download {
    margin-top: 2rem;
}
.footer__list {
    margin-bottom: 3.5rem;
    padding-left: 0;
}
.footer__list a {
    display: inline-block;
    margin-top: 5px;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}
.footer__list li {
    display: block;
    margin-top: 1rem;
}
.footer__list li:not(:first-child) {
    margin-top: 0.5rem;
}
.footer__text {
    font-size: 1rem;
    line-height: 2.6rem;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 5px;
}
.footer__text a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
}
.footer__logo {
    display: inline-block;
    position: absolute;
    bottom: 100%;
    margin-bottom: 4rem;
}
.footer__logo img {
    width: 10rem;
}
.footer__social a {
    display: block;
    text-align: center;
    opacity: 0.52;
}
.footer__social a:hover {
    opacity: 1;
}
.footer__social a i {
    font-size: 2.8rem;
    color: #fff;
}
.footer__social li {
    display: inline-block;
    float: left;
    width: 33%;
    margin-top: 2rem;
}
.footer__copyright {
    position: relative;
    display: block;
    padding: 3.5rem 0;
    margin-top: 0;
}
.footer__copyright:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    opacity: 0.05;
    top: 0;
    left: 0;
    background-image: linear-gradient(-35deg, #9e81ff 0%, #8c6afa 100%);
}
.footer__rights {
    display: none;
}
.footer__link,
.footer__small {
    font-size: 0.85rem;
    display: inline-block;
    float: left;
    color: rgba(255, 255, 255, 0.52);
    line-height: 1.8rem;
    opacity: 0.52;
}
.footer__small svg {
    display: inline-block;
    float: left;
    margin-right: 3px;
}
.footer__link {
    float: right;
}
.footer__link:hover {
    color: #fff;
}
.footer--white {
    background: url(https://acktransportation.us/wp-content/themes/theme/core__assets/img/footer/mobile-bg.png) no-repeat center bottom 7rem #fff;
}
.footer--white .footer__link,
.footer--white .footer__list li a,
.footer--white .footer__small,
.footer--white .footer__text,
.footer--white .footer__text a {
    color: #626262;
}
.footer--white .footer__title {
    color: #000;
}
.nu-footer {
    background-color: #676767;
}
.nu-footer .container .row [class^="col-"] {
    height: 40vh;
}
.nu-footer .container .row .subheader__prime {
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 45rem;
}
.nu-footer .container .row img.img-fluid:first-child {
    position: absolute;
    left: 10%;
    bottom: 20%;
    -webkit-animation: sway 6s ease-in-out infinite;
    animation: sway 6s ease-in-out infinite;
}
.nu-footer .container .row img.img-fluid:nth-child(2) {
    position: absolute;
    right: 40%;
    bottom: 35%;
    -webkit-animation: sway 8s ease-in-out infinite;
    animation: sway 8s ease-in-out infinite;
}
.nu-footer .container .row img.img-fluid:last-child {
    position: absolute;
    top: 35%;
    left: 25%;
    -webkit-animation: sway 6s ease-in-out 1.5s infinite;
    animation: sway 6s ease-in-out 1.5s infinite;
}
.nu-footer .container .row div.col-sm-6:first-child {
    background-image: url(https://acktransportation.us/wp-content/themes/theme/core__assets/img/nu-footer/nu-footer__main-img.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: bottom;
}
@media (min-width: 481px) {
    .footer--white {
        background: url(https://acktransportation.us/wp-content/themes/theme/core__assets/img/footer/desk-bg.png) no-repeat center bottom 7rem #fff;
    }
}
@media (min-width: 801px) {
    .footer__title--connect {
        text-align: left;
    }
    .footer__social a {
        text-align: left;
        display: inline-block;
    }
    .footer__rights {
        display: inline-block;
        float: left;
        margin-left: 0;
        font-size: 0.85rem;
        color: rgba(255, 255, 255, 0.52);
        line-height: 1.8rem;
        opacity: 0.52;
    }
    .footer__copyright {
        padding: 4rem 0;
        margin-top: 1.5rem;
    }
    .footer--white .footer__rights {
        color: #626262;
    }
}
@media (min-width: 992px) {
    .footer__logo {
        position: relative;
        bottom: auto;
        margin-top: -2rem;
        margin-bottom: 2rem;
        margin-left: -1rem;
    }
    .footer__line {
        margin-bottom: 10rem;
    }
    .footer__social {
        width: 62%;
    }
    .footer__social li {
        margin-top: 0;
        margin-bottom: 1rem;
    }
    .footer__title--connect {
        margin-bottom: 1rem;
    }
}
@media (min-width: 1200px) {
    .footer__line {
        margin-bottom: 10rem;
    }
    .footer__copyright {
        padding: 5rem 0;
    }
}
@media (min-width: 1280px) {
    .footer__title {
        font-size: 0.9rem;
    }
    .footer__list a,
    .footer__text {
        font-size: 0.85rem;
    }
    .footer__text {
        line-height: 2rem;
    }
}
@media (min-width: 1440px) {
    .footer__social a i {
        font-size: 2.2rem;
    }
}
@media (max-width: 1024px) {
    .nu-footer .container .row [class^="col-"] {
        height: 30vh;
    }
    .nu-footer .container .row img.img-fluid:last-child {
        top: 50%;
    }
    .nu-footer .container .row img.img-fluid:nth-child(2) {
        bottom: 20%;
    }
    .nu-footer .container .row img.img-fluid:first-child {
        bottom: 15%;
    }
}
@media (max-width: 991px) {
    .footer__social {
        width: 42%;
    }
}
@media (max-width: 800px) {
    .footer__app,
    .footer__social a,
    .footer__title--connect,
    .footer__title--download {
        text-align: left;
    }
    .footer__app li.app-image:first-child {
        margin-right: 1rem;
    }
    .footer__app li.text-center:not(:last-child) {
        padding-left: 0.2rem;
        margin-right: 1.5rem;
    }
    .footer__social {
        width: 40%;
        margin: 0;
    }
    .footer__social li:first-child a {
        text-align: left;
    }
    .footer__social li:last-child a {
        text-align: left;
    }
    .footer .col-md-6 {
        margin-top: 5rem;
    }
    .nu-footer .container .row .subheader__prime {
        width: 32rem;
    }
    .nu-footer img {
        width: 15%;
    }
}
@media (max-width: 769px) {
    .footer__app,
    .footer__social a {
        text-align: left;
    }
    .footer__social {
        margin: 0;
        width: 40%;
    }
    .footer__social li:first-child a {
        text-align: left;
    }
    .footer__list .text-center a:first-child {
        padding-left: 0.2rem;
    }
    .footer__title--connect,
    .footer__title--download {
        text-align: left;
    }
    .footer .container .row div:last-child {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .footer__social {
        width: 60%;
    }
}
@media (max-width: 640px) {
    .footer__social {
        width: 60%;
    }
    .nu-footer .container .row [class^="col-"] {
        height: 50vh;
    }
}
@media (max-width: 600px) {
    .nu-footer img {
        width: 12%;
    }
    .nu-footer .container .row [class^="col-"] {
        height: 20vh;
    }
}
@media (max-width: 515px) {
    .footer__app li.text-center:not(:last-child) {
        padding-left: 0.3rem;
        margin-right: 1.6rem;
    }
}
@media (max-width: 480px) {
    .footer__social a i {
        font-size: 3rem;
    }
    .footer__app li.app-image:first-child {
        margin-right: 0.6rem;
    }
    .footer__app li.text-center:not(:last-child) {
        padding-left: 0.3rem;
        margin-right: 1.1rem;
    }
    .nu-footer div.col-sm-6:first-child {
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .nu-footer .container .row img.img-fluid:first-child {
        bottom: 30%;
    }
    .nu-footer .container .row img.img-fluid:nth-child(2) {
        bottom: 50%;
    }
    .nu-footer .container .row img.img-fluid:last-child {
        top: 10%;
    }
}
@media (max-width: 414px) {
    .nu-footer img {
        width: 10%;
    }
    .nu-footer .container .row div.col-sm-6:first-child {
        background-size: 85%;
        background-position-x: center;
    }
    .nu-footer .container .row img.img-fluid:last-child {
        left: 30%;
    }
}
@media (max-width: 384px) {
    .footer__social {
        width: 80%;
    }
}
@media (max-width: 320px) {
    .footer__social {
        width: 100%;
    }
}
.dropdown-item {
    padding: 0;
}
.carousel-indicators li.active,
.dropdown-item:hover,
.dropdown-menu::after {
    background-color: #218ec7;
}
.dropdown-item .row {
    padding: 0.25rem 1.2rem;
}
.dropdown-menu {
    padding: 0;
    max-width: 10rem;
    min-width: 10rem;
    background-color: transparent;
    position: relative;
}
.dropdown-menu::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.85;
}
.dropdown-text {
    font-size: 0.85rem;
}
@media (max-width: 480px) {
    .dropdown-item {
        padding: 0;
    }
    .dropdown-item .row {
        padding: 0.25rem 2rem;
    }
}
.card {
    min-height: 20rem;
    border: 0;
    box-shadow: 5px 5px 0 5px rgba(180, 180, 180, 0.1);
}
.card-body {
    margin-top: 1rem;
}
.card-b,
.card-c {
    border-radius: 5px;
}
.card-b {
    max-height: 24rem;
    min-height: 24rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
    padding: 2rem 1.5rem;
    background-color: #fff;
}
.card-b:hover {
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.12);
}
.card-b:active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.card-c {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    -webkit-box-align: center;
    align-items: center;
    padding: 2rem 0;
    background-color: #f4f4f4;
    height: 20rem;
    max-width: 25rem;
    min-width: 20rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.card-c:not(:last-child) {
    margin-bottom: 2rem;
}
.card-c p {
    max-width: 100%;
    color: rgba(0, 0, 0, 0.65);
}
.card-c__title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.card-c__code {
    font-size: 2rem;
    font-weight: 700;
    font-family: inherit;
}
@media (max-width: 767px) {
    .card-text .text-muted {
        font-size: 1rem;
    }
}
@media (max-width: 575px) {
    .card {
        width: 40%;
        min-width: 20rem;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 425px) {
    .card {
        min-height: 25rem;
    }
    .card-title {
        font-size: 1.75rem;
    }
    .card-text .text-muted {
        font-size: 1.25rem;
    }
}
.carousel-inner,
.section-core--new-codes .table tbody td {
    padding: 1rem;
}
.carousel-indicators {
    bottom: -5rem;
    margin-right: auto;
    margin-left: auto;
}
.carousel-indicators li {
    background-color: #b4b4b4;
}
.carousel-control-next,
.carousel-control-prev {
    display: none;
}
@media (max-width: 575px) {
    .carousel-indicators li {
        width: 0.75rem;
        height: 0.75rem;
        border-radius: 50%;
    }
}
.figurine .container .row:not(:first-child) .col-sm-12 {
    padding-top: 0;
}
.figurine-desc {
    padding: 2rem;
}
.figurine-desc h3 {
    font-size: 2.2rem;
    font-weight: 600;
}
.figurine-desc dd {
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 2rem;
}
.figurine-desc .carousel-item h4 {
    color: #218ec7;
}
.figurine-desc .carousel-item p {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1199px) {
    .figurine-desc .carousel-item li,
    .figurine-desc .carousel-item p {
        font-size: 1.2rem;
    }
}
.qudos-list li {
    position: relative;
}
.qudos-list li:not(:last-child) {
    margin-bottom: 1.5rem;
}
.qudos-list li:first-child::after {
    content: "1";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -3rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    vertical-align: middle;
    line-height: 2.2rem;
    color: #fff;
    background-color: #218ec7;
}
.qudos-list li:nth-child(2)::after,
.qudos-list li:nth-child(3)::after {
    content: "2";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -3rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    vertical-align: middle;
    line-height: 2.2rem;
    color: #fff;
    background-color: #218ec7;
}
.qudos-list li:nth-child(3)::after {
    content: "3";
}
@media (max-width: 767px) {
    .qudos-list li {
        font-size: 1.5rem;
    }
}
.section [class^="col-"] {
    padding: 10rem 0;
}
.section-banner {
    display: block;
    position: relative;
    background-image: url(https://acktransportation.us/wp-content/themes/theme/core__assets/img/ellipse-cut.png);
    background-repeat: no-repeat;
    background-size: 12%;
    background-position: left top;
}
.section-banner::after,
.section-banner::before {
    content: "";
    display: inline-block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: url(https://acktransportation.us/wp-content/themes/theme/core__assets/img/section-banner--bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.section-banner::after {
    z-index: -1;
    background-image: url(https://acktransportation.us/wp-content/themes/theme/core__assets/img/hero-bg.svg);
    background-size: cover;
    background-position-y: -16rem;
}
@media (max-width: 1440px) {
    .section-banner::after {
        background-position-y: -6rem;
    }
}
@media (max-width: 1280px) {
    .section-banner::after {
        background-position-y: -1rem;
    }
}
@media (max-width: 480px) {
    .section-banner {
        background-size: 20%;
    }
}
.service__img {
    display: block;
    margin: 0 auto 3rem;
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 0 7px 2.9rem 6px rgba(0, 0, 0, 0.08);
}
.service-wrap {
    display: block;
    position: relative;
    background-image: linear-gradient(130deg, #171f2d 0%, #0d111c 34%, #03030a 100%);
    z-index: 1;
}
.service .section__text:last-child {
    margin: 0;
}
@media (min-width: 768px) {
    .service__img {
        margin: 0 auto;
    }
}
@media (min-width: 1200px) {
    .service .section__text,
    .service .section__title {
        margin-left: 3.2rem;
    }
    .service .section__text:last-child {
        margin: 0 0 0 3.2rem;
    }
}
.values {
    position: relative;
    z-index: 3;
    padding: 6.5rem 0;
    background-color: #fff;
}
.values__img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 40px;
    width: 30rem;
}
.values__box {
    position: relative;
    display: block;
    margin: 5.5rem auto 0;
    width: 100%;
    max-width: 36rem;
}
.values__box-square {
    display: inline-block;
    position: absolute;
    top: -0.5rem;
    left: -0.5rem;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    background-color: #f4f4f4;
    z-index: -1;
}
.values__box h3 {
    display: block;
    font-size: 1.65rem;
    color: #000;
    font-family: inherit;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1.5rem;
}
.values__box img {
    margin-bottom: 1rem;
    width: 40%;
}
.values__box p {
    display: block;
    margin: 0;
}
@media (min-width: 768px) {
    .values__box {
        padding-left: 0;
        max-width: 27rem;
        margin: 5rem auto 0;
    }
    .values__box object {
        top: 0;
        left: -40px;
    }
}
@media (min-width: 992px) {
    .values {
        padding: 8rem 0;
    }
}
@media (min-width: 1200px) {
    .values {
        padding: 5rem 0 10rem;
    }
}
@media (max-width: 480px) {
    .values__box {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        align-content: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .values__box p {
        text-align: center;
    }
}
.section-core--hero {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 48rem;
    position: relative;
}
.section-core--hero #platform-0 {
    top: -5rem;
    width: 75%;
    left: 3.5rem;
}
.section-core--hero #platform-1 {
    top: 6rem;
    left: 0;
}
.section-core--hero #platform-2 {
    width: 20%;
    left: 0;
    top: 7rem;
}
.section-core--schedule .col-sm-12:first-child {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    align-items: flex-start;
}
.section-core--schedule .col-sm-12:last-child {
    background-image: url(https://acktransportation.us/wp-content/themes/theme/core__assets/img/core__home/section__schedule-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    align-content: center;
}
.section-core--schedule .col-sm-12:last-child img {
    position: relative;
}
.section-core--schedule .col-sm-12:last-child img:first-child {
    width: 40%;
    z-index: 1;
}
.section-core--schedule .col-sm-12:last-child img:last-child {
    width: 30%;
    top: 1rem;
    right: 2rem;
    z-index: 2;
}
.section-core--fave {
    background-color: rgba(230, 230, 230, 0.2);
}
.section-core--fave .col-sm-12:first-child {
    background-image: url(https://acktransportation.us/wp-content/themes/theme/core__assets/img/core__home/section__fave-bg.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 80%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    align-content: center;
}
.section-core--fave .col-sm-12:first-child img:first-child {
    width: 60%;
}
.section-core--fave .col-sm-12:first-child img:last-child {
    left: 12.5rem;
    width: 20%;
    top: 8rem;
}
.section-core--fave .col-sm-12:last-child {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.section-core--list {
    background-color: #232f41;
}
.section-core--list .col-sm-12:first-child {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    align-items: flex-start;
}
.section-core--list .col-sm-12:last-child {
    background-image: url(https://acktransportation.us/wp-content/themes/theme/core__assets/img/core__home/section__list-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    align-content: center;
}
.section-core--list .col-sm-12:last-child img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 60%;
    z-index: 1;
}
.section-core--list .col-sm-12:last-child .fas {
    font-size: 22rem;
    position: absolute;
}
@media (max-width: 991px) {
    .section-core--hero #platform-0 {
        top: -2rem;
        width: 75%;
        left: 3rem;
    }
    .section-core--hero #platform-2 {
        top: 6.8rem;
    }
    .section-core--fave .col-sm-12:first-child img:last-child {
        left: 9.7rem;
        top: 9rem;
    }
}
@media (max-width: 767px) {
    .section-core--hero {
        margin-top: 5rem;
        overflow: hidden;
    }
    .section-core--hero h1 {
        width: 45%;
    }
    .section-core--hero p {
        width: 40%;
    }
    .section-core--hero .col-sm-12:first-child {
        height: 14rem;
    }
    .section-core--hero .col-sm-12:first-child > span {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        bottom: 1rem;
        left: 20rem;
    }
    .section-core--hero .col-sm-12:last-child {
        bottom: 13rem;
    }
    .section-core--hero #platform-0 {
        top: -4rem;
    }
    .section-core--hero #platform-2 {
        top: 6.9rem;
    }
}
@media (max-width: 575px) {
    .section-core--hero p {
        width: 50%;
    }
    .section-core--hero .col-sm-12:first-child > span {
        left: 24rem;
    }
}
@media (max-width: 480px) {
    .section-core--hero #platform-0 {
        top: -3rem;
    }
}
@media (max-width: 430px) {
    .section-core--hero h1 {
        width: 51%;
    }
    .section-core--hero p {
        width: 60%;
    }
    .section-core--hero #platform-0 {
        top: -1rem;
    }
}
@media (max-width: 425px) {
    .section-core [class^="col-"] {
        padding: 5rem 0;
    }
    .section-core--hero {
        padding-top: 15rem;
    }
    .section-core--hero #platform-0 {
        top: -2rem;
    }
    .section-core--hero h1,
    .section-core--hero p {
        width: 100%;
        text-align: center;
    }
    .section-core--hero h1::after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .section-core--hero p {
        margin: 0 auto;
    }
    .section-core--hero .col-sm-12:last-child > span {
        position: relative;
        top: 12rem;
        text-align: center;
    }
    .section-core--hero .col-sm-12:last-child > span a {
        margin-top: 2rem;
    }
    .section-core--hero .col-sm-12:first-child > span {
        left: 0;
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        bottom: 12rem;
    }
    .section-core--fave,
    .section-core--list,
    .section-core--schedule {
        padding-top: 5rem;
    }
    .section-core--fave h2,
    .section-core--fave p,
    .section-core--list p,
    .section-core--schedule p {
        text-align: center;
    }
    .section-core--schedule .col-sm-12:first-child {
        -webkit-box-ordinal-group: 3;
        order: 2;
        align-content: center;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        padding-top: 0;
        padding-bottom: 5rem;
    }
    .section-core--schedule .col-sm-12:last-child {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 3rem;
        background-size: 55%;
    }
    .section-core--schedule .col-sm-12:last-child > img {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    .section-core--fave .col-sm-12:first-child {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 3rem;
        background-size: 55%;
        background-position: center center;
    }
    .section-core--fave .col-sm-12:first-child > img {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    .section-core--fave .col-sm-12:first-child img:last-child {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 15%;
        top: 1rem;
    }
    .section-core--fave .col-sm-12:last-child {
        align-content: center;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        padding-top: 0;
        padding-bottom: 5rem;
    }
    .section-core--fave .col-sm-12:last-child > span {
        text-align: center;
    }
    .section-core--fave .col-sm-12:last-child > span p {
        margin-left: auto;
        margin-right: auto;
    }
    .section-core--list .col-sm-12:first-child {
        -webkit-box-ordinal-group: 3;
        order: 2;
        align-content: center;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        padding-top: 0;
        padding-bottom: 5rem;
    }
    .section-core--list .col-sm-12:last-child {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 3rem;
        background-size: 55%;
    }
    .section-core--list .col-sm-12:last-child .fas {
        font-size: 18rem;
    }
    .section-core--list .col-sm-12:last-child > img {
        -webkit-transform: scale(0.8) scaleX(-1);
        transform: scale(0.8) scaleX(-1);
    }
}
@media (max-width: 380px) {
    .section-core--hero #platform-0 {
        top: -1.5rem;
        left: 2.5rem;
    }
}
@media (max-width: 365px) {
    .section-core--hero #platform-0 {
        top: -1rem;
    }
}
@media (max-width: 350px) {
    .section-core--hero #platform-0 {
        top: -1rem;
        left: 2.5rem;
    }
    .section-core--hero .col-sm-12:last-child > span {
        top: 9rem;
    }
}
@media (max-width: 320px) {
    .section-core--hero #platform-0 {
        top: 0;
    }
}
@media (max-width: 767px) and (min-width: 426px) {
    .section-core--hero .col-sm-12:first-child > span {
        left: 25rem;
    }
    .section-core--hero .col-sm-12:last-child > span {
        width: 71%;
    }
    .section-core--hero .col-sm-12:last-child > span h1 {
        width: 65%;
    }
    .section-core--fave,
    .section-core--list,
    .section-core--schedule {
        padding-left: 2rem;
    }
    .section-core--schedule .col-sm-12:first-child {
        -webkit-box-ordinal-group: 3;
        order: 2;
        padding-top: 0;
    }
    .section-core--schedule .col-sm-12:last-child {
        padding-top: 10rem;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: start;
        justify-content: flex-start;
        background-position-x: left;
    }
    .section-core--fave .col-sm-12:first-child {
        background-position-x: left;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }
    .section-core--fave .col-sm-12:first-child img:last-child {
        left: 7.5rem;
    }
    .section-core--fave .col-sm-12:last-child {
        padding-top: 0;
    }
    .section-core--list .col-sm-12:first-child {
        -webkit-box-ordinal-group: 3;
        order: 2;
        padding-top: 0;
    }
    .section-core--list .col-sm-12:last-child {
        padding-top: 10rem;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: start;
        justify-content: flex-start;
        background-position-x: left;
    }
}
.section-core--drive {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 48rem;
    position: relative;
}
.section-core--drive #platform-3 {
    top: 5.35rem;
    left: 0;
}
.section-core--drive #platform-4 {
    width: 80%;
    top: 0;
    left: 5rem;
}
.section-core--features .values__box img {
    position: relative;
    top: 1rem;
    left: 1rem;
    width: 35%;
}
.section-core--features .values__box h3,
.welcome .section-core--quickmap .values__box h3 {
    margin-top: 2.5rem;
}
.section-core--connect {
    padding-bottom: 5rem;
}
.section-core--connect [class^="col-"] {
    padding: 5rem 0;
}
.section-core--connect .col-md-4 {
    background-image: url(https://acktransportation.us/wp-content/themes/theme/core__assets/img/core__drive/connect-bg.png);
    background-color: rgba(244, 244, 244, 0.5);
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: center center;
}
.section-core--connect .col-md-8 {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    align-content: center;
}
.section-core--outro {
    background-image: url(https://acktransportation.us/wp-content/themes/theme/core__assets/img/core__drive/drive-outro-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
@media (max-width: 1640px) and (min-width: 1200px) {
    .section-core--drive .col-md-8 > span {
        top: -3rem;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .section-core--drive #platform-4 {
        top: 1rem;
        left: 4rem;
    }
}
@media (max-width: 767px) and (min-width: 426px) {
    .section-core--drive .col-md-8 > span {
        left: 22rem;
    }
    .section-core--drive .col-md-4 p {
        min-width: 40%;
        width: 55%;
    }
}
@media (max-width: 767px) {
    .section-core--drive {
        overflow: hidden;
        margin-top: 5rem;
    }
    .section-core--drive #platform-4 {
        left: 4.5rem;
    }
    .section-core--features {
        padding-top: 0;
    }
    .section-core--features .values__box {
        margin-left: 0;
    }
    .section-core--features .values__box-square {
        top: -0.5rem;
        left: -0.5rem;
        width: 15rem;
        height: 15rem;
    }
    .section-core--connect .pl-5 {
        padding-left: 2rem !important;
    }
    .section-core--connect .col-md-4 {
        padding: 10rem 0;
        background-size: 35%;
    }
    .section-core--outro .col-md-5 {
        display: none;
    }
    .section-core--outro .col-md-7 {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -webkit-box-align: end;
        align-items: flex-end;
    }
    .section-core--outro .col-md-7 .core__header-special--1,
    .section-core--outro .col-md-7 p {
        text-align: right;
    }
}
@media (max-width: 575px) {
    .section-core--features .values__box {
        margin-left: auto;
        margin-right: auto;
    }
    .section-core--connect .col-md-8 > span h2,
    .section-core--features .values__box p {
        text-align: center;
    }
    .section-core--features .values__box span {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .section-core--features .values__box img {
        left: 0;
    }
    .section-core--connect {
        padding-bottom: 0;
    }
    .section-core--connect .col-md-8,
    .section-core--features .values__box {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        align-content: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .section-core--connect .col-md-8 > span {
        padding-left: 2rem !important;
        padding-right: 2rem;
    }
    .section-core--connect .col-md-8 > span p {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .section-core--outro {
        background-image: none;
    }
    .section-core--outro .col-md-5 {
        display: block;
        background-image: url(https://acktransportation.us/wp-content/themes/theme/core__assets/img/core__drive/drive-outro-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .section-core--outro .col-md-7 {
        padding: 5rem 2rem;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
}
@media (max-width: 425px) {
    .section-core--drive {
        overflow: visible;
    }
    .section-core--drive .col-md-8 > span {
        bottom: 12rem;
    }
    .section-core--drive .col-md-8 #platform-4 {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 1rem;
    }
    .section-core--drive .col-md-4 > span {
        position: relative;
        top: 12rem;
        text-align: center;
    }
    .section-core--drive .col-md-4 > span h1 {
        text-align: center;
    }
    .section-core--drive .col-md-4 > span h1::after {
        left: 51%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .section-core--drive .col-md-4 > span p {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 390px) {
    .section-core--features .values__box img {
        margin-bottom: 3rem;
    }
}
@media (max-width: 340px) {
    .section-core--drive .col-md-4 > span {
        top: 8rem;
    }
    .section-core--drive .col-md-8 #platform-4 {
        top: 2rem;
    }
    .section-core--features .values__box-square {
        width: 13rem;
        height: 13rem;
    }
}
.section-core--corporate {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 48rem;
    position: relative;
}
.section-core--corporate p,
.section-core--live-map .col-md-7 .core__parag {
    max-width: 100%;
}
.section-core--corporate #platform-5 {
    top: 6rem;
}
.section-core--corporate #platform-6 {
    top: -5.5rem;
    left: 5.5rem;
    width: 80%;
}
.section-core--live-map {
    background-color: #f4f4f4;
}
.section-core--live-map .col-md-7 {
    padding: 3rem;
}
.section-core--choose-fave {
    background-color: #232f41;
    background-image: url(https://acktransportation.us/wp-content/themes/theme/core__assets/img/core__corporate/choose-fave-bg.jpg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 100% center;
}
.section-core--confirm-book a {
    text-decoration: underline;
    color: #218ec7;
}
.section-core--confirm-book img {
    width: 55%;
}
@media (max-width: 1770px) and (min-width: 1200px) {
    .section-core--corporate #platform-6 {
        top: -7.5rem;
        left: 6.5rem;
    }
}
@media (max-width: 1475px) {
    .section-core--choose-fave {
        background-size: contain;
    }
}
@media (max-width: 1199px) {
    .section-core--choose-fave {
        background-position-x: 40rem;
    }
}
@media (max-width: 1080px) {
    .section-core--choose-fave {
        background-position-x: 35rem;
    }
}
@media (max-width: 991px) {
    .section-core--corporate #platform-6 {
        top: -2.7rem;
        left: 4.5rem;
    }
    .section-core--choose-fave {
        background-image: url(https://acktransportation.us/wp-content/themes/theme/core__assets/img/core__corporate/choose-fave-bg@991.jpg);
        background-position-x: right;
    }
}
@media (max-width: 935px) {
    .section-core--choose-fave {
        background-position-x: 35rem;
    }
}
@media (max-width: 925px) and (min-width: 768px) {
    .section-core--corporate #platform-6 {
        top: -3.7rem;
        left: 4rem;
    }
}
@media (max-width: 825px) {
    .section-core--choose-fave {
        background-position-x: 30rem;
    }
}
@media (max-width: 767px) {
    .section-core--corporate {
        overflow: hidden;
        margin-top: 5rem;
    }
    .section-core--corporate #platform-6 {
        top: -4.8rem;
        left: 5.5rem;
    }
    .section-core--corporate .core__parag {
        max-width: 60%;
        min-width: 50%;
    }
    .section-core--corporate .col-sm-12:first-child > span {
        left: 24rem;
    }
    .section-core--portal .d-block {
        display: inline !important;
    }
    .section-core--portal .col-12:first-child {
        padding-top: 0;
    }
    .section-core--live-map [class^="col-"] {
        padding: 5rem 0;
    }
    .section-core--live-map .col-sm-12:last-child {
        padding-top: 0;
    }
    .section-core--choose-fave {
        background-image: url(https://acktransportation.us/wp-content/themes/theme/core__assets/img/core__corporate/choose-fave-bg@767.jpg);
        background-position: center bottom;
    }
    .section-core--choose-fave .col-sm-12:first-child {
        padding-top: 5rem;
    }
    .section-core--confirm-book .col-sm-12:first-child {
        -webkit-box-ordinal-group: 3;
        order: 2;
        padding-top: 0;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .section-core--confirm-book .col-sm-12:last-child {
        padding-bottom: 5rem;
    }
}
@media (max-width: 575px) {
    .section-core--choose-fave [class^="col-"],
    .section-core--confirm-book [class^="col-"],
    .section-core--live-map [class^="col-"] {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .section-core--choose-fave .col-sm-12:first-child {
        padding-bottom: 3rem;
    }
}
@media (max-width: 425px) {
    .section-core--corporate {
        overflow: visible;
    }
    .section-core--corporate #platform-6 {
        top: -3.1rem;
        left: 4.5rem;
    }
    .section-core--corporate .col-sm-12:first-child > span {
        top: -9rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .section-core--corporate .col-sm-12:last-child,
    .section-core--corporate .col-sm-12:last-child h1 {
        text-align: center;
    }
    .section-core--corporate .col-sm-12:last-child > span {
        margin-top: 2rem;
        position: relative;
        top: 14rem;
    }
    .section-core--corporate .col-sm-12:last-child h1::after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .section-core--corporate .col-sm-12:last-child p {
        max-width: 100%;
        min-width: 100%;
        text-align: center;
    }
    .section-core--choose-fave h2,
    .section-core--choose-fave p,
    .section-core--live-map h2,
    .section-core--live-map p {
        text-align: center;
    }
    .section-core--portal {
        padding-top: 10rem;
    }
    .section-core--choose-fave p {
        margin-left: auto;
        margin-right: auto;
        max-width: 90%;
    }
    .section-core--choose-fave .col-sm-12:first-child {
        padding-bottom: 0;
    }
    .section-core--confirm-book .col-sm-12:first-child {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .section-core--confirm-book .col-sm-12:last-child {
        padding-top: 5rem;
        padding-bottom: 2rem;
    }
    .section-core--confirm-book .col-sm-12:last-child h2,
    .section-core--confirm-book .col-sm-12:last-child p {
        text-align: center;
    }
    .section-core--confirm-book .col-sm-12:last-child p {
        margin-left: auto;
        margin-right: auto;
        max-width: 80%;
    }
}
@media (max-width: 396px) {
    .section-core--corporate #platform-6 {
        top: -2.3rem;
        left: 4.6rem;
    }
}
@media (max-width: 380px) {
    .section-core--corporate #platform-6 {
        top: -2.3rem;
        left: 3.6rem;
    }
}
@media (max-width: 380px) and (min-width: 326px) {
    .section-core--corporate .col-sm-12:first-child > span {
        top: -7rem;
    }
}
@media (max-width: 350px) {
    .section-core--corporate #platform-6 {
        top: -1.3rem;
        left: 3.9rem;
    }
}
@media (max-width: 325px) {
    .section-core--corporate #platform-6 {
        top: -1.3rem;
        left: 2.9rem;
    }
    .section-core--corporate .col-sm-12:first-child > span {
        top: -5rem;
    }
}
.section-core--promo {
    padding-top: 6rem;
    display: -webkit-box;
    display: flex;
    height: 48rem;
    position: relative;
}
.section-core--promo .card-b {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.section-core--promo .card-b:hover {
    background-color: #218ec7;
    border: 1px solid rgba(35, 47, 65, 0.1);
    box-shadow: 0 10px 10px rgba(33, 142, 199, 0.5);
}
.section-core--promo .card-b:hover h2 {
    color: #fff;
}
.section-core--promo .card-b:hover p {
    color: rgba(255, 255, 255, 0.75);
}
.section-core--promo .card-b:active {
    box-shadow: 0 2px 3px rgba(33, 142, 199, 0.12), 0 2px 2px rgba(33, 142, 199, 0.24);
}
.section-core--promo .values__box-square {
    position: unset;
    padding: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
}
.section-core--promo .col-12 {
    margin-bottom: 3rem;
}
.section-core--promo .col-sm-12 {
    padding: 2rem;
}
.section-core--promo h1 {
    max-width: 60%;
}
.section-core--promo h1::after {
    bottom: 0;
}
@media (max-width: 991px) {
    .section-core--promo h1 {
        max-width: 78%;
    }
    .section-core--promo .col-sm-12 {
        padding: 0.5rem;
    }
}
@media (max-width: 767px) {
    .section-core--promo {
        height: unset;
        margin-top: 5rem;
    }
    .section-core--promo .card-b {
        min-height: 26rem;
        max-width: 22rem;
    }
    .section-core--promo .col-sm-12:last-child {
        margin-bottom: 5rem;
    }
}
.section-core--qudosfave {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 48rem;
    position: relative;
}
.section-core--qudosfave #platform-8 {
    width: 80%;
    top: -3.4rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section-core--what-can .col-12 {
    padding-top: 5rem;
    padding-bottom: 0;
}
.section-core--what-can .col-12 > p {
    max-width: 50%;
    min-width: 50%;
}
.section-core--what-can .col-sm-12 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.section-core--factors #phone-3 {
    width: 48%;
}
.section-core--factors .row:first-child > .col-md-7 {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    -webkit-box-pack: center;
    justify-content: center;
    padding-left: 4rem;
}
.section-core--factors .row:first-child > .col-md-7 p {
    max-width: 90%;
}
.section-core--factors .row:nth-child(2) [class^="col-"] {
    padding-top: 0;
}
.section-core--factors .row:nth-child(2) > .col-md-7 {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    -webkit-box-pack: center;
    justify-content: center;
}
.section-core--factors .row:last-child [class^="col-"] {
    padding-top: 0;
}
.section-core--factors .row:last-child > .col-md-7 {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    -webkit-box-pack: center;
    justify-content: center;
    padding-left: 4rem;
}
.section-core--factors .row:last-child > .col-md-7 p {
    max-width: 90%;
}
.section-core--factors img {
    z-index: 1;
    width: 48%;
}
.section-core--factors img:not(:last-child) {
    margin-right: 0.3rem;
}
.section-core--factors img:first-child {
    z-index: 3;
    width: 25%;
    bottom: 12.5rem;
    left: 8rem;
    -webkit-filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.2));
}
@media (max-width: 991px) {
    .section-core--factors .row:nth-child(2) .col-sm-12:last-child img:not(:last-child) {
        margin-right: 0.4rem;
    }
}
@media (max-width: 767px) {
    .section-core--qudosfave {
        margin-top: 5rem;
        overflow: hidden;
    }
    .section-core--qudosfave #platform-8 {
        top: -4.2rem;
    }
    .section-core--qudosfave .col-md-6 > span {
        left: 20rem;
    }
    .section-core--qudosfave .core__parag {
        min-width: 40%;
        max-width: 50%;
    }
    .section-core--what-can .col-12 > p {
        max-width: 79%;
    }
    .section-core--factors {
        margin-bottom: 10rem;
    }
    .section-core--factors .img-fluid {
        height: 100%;
    }
    .section-core--factors #phone-3,
    .section-core--factors img {
        width: 25%;
    }
    .section-core--factors .col-sm-12 {
        padding-top: 5rem;
        padding-bottom: 0;
    }
    .section-core--factors .col-md-5 {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .section-core--factors .core__header--h2,
    .section-core--factors .core__parag {
        text-align: center;
    }
    .section-core--factors .core__parag {
        margin-left: auto;
        margin-right: auto;
    }
    .section-core--factors .row:first-child > .col-md-7 {
        padding-top: 3rem;
        padding-left: 0;
    }
    .section-core--factors .row:nth-child(2) > .col-md-7 {
        -webkit-box-ordinal-group: 3;
        order: 2;
        padding-top: 3rem;
    }
    .section-core--factors .row:nth-child(2) > .col-md-5 {
        padding-top: 5rem;
    }
    .section-core--factors .row:last-child > .col-md-7 {
        -webkit-box-ordinal-group: 3;
        order: 2;
        padding-top: 3rem;
        padding-left: 0;
    }
    .section-core--factors .row:last-child > .col-md-7 p {
        max-width: 80%;
    }
    .section-core--factors .row:last-child > .col-md-5 {
        padding-top: 5rem;
    }
    .section-core--factors img:first-child {
        width: 15%;
        height: 23%;
        bottom: 1.5rem;
        left: 16rem;
    }
}
@media (max-width: 440px) {
    .section-core--qudosfave .core__parag {
        max-width: 58%;
    }
    .section-core--what-can .col-12 {
        padding-top: 0;
    }
    .section-core--what-can .col-12 > p {
        max-width: 88%;
    }
}
@media (max-width: 425px) {
    .section-core--qudosfave h1 {
        text-align: center;
    }
    .section-core--qudosfave .col-md-6 > span,
    .section-core--qudosfave h1::after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .section-core--qudosfave p {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .section-core--qudosfave #platform-8 {
        top: -3.5rem;
    }
    .section-core--qudosfave .core__parag {
        max-width: 100%;
    }
    .section-core--qudosfave .col-md-5 > span {
        position: relative;
        top: 20rem;
    }
    .section-core--what-can {
        margin-top: 8rem;
    }
    .section-core--factors img:first-child {
        left: 14rem;
    }
}
@media (max-width: 320px) {
    .section-core--qudosfave #platform-8 {
        top: -2.7rem;
    }
    .section-core--factors .row:last-child > .col-md-7 p {
        max-width: 90%;
    }
}
.section-core--target,
.start .section-core--start {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 48rem;
    position: relative;
}
.start .section-core--start p {
    max-width: 100%;
}
.start .section-core--start #platform-5 {
    top: 0.2rem;
}
.start .section-core--start #platform-6 {
    top: -5.5rem;
    left: 5.5rem;
    width: 80%;
}
.start .section-core--choose-fave {
    background-color: #232f41;
    background-image: url(https://acktransportation.us/wp-content/themes/theme/core__assets/img/core__corporate/choose-fave-bg.jpg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 100% center;
}
.start .section-core--tools-box .row {
    padding-bottom: 5rem;
}
.start .section-core--tools-box a {
    text-decoration: none !important;
    color: #ffff;
}
.start .section-core--tools-box img {
    width: 50%;
}
.start .section-core--tools-box [class^="col-"] {
    padding: 7rem 0;
}
.section-core--new-codes .table tbody,
.start .section-core--tools-box .col-md-5 {
    background-color: rgba(244, 244, 244, 0.5);
}
@media (max-width: 1770px) and (min-width: 1200px) {
    .start .section-core--start #platform-6 {
        top: -7.5rem;
        left: 6.5rem;
    }
}
@media (max-width: 1475px) {
    .start .section-core--choose-fave {
        background-size: contain;
    }
}
@media (max-width: 1199px) {
    .start .section-core--choose-fave {
        background-position-x: 40rem;
    }
}
@media (max-width: 1080px) {
    .start .section-core--choose-fave {
        background-position-x: 35rem;
    }
}
@media (max-width: 991px) {
    .start .section-core--start #platform-6 {
        top: -2.7rem;
        left: 4.5rem;
    }
    .start .section-core--choose-fave {
        background-image: url(https://acktransportation.us/wp-content/themes/theme/core__assets/img/core__corporate/choose-fave-bg@991.jpg);
        background-position-x: right;
    }
}
@media (max-width: 935px) {
    .start .section-core--choose-fave {
        background-position-x: 35rem;
    }
}
@media (max-width: 925px) and (min-width: 768px) {
    .start .section-core--start #platform-6 {
        top: -3.7rem;
        left: 4rem;
    }
}
@media (max-width: 825px) {
    .start .section-core--choose-fave {
        background-position-x: 30rem;
    }
}
@media (max-width: 767px) {
    .start .section-core--start {
        overflow: hidden;
        margin-top: 5rem;
    }
    .start .section-core--start #platform-6 {
        top: -4.8rem;
        left: 5.5rem;
    }
    .start .section-core--start .core__parag {
        max-width: 60%;
        min-width: 50%;
    }
    .start .section-core--start .col-sm-12:first-child > span {
        left: 24rem;
    }
    .start .section-core--portal .d-block {
        display: inline !important;
    }
    .start .section-core--portal .col-12:first-child {
        padding-top: 0;
    }
    .start .section-core--live-map [class^="col-"] {
        padding: 5rem 0;
    }
    .start .section-core--live-map .col-sm-12:last-child {
        padding-top: 0;
    }
    .start .section-core--choose-fave {
        background-image: url(https://acktransportation.us/wp-content/themes/theme/core__assets/img/core__corporate/choose-fave-bg@767.jpg);
        background-position: center bottom;
    }
    .start .section-core--choose-fave .col-sm-12:first-child {
        padding-top: 5rem;
    }
    .start .section-core--tools-box .col-sm-12:first-child {
        -webkit-box-ordinal-group: 2;
        order: 1;
        padding-top: 5rem;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .start .section-core--tools-box .col-sm-12:last-child {
        padding-bottom: 5rem;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
}
@media (max-width: 575px) {
    .start .section-core--choose-fave [class^="col-"],
    .start .section-core--live-map [class^="col-"] {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .start .section-core--choose-fave .col-sm-12:first-child {
        padding-bottom: 3rem;
    }
    .start .section-core--tools-box [class^="col-"] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
@media (max-width: 425px) {
    .start .section-core--start {
        overflow: visible;
    }
    .start .section-core--start #platform-6 {
        top: -3.1rem;
        left: 4.5rem;
    }
    .start .section-core--start .col-sm-12:first-child > span {
        top: -9rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .start .section-core--start .col-sm-12:last-child,
    .start .section-core--start .col-sm-12:last-child h1 {
        text-align: center;
    }
    .start .section-core--start .col-sm-12:last-child > span {
        margin-top: 2rem;
        position: relative;
        top: 10rem;
    }
    .start .section-core--start .col-sm-12:last-child h1::after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .start .section-core--start .col-sm-12:last-child p {
        max-width: 100%;
        min-width: 100%;
        text-align: center;
    }
    .start .section-core--choose-fave h2,
    .start .section-core--choose-fave p,
    .start .section-core--live-map h2,
    .start .section-core--live-map p {
        text-align: center;
    }
    .start .section-core--portal {
        padding-top: 10rem;
    }
    .start .section-core--choose-fave p {
        margin-left: auto;
        margin-right: auto;
        max-width: 90%;
    }
    .start .section-core--choose-fave .col-sm-12:first-child {
        padding-bottom: 0;
    }
    .start .section-core--tools-box .col-sm-12:first-child {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .start .section-core--tools-box .col-sm-12:last-child {
        padding-top: 5rem;
        padding-bottom: 2rem;
    }
    .start .section-core--tools-box .col-sm-12:last-child h2,
    .start .section-core--tools-box .col-sm-12:last-child p {
        text-align: center;
    }
    .start .section-core--tools-box .col-sm-12:last-child p {
        margin-left: auto;
        margin-right: auto;
        max-width: 80%;
    }
}
@media (max-width: 396px) {
    .start .section-core--start #platform-6 {
        top: -2.3rem;
        left: 4.6rem;
    }
}
@media (max-width: 380px) {
    .start .section-core--start #platform-6 {
        top: -4rem;
        left: 3.6rem;
    }
}
@media (max-width: 380px) and (min-width: 326px) {
    .start .section-core--start .col-sm-12:first-child > span {
        top: -7rem;
    }
}
@media (max-width: 350px) {
    .start .section-core--start #platform-6 {
        top: -1.3rem;
        left: 3.9rem;
    }
}
@media (max-width: 325px) {
    .start .section-core--start #platform-6 {
        top: -1.3rem;
        left: 2.9rem;
    }
    .start .section-core--start .col-sm-12:first-child > span {
        top: -5rem;
    }
}
.section-core--target #target-platform {
    top: -5rem;
    width: 90%;
    left: 1rem;
}
.section-core--audience #james .carousel-item:first-child p {
    width: 90%;
}
.section-core--audience .carousel-item {
    width: 42rem;
}
.section-core--audience .carousel-inner {
    height: 10rem;
}
.section-core--audience .col-md-8 {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
@media (max-width: 991px) {
    .section-core--audience .carousel-item {
        width: 34rem;
    }
}
@media (max-width: 767px) {
    .section-core--target {
        overflow: hidden;
        margin-top: 5rem;
    }
    .section-core--target #target-platform {
        top: -6rem;
        left: 1.5rem;
    }
    .section-core--target .col-md-6 > span {
        left: 20rem;
    }
    .section-core--target .core__parag {
        max-width: 45%;
        min-width: 47%;
    }
    .section-core--audience .figurine #amy .figurine-img,
    .section-core--audience .figurine .col-md-8 {
        padding-top: 0;
    }
    .section-core--audience .figurine #james .col-md-8,
    .section-core--audience .figurine #john .col-md-8 {
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .section-core--audience .figurine-img {
        text-align: center;
        padding-bottom: 3rem;
    }
    .section-core--audience .figurine-img img {
        width: 55%;
    }
    .section-core--audience .carousel-inner {
        height: 12rem;
    }
    .section-core--audience .carousel-item {
        width: 42rem;
    }
}
@media (max-width: 550px) {
    .section-core--audience {
        overflow: hidden;
    }
    .section-core--audience #amy .figurine-desc .carousel-item li,
    .section-core--audience #amy .figurine-desc .carousel-item p,
    .section-core--audience #donna .figurine-desc .carousel-item li,
    .section-core--audience #donna .figurine-desc .carousel-item p,
    .section-core--audience #john .figurine-desc .carousel-item li,
    .section-core--audience #john .figurine-desc .carousel-item p,
    .section-core--audience #robinson .figurine-desc .carousel-item li,
    .section-core--audience #robinson .figurine-desc .carousel-item p {
        width: 90%;
    }
}
@media (max-width: 490px) {
    .section-core--audience {
        overflow: hidden;
    }
    .section-core--audience .carousel-item {
        width: 39rem;
    }
}
@media (max-width: 440px) {
    .section-core--audience {
        overflow: hidden;
    }
    .section-core--audience .carousel-item {
        width: 35rem;
    }
}
@media (max-width: 425px) {
    .section-core--target {
        overflow: hidden;
    }
    .section-core--target .col-md-6 > span {
        top: -9rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .section-core--target .col-md-5 > span {
        position: relative;
        top: 12rem;
    }
    .section-core--target .col-md-5 > span h1 {
        text-align: center;
    }
    .section-core--target .col-md-5 > span h1::after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .section-core--target .col-md-5 > span p {
        text-align: center;
        max-width: 100%;
    }
    .section-core--audience .carousel-item {
        width: 33rem;
    }
}
@media (max-width: 400px) {
    .section-core--target #target-platform {
        top: -5rem;
    }
    .section-core--audience .figurine-desc dd {
        max-width: 75%;
    }
    .section-core--audience .carousel-item {
        height: 15rem;
        width: 33rem;
    }
}
@media (max-width: 380px) {
    .section-core--audience .carousel-item {
        width: 30rem;
    }
    .section-core--audience .carousel-item p {
        width: 100%;
    }
    .section-core--audience .figurine-desc .carousel-item p {
        padding: 1rem;
    }
    .section-core--audience .figurine-desc .carousel-item ul {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-bottom: 1rem;
    }
}
@media (max-width: 320px) {
    .section-core--target #target-platform {
        top: -4rem;
        left: 1rem;
    }
    .section-core--audience .carousel-item {
        width: 26rem;
    }
}
.section-core--referral {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 48rem;
    position: relative;
}
.section-core--referral #referral-platform {
    top: -8rem;
    width: 100%;
    left: 1.5rem;
}
.section-core--referral #referral-car {
    width: 45%;
}
.section-core--code-mobile img {
    width: 90%;
}
.section-core--code-mobile .col-sm-12 {
    padding-top: 5rem;
    padding-bottom: 0;
}
.section-core--code-mobile .col-md-7 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.section-core--code-mobile .col-md-7 span:last-child img:first-child {
    width: 100%;
    top: 13rem;
    left: -0.5rem;
    z-index: 2;
    -webkit-filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.2));
}
.section-core--code-mobile .col-md-7 span:nth-child(2) img:first-child {
    width: 100%;
    top: 6rem;
    left: -0.5rem;
    z-index: 2;
    -webkit-filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.2));
}
.section-core--code-mobile .col-md-7 span:first-child img:first-child {
    width: 55%;
    top: -0.75rem;
    left: -0.2rem;
    z-index: 2;
    -webkit-filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.2));
}
.section-core--code-mobile .col-md-4 {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}
.section-core--code-desktop {
    overflow: hidden;
}
.section-core--code-desktop img {
    width: 70%;
}
.section-core--code-desktop .col-sm-12 {
    padding-top: 10rem;
}
.section-core--code-desktop .col-md-7 > span:last-child {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.section-core--code-desktop .col-md-7 > span:last-child img:first-child {
    position: absolute;
    top: 11rem;
    right: -2rem;
    width: 45%;
    z-index: 2;
    -webkit-filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.2));
}
.section-core--code-desktop .col-md-7 > span:first-child {
    left: -17rem;
}
.section-core--code-desktop .col-md-7 > span:first-child img:first-child {
    position: absolute;
    top: 1.5rem;
    right: 12.5rem;
    width: 45%;
    z-index: 2;
    -webkit-filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.2));
}
.section-core--code-desktop .col-md-4 {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}
@media (max-width: 1800px) and (min-width: 1200px) {
    .section-core--code-mobile .col-md-7 span:last-child img:first-child {
        top: 15rem;
    }
    .section-core--code-desktop .col-md-7 > span:first-child {
        left: -20rem;
    }
    .section-core--code-desktop .col-md-7 > span:first-child img:first-child {
        top: 2.1rem;
        right: 14.5rem;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .section-core--referral #referral-platform {
        top: -7rem;
    }
}
@media (max-width: 991px) {
    .section-core--referral #referral-car {
        top: -4rem;
        left: 1rem;
    }
    .section-core--code-mobile .col-md-7 span:last-child img:first-child {
        top: 10.5rem;
    }
    .section-core--code-desktop .col-md-7 > span:first-child {
        left: -14rem;
    }
    .section-core--code-desktop .col-md-7 > span:first-child img:first-child {
        top: 1.5rem;
        right: 10rem;
        width: 40%;
    }
    .section-core--code-desktop .col-md-7 > span:last-child img:first-child {
        top: 8.8rem;
        right: -1.5rem;
        width: 40%;
    }
}
@media (max-width: 767px) {
    .section-core--referral {
        overflow: hidden;
        margin-top: 5rem;
    }
    .section-core--referral #referral-platform {
        top: -10rem;
        left: 2rem;
    }
    .section-core--referral #referral-car {
        top: 12rem;
        left: 2rem;
    }
    .section-core--referral .col-md-6 > span {
        left: 24rem;
    }
    .section-core--referral .core__parag {
        max-width: 60%;
        min-width: 40%;
    }
    .section-core--code-mobile .col-md-7 span:last-child img:first-child {
        top: 14.5rem;
    }
    .section-core--code-desktop .col-md-7 {
        padding-bottom: 0;
    }
    .section-core--code-desktop .col-md-7 > span:first-child {
        left: -19rem;
    }
    .section-core--code-desktop .col-md-7 > span:first-child img:first-child {
        top: 1.5rem;
        right: 14rem;
        width: 40%;
    }
    .section-core--code-desktop .col-md-4 {
        padding-top: 5rem;
    }
}
@media (max-width: 615px) {
    .section-core--code-desktop .col-md-4,
    .section-core--code-mobile .col-md-4 {
        padding-left: 4rem;
        padding-right: 2rem;
    }
}
@media (max-width: 600px) and (min-width: 515px) {
    .section-core--referral #referral-car {
        top: 13rem;
        left: 1rem;
    }
}
@media (max-width: 472px) {
    .section-core--referral #referral-car {
        left: 0;
    }
    .section-core--referral .core__parag {
        max-width: 64%;
        min-width: 40%;
    }
    .section-core--code-mobile {
        overflow: hidden;
    }
    .section-core--code-mobile .col-md-7 span:last-child img:first-child {
        top: 13.8rem;
    }
    .section-core--code-desktop .col-12 {
        padding-bottom: 0;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media (max-width: 425px) {
    .section-core--referral {
        height: 64rem;
        margin-bottom: 5rem;
    }
    .section-core--referral #referral-platform {
        left: 1rem;
    }
    .section-core--referral #referral-car {
        top: 10rem;
        left: 1rem;
    }
    .section-core--referral .col-md-6 > span {
        top: -2rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .section-core--referral .col-md-5 > span {
        position: relative;
        top: 24rem;
    }
    .section-core--referral .core__header--h1 {
        text-align: center;
    }
    .section-core--referral .core__header--h1::after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .section-core--referral .core__parag {
        text-align: center;
        max-width: 100%;
    }
    .section-core--code-mobile .col-md-7 span:last-child img:first-child {
        top: 12.8rem;
    }
}
@media (max-width: 380px) {
    .section-core--referral #referral-platform {
        top: -9rem;
    }
    .section-core--code-mobile .col-md-7 span:last-child img:first-child {
        top: 11.5rem;
    }
}
@media (max-width: 350px) {
    .section-core--referral #referral-platform {
        top: -8rem;
    }
    .section-core--code-mobile .col-md-7 span:last-child img:first-child {
        top: 10.5rem;
    }
}
@media (max-width: 320px) {
    .section-core--referral #referral-platform {
        top: -7rem;
    }
    .section-core--referral #referral-car {
        top: 8rem;
    }
    .section-core--referral .core__parag {
        max-width: 96%;
    }
    .section-core--referral .col-md-5 > span {
        top: 20rem;
    }
    .section-core--code-mobile .core__header--h3 {
        max-width: 88%;
        margin-left: auto;
        margin-right: auto;
    }
    .section-core--code-mobile .col-md-7 span:last-child img:first-child {
        top: 9.9rem;
    }
}
.welcome .section-core--welcome {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 48rem;
    position: relative;
}
.welcome .section-core--welcome #platform-3 {
    top: 5.35rem;
    left: 0;
}
.welcome .section-core--welcome #platform-4 {
    width: 85%;
    top: 0;
    left: 4rem;
}
.welcome .section-core--quickmap {
    background-image: url(https://acktransportation.us/wp-content/themes/theme/core__assets/img/core__welcome/timeline.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center center;
    background-position-y: 39%;
    background-position-x: 45%;
}
.welcome .section-core--quickmap .values__box {
    margin: 10rem auto 0 !important;
}
.welcome .section-core--quickmap .values__box-square {
    top: -0.5rem;
    left: 3rem;
}
.welcome .section-core--quickmap .values__box .core__parag {
    color: #676767 !important;
}
.welcome .section-core--quickmap .values__box img {
    position: relative;
    top: 1rem !important;
    left: 4rem !important;
    width: 35%;
}
.welcome .section-core--quickmap .values__box .chat__text {
    font-family: "Gochi Hand", cursive;
    font-size: 1.25rem;
    color: #233041 !important;
    text-align: center;
}
.welcome .section-core--quickmap .values__box a {
    text-decoration: underline;
    color: #233041;
}
.welcome .section-core--quickmap .values__box strong {
    color: #233041;
    font-size: 1.3rem;
}
@media (max-width: 1640px) and (min-width: 1200px) {
    .welcome .section-core--welcome .col-md-8 > span {
        top: -3rem;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .welcome .section-core--welcome #platform-4 {
        top: 1rem;
        left: 4rem;
    }
}
@media (max-width: 767px) and (min-width: 426px) {
    .welcome .section-core--welcome .col-md-8 > span {
        left: 22rem;
    }
    .welcome .section-core--welcome .col-md-4 p {
        min-width: 40%;
        width: 55%;
    }
}
@media (max-width: 767px) {
    .welcome .section-core--welcome {
        overflow: hidden;
        margin-top: 5rem;
    }
    .welcome .section-core--welcome #platform-4 {
        left: 4.5rem;
    }
    .welcome .section-core--quickmap {
        background-image: none !important;
        padding-top: 0;
    }
    .welcome .section-core--quickmap .values__box {
        margin-left: 0;
    }
    .welcome .section-core--quickmap .values__box-square {
        top: -0.5rem;
        left: -0.5rem;
        width: 15rem;
        height: 15rem;
    }
    .welcome .section-core--connect .pl-5 {
        padding-left: 2rem !important;
    }
    .welcome .section-core--connect .col-md-4 {
        padding: 10rem 0;
        background-size: 35%;
    }
    .welcome .section-core--outro .col-md-5 {
        display: none;
    }
    .welcome .section-core--outro .col-md-7 {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -webkit-box-align: end;
        align-items: flex-end;
    }
    .welcome .section-core--outro .col-md-7 .core__header-special--1,
    .welcome .section-core--outro .col-md-7 p {
        text-align: right;
    }
}
@media (max-width: 575px) {
    .welcome .section-core--quickmap .values__box {
        margin-left: auto;
        margin-right: auto;
    }
    .welcome .section-core--connect .col-md-8 > span h2,
    .welcome .section-core--quickmap .values__box p {
        text-align: center;
    }
    .welcome .section-core--quickmap .values__box span {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .welcome .section-core--quickmap .values__box img {
        left: 0 !important;
    }
    .welcome .section-core--connect {
        padding-bottom: 0;
    }
    .welcome .section-core--connect .col-md-8,
    .welcome .section-core--quickmap .values__box {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        align-content: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .welcome .section-core--connect .col-md-8 > span {
        padding-left: 2rem !important;
        padding-right: 2rem;
    }
    .welcome .section-core--connect .col-md-8 > span p {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .welcome .section-core--outro {
        background-image: none;
    }
    .welcome .section-core--outro .col-md-5 {
        display: block;
        background-image: url(https://acktransportation.us/wp-content/themes/theme/core__assets/img/core__drive/drive-outro-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .welcome .section-core--outro .col-md-7 {
        padding: 5rem 2rem;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
}
@media (max-width: 425px) {
    .welcome .section-core--welcome {
        overflow: visible;
    }
    .welcome .section-core--welcome .col-md-8 > span {
        bottom: 12rem;
    }
    .welcome .section-core--welcome .col-md-8 #platform-4 {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 1rem;
    }
    .welcome .section-core--welcome .col-md-4 > span {
        position: relative;
        top: 12rem;
        text-align: center;
    }
    .welcome .section-core--welcome .col-md-4 > span h1 {
        text-align: center;
    }
    .welcome .section-core--welcome .col-md-4 > span h1::after {
        left: 51%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .welcome .section-core--welcome .col-md-4 > span p {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 390px) {
    .welcome .section-core--quickmap .values__box img {
        margin-bottom: 3rem;
    }
    .welcome .section-core--quickmap .values__box h3 {
        text-align: center !important;
    }
    .welcome .section-core--quickmap .values__box .chat__text {
        font-size: 2rem !important;
    }
}
@media (max-width: 340px) {
    .welcome .section-core--welcome .col-md-4 > span {
        top: 8rem;
    }
    .welcome .section-core--welcome .col-md-8 #platform-4 {
        top: 2rem;
    }
    .welcome .section-core--quickmap .values__box-square {
        width: 13rem;
        height: 13rem;
    }
}
@media (max-width: 1440px) and (min-width: 1200px) {
    .section-core--deals #deals-car {
        top: 2rem;
    }
}
@media (max-width: 1440px) {
    .section-core--promo-codes .btn-clip::after {
        line-height: 2.4rem;
    }
}
@media (max-width: 991px) {
    .section-core--deals #deals-car {
        top: -2.5rem;
    }
    .section-core--deals #deals-platform {
        top: -6rem;
        width: 90%;
        left: 2.5rem;
    }
    .section-core--promo-codes .btn-clip::after {
        line-height: 2.6rem;
    }
    .section-core--promo-codes .card-b {
        padding: 2rem 1.5rem 0.5rem;
        min-height: 22rem;
    }
    .section-core--promo-codes .card-b img {
        width: 70%;
    }
    .section-core--promo-codes .card-b .core__parag {
        max-width: 100%;
        font-size: 1rem;
    }
}
@media (max-width: 767px) {
    .section-core--deals {
        overflow: hidden;
        margin-top: 5rem;
    }
    .section-core--deals #deals-platform {
        top: -10rem;
    }
    .section-core--deals #deals-car {
        top: 13.5rem;
    }
    .section-core--deals .core__parag {
        max-width: 70%;
        min-width: 70%;
    }
    .section-core--deals .col-md-6 > span {
        left: 20rem;
    }
    .section-core--promo-codes .btn-clip::after {
        line-height: 2.8rem;
    }
    .section-core--promo-codes .card-b {
        padding: 2rem 1.5rem 1rem;
        min-height: 24rem;
    }
    .section-core--promo-codes .card-b img {
        width: 60%;
    }
    .section-core--promo-codes .card-b .core__parag {
        max-width: 90%;
    }
}
@media (max-width: 575px) {
    .section-core--deals {
        height: 52rem;
    }
    .section-core--promo-codes .card-b {
        max-width: 22rem;
        margin-left: auto;
        margin-right: auto;
    }
    .section-core--promo-codes .card-b img {
        width: 45%;
    }
    .section-core--promo-codes .card-b .core__parag {
        max-width: 78%;
    }
}
@media (max-width: 480px) {
    .section-core--promo-codes .btn-clip::after {
        line-height: 3rem;
    }
}
@media (max-width: 425px) {
    .section-core--deals #deals-car {
        top: 10.5rem;
    }
    .section-core--deals #deals-platform {
        top: -8rem;
    }
    .section-core--deals .col-md-6 > span {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -5rem;
    }
    .section-core--deals .col-md-5 > span {
        position: relative;
        top: 20rem;
    }
    .section-core--deals .col-md-5 > span h1 {
        text-align: center;
    }
    .section-core--deals .col-md-5 > span h1::after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .section-core--deals .col-md-5 > span p {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .section-core--promo-codes .card-b .core__parag {
        font-size: 1.2rem;
    }
}
@media (max-width: 360px) and (min-width: 351px) {
    .section-core--deals #deals-platform {
        top: -7rem;
    }
}
@media (max-width: 350px) {
    .section-core--deals #deals-platform {
        top: -7rem;
        left: 2.5rem;
    }
    .section-core--deals #deals-car {
        top: 9.5rem;
    }
    .section-core--deals .col-md-5 > span {
        top: 18rem;
    }
}
@media (max-width: 320px) {
    .section-core--deals #deals-platform {
        top: -6rem;
    }
    .section-core--deals #deals-car {
        top: 8.5rem;
    }
    .section-core--deals .core__parag {
        max-width: 85%;
    }
    .section-core--promo-codes .card-b {
        padding: 2rem 1.5rem 1.5rem;
        min-height: 26rem;
    }
}
.section-core--qudoslist {
    display: -webkit-box;
    display: flex;
    height: 38rem;
    position: relative;
    background-image: url(https://acktransportation.us/wp-content/themes/theme/core__assets/img/core__qudoslist/qudoslist-hero-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.section-core--qudoslist,
.section-core--qudoslist .col-md-5 {
    -webkit-box-align: center;
    align-items: center;
}
.section-core--qudoslist .col-md-5 img {
    width: 70%;
}
.section-core--qudoslist .col-md-5,
.section-core--qudoslist .col-md-6 {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}
.section-core--qudoslist .col-md-6 img {
    width: 70%;
    margin-bottom: 1rem;
}
.section-core--qudoslist + .section-core--what-can .col-12 {
    padding-top: 8rem;
}
.section-core--qudoslist ~ .section-core--factors .row:nth-child(3) > .col-md-7 {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    -webkit-box-pack: center;
    justify-content: center;
    padding-left: 4rem;
    padding-top: 0;
}
.section-core--qudoslist ~ .section-core--factors .row:nth-child(3) > .col-md-7 p {
    max-width: 90%;
}
.section-core--qudoslist ~ .section-core--factors .row:nth-child(3) > .col-sm-12 {
    padding-top: 0;
}
@media (max-width: 767px) {
    .section-core--qudoslist .col-md-5 img {
        padding-top: 4rem;
        width: 45%;
    }
    .section-core--qudoslist .col-md-6 img {
        width: 60%;
        padding-top: 4rem;
        margin-left: auto;
        margin-right: auto;
    }
    .section-core--qudoslist .col-md-6 p {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .section-core--qudoslist ~ .section-core--factors .row:nth-child(3) > .col-md-7 {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column;
        -webkit-box-pack: center;
        justify-content: center;
        padding-left: 0;
        padding-top: 3rem;
    }
    .section-core--qudoslist ~ .section-core--factors .row:nth-child(3) > .col-md-7 p {
        max-width: 90%;
    }
    .section-core--qudoslist ~ .section-core--factors .row:nth-child(3) > .col-sm-12 {
        padding-top: 5rem;
    }
}
.faq .card-header:hover,
.faq [data-toggle~="collapse"] {
    cursor: pointer;
}
.faq .qudos-blue {
    color: #228ec8;
}
.faq a.card-title {
    color: #212529 !important;
    font-size: 1.25rem !important;
    font-weight: 600;
}
.faq a.card-title:hover {
    text-decoration: none !important;
}
.faq .accordion .card-header:after {
    font-family: "Font Awesome\ 5 Free";
    font-size: 1.75rem;
    font-weight: 600;
    content: "\f077";
    float: right;
    color: #e6e7e8;
}
.faq .accordion .card-header.collapsed:after {
    content: "\f078";
}
.faq p.subheader__prime {
    font-weight: 400;
}
.faq .subheader__prime {
    line-height: 3rem;
}
.faq .card {
    border: 0;
    margin-bottom: 0.5rem;
    min-height: 0;
    box-shadow: 1px 5px 10px 0 rgba(180, 180, 180, 0.1);
}
.faq .card-header {
    background: #fff;
    border: 0;
    padding: 15px 15px 15px 20px;
}
.faq .section-core--faq,
.section-core--deals {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 18rem;
    position: relative;
}
.faq .section-core--faq .card-body {
    font-size: 1.2rem;
    line-height: 2.5rem;
    font-weight: 400;
    color: #676767;
    text-align: inherit;
    margin-top: 0;
}
.faq .section-core--faq .card-body p {
    padding-left: 1rem;
}
.faq .section-core--faq .card-body li,
.policies .section-core--policies .card-body li {
    text-indent: 1.3rem;
}
.faq .section-core--outro {
    background-image: url(https://acktransportation.us/wp-content/themes/theme/core__assets/img/core__faq/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    padding: 5rem 0;
}
.faq .core__header--h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 3rem;
    position: relative;
}
.faq .core__header--h1::after {
    content: "";
}
@media (max-width: 1440px) {
    .faq .subheader__prime {
        width: 100%;
        font-size: 2rem;
    }
}
@media (max-width: 1120px) {
    .faq .why-qudos__section--2 {
        height: 65vh;
    }
    .faq .carousel-inner {
        min-height: 40vh;
    }
}
@media (max-width: 1024px) {
    .faq .subheader__prime {
        width: 100%;
        font-size: 1.5rem;
    }
}
@media (max-width: 768px) {
    .faq .section [class^="col-"] {
        padding: 4rem 0;
    }
}
@media (max-width: 480px) {
    .faq .card {
        width: 100%;
    }
    .faq .card-header {
        font-size: 1.8rem;
    }
    .faq .card-body {
        font-size: 1rem;
    }
    .faq .carousel-inner {
        min-height: 40vh;
    }
    .faq .card-body li {
        text-indent: 0;
        padding-left: 1rem;
    }
    .faq .accordion .card-header:after {
        position: absolute;
        right: 0.25rem;
    }
    .faq .section-core--outro {
        background-image: url(https://acktransportation.us/wp-content/themes/theme/core__assets/img/core__faq/banner.png);
        background-position: center right;
    }
}
.section-core--deals {
    height: 48rem;
}
.section-core--deals #deals-platform {
    top: -7rem;
    width: 90%;
    left: 3.5rem;
}
.section-core--deals #deals-car {
    width: 45%;
}
.section-core--promo-codes {
    margin-bottom: 10rem;
}
.section-core--promo-codes .col-sm-6 {
    padding-top: 2rem;
    padding-bottom: 0;
}
.section-core--promo-codes .card-b {
    margin: 1rem;
}
.section-core--promo-codes .card-b .core__parag {
    max-width: 85%;
    min-height: 3rem;
}
.section-core--promo-codes .card-b img {
    width: 50%;
}
@media (max-width: 1440px) and (min-width: 1200px) {
    .section-core--deals #deals-car {
        top: 2rem;
    }
}
@media (max-width: 1440px) {
    .section-core--promo-codes .btn-clip::after {
        line-height: 2.4rem;
    }
}
@media (max-width: 991px) {
    .section-core--deals #deals-car {
        top: -2.5rem;
    }
    .section-core--deals #deals-platform {
        top: -6rem;
        width: 90%;
        left: 2.5rem;
    }
    .section-core--promo-codes .btn-clip::after {
        line-height: 2.6rem;
    }
    .section-core--promo-codes .card-b {
        padding: 2rem 1.5rem 0.5rem;
        min-height: 22rem;
    }
    .section-core--promo-codes .card-b img {
        width: 70%;
    }
    .section-core--promo-codes .card-b .core__parag {
        max-width: 100%;
        font-size: 1rem;
    }
}
@media (max-width: 767px) {
    .section-core--deals {
        overflow: hidden;
        margin-top: 5rem;
    }
    .section-core--deals #deals-platform {
        top: -10rem;
    }
    .section-core--deals #deals-car {
        top: 13.5rem;
    }
    .section-core--deals .core__parag {
        max-width: 70%;
        min-width: 70%;
    }
    .section-core--deals .col-md-6 > span {
        left: 20rem;
    }
    .section-core--promo-codes .btn-clip::after {
        line-height: 2.8rem;
    }
    .section-core--promo-codes .card-b {
        padding: 2rem 1.5rem 1rem;
        min-height: 24rem;
    }
    .section-core--promo-codes .card-b img {
        width: 60%;
    }
    .section-core--promo-codes .card-b .core__parag {
        max-width: 90%;
    }
}
@media (max-width: 575px) {
    .section-core--deals {
        height: 52rem;
    }
    .section-core--promo-codes .card-b {
        max-width: 22rem;
        margin-left: auto;
        margin-right: auto;
    }
    .section-core--promo-codes .card-b img {
        width: 45%;
    }
    .section-core--promo-codes .card-b .core__parag {
        max-width: 78%;
    }
}
@media (max-width: 480px) {
    .section-core--promo-codes .btn-clip::after {
        line-height: 3rem;
    }
}
@media (max-width: 425px) {
    .section-core--deals #deals-car {
        top: 10.5rem;
    }
    .section-core--deals #deals-platform {
        top: -8rem;
    }
    .section-core--deals .col-md-6 > span {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -5rem;
    }
    .section-core--deals .col-md-5 > span {
        position: relative;
        top: 20rem;
    }
    .section-core--deals .col-md-5 > span h1 {
        text-align: center;
    }
    .section-core--deals .col-md-5 > span h1::after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .section-core--deals .col-md-5 > span p {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .section-core--promo-codes .card-b .core__parag {
        font-size: 1.2rem;
    }
}
@media (max-width: 360px) and (min-width: 351px) {
    .section-core--deals #deals-platform {
        top: -7rem;
    }
}
@media (max-width: 350px) {
    .section-core--deals #deals-platform {
        top: -7rem;
        left: 2.5rem;
    }
    .section-core--deals #deals-car {
        top: 9.5rem;
    }
    .section-core--deals .col-md-5 > span {
        top: 18rem;
    }
}
@media (max-width: 320px) {
    .section-core--deals #deals-platform {
        top: -6rem;
    }
    .section-core--deals #deals-car {
        top: 8.5rem;
    }
    .section-core--deals .core__parag {
        max-width: 85%;
    }
    .section-core--promo-codes .card-b {
        padding: 2rem 1.5rem 1.5rem;
        min-height: 26rem;
    }
}
.qudos-schedule header {
    background: #fff;
}
.qudos-schedule .card {
    background: #fdfdfd;
    box-shadow: 5px 10px 5px 0 #f2f2f2;
}
.qudos-schedule .core__header--h1::after {
    content: none;
}
.qudos-schedule .section-core--schedules {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    height: 35rem;
    position: relative !important;
}
.qudos-schedule .section-core--schedules p {
    max-width: 100%;
}
.qudos-schedule .section-core--schedules #platform-5 {
    top: 4rem;
    width: 60%;
}
.qudos-schedule .section-core--schedules #platform-6 {
    top: -0.5rem;
    left: 5.5rem;
    width: 45%;
}
.qudos-schedule .section-core--confirm-sched .qs-section-three img,
.qudos-schedule .section-core--confirm-sched .qs-section-two img {
    padding: 0 0.75rem;
}
.qudos-schedule .section-core--confirm-sched .qs-section-two img:nth-child(3) {
    position: absolute;
    z-index: 1;
    bottom: 13rem;
    -webkit-filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.2));
    width: 50%;
    border-radius: 10rem;
}
.qudos-schedule .section-core--confirm-sched .qs-section-three img:nth-child(2) {
    position: absolute;
    z-index: 1;
    width: 8rem;
    left: 7rem;
    bottom: 7rem;
    -webkit-filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.2));
    width: 25%;
}
.qudos-schedule .section-core--confirm-sched a {
    text-decoration: underline;
    color: #218ec7;
}
.qudos-schedule .section-core--confirm-sched img {
    width: 33%;
}
.qudos-schedule .section [class^="col-"] {
    padding: 5rem 0;
}
.qudos-schedule .section-banner--blue {
    display: block;
    position: relative;
}
.qudos-schedule .section-banner--blue::after {
    content: "";
    display: inline-block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    background-image: url(https://acktransportation.us/wp-content/themes/theme/core__assets/img/core__schedule/background.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 1440px) {
    .section-banner--blue::after {
        background-position-y: -6rem;
    }
}
@media (max-width: 1280px) {
    .section-banner--blue::after {
        background-position-y: -1rem;
    }
}
@media (max-width: 480px) {
    .section-banner--blue {
        background-size: 20%;
    }
    .section-banner--blue::after {
        background-position-y: 0 !important;
        height: 160% !important;
    }
}
@media (max-width: 1770px) and (min-width: 1200px) {
    .section-core--schedules #platform-6 {
        top: -7.5rem;
        left: 6.5rem;
    }
}
@media (max-width: 991px) {
    .section-core--schedules #platform-6 {
        top: -2.7rem;
        left: 4.5rem;
    }
}
@media (max-width: 925px) and (min-width: 768px) {
    .section-core--schedules #platform-6 {
        top: -3.7rem;
        left: 4rem;
    }
}
@media (max-width: 767px) {
    .section-core--schedules {
        overflow: hidden;
        margin-top: 5rem;
    }
    .section-core--schedules #platform-6 {
        top: -4.8rem;
        left: 5.5rem;
    }
    .section-core--schedules .core__parag {
        max-width: 60%;
        min-width: 50%;
    }
    .section-core--schedules .col-sm-12:first-child > span {
        left: 24rem;
    }
    .section-core--schedules + .section-core--portal .d-block {
        display: inline !important;
    }
    .section-core--schedules + .section-core--portal .col-12:first-child {
        padding-top: 0;
    }
    .section-core--schedules ~ .section-core--confirm-sched .col-sm-12:first-child {
        -webkit-box-ordinal-group: 3;
        order: 2;
        padding-top: 0;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .section-core--schedules ~ .section-core--confirm-sched .col-sm-12:last-child {
        padding-bottom: 5rem;
    }
}
@media (max-width: 575px) {
    .section-core--confirm-sched [class^="col-"] {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media (max-width: 425px) {
    .section-core--schedules {
        overflow: visible;
    }
    .section-core--schedules #platform-6 {
        top: 3rem !important;
        left: 11rem !important;
    }
    .section-core--schedules #platform-5 {
        top: 10rem !important;
        left: 6rem !important;
    }
    .section-core--schedules .col-sm-12:first-child > span {
        top: -9rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .section-core--schedules .col-sm-12:last-child,
    .section-core--schedules .col-sm-12:last-child h1 {
        text-align: center;
    }
    .section-core--schedules .col-sm-12:last-child > span {
        margin-top: 2rem;
        position: relative;
        top: 10rem;
    }
    .section-core--schedules .col-sm-12:last-child h1::after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .section-core--schedules .col-sm-12:last-child p {
        max-width: 100%;
        min-width: 100%;
        text-align: center;
    }
    .section-core--schedules + .section-core--portal {
        padding-top: 10rem;
    }
    .section-core--schedules ~ .section-core--confirm-sched .qs-section-two .col-sm-12:last-child {
        -webkit-box-ordinal-group: 3;
        order: 2;
        padding-top: 0;
    }
    .section-core--schedules ~ .section-core--confirm-sched .col-sm-12:first-child {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .section-core--schedules ~ .section-core--confirm-sched .col-sm-12:first-child h2,
    .section-core--schedules ~ .section-core--confirm-sched .col-sm-12:first-child p {
        text-align: center;
    }
    .section-core--schedules ~ .section-core--confirm-sched .col-sm-12:first-child p {
        margin-left: auto;
        margin-right: auto;
        max-width: 80%;
    }
    .section-core--schedules ~ .section-core--confirm-sched .col-sm-12:last-child {
        padding-top: 5rem;
        padding-bottom: 2rem;
    }
    .section-core--schedules ~ .section-core--confirm-sched .col-sm-12:last-child h2,
    .section-core--schedules ~ .section-core--confirm-sched .col-sm-12:last-child p {
        text-align: center;
    }
    .section-core--schedules ~ .section-core--confirm-sched .col-sm-12:last-child p {
        margin-left: auto;
        margin-right: auto;
        max-width: 80%;
    }
}
@media (max-width: 396px) {
    .section-core--schedules #platform-6 {
        top: 2rem !important;
        left: 9rem !important;
    }
    .section-core--schedules #platform-5 {
        top: 9rem !important;
        left: 5rem !important;
    }
}
@media (max-width: 380px) {
    .section-core--schedules #platform-6 {
        top: 2rem !important;
        left: 9rem !important;
    }
    .section-core--schedules #platform-5 {
        top: 7rem !important;
        left: 5rem !important;
    }
}
@media (max-width: 380px) and (min-width: 326px) {
    .section-core--schedules .col-sm-12:first-child > span {
        top: -7rem;
    }
}
@media (max-width: 350px) {
    .section-core--schedules #platform-6 {
        top: 2rem;
        left: 9rem;
    }
    .section-core--schedules #platform-5 {
        top: 7rem;
        left: 5rem;
    }
}
@media (max-width: 325px) {
    .section-core--schedules #platform-6 {
        top: 2rem;
        left: 9rem;
    }
    .section-core--schedules #platform-5 {
        top: 7rem;
        left: 5rem;
    }
    .section-core--schedules .col-sm-12:first-child > span {
        top: -5rem;
    }
}
.copy-notification {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 1rem;
    border-radius: 2.5rem;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 10rem;
    margin-top: -3rem;
    margin-left: -8.5rem;
    display: none;
    text-align: center;
    opacity: 0;
}
.section-core--new-codes .col-12 {
    padding-top: 3rem;
    padding-bottom: 5rem;
}
.section-core--new-codes .col-12 small {
    margin-top: 1.5rem;
    display: block;
    font-size: 0.65rem;
}
.section-core--new-codes .clip-btn {
    position: relative;
}
.section-core--new-codes .clip-btn::before {
    content: "Copy to clipboard";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 10rem;
    height: 100%;
}
.section-core--new-codes .clip-btn.action::before {
    content: "Copied!";
}
.section-core--new-codes .col-12 small,
.section-core--new-codes .table {
    max-width: 55rem;
    margin-left: auto;
    margin-right: auto;
}
.section-core--new-codes .table thead th {
    font-size: 0.85rem;
    font-weight: 500;
}
.section-core--new-codes .table thead th:first-child {
    padding-left: 3rem;
    padding-top: 1rem;
}
.section-core--new-codes .table tbody td:nth-child(2) {
    width: 34%;
}
.section-core--new-codes .table tbody td:nth-child(3) {
    font-weight: 700;
    width: 22%;
}
.section-core--new-codes .table tbody th {
    width: 16%;
    font-weight: 700;
    padding-left: 3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.section-core--new-codes + .section-core--code-mobile .col-sm-12 {
    padding-top: 3rem;
}
.section-core--new-codes ~ .section-core--confirm-book {
    margin-top: 7rem;
    background-color: rgba(244, 244, 244, 0.25);
}
.section-core--new-codes ~ .section-core--confirm-book .btn--primary {
    max-width: 15rem;
}
.section-core--new-codes ~ .section-core--confirm-book p {
    margin-bottom: 2rem;
}
.section-core--new-codes ~ .section-core--confirm-book a {
    text-decoration: none;
}
@media (max-width: 767px) {
    .section-core--new-codes + .section-core--code-mobile .col-md-4 {
        padding-top: 8rem;
    }
}
@media (max-width: 575px) {
    .section-core--new-codes .card-c {
        display: -webkit-box !important;
        display: flex !important;
    }
    .section-core--new-codes .clip-btn {
        width: 100%;
        height: 5rem;
        color: #000;
        font-size: 1.5rem;
        margin-top: auto;
    }
    .section-core--new-codes .clip-btn::before {
        top: 35%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
    }
    .section-core--new-codes .clip-btn:hover {
        color: #218ec7;
    }
    .section-core--new-codes .col-12 small {
        font-size: 1.2rem;
        max-width: 25rem;
    }
}
@media (max-width: 425px) {
    .section-core--new-codes ~ .section-core--confirm-book .col-sm-12 p {
        max-width: 85%;
    }
    .section-core--new-codes ~ .section-core--confirm-book .col-sm-12 a {
        margin-left: auto;
        margin-right: auto;
    }
}
.policies [data-toggle~="collapse"] {
    cursor: pointer;
}
.policies .qudos-blue {
    color: #228ec8;
}
.policies p.subheader__prime {
    font-weight: 400;
}
.policies .subheader__prime {
    line-height: 3rem;
}
.policies .core__header-special--1,
.policies .subheader__prime {
    color: #233041;
}
.policies .section-core--policies {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 22rem;
    position: relative;
}
.policies .section-core--policies .card-body {
    font-size: 1.2rem;
    line-height: 2.5rem;
    font-weight: 400;
    color: #676767;
    text-align: inherit;
    margin-top: 0;
}
.policies .section-core--policies .card-body p {
    padding-left: 1rem;
}
.policies .core__header--h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 3rem;
    position: relative;
}
.policies .core__header--h1::after {
    content: "";
}
.policies .core__parag {
    max-width: 100% !important;
}
@media (max-width: 1440px) {
    .policies .subheader__prime {
        width: 100%;
        font-size: 2rem;
    }
}
@media (max-width: 1120px) {
    .policies .why-qudos__section--2 {
        height: 65vh;
    }
    .policies .carousel-inner {
        min-height: 40vh;
    }
}
@media (max-width: 1024px) {
    .policies .subheader__prime {
        width: 100%;
        font-size: 1.5rem;
    }
}
@media (max-width: 768px) {
    .policies .section [class^="col-"] {
        padding: 4rem 0;
    }
}
@media (max-width: 480px) {
    .policies .card {
        width: 100%;
    }
    .policies .card-header {
        font-size: 1.8rem;
    }
    .policies .card-body {
        font-size: 1rem;
    }
    .policies .carousel-inner {
        min-height: 40vh;
    }
    .policies .card-body li {
        text-indent: 0;
        padding-left: 1rem;
    }
    .policies .accordion .card-header:after {
        position: absolute;
        right: 0.25rem;
    }
}
/*# sourceMappingURL=styles.min.css.map */