@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@import url('/fonts/vendor/uk-number-plate/plate.css');

/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: currentColor;
    /* 2 */
}

::before,
::after {
    --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
    tab-size: 4;
    /* 3 */
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* 4 */
    font-feature-settings: normal;
    /* 5 */
    font-variation-settings: normal;
    /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
    margin: 0;
    /* 1 */
    line-height: inherit;
    /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
    border-top-width: 1px;
    /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
    color: inherit;
    text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

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

/*
Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
    text-indent: 0;
    /* 1 */
    border-color: inherit;
    /* 2 */
    border-collapse: collapse;
    /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-feature-settings: inherit;
    /* 1 */
    font-variation-settings: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    font-weight: inherit;
    /* 1 */
    line-height: inherit;
    /* 1 */
    color: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
    padding: 0;
    /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
    text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button:not(.bootbox-close-button),
[type='button']:not(.bootbox-close-button),
[type='reset']:not(.bootbox-close-button),
[type='submit']:not(.bootbox-close-button) {
    -webkit-appearance: button;
    /* 1 */

    /* 2 */
    background-image: none;
    /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
    outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
    box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
    cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
    cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    /* 1 */
    vertical-align: middle;
    /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
    display: none;
}

*, ::before, ::after{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}

::backdrop{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}

.visible{
    visibility: visible;
}

.absolute{
    position: absolute;
}

.relative{
    position: relative;
}

.sticky{
    position: sticky;
}

.-bottom-\[9px\]{
    bottom: -9px;
}

.-left-\[30px\]{
    left: -30px;
}

.-left-\[50px\]{
    left: -50px;
}

.-top-16{
    top: -4rem;
}

.-top-2{
    top: -0.5rem;
}

.-top-\[1px\]{
    top: -1px;
}

.-top-\[40\%\]{
    top: -40%;
}

.-top-\[50\%\]{
    top: -50%;
}

.-top-\[70\%\]{
    top: -70%;
}

.bottom-0{
    bottom: 0px;
}

.left-0{
    left: 0px;
}

.left-12{
    left: 3rem;
}

.left-\[0\]{
    left: 0;
}

.left-\[20px\]{
    left: 20px;
}

.left-\[calc\(50\%-4px\)\]{
    left: calc(50% - 4px);
}

.right-0{
    right: 0px;
}

.top-0{
    top: 0px;
}

.top-12{
    top: 3rem;
}

.top-8{
    top: 2rem;
}

.top-\[80px\]{
    top: 80px;
}

.top-\[9px\]{
    top: 9px;
}
.top-\[12px\]{
    top: 1px;
}

.-z-\[1\]{
    z-index: -1;
}

.z-\[1\]{
    z-index: 1;
}

.z-\[2\]{
    z-index: 2;
}

.z-\[999\]{
    z-index: 999;
}

.mx-auto{
    margin-left: auto;
    margin-right: auto;
}

.my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.mb-1{
    margin-bottom: 0.25rem;
}

.mb-12{
    margin-bottom: 3rem;
}

.mb-16{
    margin-bottom: 4rem;
}

.mb-2{
    margin-bottom: 0.5rem;
}

.mb-24{
    margin-bottom: 6rem;
}

.mb-3{
    margin-bottom: 0.75rem;
}

.mb-32{
    margin-bottom: 8rem;
}

.mb-4{
    margin-bottom: 1rem;
}

.mb-6{
    margin-bottom: 1.5rem;
}

.mb-8{
    margin-bottom: 2rem;
}

.ml-2{
    margin-left: 0.5rem;
}

.ml-3{
    margin-left: 0.75rem;
}

.ml-4{
    margin-left: 1rem;
}

.ml-auto{
    margin-left: auto;
}

.mr-12{
    margin-right: 3rem;
}

.mr-2{
    margin-right: 0.5rem;
}

.mr-3{
    margin-right: 0.75rem;
}

.mr-4{
    margin-right: 1rem;
}

.mr-6{
    margin-right: 1.5rem;
}

.mt-16{
    margin-top: 4rem;
}

.mt-6{
    margin-top: 1.5rem;
}

.mt-8{
    margin-top: 2rem;
}

.mt-auto{
    margin-top: auto;
}

.mr-8{
    margin-right: 2rem;
}

.block{
    display: block;
}

.inline-block{
    display: inline-block;
}

.flex{
    display: flex;
}

.\!inline-flex{
    display: inline-flex !important;
}

.grid{
    display: grid;
}

.hidden{
    display: none;
}

.h-\[10px\]{
    height: 10px;
}

.h-\[175px\]{
    height: 175px;
}

.h-\[1px\]{
    height: 1px;
}

.h-\[24px\]{
    height: 24px;
}

.h-\[300px\]{
    height: 300px;
}

.h-\[380px\]{
    height: 380px;
}

.h-\[430px\]{
    height: 430px;
}

.h-\[50px\]{
    height: 50px;
}

.h-\[60px\]{
    height: 60px;
}

.h-\[8px\]{
    height: 8px;
}

.h-full{
    height: 100%;
}

.max-h-\[20px\]{
    max-height: 20px;
}

.min-h-\[838px\]{
    min-height: 838px;
}

.min-h-\[990px\]{
    min-height: 990px;
}
a:hover {
    text-decoration: none;
}

.w-1\/2{
    width: 50%;
}

.w-1\/3{
    width: 33.333333%;
}

.w-16{
    width: 4rem;
}

.w-2\/3{
    width: 66.666667%;
}

.w-3\/5{
    width: 60%;
}

.w-4{
    width: 1rem;
}

.w-4\/5{
    width: 80%;
}

.w-\[100px\]{
    width: 100px;
}

.w-\[10px\]{
    width: 10px;
    min-width: 10px;
}

.w-\[120\%\]{
    width: 120%;
}

.w-\[18px\]{
    width: 18px;
}

.w-\[225px\]{
    width: 225px;
}

.w-\[235px\]{
    width: 235px;
}

.w-\[24px\]{
    width: 24px;
}

.w-\[300px\]{
    width: 300px;
}

.w-\[30px\]{
    width: 30px;
}

.w-\[370px\]{
    width: 370px;
}

.w-\[48px\]{
    width: 48px;
}

.w-\[50px\]{
    width: 50px;
}

.w-\[60px\]{
    width: 60px;
}

.w-full{
    width: 100%;
}

.min-w-\[282px\]{
    min-width: 282px;
}

.min-w-\[30px\]{
    min-width: 30px;
}

.max-w-\[200px\]{
    max-width: 200px;
}

.max-w-none{
    max-width: none;
}

.flex-1{
    flex: 1 1 0%;
}

.shrink-0{
    flex-shrink: 0;
}

.translate-y-0{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-1{
    --tw-translate-y: 0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180{
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col{
    flex-direction: column;
}

.flex-wrap{
    flex-wrap: wrap;
}

.items-start{
    align-items: flex-start;
}

.items-end{
    align-items: flex-end;
}

.items-center{
    align-items: center;
}

.items-stretch{
    align-items: stretch;
}

.justify-start{
    justify-content: flex-start;
}

.justify-end{
    justify-content: flex-end;
}

.justify-center{
    justify-content: center;
}

.justify-between{
    justify-content: space-between;
}

.justify-around{
    justify-content: space-around;
}

.gap-1{
    gap: 0.25rem;
}

.gap-12{
    gap: 3rem;
}

.gap-2{
    gap: 0.5rem;
}

.gap-20{
    gap: 5rem;
}

.gap-24{
    gap: 6rem;
}

.gap-4{
    gap: 1rem;
}

.gap-6{
    gap: 1.5rem;
}

.gap-8{
    gap: 2rem;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.overflow-hidden{
    overflow: hidden;
}

.overflow-x-auto{
    overflow-x: auto;
}

.overflow-x-hidden{
    overflow-x: hidden;
}

.overflow-y-hidden{
    overflow-y: hidden;
}

.rounded-\[10px\]{
    border-radius: 10px;
}

.rounded-\[20px\]{
    border-radius: 20px;
}

.rounded-full{
    border-radius: 9999px;
}

.rounded-b-\[25px\]{
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.rounded-bl-\[25px\]{
    border-bottom-left-radius: 25px;
}

.rounded-br-\[25px\]{
    border-bottom-right-radius: 25px;
}

.rounded-tr-\[20px\]{
    border-top-right-radius: 20px;
}

.border{
    border-width: 1px;
}

.border-b{
    border-bottom-width: 1px;
}

.border-l-\[0px\]{
    border-left-width: 0px;
}

.border-r{
    border-right-width: 1px;
}

.border-r-\[0px\]{
    border-right-width: 0px;
}

.border-blue{
    --tw-border-opacity: 1;
    border-color: rgb(34 87 122 / var(--tw-border-opacity));
}

.border-dark-blue{
    --tw-border-opacity: 1;
    border-color: rgb(44 51 62 / var(--tw-border-opacity));
}

.border-gold{
    --tw-border-opacity: 1;
    border-color: rgb(255 193 0 / var(--tw-border-opacity));
}

.border-green{
    --tw-border-opacity: 1;
    border-color: rgb(72 166 44 / var(--tw-border-opacity));
}

.border-grey{
    --tw-border-opacity: 1;
    border-color: rgb(132 132 132 / var(--tw-border-opacity));
}

.bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgb(34 87 122 / var(--tw-bg-opacity));
}

.bg-gold{
    --tw-bg-opacity: 1;
    background-color: rgb(255 193 0 / var(--tw-bg-opacity));
}

.bg-green{
    --tw-bg-opacity: 1;
    background-color: rgb(72 166 44 / var(--tw-bg-opacity));
}

.bg-grey{
    --tw-bg-opacity: 1;
    background-color: rgb(132 132 132 / var(--tw-bg-opacity));
}

.bg-light-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgb(192 214 236 / var(--tw-bg-opacity));
}

.bg-pale-blue{
    --tw-bg-opacity: 1;
    background-color: rgb(245 247 251 / var(--tw-bg-opacity));
}

.bg-pale-green{
    --tw-bg-opacity: 1;
    background-color: rgb(248 251 246 / var(--tw-bg-opacity));
}

.bg-pale-grey{
    --tw-bg-opacity: 1;
    background-color: rgb(252 252 252 / var(--tw-bg-opacity));
}

.bg-pale-gold{
    --tw-bg-opacity: 1;
    background-color: rgb(255 248 245 / var(--tw-bg-opacity));
}

.bg-sky{
    --tw-bg-opacity: 1;
    background-color: rgb(216 244 255 / var(--tw-bg-opacity));
}

.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.fill-blue{
    fill: #22577A;
}

.fill-gold{
    fill: #FFC100;
}

.fill-green{
    fill: #48A62C;
}

.fill-grey{
    fill: #848484;
}

.fill-white{
    fill: #fff;
}

.p-4{
    padding: 1rem;
}

.p-5{
    padding: 20px;
}

.px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.px-5{
    padding-left: 20px;
    padding-right: 20px;
}

.px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.px-8{
    padding-left: 2rem;
    padding-right: 2rem;
}

.py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.pb-16{
    padding-bottom: 4rem;
}

.pb-2{
    padding-bottom: 0.5rem;
}

.pb-24{
    padding-bottom: 6rem;
}

.pb-\[1px\]{
    padding-bottom: 1px;
}

.pl-2{
    padding-left: 0.5rem;
}

.pr-12{
    padding-right: 3rem;
}

.pr-2{
    padding-right: 0.5rem;
}

.pt-32{
    padding-top: 8rem;
}

.pt-4{
    padding-top: 1rem;
}

.pt-8{
    padding-top: 2rem;
}

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

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

.text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.text-\[2\.5rem\]{
    font-size: 2.5rem;
}

.text-base{
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
}

.font-black{
    font-weight: 900;
}

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

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

.uppercase{
    text-transform: uppercase;
}

.capitalize{
    text-transform: capitalize;
}

.leading-4{
    line-height: 1rem;
}

.leading-5{
    line-height: 1.25rem;
}

.leading-8{
    line-height: 2rem;
}

.leading-9{
    line-height: 2.25rem;
}

.text-black{
    --tw-text-opacity: 1;
    color: rgb(16 23 14 / var(--tw-text-opacity));
}

.text-blue{
    --tw-text-opacity: 1;
    color: rgb(34 87 122 / var(--tw-text-opacity));
}

.text-dark-blue{
    --tw-text-opacity: 1;
    color: rgb(44 51 62 / var(--tw-text-opacity));
}

.text-gold{
    --tw-text-opacity: 1;
    color: rgb(255 193 0 / var(--tw-text-opacity));
}

.text-green{
    --tw-text-opacity: 1;
    color: rgb(72 166 44 / var(--tw-text-opacity));
}
.text-red {
    color: #b5322e;
}

.text-grey{
    --tw-text-opacity: 1;
    color: rgb(132 132 132 / var(--tw-text-opacity));
}

.text-light-blue{
    --tw-text-opacity: 1;
    color: rgb(93 137 180 / var(--tw-text-opacity));
}

.text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.opacity-0{
    opacity: 0;
}

.opacity-100{
    opacity: 1;
}

.shadow-\[inset_0_3px_6px_0_rgba\(0\2c 0\2c 0\2c 0\.2\)\]{
    --tw-shadow: inset 0 3px 6px 0 rgba(0,0,0,0.2);
    --tw-shadow-colored: inset 0 3px 6px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.filter{
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-150{
    transition-duration: 150ms;
}

.duration-200{
    transition-duration: 200ms;
}

.duration-300{
    transition-duration: 300ms;
}

.ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

input:not([type="checkbox"]):not([type="radio"])::-moz-placeholder{
    border-radius: 10px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(34 87 122 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(132 132 132 / var(--tw-text-opacity));
}

input:not([type="checkbox"]):not([type="radio"]), input:not([type="checkbox"]):not([type="radio"])::placeholder, input:not([type="checkbox"]):not([type="radio"]):focus, select{
    border-radius: 10px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(34 87 122 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(132 132 132 / var(--tw-text-opacity));
}

:root {
    --lightGradient: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
}

body {
    line-height: 1;
    font-family: Lato, sans-serif;
}

#reg, #reg::placeholder, #reg:hover, #reg:focus, #reg:active, #reg:-webkit-autofill,
#reg:-webkit-autofill:hover,
#reg:-webkit-autofill:focus,
#reg:-webkit-autofill:active
{
    font-family: 'UKNumberPlate', sans-serif;
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 2.2rem;
    line-height: 2.25rem;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(16 23 14 / var(--tw-text-opacity));
    -webkit-box-shadow: 0 0 0 30px #FFC100 inset !important;
    -webkit-text-fill-color: #10170E !important;
}

#reg:-webkit-autofill::first-line {
    font-family: 'UKNumberPlate', sans-serif;
}

.container-width{
    max-width: 1200px;
    padding-left: 1rem;
    padding-right: 1rem;
}

h1 {
    font-size: 3.25rem;
    text-transform: uppercase;
}

h2{
    position: relative;
    margin-bottom: 3rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 900;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(44 51 62 / var(--tw-text-opacity));
}

@media (min-width: 768px){
    h2{
        margin-bottom: 6rem;
    }
}

h2 svg{
    z-index: -1;
}

h3{
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5rem;
}

p, h4{
    font-size: 1rem;
    line-height: 1.4rem;
    --tw-text-opacity: 1;
    color: rgb(16 23 14 / var(--tw-text-opacity));
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 1em;
    /* Add some padding for the pseudo-element */
    background-image: url('/images/icons/input-arrow.svg');
    background-position: 97% center;
    background-size: 17px 10px;
    background-repeat: no-repeat;
}

input:not([type="checkbox"]):not([type="radio"])::-moz-placeholder{
    min-height: 50px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(16 23 14 / var(--tw-text-opacity));
}

input:not([type="checkbox"]):not([type="radio"]), input:not([type="checkbox"]):not([type="radio"])::placeholder, input:not([type="checkbox"]):not([type="radio"]):focus, input:not([type="checkbox"]):not([type="radio"]):active, select, select:active, input:not([type="checkbox"]):not([type="radio"]):not(:focus){
    min-height: 50px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(16 23 14 / var(--tw-text-opacity));
}

input:not([type="checkbox"]):not([type="radio"]), select{
    --tw-bg-opacity: 1;
    background-color: rgb(252 252 252 / var(--tw-bg-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#reg, #reg:focus, #reg:hover, #reg:active, #reg:-webkit-autofill,
#reg:-webkit-autofill:hover,
#reg:-webkit-autofill:focus,
#reg:-webkit-autofill:active{
    position: relative;
    top: 2px;
    left: 2px;
    height: 55px;
    width: 196px;
    border-radius: 5px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(16 23 14 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 193 0 / var(--tw-bg-opacity));
    min-height: unset;
}

label {
    font-size: 0.9rem;
    display: block;
    padding-bottom: 0.25rem;
    --tw-text-opacity: 1;
    color: rgb(34 87 122 / var(--tw-text-opacity));
}

.btn {
    filter: brightness(100%);
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.span-btn {
    filter: brightness(100%);
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
@media (min-width: 640px){
    .span-btn{24
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.span-btn:hover {
    filter: brightness(110%);
}

footer{
    --tw-bg-opacity: 1;
    background-color: rgb(44 51 62 / var(--tw-bg-opacity));
}

footer *{
    --tw-text-opacity: 1;
    color: rgb(236 242 234 / var(--tw-text-opacity));
}

footer h3{
    --tw-text-opacity: 1;
    color: rgb(93 137 180 / var(--tw-text-opacity));
}

/* HEADER */

.top-bar{
    height: 50px;
    --tw-bg-opacity: 1;
    background-color: rgb(252 252 252 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
    .top-bar{
        height: 60px;
    }
}

.top-bar a{
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(34 87 122 / var(--tw-text-opacity));
}

.top-bar span{
    --tw-text-opacity: 1;
    color: rgb(34 87 122 / var(--tw-text-opacity));
}

nav {
    box-shadow: 0 10px 12px 2px rgba(16, 23, 14, 0.4);
    height: 60px;
    --tw-bg-opacity: 1;
    background-color: rgb(44 51 62 / var(--tw-bg-opacity))
}

@media (min-width: 768px){
    nav{
        height: 80px;
    }
}

.sub-nav {
    box-shadow: 0 10px 12px 2px rgba(16, 23, 14, 0.4);
}

.sub-nav-item {
    background: linear-gradient(90deg, #ECF2EA 0%, #FCFCFC 100%);
    position: relative;
    width: 100%;
    border-radius: 10px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    box-shadow: 0px 0px 4px -3px black;
}

.sub-nav-item:before{
    position: absolute;
    top: 25%;
    left: 0px;
    height: 20px;
    width: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    --tw-bg-opacity: 1;
    background-color: rgb(72 166 44 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(44 51 62 / var(--tw-text-opacity));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    --tw-content: '';
    content: var(--tw-content);
}

.sub-nav-item:hover {
    background: linear-gradient(90deg, #48A62C 0%, #FCFCFC 100%);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.sub-nav-item:hover:before{
    --tw-bg-opacity: 1;
    background-color: rgb(248 251 246 / var(--tw-bg-opacity));
}

nav ul li{
    display: flex;
    height: 100%;
    align-items: center;
}

nav ul li a.main-nav-item{
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    white-space: nowrap;
    font-weight: 700;
    text-transform: capitalize;
    --tw-text-opacity: 1;
    color: rgb(236 242 234 / var(--tw-text-opacity));
}

nav ul li button.main-nav-item{
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    white-space: nowrap;
    font-weight: 700;
    text-transform: capitalize;
    --tw-text-opacity: 1;
    color: rgb(236 242 234 / var(--tw-text-opacity));
}

nav ul li button.main-nav-item:before{
    position: absolute;
    top: 0px;
    left: -20px;
    height: 6px;
    width: calc(100% + 40px);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    --tw-bg-opacity: 1;
    background-color: rgb(72 166 44 / var(--tw-bg-opacity));
    --tw-content: '';
    content: var(--tw-content);
}

nav ul li button.main-nav-item:after{
    position: absolute;
    bottom: 0px;
    left: -20px;
    height: 6px;
    width: calc(100% + 40px);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    --tw-bg-opacity: 1;
    background-color: rgb(72 166 44 / var(--tw-bg-opacity));
    --tw-content: '';
    content: var(--tw-content);
}

nav>div>div>ul>li>a.active:before{
    position: absolute;
    top: 0px;
    left: -20px;
    height: 6px;
    width: calc(100% + 40px);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    --tw-bg-opacity: 1;
    background-color: rgb(72 166 44 / var(--tw-bg-opacity));
    --tw-content: '';
    content: var(--tw-content);
}
.sub-nav-item.active {
    background: linear-gradient(90deg, #48A62C 0%, #FCFCFC 100%);
}

nav>div>div>ul>li>a.active:after{
    position: absolute;
    bottom: 0px;
    left: -20px;
    height: 6px;
    width: calc(100% + 40px);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    --tw-bg-opacity: 1;
    background-color: rgb(72 166 44 / var(--tw-bg-opacity));
    --tw-content: '';
    content: var(--tw-content);
    margin-left: 0 !important;
}

nav ul li a.main-nav-item:not(nav ul li a.active):before{
    position: absolute;
    top: 0px;
    left: -20px;
    height: 6px;
    width: calc(100% + 40px);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    --tw-bg-opacity: 1;
    background-color: #ffffff;
    opacity: 0;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    --tw-content: '';
    content: var(--tw-content);
}

nav ul li a.main-nav-item:not(nav ul li a.active):after{
    position: absolute;
    bottom: 0px;
    left: -20px;
    height: 6px;
    width: calc(100% + 40px);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    --tw-bg-opacity: 1;
    background-color: #ffffff;
    opacity: 0;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    --tw-content: '';
    content: var(--tw-content);
}

nav ul li a.main-nav-item:not(nav ul li a.active):hover:before{
    opacity: 1;
}

nav ul li a.main-nav-item:not(nav ul li a.active):hover:after{
    opacity: 1;
}

/* SETTINGS */

.light-gradient {
    background: var(--lightGradient);
}

.info-icon{
    position: relative;
    top: 9px;
}

.add-section {
    background-image: url("/images/background/bg2.svg");
}

/* CARD */

.card-container {
    background-color: transparent;
    perspective: 1000px;
    height: auto;
    width: 282px
}

.card-container-inner {
    transform-style: preserve-3d;
    position: relative;
    height: 100%;
    width: 100%;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 600ms
}


.card-front, .card-back {
    backface-visibility: hidden;
    position: absolute;
    height: 100%;
    width: 100%
}

.card-back {
    transform: rotateY(180deg);
    border-radius: 20px;
    --tw-bg-opacity: 1;
    background-color: rgb(252 252 252 / var(--tw-bg-opacity));
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}

.card-back:hover{
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* FOOTER */

.footer-link{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.footer-link:hover{
    --tw-text-opacity: 1;
    color: rgb(72 166 44 / var(--tw-text-opacity));
}

/* TOOLTIP */

.tooltip{
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext{
    visibility: hidden;
    position: absolute;
    z-index: 999;
    width: 200px;
    border-radius: 6px;
    --tw-bg-opacity: 1;
    background-color: rgb(16 23 14 / var(--tw-bg-opacity));
    padding: 0.5rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    bottom: 150%;
    left: -69px;
    margin-left: -100px;
    font-size: 1rem;
    line-height: 1.5rem;
}

.tooltip .tooltiptext::after{
    position: absolute;
    top: 100%;
    left: 92%;
    margin-left: -5px;
    border-width: 5px;
    --tw-content: '';
    content: var(--tw-content);
    border-color: #10170E transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.hover\:-top-\[1px\]:hover{
    top: -1px;
}

.hover\:-top-\[25px\]:hover{
    top: -25px;
}

.hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-dark-blue:hover{
    --tw-border-opacity: 1;
    border-color: rgb(44 51 62 / var(--tw-border-opacity));
}

.hover\:border-pale-blue:hover{
    --tw-border-opacity: 1;
    border-color: rgb(245 247 251 / var(--tw-border-opacity));
}

.hover\:border-pale-green:hover{
    --tw-border-opacity: 1;
    border-color: rgb(248 251 246 / var(--tw-border-opacity));
}

.hover\:border-pale-grey:hover{
    --tw-border-opacity: 1;
    border-color: rgb(252 252 252 / var(--tw-border-opacity));
}

.hover\:border-pale-pink:hover{
    --tw-border-opacity: 1;
    border-color: rgb(255 248 245 / var(--tw-border-opacity));
}

.hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.hover\:bg-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(72 166 44 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:text-green:hover{
    --tw-text-opacity: 1;
    color: rgb(72 166 44 / var(--tw-text-opacity));
}

.hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.group:hover .group-hover\:bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgb(34 87 122 / var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:fill-green{
    fill: #48A62C;
}

.group:hover .group-hover\:fill-white{
    fill: #fff;
}


@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('/fonts/vendor/uk-number-plate/plate.css');

@tailwind base;
@tailwind components;
@tailwind utilities;

input, input::placeholder, input:focus, select {
    @apply border border-blue rounded-[10px] text-grey
}

:root {
    --lightGradient: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
}
body {
    line-height: 1;
    font-family: Lato, sans-serif;
}
#reg, #reg::placeholder, #reg:hover, #reg:focus, #reg:active, #reg:-webkit-autofill,
#reg:-webkit-autofill:hover,
#reg:-webkit-autofill:focus,
#reg:-webkit-autofill:active
{
    font-family: 'UKNumberPlate', sans-serif;
    @apply text-black text-3xl text-center relative z-[3] uppercase;
    -webkit-box-shadow: none !important;
    -webkit-text-fill-color: #10170E !important;
    overflow: hidden !important;
    box-shadow: none !important;
    transition: all 0s 50000s;
}

#reg:-webkit-autofill::first-line {
    font-family: 'UKNumberPlate', sans-serif;
}
.container-width {
    @apply max-w-[1200px] px-4
}
h1 {
    font-size: 3.25rem;
    text-transform: uppercase;
}
h2 {
    @apply text-4xl uppercase relative font-black mb-12 md:mb-24 text-dark-blue;
}
h2 svg {
    @apply -z-[1]
}
h3 {
    @apply text-2xl font-bold leading-6
}
p, h4 {
    @apply text-base text-black
}
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 1em; /* Add some padding for the pseudo-element */
    background-image: url('/images/icons/input-arrow.svg');
    background-position: 97% center;
    background-size: 17px 10px;
    background-repeat: no-repeat;
}
input:not([type="checkbox"]):not([type="radio"]), input:not([type="checkbox"]):not([type="radio"])::placeholder, input:not([type="checkbox"]):not([type="radio"]):focus, input:not([type="checkbox"]):not([type="radio"]):active, select, select:active, input:not([type="checkbox"]):not([type="radio"]):not(:focus) {
    @apply text-lg min-h-[50px] text-black
}
input:not([type="checkbox"]):not([type="radio"]), select {
    @apply px-3 bg-pale-grey shadow-md;
}
#reg, #reg:focus, #reg:hover, #reg:active, #reg:-webkit-autofill,
#reg:-webkit-autofill:hover,
#reg:-webkit-autofill:focus,
#reg:-webkit-autofill:active{
    @apply border-2 border-black rounded-[5px] relative w-[196px] h-[46px] bg-gold top-[2px] left-[2px];
    min-height: unset;
}
.reg {
    @apply block w-[200px] h-[50px] relative;
}
.reg:before {
    content: '';
    @apply absolute w-[200px] h-[50px] top-0 left-0 bg-gold -z-[1] rounded-[7px];
}
label {
    font-size: 0.9rem;
    @apply text-blue pb-1 block;
}
.btn, .span-btn {
    filter: brightness(100%);
    @apply text-sm sm:text-base uppercase font-bold flex items-center justify-center
    h-[50px] transition transition-all duration-300;
}
.btn:hover, .span-btn:hover {
    filter: brightness(110%);
}
footer {
    @apply bg-dark-blue
}
footer * {
    @apply text-light-green
}
footer h3 {
    @apply text-light-blue
}



/* HEADER */
.top-bar {
    @apply h-[50px] md:h-[60px] bg-pale-grey
}
.top-bar a {
    @apply uppercase text-blue
}
.top-bar span {
    @apply text-blue
}
nav {
    box-shadow: 0 10px 12px 2px rgba(16, 23, 14, 0.4);
    @apply bg-dark-blue h-[60px] md:h-[80px]
}
.sub-nav {
    box-shadow: 0 10px 12px 2px rgba(16, 23, 14, 0.4);
}
.sub-nav-item {
    background: linear-gradient(90deg, theme('colors.light-green') 0%, theme('colors.pale-grey') 100%);
    @apply w-full py-3 px-6 rounded-[10px] relative transition transition-all;
}
.sub-nav-item:before {
    @apply content-[''] absolute top-[25%] left-0 bg-green w-[6px] h-[20px] rounded-r-[6px]
    text-dark-blue transition transition-all;
}
.sub-nav-item:hover {
    background: linear-gradient(90deg, theme('colors.green') 0%, theme('colors.pale-grey') 100%);
    @apply text-white;
}
.sub-nav-item:hover:before {
    @apply bg-pale-green;
}
nav ul li {
    @apply h-full flex items-center
}
nav ul li a.main-nav-item {
    @apply capitalize text-light-green font-bold h-full flex items-center relative whitespace-nowrap
}
nav ul li button.main-nav-item {
    @apply capitalize text-light-green font-bold h-full flex items-center relative whitespace-nowrap
}
nav ul li button.main-nav-item:before {
    @apply content-[''] absolute top-0 -left-[20px] w-[calc(100%+40px)] h-[6px] bg-green rounded-bl-[6px]
    rounded-br-[6px]
}
nav ul li button.main-nav-item:after {
    @apply content-[''] absolute bottom-0 -left-[20px] w-[calc(100%+40px)] h-[6px] bg-green rounded-tl-[6px]
    rounded-tr-[6px]
}
nav ul li a.active:before {
    @apply content-[''] absolute top-0 -left-[20px] w-[calc(100%+40px)] h-[6px] bg-green rounded-bl-[6px]
    rounded-br-[6px]
}
nav ul li a.active:after {
    @apply content-[''] absolute bottom-0 -left-[20px] w-[calc(100%+40px)] h-[6px] bg-green rounded-tl-[6px]
    rounded-tr-[6px]
}
nav ul li a.main-nav-item:not(nav ul li a.active):before {
    @apply content-[''] absolute top-0 -left-[20px] w-[calc(100%+40px)] h-[6px] bg-blue rounded-bl-[6px]
    rounded-br-[6px] opacity-0 transition transition-all
}
nav ul li a.main-nav-item:not(nav ul li a.active):after {
    @apply content-[''] absolute bottom-0 -left-[20px] w-[calc(100%+40px)] h-[6px] bg-blue rounded-tl-[6px]
    rounded-tr-[6px] opacity-0 transition transition-all
}
nav ul li a.main-nav-item:not(nav ul li a.active):hover:before {
    @apply opacity-100
}
nav ul li a.main-nav-item:not(nav ul li a.active):hover:after {
    @apply opacity-100
}




/* SETTINGS */
.light-gradient {
    background: var(--lightGradient);
}
.info-icon {
    @apply relative top-[9px]
}
.add-section {
    background-image: url("/images/background/bg2.svg");
}



/* CARD */
.card-container {
    background-color: transparent;
    perspective: 1000px;
    @apply w-[282px] h-auto
}
.card-container-inner {
    transform-style: preserve-3d;
    @apply relative w-full h-full transition transition-all duration-[600ms]
}
.card-front, .card-back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    @apply absolute h-full w-full
}
.card-back {
    transform: rotateY(180deg);
    @apply bg-pale-grey shadow-lg rounded-[20px] hover:shadow-sm transition transition-all
}


/* FOOTER */
.footer-link {
    @apply hover:text-green transition transition-all
}


/* TOOLTIP */
.tooltip {
    @apply relative inline-block
}
.tooltip .tooltiptext {
    @apply invisible w-[200px] bg-black text-white text-center rounded-[6px] p-2 absolute z-[999];
    @apply bottom-[150%] -left-[69px] -ml-[100px] text-base
}
.tooltip .tooltiptext::after {
    @apply content-[''] absolute top-[100%] left-[92%] -ml-[5px] border border-[5px];
    border-color: #10170E transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}

select, select.form-control {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 1em;
    background-image: url(/images/icons/input-arrow.svg);
    background-position: 97% center;
    background-size: 17px 10px;
    background-repeat: no-repeat;
}

input:not([type="checkbox"]):not([type="radio"]),
input:not([type="checkbox"]):not([type="radio"])::placeholder,
input:not([type="checkbox"]):not([type="radio"]):focus,
input:not([type="checkbox"]):not([type="radio"]):active,
select,
select:active,
input:not([type="checkbox"]):not([type="radio"]):not(:focus),
.form-control,
.form-control::placeholder,
.form-control:focus,
.form-control:active,
.form-control:not(:focus) {
    min-height: 50px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(16 23 14 / var(--tw-text-opacity));
}

input:not([type="checkbox"]):not([type="radio"]), select, .form-control {
    --tw-bg-opacity: 1;
    background-color: rgb(252 252 252 / var(--tw-bg-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
input:not([type="checkbox"]):not([type="radio"]), input:not([type="checkbox"]):not([type="radio"])::placeholder, input:not([type="checkbox"]):not([type="radio"]):focus, select, .form-control {
    border-radius: 10px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(34 87 122 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(132 132 132 / var(--tw-text-opacity));
}

.tooltip {
    opacity: 1;
    z-index: 2;
}

.form-group {
    margin-bottom: 0;
}
#hero-title {
    font-size: 100%;
}

.ajax-loader {
    width: 22px;
    padding: 0;
}

.form-group .ajax-loader {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    bottom: 8px;
    right: 20px;
    transition: opacity 0.3s;
}

.ui-autocomplete, .pac-container {
    z-index: 1051 !important;
}
[type=checkbox] {
    display: inline-block;
    height: 20px;
    width: 20px;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: currentColor;
    border: 1px solid currentColor;
    border-radius: 0.25rem;
}
[type=checkbox]:disabled {
    cursor: not-allowed;
    color: GrayText;
}
[type=checkbox]::before {
    content: "";
    position: absolute;

    border-radius: 50%;
    transition: background-color 200ms;
}
@media (pointer: coarse) {
    [type=checkbox]::before {


    }
}
[type=checkbox]:enabled:where(:hover, :focus-visible) {

}
[type=checkbox]:enabled:where(:hover, :focus-visible)::before {

}
[type=checkbox]:checked::after, [type=checkbox]:indeterminate::after {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    background-color: #48a62c;
    margin: 2px;
}
.pac-item {
    cursor: pointer !important;
    padding: 10px 4px !important;
}
i:not(.fas) {
    color: grey;
    padding-top: 5px;
    display: inline-block;
    font-size: 13px;
}
[type=checkbox]:checked::after {

}
[type=checkbox]:indeterminate::after {

}
.info-block p {
    font-size: 12px;
    line-height: 19px;
    --tw-text-opacity: 1;
    color: rgb(16 23 14 / var(--tw-text-opacity));
    line-break: auto;
}
.brand-info-block-logo {
    position: absolute;
    bottom: -17px;
    background-color: white;
    text-align: center;

    right: 0px;
}

@media not all and (min-width: 1024px){
    .max-lg\:relative{
        position: relative;
    }

    .max-lg\:-top-\[30px\]{
        top: -30px;
    }

    .max-lg\:top-2{
        top: 0.5rem;
    }

    .max-lg\:mt-8{
        margin-top: 2rem;
    }

    .max-lg\:flex{
        display: flex;
    }

    .max-lg\:h-\[75px\]{
        height: 75px;
    }

    .max-lg\:w-1\/2{
        width: 50%;
    }

    .max-lg\:flex-1{
        flex: 1 1 0%;
    }

    .max-lg\:flex-wrap{
        flex-wrap: wrap;
    }

    .max-lg\:items-start{
        align-items: flex-start;
    }

    .max-lg\:justify-between{
        justify-content: space-between;
    }

    .max-lg\:gap-8{
        gap: 2rem;
    }

    .max-lg\:rounded-bl-\[25px\]{
        border-bottom-left-radius: 25px;
    }

    .max-lg\:rounded-br-\[25px\]{
        border-bottom-right-radius: 25px;
    }
}

@media not all and (min-width: 768px){
    .max-md\:relative{
        position: relative;
    }

    .max-md\:left-4{
        left: 1rem;
    }

    .max-md\:mb-6{
        margin-bottom: 1.5rem;
    }

    .max-md\:inline-block{
        display: inline-block;
    }

    .max-md\:hidden{
        display: none;
    }

    .max-md\:flex-1{
        flex: 1 1 0%;
    }

    .max-md\:origin-bottom-left{
        transform-origin: bottom left;
    }

    .max-md\:-rotate-90{
        --tw-rotate: -66deg;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .max-md\:gap-4{
        gap: 1rem;
    }

    .max-md\:overflow-hidden{
        overflow: hidden;
    }

    .max-md\:text-sm{
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

@media not all and (min-width: 640px){
    .max-sm\:absolute{
        position: absolute;
    }

    .max-sm\:mt-12{
        margin-top: 3rem;
    }

    .max-sm\:mt-16{
        margin-top: 4rem;
    }

    .max-sm\:p-4{
        padding: 1rem;
    }

    .max-sm\:text-xl{
        font-size: 1.15rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 431px){
    .xs\:text-\[3\.125rem\]{
        font-size: 3.125rem;
    }
}

@media (min-width: 640px){
    .sm\:inline-block{
        display: inline-block;
    }

    .sm\:h-\[350px\]{
        height: 350px;
    }

    .sm\:w-1\/2{
        width: 50%;
    }

    .sm\:grid-cols-2{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sm\:flex-row{
        flex-direction: row;
    }

    .sm\:gap-12{
        gap: 3rem;
    }

    .sm\:gap-6{
        gap: 1.5rem;
    }

    .sm\:px-6{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .sm\:text-3xl{
        font-size: 1.875rem;
        line-height: 1.9rem;
    }
}

@media (min-width: 768px){
    .md\:mb-12{
        margin-bottom: 3rem;
    }

    .md\:mb-8{
        margin-bottom: 2rem;
    }

    .md\:inline-block{
        display: inline-block;
    }

    .md\:flex{
        display: flex;
    }

    .md\:hidden{
        display: none;
    }

    .md\:h-\[300px\]{
        height: 300px;
    }

    .md\:w-1\/5{
        width: 20%;
    }

    .md\:w-2\/5{
        width: 40%;
    }

    .md\:w-3\/5{
        width: 60%;
    }

    .md\:grid-cols-2{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:flex-row{
        flex-direction: row;
    }

    .md\:flex-col{
        flex-direction: column;
    }

    .md\:items-start{
        align-items: flex-start;
    }

    .md\:items-end{
        align-items: flex-end;
    }

    .md\:gap-20{
        gap: 5rem;
    }

    .md\:gap-8{
        gap: 2rem;
    }

    .md\:text-right{
        text-align: right;
    }
}

@media (min-width: 1024px){
    .lg\:absolute{
        position: absolute;
    }

    .lg\:mb-16{
        margin-bottom: 4rem;
    }

    .lg\:mt-auto{
        margin-top: auto;
    }

    .lg\:block{
        display: block;
    }

    .lg\:hidden{
        display: none;
    }

    .lg\:h-\[140px\]{
        height: 140px;
    }

    .lg\:h-\[320px\]{
        height: 320px;
    }

    .lg\:w-2\/3{
        width: 66.666667%;
    }

    .lg\:w-6{
        width: 1.5rem;
    }

    .lg\:w-\[260px\]{
        width: 260px;
    }

    .lg\:flex-1{
        flex: 1 1 0%;
    }

    .lg\:grid-cols-4{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .lg\:flex-row{
        flex-direction: row;
    }

    .lg\:flex-col{
        flex-direction: column;
    }

    .lg\:items-center{
        align-items: center;
    }

    .lg\:gap-1{
        gap: 0.25rem;
    }

    .lg\:gap-4{
        gap: 1rem;
    }

    .lg\:gap-6{
        gap: 1.5rem;
    }

    .lg\:text-4xl{
        font-size: 1.3rem;
        line-height: 2.5rem;
    }

    .lg\:text-\[5rem\]{
        font-size: 5rem;
    }

    .lg\:text-xl{
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .lg\:hover\:-top-\[1px\]:hover{
        top: -1px;
    }
}

@media (min-width: 1280px){
    .xl\:h-\[525px\]{
        height: 525px;
    }

    .xl\:w-\[300px\]{
        width: 300px;
    }
}
