@charset "UTF-8";.bubble[data-v-e246e78d] {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    min-width: 2.5em;
    height: 2.5em;
    background-color: var(--secondary-color-bubble);
    color: var(--tml-primary-color-bubble);
    transition: background-color .15s
}

.bubble svg[data-v-e246e78d] {
    color: var(--tml-primary-color-bubble)
}

.bubble p[data-v-e246e78d] {
    color: var(--tml-primary-color-bubble)
}

.bubble.show-border[data-v-e246e78d] {
    border: 2px solid;
    border-color: var(--tml-primary-color-bubble)
}

.bubble.expand[data-v-e246e78d]:after {
    content: "";
    position: absolute;
    top: -1em;
    left: -1em;
    bottom: -1em;
    right: -1em;
    border-radius: inherit
}

.bubble.cursor-pointer[data-v-e246e78d]:hover {
    background-color: var(--hover-color)!important;
    opacity: var(--hover-opacity)!important
}

.bubble .loader[data-v-e246e78d] {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 200%;
    stroke: var(--tml-primary-color-bubble)
}

.bubble .loader circle[data-v-e246e78d] {
    fill: transparent;
    stroke-width: 2;
    transform: rotate(-90deg) translate(-100%);
    transition: stroke-dasharray 0s linear;
    animation: loader-e246e78d 4s infinite;
    animation-timing-function: linear
}

.bubble.solid[data-v-e246e78d] {
    background-color: var(--tml-primary-color-bubble);
    color: var(--secondary-color-bubble)
}

.bubble.solid .loader[data-v-e246e78d] {
    stroke: var(--secondary-color-bubble)
}

.bubble.solid svg[data-v-e246e78d] {
    color: var(--secondary-color-bubble)
}

.bubble.left[data-v-e246e78d] {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.bubble.left[data-v-e246e78d]:after {
    right: 0
}

.bubble.middle[data-v-e246e78d] {
    border-left: none;
    border-right: none;
    border-radius: 0
}

.bubble.middle[data-v-e246e78d]:after {
    left: 0;
    right: 0
}

.bubble.right[data-v-e246e78d] {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.bubble.right[data-v-e246e78d]:after {
    left: 0
}

.bubble.disabled[data-v-e246e78d] {
    border-color: #c9c9c9;
    color: #c9c9c9
}

.bubble.disabled.cursor-pointer[data-v-e246e78d]:hover {
    background-color: #ebebeb!important;
    opacity: 1!important
}

.bubble.disabled.solid[data-v-e246e78d] {
    background-color: #c9c9c9;
    color: #fff
}

.bubble.disabled.solid.cursor-pointer[data-v-e246e78d]:hover {
    background-color: #b0b0b0!important
}

.bubble.disabled svg[data-v-e246e78d] {
    color: #c9c9c9
}

.bubble.disabled .loader[data-v-e246e78d] {
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px
}

@keyframes loader-e246e78d {
    0% {
        stroke-dasharray: 0 106;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 106 106;
        stroke-dashoffset: 0
    }

    to {
        stroke-dasharray: 0 106;
        stroke-dashoffset: -106
    }
}

.color-square[data-v-3bc20857] {
    background-size: cover
}

.color-square.Pine-Green[data-v-3bc20857] {
    background-color: #394b3d
}

.color-square.Lime-Green[data-v-3bc20857] {
    background-color: #9ccc35
}

.color-square.Black[data-v-3bc20857] {
    background-color: #000
}

.color-square.Blue[data-v-3bc20857] {
    background-color: #0039a6
}

.color-square.Brilliant-blue[data-v-3bc20857] {
    background-color: #1824cc
}

.color-square.Brimstone-Yellow[data-v-3bc20857] {
    background-color: #fcef01
}

.color-square.Brown[data-v-3bc20857] {
    background-color: #452a25
}

.color-square.Burgundy[data-v-3bc20857] {
    background-color: #702225
}

.color-square.Copper-metallic-[data-v-3bc20857] {
    background-color: #b2550d
}

.color-square.Cream[data-v-3bc20857] {
    background-color: #f4d19b
}

.color-square.Dark-Grey[data-v-3bc20857] {
    background-color: #555
}

.color-square.Dark-Red[data-v-3bc20857] {
    background-color: #ab2330
}

.color-square.Denim-Blue[data-v-3bc20857],.color-square.Denim[data-v-3bc20857] {
    background-color: #1f424b
}

.color-square.Ecru[data-v-3bc20857] {
    background-color: #fef2dd
}

.color-square.Eggplant[data-v-3bc20857] {
    background-color: #541848
}

.color-square.Golden-Yellow[data-v-3bc20857] {
    background-color: #f9a311
}

.color-square.Gold-metallic-[data-v-3bc20857] {
    background-color: #a08207
}

.color-square.Grass-Green[data-v-3bc20857] {
    background-color: #238f0b
}

.color-square.Green[data-v-3bc20857] {
    background-color: #497a27
}

.color-square.Ice-Blue[data-v-3bc20857] {
    background-color: #3acbcf
}

.color-square.Kelly-Green[data-v-3bc20857] {
    background-color: #10bc5b
}

.color-square.Light-Blue[data-v-3bc20857] {
    background-color: #d1dbe3
}

.color-square.Light-Brown[data-v-3bc20857] {
    background-color: #bb8042
}

.color-square.Light-Green[data-v-3bc20857] {
    background-color: #74c154
}

.color-square.Light-Grey[data-v-3bc20857] {
    background-color: #616265
}

.color-square.Light-Pink[data-v-3bc20857] {
    background-color: #ffdbf9
}

.color-square.Mint[data-v-3bc20857] {
    background-color: #83df63
}

.color-square.Moss-Green[data-v-3bc20857] {
    background-color: #374723
}

.color-square.Navy-Blue[data-v-3bc20857],.color-square.Navy[data-v-3bc20857] {
    background-color: #0d1b30
}

.color-square.Nut-Brown[data-v-3bc20857] {
    background-color: #c85b0a
}

.color-square.Orange[data-v-3bc20857] {
    background-color: #f57b20
}

.color-square.Pastel-Orange[data-v-3bc20857] {
    background-color: #f96d08
}

.color-square.Purple[data-v-3bc20857] {
    background-color: #4c2a4b
}

.color-square.Red[data-v-3bc20857] {
    background-color: #c52020
}

.color-square.Silver-metallic-[data-v-3bc20857] {
    background-color: #b1b1b1
}

.color-square.Sky-blue[data-v-3bc20857] {
    background-color: #d6e4ed
}

.color-square.Soft-Pink[data-v-3bc20857] {
    background-color: #f55db7
}

.color-square.Tan[data-v-3bc20857] {
    background-color: #937e6e
}

.color-square.Turquoise[data-v-3bc20857] {
    background-color: #20c06e
}

.color-square.White[data-v-3bc20857] {
    background-color: #fff
}

.color-square.Sunflower-Yellow[data-v-3bc20857] {
    background-color: #f7cd11
}

.color-square.Yellow-Green[data-v-3bc20857] {
    background-color: #0abb0e
}

.color-square.Bright-Blue[data-v-3bc20857] {
    background-color: #2173d9
}

.color-square.Yellow[data-v-3bc20857] {
    background-color: #efec00
}

.color-square.Jade[data-v-3bc20857] {
    background-color: #0e695c
}

.color-square.Bamboo-Green[data-v-3bc20857] {
    background-color: #8dd14d
}

.color-square.Grey[data-v-3bc20857] {
    background-color: #c7c1c3
}

.color-square.Dark-Green[data-v-3bc20857] {
    background-color: #1b6315
}

.color-square.Bottle-Green[data-v-3bc20857] {
    background-color: #42834b
}

.color-square.Melange-Grey[data-v-3bc20857] {
    background-color: #e9e9e9
}

.color-square.Dark-Heather[data-v-3bc20857] {
    background-color: #414144
}

.color-square.Rapanui-Green[data-v-3bc20857] {
    background-color: #77b800
}

.color-square.Red-Wine[data-v-3bc20857] {
    background-color: #702225
}

.color-square.Athletic-Grey[data-v-3bc20857] {
    background-color: #dadada
}

.color-square.Plum[data-v-3bc20857] {
    background-color: #be6095
}

.color-square.Charcoal-Grey[data-v-3bc20857] {
    background-color: #3d484e
}

.color-square.Leaf-Green[data-v-3bc20857] {
    background-color: #497a27
}

.color-square.Midnight-Blue[data-v-3bc20857] {
    background-color: #384ccd
}

.color-square.Baby-Blue[data-v-3bc20857] {
    background-color: #d8e8df
}

.color-square.Natural[data-v-3bc20857] {
    background-color: #e9e4d0
}

.color-square.Neutral[data-v-3bc20857] {
    background-color: #af9483
}

.color-square.Oat[data-v-3bc20857] {
    background-color: #ded7c8
}

.color-square.Lime[data-v-3bc20857] {
    background-color: #b7b179
}

.color-square.Slate[data-v-3bc20857] {
    background-color: #272d32
}

.color-square.Compton-Clay[data-v-3bc20857] {
    background-color: #54392d
}

.color-square.Tie-Dye[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/Tie-Dye.jpg)
}

.color-square.Pastel-Tie-Dye[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/Pastel-Tie-Dye.jpg)
}

.color-square.Dip-Dye[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/Dip-Dye.jpg)
}

.color-square.Raspberry[data-v-3bc20857] {
    background-color: #e925d9
}

.color-square.Blue-Pink[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/blue-pink.jpg)
}

.color-square.Green-Purple[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/green-purple.jpg)
}

.color-square.Orange-Green[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/orange-green.jpg)
}

.color-square.Purple-Blue[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/purple-blue.jpg)
}

.color-square.Yellow-Red[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/yellow-red.jpg)
}

.color-square.Various[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/yellow-red.jpg)
}

.color-square.Beach[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/RNS4-Beach.jpg)
}

.color-square.Lightning[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/lightning.jpg)
}

.color-square.Striped[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/striped.jpg)
}

.color-square.Peace[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/RNS4-Peace.jpg)
}

.color-square.Shark[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/RNS4-Shark.jpg)
}

.color-square.Sherbet-Blueberry[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/RNS4-Sherbet-Blueberry.png)
}

.color-square.Turquoise-Yellow[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/RNS4-Turquoise-Yellow.png)
}

.color-square.Weather[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/weather.jpg)
}

.color-square.Grey-Pack[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/RNS5-Shark-Pack.png)
}

.color-square.Coloured-Pack[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/RNS5-Weather-Pack.png)
}

.color-square.Bumblebee[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/RNS6-Bumblebees.jpg)
}

.color-square.Diamond[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/RNS6-Diamonds.jpg)
}

.color-square.Patterned-Pack[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/RNS7-Diamond-Pack.png)
}

.color-square.Black-Heather[data-v-3bc20857] {
    background-color: #000
}

.color-square.Light-Heather[data-v-3bc20857] {
    background-color: #9a9ba1
}

.color-square.Sage-Green[data-v-3bc20857] {
    background-color: #46541c
}

.color-square.Black-White[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/black-white.jpg)
}

.color-square.Athletic-Grey-White[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/athletic-grey-white.jpg)
}

.color-square.Red-Wine-White[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/red-wine-white.jpg)
}

.color-square.Black-Skulls[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/black-skulls.png)
}

.color-square.Grey-Skulls[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/grey-skulls.png)
}

.color-square.Navy-Skulls[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/navy-skulls.png)
}

.color-square.Navy-Stripes[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/navy-stripes.png)
}

.color-square.Multiple[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/multiple.png)
}

.color-square.Stripes[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/stripes.png)
}

.color-square.Swallows[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/swallows.png)
}

.color-square.Sky-Blue[data-v-3bc20857] {
    background-color: #d6e4ed
}

.color-square.Blue-Fade[data-v-3bc20857] {
    background: rgb(255,255,255);
    background: linear-gradient(to bottom,rgb(255,255,255) 0%,rgb(167,199,220) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#a7c7dc",GradientType=0)
}

.color-square.Mint-Fade[data-v-3bc20857] {
    background: rgb(181,229,174);
    background: linear-gradient(to bottom,rgb(181,229,174) 0%,rgb(255,255,255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b5e5ae",endColorstr="#ffffff",GradientType=0)
}

.color-square.Two-Tone[data-v-3bc20857] {
    background: rgb(255,198,250);
    background: linear-gradient(to bottom,rgb(255,198,250) 0%,rgb(178,226,234) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc6fa",endColorstr="#b2e2ea",GradientType=0)
}

.color-square.Pink-Fade[data-v-3bc20857] {
    background: rgb(255,198,250);
    background: linear-gradient(to bottom,rgb(255,198,250) 0%,rgb(255,255,255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc6fa",endColorstr="#ffffff",GradientType=0)
}

.color-square.Kingfisher[data-v-3bc20857] {
    background-color: #31bfa2
}

.color-square.Bow[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/bows.png)
}

.color-square.Stripes-Green[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/stripes-green.png)
}

.color-square.Stripes-Pink[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/stripes-pink.png)
}

.color-square.Thick-Red[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/thick-stripes-red.png)
}

.color-square.Narrow-Orange[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/narrow-stripes-orange.png)
}

.color-square.Narrow-Pink[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/narrow-stripes-pink.png)
}

.color-square.Owls[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/owls.png)
}

.color-square.Polka-Dot[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/polka-dots-pink.png)
}

.color-square.Daisies[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/daisy.png)
}

.color-square.Red-Grey[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/red-grey.png)
}

.color-square.Brown-Flannel[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/brown-flannel.jpg)
}

.color-square.Aran[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/aran-icon.jpg)
}

.color-square.Slate[data-v-3bc20857] {
    background-color: #5a5650
}

.color-square.Redwood[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/redwood-icon.jpg)
}

.color-square.Atlantic[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/atlantic-icon.jpg)
}

.color-square.Filter-Red[data-v-3bc20857] {
    background-color: #c30000
}

.color-square.Filter-Blue[data-v-3bc20857] {
    background-color: #1363c6
}

.color-square.Filter-Yellow[data-v-3bc20857] {
    background-color: #e8d136
}

.color-square.Filter-Purple[data-v-3bc20857] {
    background-color: #4d2b4c
}

.color-square.Filter-Green[data-v-3bc20857] {
    background-color: #567726
}

.color-square.Filter-Grey[data-v-3bc20857] {
    background-color: #c8c8c8
}

.color-square.Filter-Natural[data-v-3bc20857] {
    background-color: #e9e4d0
}

.color-square.Filter-Pink[data-v-3bc20857] {
    background-color: #f39e89
}

.color-square.Filter-Orange[data-v-3bc20857] {
    background-color: #f57b20
}

.color-square.Filter-Brown[data-v-3bc20857] {
    background-color: #452a25
}

.color-square.Filter-White[data-v-3bc20857] {
    background-color: #fff
}

.color-square.Filter-Black[data-v-3bc20857] {
    background-color: #000
}

.color-square.Yellow-Blue[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/yellow-blue.jpg)
}

.color-square.Green-Grey[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/green-grey.jpg)
}

.color-square.Blue-Flannel[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/blue-flannel.png)
}

.color-square.Herringbone-Blue[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/herringbone-blue.jpg)
}

.color-square.Herringbone-Grey[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/herringbone-grey.jpg)
}

.color-square.Red-Flannel[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/red-flannel.png)
}

.color-square.Purple-Flannel[data-v-3bc20857],.color-square.Purple-Check[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/purple-flannel.jpg)
}

.color-square.Black-Pack[data-v-3bc20857] {
    background-color: #000
}

.color-square.Adventure[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/RNS4-Adventure.jpg)
}

.color-square.Cactus[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/Cactus.jpg)
}

.color-square.Disco[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/RNS4-Disco.jpg)
}

.color-square.Fade[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/RNS4-Fade.jpg)
}

.color-square.Astronaut[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/RNS4-Shuttle.jpg)
}

.color-square.Surf[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/wave.jpg)
}

.color-square.Flamingo[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/RNS6-Flamingo.jpg)
}

.color-square.Fox[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/RNS6-Fox.jpg)
}

.color-square.Patterned[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/RNS6-Patterned.jpg)
}

.color-square.Spotty[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/RNS6-Spotty.jpg)
}

.color-square.Pastel-Pink[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/RNS6-Pastel-Pink.jpg)
}

.color-square.Fish[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/RNS4-Fish.jpg)
}

.color-square.Green-Check[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/green-check-shirt.jpg)
}

.color-square.Red-Check[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/red-check-shirt.png)
}

.color-square.Grey-Check[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/grey-check-shirt.jpg)
}

.color-square.Blue-Check[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/blue-check.jpg)
}

.color-square.Yellow-Check[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/yellow-check.jpg)
}

.color-square.Anchor[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/RNA21_Anchor.jpg)
}

.color-square.Space[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/RNA21_Space.jpg)
}

.color-square.Dark-Yellow[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/rna15-dark-yellow.jpg)
}

.color-square.Tobacco[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/rna15-tobacco.jpg)
}

.color-square.Pink[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/RNS6-Pastel-Pink.jpg)
}

.color-square.Atlantic-Nepp[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/atlantic-nepp.jpg)
}

.color-square.Pacific-Nepp[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/pacific-nepp.jpg)
}

.color-square.White-Stripes[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/white-stripes.jpg)
}

.color-square.Navy-Stripes[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/navy-stripes.jpg)
}

.color-square.Red-Stripes[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/red-stripes.jpg)
}

.color-square.Lemon[data-v-3bc20857] {
    background-color: #e9e397
}

.color-square.Khaki[data-v-3bc20857] {
    background-color: #56643f
}

.color-square.Aqua[data-v-3bc20857] {
    background-color: #ceefee
}

.color-square.Violet[data-v-3bc20857] {
    background-color: #d8cee1
}

.color-square.Light-Purple[data-v-3bc20857] {
    background-color: #e4dae9
}

.color-square.Denim-Blue-White[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/denim-blue-white.png)
}

.color-square.Mustard[data-v-3bc20857] {
    background-color: #e2b03e
}

.color-square.Rainbow[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/rainbow.jpg)
}

.color-square.Pastel[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/pastel.jpg)
}

.color-square.Marine[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/marine.jpg)
}

.color-square.Ninja[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/ninja.jpg)
}

.color-square.Eggshell[data-v-3bc20857] {
    background-color: #ceefee
}

.color-square.Marine-Black[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/marine-black.png)
}

.color-square.Marine-White[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/marine-white.png)
}

.color-square.Lollipop[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/lollipop.jpg)
}

.color-square.Woodland[data-v-3bc20857] {
    background-color: #775727
}

.color-square.Blue-Group[data-v-3bc20857] {
    background-color: #0f4b70
}

.color-square.Black-Group[data-v-3bc20857] {
    background-color: #000
}

.color-square.White-Group[data-v-3bc20857] {
    background-color: #fff
}

.color-square.Yellow-Group[data-v-3bc20857] {
    background-color: #e2b03e
}

.color-square.Brown-Group[data-v-3bc20857] {
    background-color: #452a25
}

.color-square.Orange-Group[data-v-3bc20857] {
    background-color: #f57b20
}

.color-square.Purple-Group[data-v-3bc20857] {
    background-color: #4c2a4b
}

.color-square.Red-Group[data-v-3bc20857] {
    background-color: #ab2330
}

.color-square.Pink-Group[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/RNS6-Pastel-Pink.jpg)
}

.color-square.Grey-Group[data-v-3bc20857] {
    background-color: #c7c1c3
}

.color-square.Green-Group[data-v-3bc20857] {
    background-color: #497a27
}

.color-square.Other-Group[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/Tie-Dye.jpg)
}

.color-square.Cherry[data-v-3bc20857] {
    background-color: #9b1f42
}

.color-square.Beachy[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/beach.png)
}

.color-square.Coral[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/coral.png)
}

.color-square.Forest[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/forest.png)
}

.color-square.Ice-Cream[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/ice-cream.png)
}

.color-square.Bananaboat[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/bananaboat.png)
}

.color-square.Rainboat[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/rainboat.png)
}

.color-square.Tugboat[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/tugboat.png)
}

.color-square.The-Lifeboat[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/lifeboat.png)
}

.color-square.Lifeboat[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/lifeboat-new.png)
}

.color-square.Lime-Stripe[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/lime.png)
}

.color-square.Norway[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/norway.png)
}

.color-square.Snazzy[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/snazzy.png)
}

.color-square.Sunset[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/sunset.png)
}

.color-square.The-Bay[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/the-bay.png)
}

.color-square.Stone-Blue[data-v-3bc20857] {
    background-color: #99b0be
}

.color-square.Rust[data-v-3bc20857] {
    background-color: #b74d3b
}

.color-square.Mauve[data-v-3bc20857] {
    background-color: #d1b7c1
}

.color-square.Sage[data-v-3bc20857] {
    background-color: #a5b798
}

.color-square.Peach[data-v-3bc20857] {
    background-color: #d37f6f
}

.color-square.Olive[data-v-3bc20857] {
    background-color: #a6a692
}

.color-square.Clay[data-v-3bc20857] {
    background-color: #ce7a50
}

.color-square.Teal[data-v-3bc20857] {
    background-color: #93c4bb
}

.color-square.Stone[data-v-3bc20857] {
    background-color: #efebe7
}

.color-square.Sand[data-v-3bc20857] {
    background-color: tan
}

.color-square.Pastel-Green[data-v-3bc20857] {
    background-color: #e7f7de
}

.color-square.Bananaboat[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/bananaboat.png)
}

.color-square.Beach-Clean[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/beach-clean.png)
}

.color-square.Beach-Tidy[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/beach-tidy.png)
}

.color-square.Blue-Stripes[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/blue-stripes.png)
}

.color-square.Bumblebees[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/bumblebees.png)
}

.color-square.Citrus[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/citrus.png)
}

.color-square.Coral-Stripes[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/coral-stripes.png)
}

.color-square.Doodles[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/doodles.png)
}

.color-square.Green-Stripes[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/green-stripes.png)
}

.color-square.Grey-Black-Stripe[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/grey-and-black-stripe.png)
}

.color-square.Marine-Print[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/marine-print.png)
}

.color-square.Multicolour-Stripes[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/multicolour-stripes.png)
}

.color-square.Navy-Mustard-Stripe[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/navy-and-mustard-stripe.png)
}

.color-square.Ocean-Blue[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/ocean-blue.png)
}

.color-square.Ocean-Blue-Stripes[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/ocean-blue-stripes.png)
}

.color-square.Peace[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/peace.png)
}

.color-square.Pebbles[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/pebble.png)
}

.color-square.Retro[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/retro.png)
}

.color-square.Retro-Pattern[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/retro-pattern.png)
}

.color-square.Rust-Navy-Stripe[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/rust-and-navy-stripe.png)
}

.color-square.Seagrass-Green[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/seagrass-green.png)
}

.color-square.Seagrass-Green-Stripes[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/seagrass-green-stripes.png)
}

.color-square.Seaside[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/seaside.png)
}

.color-square.Seaweed[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/seaweed.png)
}

.color-square.Shark-Fin[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/shark-fin.png)
}

.color-square.Stone-Blue-Rust-Stripe[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/stone-blue-and-rust-stripe.png)
}

.color-square.Sunflower-Yellow[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/sunflower-yellow.png)
}

.color-square.Sunflower-Yellow-Stripes[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/sunflower-yellow-stripes.png)
}

.color-square.Sunrise[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/sunrise.png)
}

.color-square.Sunset-Pink[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/sunset-pink.png)
}

.color-square.Trees[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/trees.png)
}

.color-square.Tugboat[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/tugboat.png)
}

.color-square.Turbines[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/turbines.png)
}

.color-square.Waves[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/waves.png)
}

.color-square.Lavender[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/lavender.png)
}

.color-square.Amber[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/amber.png)
}

.color-square.Navy-Ecru-Stripe\a0[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/ecrus-navy-stripes.png)
}

.color-square.Chocolate[data-v-3bc20857] {
    background-color: #493b39
}

.color-square.Slate-Grey[data-v-3bc20857] {
    background-color: #72827e
}

.color-square.Yellow-Teal\a0[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/yellow-and-teal.png)
}

.color-square.Multicolour\a0[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/multicolour.png)
}

.color-square.Kingfisher[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/Kingfisher.png)
}

.color-square.Mustard-Stripes[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/Mustard-Stripes.png)
}

.color-square.Seagrass-Stripes[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/Seagrass-Stripes.png)
}

.color-square.Red-Navy-Check[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/red-navy-check.png)
}

.color-square.Khaki-Check[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/khaki-check.png)
}

.color-square.Slate-Check[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/slate-check.png)
}

.color-square.White-Frame[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/white-frame.png)
}

.color-square.Black-Frame[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/black-frame.png)
}

.color-square.Natural-Frame[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/natural-frame.png)
}

.color-square.Alex[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/yog/alex.png)
}

.color-square.Barry[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/yog/barry.png)
}

.color-square.Bekki[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/yog/bekki.png)
}

.color-square.Ben[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/yog/ben.png)
}

.color-square.Boba[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/yog/boba.png)
}

.color-square.Bouphe[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/yog/bouphe.png)
}

.color-square.Breeh[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/yog/breeh.png)
}

.color-square.Briony[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/yog/briony.png)
}

.color-square.Daltos[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/yog/daltos.png)
}

.color-square.Duncan[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/yog/duncan.png)
}

.color-square.Fionn[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/yog/fionn.png)
}

.color-square.Gee[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/yog/gee.png)
}

.color-square.Hat-Films[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/yog/hat\ films.png)
}

.color-square.Kim[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/yog/kim.png)
}

.color-square.Kirsty[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/yog/kirsty.png)
}

.color-square.Lolipopgi[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/yog/lolipopgi.png)
}

.color-square.Lydia[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/yog/lydia.png)
}

.color-square.Mango[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/yog/mango.png)
}

.color-square.Martyn[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/yog/martyn.png)
}

.color-square.Mousie[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/yog/mousie.png)
}

.color-square.Osie[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/yog/osie.png)
}

.color-square.Pedguin[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/yog/pedguin.png)
}

.color-square.Pyrion[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/yog/pyrion.png)
}

.color-square.Ravs[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/yog/ravs.png)
}

.color-square.Rythian[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/yog/rythian.png)
}

.color-square.Shadow[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/yog/shadow.png)
}

.color-square.Simon[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/yog/simon.png)
}

.color-square.Sips[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/yog/sips.png)
}

.color-square.Tom[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/yog/tom.png)
}

.color-square.Yogscast[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/yog/yogscast.png)
}

.color-square.Zoey[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/yog/zoey.png)
}

.color-square.Zylus[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/yog/zylus.png)
}

.color-square.Apricot[data-v-3bc20857] {
    background-color: #ce785d
}

.color-square.Solent[data-v-3bc20857] {
    background-color: #506886
}

.color-square.Taupe[data-v-3bc20857] {
    background-color: #af9483
}

.color-square.Lavender-Grey[data-v-3bc20857] {
    background-color: #7e7d88
}

.color-square.Oak[data-v-3bc20857] {
    background-color: #8d7e71
}

.color-square.Driftwood[data-v-3bc20857] {
    background-color: #a49871
}

.color-square.Pine[data-v-3bc20857] {
    background-color: #37503d
}

.color-square.Navy-Ecru-Stripe[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/navy-ecru-stripe.png)
}

.color-square.Rust-Solent[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/rust-solent.png)
}

.color-square.Khaki-Slate-Grey[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/khaki-slate-grey.png)
}

.color-square.Kraft[data-v-3bc20857] {
    background-color: #a28d5a
}

.color-square.Evergreen[data-v-3bc20857] {
    background-color: #23312d
}

.color-square.Chestnut[data-v-3bc20857] {
    background-color: #714a41
}

.color-square.Willow[data-v-3bc20857] {
    background-color: #807669
}

.color-square.Oat-Navy-Stripe[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/thin-navy-stripe.png)
}

.color-square.Beach-Hut[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/beach-hut.jpg)
}

.color-square.Deck-Chair[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/deck-chair.jpg)
}

.color-square.Aloe-Plaid[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/aloe-plaid.png)
}

.color-square.Arctic-Check[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/arctic-check.png)
}

.color-square.Crimson-Plaid[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/crimson-plaid.png)
}

.color-square.Deep-Sea-Plaid[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/deep-sea-plaid.png)
}

.color-square.Evergreen-Plaid[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/evergreen-plaid.png)
}

.color-square.Fireside-Check[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/fireside-check.png)
}

.color-square.Midnight-Plaid[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/midnight-plaid.png)
}

.color-square.Sage-Stripes[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/sage-stripes.png)
}

.color-square.Shoreline-Plaid[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/shoreline-plaid.png)
}

.color-square.Solent-Check[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/solent-check.png)
}

.color-square.Limestone[data-v-3bc20857] {
    background-color: #c5c6c7
}

.color-square.Solent-Stripes[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/solent-stripes.png)
}

.color-square.Solent-Sage-Stripes[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/solent-sage-stripes.png)
}

.color-square.Taupe-Stripes[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/taupe-stripes.png)
}

.color-square.Taupe-Solent-Stripes[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/taupe-solent-stripes.png)
}

.color-square.Oat-Solent-Stripes[data-v-3bc20857] {
    background-image: url(/storage/img/product-colours/oat-solent-stripes.png)
}

a.pro[data-v-4a8948b6] {
    color: #0aadff!important
}

.tml-placeholder-container .background[data-v-d20db1e5] {
    top: 0;
    left: 0
}

.tml-placeholder-container .tml-placeholder[data-v-d20db1e5] {
    border: none;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0
}

.tml-placeholder-container .custom-svg-holder[data-v-d20db1e5] {
    width: 2em;
    height: 2em;
    margin: auto
}

.tml-placeholder-container .custom-svg-holder .inner[data-v-d20db1e5] {
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.tml-placeholder-container .icon-container[data-v-d20db1e5] {
    font-size: 1.5em
}

.tml-placeholder-container .icon-container.big[data-v-d20db1e5] {
    font-size: 3rem
}

@media (max-width: 767.98px) {
    .tml-placeholder-container .icon-container.big[data-v-d20db1e5] {
        font-size:2.4rem
    }
}

.tml-placeholder-container .fa-layers[data-v-d20db1e5],.tml-placeholder-container .custom-svg-holder .inner[data-v-d20db1e5] {
    position: relative
}

.tml-placeholder-container .fa-layers svg.additive[data-v-d20db1e5],.tml-placeholder-container .custom-svg-holder .inner svg.additive[data-v-d20db1e5] {
    position: absolute;
    bottom: -60%;
    right: -80%;
    background-color: var(--tml-box-background-color);
    font-size: 60%;
    border-radius: 100%;
    border: 1px solid var(--tml-box-background-color)
}

.tml-placeholder-container .custom-svg-holder .inner svg.additive[data-v-d20db1e5] {
    bottom: -4px;
    right: 0
}

.tml-placeholder-container .disabled[data-v-d20db1e5] {
    opacity: .2
}

.tml-placeholder-container .default-cursor[data-v-d20db1e5] {
    cursor: default!important
}

.dot-background[data-v-d20db1e5] {
    width: 100%;
    height: 100%;
    background-image: radial-gradient(var(--tml-border-color) 8%,transparent 10%),radial-gradient(var(--tml-border-color) 8%,transparent 10%);
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
    background-repeat: repeat
}

.editor-styling p {
    margin-bottom: 1em
}

.editor-styling h1,.editor-styling h2,.editor-styling h3 {
    margin-bottom: 0;
    line-height: 2em!important
}

.editor-styling p {
    word-break: break-word
}

.editor-styling li>p {
    margin-bottom: 0
}

.editor-styling li {
    margin-left: 1.5em;
    list-style-type: circle
}

.editor-styling blockquote {
    margin: 1em 0;
    font-size: 1.25em;
    font-style: italic
}

.editor-styling blockquote p {
    margin: 0
}

.editor-styling img {
    width: 100%;
    margin: 1em auto
}

.editor-styling iframe {
    margin-bottom: 1em;
    width: 100%
}

.editor-styling div.custom-embed {
    border-radius: 4px;
    position: relative;
    overflow: hidden
}

.editor-styling table {
    border-collapse: collapse;
    border-spacing: 2px;
    width: 100%;
    margin: 0 0 1em
}

.editor-styling table,.editor-styling th,.editor-styling td {
    border: 1px solid black;
    padding: 3px
}

.editor-styling th {
    font-weight: 700
}

.editor-styling th,.editor-styling td {
    height: 20px
}

.tml-spinner[data-v-76e2870b] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto
}

.tml-spinner.absolute[data-v-76e2870b] {
    position: absolute
}

.tml-spinner.align-center[data-v-76e2870b] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.tml-spinner .inner[data-v-76e2870b] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.tml-spinner .inner svg[data-v-76e2870b] {
    animation: fa-spin 1s infinite linear;
    width: 1.25em;
    height: 1.25em;
    color: var(--tml-text-color)
}

.tml-spinner .inner svg.centered[data-v-76e2870b] {
    position: absolute;
    top: calc(50% - .625em);
    left: calc(50% - .625em)
}

.tml-spinner .inner span[data-v-76e2870b] {
    margin-top: .5em
}

.tml-spinner.light svg[data-v-76e2870b] {
    color: #fff
}

.tml-button[data-v-14d48a92] {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: calc(.75em - 1px) calc(1.15em - 1px);
    border: 1px solid var(--tml-text-color);
    color: var(--tml-text-color);
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    border-radius: var(--tml-button-border-radius)
}

.tml-button[data-v-14d48a92]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-color: #000;
    border-radius: 4px;
    pointer-events: none;
    transition: opacity .15s
}

.tml-button[data-v-14d48a92]:hover,.tml-button[data-v-14d48a92]:focus {
    filter: brightness(1.15)
}

.tml-button.pro.primary[data-v-14d48a92] {
    color: #fff!important
}

.tml-button.light[data-v-14d48a92]:not(.primary) {
    border: none;
    padding: .75em 1.12em
}

.tml-button.disabled[data-v-14d48a92]:not(.primary) {
    border-color: #c9c9c9!important;
    color: #c9c9c9!important
}

.tml-button.warning[data-v-14d48a92]:not(.primary) {
    border: none;
    padding: .75em 1.12em;
    color: #fff!important
}

.tml-button.primary[data-v-14d48a92] {
    border: none;
    padding: .75em 1.12em
}

.tml-button .icon[data-v-14d48a92]:not(.no-icon-margin) {
    margin: 0 1em
}

.tml-button .icon.icon-left.text-spacing[data-v-14d48a92] {
    margin-left: 0;
    margin-right: .5em
}

.tml-button .icon.icon-right.text-spacing[data-v-14d48a92] {
    margin-left: .5em;
    margin-right: 0
}

.tml-button.large[data-v-14d48a92] {
    padding: .75em 2em;
    font-size: 1.5em;
    line-height: 1.5em
}

.tml-button.large[data-v-14d48a92]:not(.primary) {
    padding: calc(.75em - 1px) calc(2em - 1px)
}

.tml-button.small[data-v-14d48a92] {
    padding: .5em 1em;
    font-size: .875rem
}

.tml-button.small[data-v-14d48a92]:not(.primary) {
    padding: calc(.5em - 1px) calc(1em - 1px)
}

.tml-button.loading .content[data-v-14d48a92] {
    opacity: 0
}

.tml-button.no-full-width[data-v-14d48a92] {
    width: auto
}

.tml-button.fill[data-v-14d48a92] {
    width: 100%
}

.tml-button.icon-only[data-v-14d48a92] {
    border-color: transparent;
    padding: .5em .66em
}

.tml-button.icon-only .icon[data-v-14d48a92] {
    margin: 0;
    transform: translateY(2px)
}

@media (min-width: 576px) {
    .tml-button[data-v-14d48a92]:not(.fill):not(.w-full) {
        width:auto
    }
}

.tml-banner .tml-button {
    border-width: 2px
}

.tml-banner .content[data-v-d1b63fd2],.tml-banner .content .body[data-v-d1b63fd2] {
    will-change: opacity
}

.tml-banner .content .body .title[data-v-d1b63fd2] {
    line-height: 125%!important;
    margin-bottom: 0;
    font-size: max(2.5em,28px)
}

.tml-banner .content .body .copy[data-v-d1b63fd2] {
    margin-bottom: 1.5rem;
    line-height: .1em;
    font-size: max(1em,14px)
}

.tml-banner .content .body>div[data-v-d1b63fd2] {
    flex-direction: column
}

@media (min-width: 576px) {
    .tml-banner .content .body .title[data-v-d1b63fd2] {
        font-size:max(4em,38px)
    }

    .tml-banner .content .body .copy[data-v-d1b63fd2] {
        font-size: max(1.1em,18px)
    }
}

@media (min-width: 768px) {
    .tml-banner .content .body .title[data-v-d1b63fd2] {
        font-size:max(4.5em,38px);
        line-height: 120%!important
    }

    .tml-banner .content .body .copy[data-v-d1b63fd2] {
        font-size: max(1.25em,18px)
    }
}

@media (min-width: 992px) {
    .tml-banner .content .body .title[data-v-d1b63fd2] {
        font-size:max(5em,38px);
        line-height: 110%!important
    }

    .tml-banner .content .body .copy[data-v-d1b63fd2] {
        font-size: max(1.25em,18px)
    }
}

@media (min-width: 1200px) {
    .tml-banner .content .body .title[data-v-d1b63fd2] {
        font-size:max(6em,38px);
        line-height: 100%!important
    }

    .tml-banner .content .body .copy[data-v-d1b63fd2] {
        font-size: max(1.5em,18px)
    }
}

.tml-expandable-container[data-v-ae850f8c] {
    width: 100%;
    -webkit-tap-highlight-color: rgba(255,255,255,0)
}

.tml-expandable-container .header[data-v-ae850f8c] {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-top: 1px solid var(--tml-border-color)
}

.tml-expandable-container .header .title[data-v-ae850f8c] {
    flex-grow: 1
}

.tml-expandable-container .header .icon[data-v-ae850f8c] {
    flex-shrink: 0;
    transition: transform .3s ease
}

.tml-expandable-container .is-open .icon[data-v-ae850f8c] {
    transform: rotate(180deg)
}

.tml-grid[data-v-40bdb9d9] {
    display: grid;
    grid-template-rows: auto;
    grid-auto-flow: row
}

.tml-ratio[data-v-6dd992b3] {
    position: relative;
    height: 0
}

.tml-ratio>.content[data-v-6dd992b3] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.tml-slide-show[data-v-93b5e19b] {
    position: relative;
    overflow: hidden;
    transition: height .3s
}

.tml-slide-show .slide[data-v-93b5e19b] {
    width: 100%;
    display: flex;
    flex-direction: row
}

.tml-slide-show .slide-enter-active[data-v-93b5e19b] {
    transition: opacity 1s
}

.tml-slide-show .slide-enter-active.slide-enter-from[data-v-93b5e19b] {
    opacity: 0
}

.tml-slide-show .slide-enter-active.slide-enter-to[data-v-93b5e19b] {
    opacity: 1
}

.tml-slide-show .slide-leave-active[data-v-93b5e19b] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: opacity 1s
}

.tml-slide-show .slide-leave-active.slide-leave-from[data-v-93b5e19b] {
    opacity: 1
}

.tml-slide-show .slide-leave-active.slide-leave-to[data-v-93b5e19b] {
    opacity: 0
}

.tml-slide-show .pre-loaded-slide[data-v-93b5e19b] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    opacity: 0
}

.tml-slide-show .slide-position[data-v-93b5e19b] {
    z-index: 1;
    right: 50%;
    transform: translate(50%);
    pointer-events: none;
    bottom: 1em
}

.tml-slide-show .slide-position .indicator[data-v-93b5e19b] {
    transition: background-color .1s ease-in-out;
    margin: .25em;
    width: .5em;
    height: .5em;
    background-color: #fff;
    border: 2px solid #f3f3f3;
    border-radius: 100%
}

.tml-slide-show .slide-position .indicator.active[data-v-93b5e19b] {
    background-color: #2d2a26
}

.tml-slide-show .navigation-control[data-v-93b5e19b] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2
}

.tml-slide-show .navigation-control.next[data-v-93b5e19b] {
    right: 1em
}

.tml-slide-show .navigation-control.previous[data-v-93b5e19b] {
    left: 1em
}

.collapsible-text[data-v-f2311c41] {
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    max-width: calc(100% - 20px)
}

.collapsible-text.opened[data-v-f2311c41] {
    height: unset;
    white-space: unset
}

.tml-color-selector[data-v-88e19016] {
    position: relative
}

.tml-color-selector .color[data-v-88e19016] {
    cursor: pointer
}

.tml-color-selector .color .inner[data-v-88e19016] {
    border-color: var(--tml-text-color)
}

.tml-color-selector .inner[data-v-88e19016] {
    width: 100%;
    height: 100%;
    border: 1px solid #86b302;
    background-color: #fff;
    overflow: hidden
}

.tml-color-selector .message[data-v-88e19016] {
    position: absolute;
    right: .5em;
    bottom: -12px;
    background-color: #fff;
    font-size: 12px;
    background-color: var(--tml-page-background-color)
}

.tml-color-selector.error[data-v-88e19016] {
    border-bottom: 1px solid var(--tml-error-color)
}

.tml-color-selector.error .color .inner[data-v-88e19016] {
    border-color: var(--tml-error-color)
}

.tml-color-selector.error .message[data-v-88e19016] {
    color: var(--tml-error-color)
}

.size-square {
    min-width: 60px;
    border-radius: var(--tml-product-page-size-selector-border-radius)
}

.oos:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 166%;
    transform: rotate(45deg);
    background-color: var(--tml-text-color);
    right: 0;
    left: 50%;
    top: -25%;
    opacity: .5
}

:root,:host {
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Solid";
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Regular";
    --fa-font-light: normal 300 1em/1 "Font Awesome 6 Light";
    --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Thin";
    --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
    --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}

svg:not(:root).svg-inline--fa,svg:not(:host).svg-inline--fa {
    overflow: visible;
    box-sizing: content-box
}

.svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -.125em
}

.svg-inline--fa.fa-2xs {
    vertical-align: .1em
}

.svg-inline--fa.fa-xs {
    vertical-align: 0em
}

.svg-inline--fa.fa-sm {
    vertical-align: -.07143em
}

.svg-inline--fa.fa-lg {
    vertical-align: -.2em
}

.svg-inline--fa.fa-xl {
    vertical-align: -.25em
}

.svg-inline--fa.fa-2xl {
    vertical-align: -.3125em
}

.svg-inline--fa.fa-pull-left {
    margin-right: var(--fa-pull-margin, .3em);
    width: auto
}

.svg-inline--fa.fa-pull-right {
    margin-left: var(--fa-pull-margin, .3em);
    width: auto
}

.svg-inline--fa.fa-li {
    width: var(--fa-li-width, 2em);
    top: .25em
}

.svg-inline--fa.fa-fw {
    width: var(--fa-fw-width, 1.25em)
}

.fa-layers svg.svg-inline--fa {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.fa-layers-text,.fa-layers-counter {
    display: inline-block;
    position: absolute;
    text-align: center
}

.fa-layers {
    display: inline-block;
    height: 1em;
    position: relative;
    text-align: center;
    vertical-align: -.125em;
    width: 1em
}

.fa-layers svg.svg-inline--fa {
    transform-origin: center center
}

.fa-layers-text {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transform-origin: center center
}

.fa-layers-counter {
    background-color: var(--fa-counter-background-color, #ff253a);
    border-radius: var(--fa-counter-border-radius, 1em);
    box-sizing: border-box;
    color: var(--fa-inverse, #fff);
    line-height: var(--fa-counter-line-height, 1);
    max-width: var(--fa-counter-max-width, 5em);
    min-width: var(--fa-counter-min-width, 1.5em);
    overflow: hidden;
    padding: var(--fa-counter-padding, .25em .5em);
    right: var(--fa-right, 0);
    text-overflow: ellipsis;
    top: var(--fa-top, 0);
    transform: scale(var(--fa-counter-scale, .25));
    transform-origin: top right
}

.fa-layers-bottom-right {
    bottom: var(--fa-bottom, 0);
    right: var(--fa-right, 0);
    top: auto;
    transform: scale(var(--fa-layers-scale, .25));
    transform-origin: bottom right
}

.fa-layers-bottom-left {
    bottom: var(--fa-bottom, 0);
    left: var(--fa-left, 0);
    right: auto;
    top: auto;
    transform: scale(var(--fa-layers-scale, .25));
    transform-origin: bottom left
}

.fa-layers-top-right {
    top: var(--fa-top, 0);
    right: var(--fa-right, 0);
    transform: scale(var(--fa-layers-scale, .25));
    transform-origin: top right
}

.fa-layers-top-left {
    left: var(--fa-left, 0);
    right: auto;
    top: var(--fa-top, 0);
    transform: scale(var(--fa-layers-scale, .25));
    transform-origin: top left
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-2xs {
    font-size: .625em;
    line-height: .1em;
    vertical-align: .225em
}

.fa-xs {
    font-size: .75em;
    line-height: .08333em;
    vertical-align: .125em
}

.fa-sm {
    font-size: .875em;
    line-height: .07143em;
    vertical-align: .05357em
}

.fa-lg {
    font-size: 1.25em;
    line-height: .05em;
    vertical-align: -.075em
}

.fa-xl {
    font-size: 1.5em;
    line-height: .04167em;
    vertical-align: -.125em
}

.fa-2xl {
    font-size: 2em;
    line-height: .03125em;
    vertical-align: -.1875em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: var(--fa-li-margin, 2.5em);
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: calc(var(--fa-li-width, 2em) * -1);
    position: absolute;
    text-align: center;
    width: var(--fa-li-width, 2em);
    line-height: inherit
}

.fa-border {
    border-color: var(--fa-border-color, #eee);
    border-radius: var(--fa-border-radius, .1em);
    border-style: var(--fa-border-style, solid);
    border-width: var(--fa-border-width, .08em);
    padding: var(--fa-border-padding, .2em .25em .15em)
}

.fa-pull-left {
    float: left;
    margin-right: var(--fa-pull-margin, .3em)
}

.fa-pull-right {
    float: right;
    margin-left: var(--fa-pull-margin, .3em)
}

.fa-beat {
    animation-name: fa-beat;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-bounce {
    animation-name: fa-bounce;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1))
}

.fa-fade {
    animation-name: fa-fade;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
}

.fa-beat-fade {
    animation-name: fa-beat-fade;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
}

.fa-flip {
    animation-name: fa-flip;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-shake {
    animation-name: fa-shake;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-spin {
    animation-name: fa-spin;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 2s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-spin-reverse {
    --fa-animation-direction: reverse
}

.fa-pulse,.fa-spin-pulse {
    animation-name: fa-spin;
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, steps(8))
}

@media (prefers-reduced-motion: reduce) {
    .fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse {
        animation-delay: -1ms;
        animation-duration: 1ms;
        animation-iteration-count: 1;
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@keyframes fa-beat {
    0%,90% {
        transform: scale(1)
    }

    45% {
        transform: scale(var(--fa-beat-scale, 1.25))
    }
}

@keyframes fa-bounce {
    0% {
        transform: scale(1) translateY(0)
    }

    10% {
        transform: scale(var(--fa-bounce-start-scale-x, 1.1),var(--fa-bounce-start-scale-y, .9)) translateY(0)
    }

    30% {
        transform: scale(var(--fa-bounce-jump-scale-x, .9),var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
    }

    50% {
        transform: scale(var(--fa-bounce-land-scale-x, 1.05),var(--fa-bounce-land-scale-y, .95)) translateY(0)
    }

    57% {
        transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em))
    }

    64% {
        transform: scale(1) translateY(0)
    }

    to {
        transform: scale(1) translateY(0)
    }
}

@keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity, .4)
    }
}

@keyframes fa-beat-fade {
    0%,to {
        opacity: var(--fa-beat-fade-opacity, .4);
        transform: scale(1)
    }

    50% {
        opacity: 1;
        transform: scale(var(--fa-beat-fade-scale, 1.125))
    }
}

@keyframes fa-flip {
    50% {
        transform: rotate3d(var(--fa-flip-x, 0),var(--fa-flip-y, 1),var(--fa-flip-z, 0),var(--fa-flip-angle, -180deg))
    }
}

@keyframes fa-shake {
    0% {
        transform: rotate(-15deg)
    }

    4% {
        transform: rotate(15deg)
    }

    8%,24% {
        transform: rotate(-18deg)
    }

    12%,28% {
        transform: rotate(18deg)
    }

    16% {
        transform: rotate(-22deg)
    }

    20% {
        transform: rotate(22deg)
    }

    32% {
        transform: rotate(-12deg)
    }

    36% {
        transform: rotate(12deg)
    }

    40%,to {
        transform: rotate(0)
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    transform: rotate(90deg)
}

.fa-rotate-180 {
    transform: rotate(180deg)
}

.fa-rotate-270 {
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    transform: scaleX(-1)
}

.fa-flip-vertical {
    transform: scaleY(-1)
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1)
}

.fa-rotate-by {
    transform: rotate(var(--fa-rotate-angle, none))
}

.fa-stack {
    display: inline-block;
    vertical-align: middle;
    height: 2em;
    position: relative;
    width: 2.5em
}

.fa-stack-1x,.fa-stack-2x {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: var(--fa-stack-z-index, auto)
}

.svg-inline--fa.fa-stack-1x {
    height: 1em;
    width: 1.25em
}

.svg-inline--fa.fa-stack-2x {
    height: 2em;
    width: 2.5em
}

.fa-inverse {
    color: var(--fa-inverse, #fff)
}

.sr-only,.fa-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0
}

.sr-only-focusable:not(:focus),.fa-sr-only-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0
}

.svg-inline--fa .fa-primary {
    fill: var(--fa-primary-color, currentColor);
    opacity: var(--fa-primary-opacity, 1)
}

.svg-inline--fa .fa-secondary {
    fill: var(--fa-secondary-color, currentColor);
    opacity: var(--fa-secondary-opacity, .4)
}

.svg-inline--fa.fa-swap-opacity .fa-primary {
    opacity: var(--fa-secondary-opacity, .4)
}

.svg-inline--fa.fa-swap-opacity .fa-secondary {
    opacity: var(--fa-primary-opacity, 1)
}

.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary {
    fill: #000
}

.fad.fa-inverse,.fa-duotone.fa-inverse {
    color: var(--fa-inverse, #fff)
}

.tml-image[data-v-36e53ec6] {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden
}

.tml-image.disabled[data-v-36e53ec6] {
    filter: grayscale(1);
    opacity: .5
}

.tml-image .slot-content[data-v-36e53ec6] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.tml-image img[data-v-36e53ec6] {
    min-width: 100%;
    min-height: 100%
}

.tml-image.ratio[data-v-36e53ec6] {
    position: relative
}

.tml-image.ratio img[data-v-36e53ec6] {
    position: absolute;
    left: 0;
    top: 0
}

.tml-image-zoom[data-v-31654f41] {
    position: relative;
    overflow: hidden
}

.tml-image-zoom.is-click-to-zoom[data-v-31654f41]:not(.is-zoomed) {
    cursor: zoom-in
}

.tml-image-zoom.is-click-to-zoom.is-zoomed[data-v-31654f41] {
    cursor: zoom-out
}

.tml-image-zoom .normal[data-v-31654f41] {
    width: 100%
}

.tml-image-zoom .zoom[data-v-31654f41] {
    position: absolute;
    opacity: 0;
    transform-origin: center;
    transition: transform .1s ease-out;
    will-change: transform,left,top
}

.st0 {
    fill: #2d2a26
}

.st1 {
    fill: #0aadff
}

.st2 {
    fill: #dd176d
}

.st3 {
    fill: #f89815
}

.st4 {
    fill: #86b302
}

.tml-logo[data-v-4b3bc864] {
    border-radius: 4px;
    transition: height .2s
}

.announcement-text,.announcement-text * {
    color: var(--announcement-text-color)!important;
    text-shadow: var(--announcement-text-shadow)!important
}

.icon-overlay[data-v-6d868ca8] {
    position: absolute!important
}

.icon-overlay .icon-inner[data-v-6d868ca8] {
    height: 2.25em!important;
    min-width: 2.25em!important;
    z-index: 1;
    cursor: pointer!important
}

.icon-overlay.align-bottom[data-v-6d868ca8] {
    bottom: 10px
}

.icon-overlay.align-top[data-v-6d868ca8] {
    top: 10px
}

.icon-overlay.align-left[data-v-6d868ca8] {
    left: 10px
}

.icon-overlay.align-right[data-v-6d868ca8] {
    right: 10px
}

.tml-new-pod[data-v-f954a532] {
    color: var(--tml-text-color)
}

.tml-new-pod.hover-effect:hover .pod-title[data-v-f954a532] {
    color: var(--tml-primary-color)!important
}

.tml-new-pod .card-img-overlay[data-v-f954a532] {
    overflow: hidden;
    padding: 10%;
    gap: .5em;
    flex-flow: column wrap;
    -moz-column-gap: 20%;
    column-gap: 20%
}

.tml-new-pod .card-img-overlay .badge[data-v-f954a532] {
    position: absolute;
    top: 2.5em;
    right: 0;
    padding: .2em .5em;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: var(--tml-primary-color);
    color: #fff;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase
}

.tml-new-pod .price[data-v-f954a532] {
    font-weight: 100
}

@supports (display: -webkit-box) and (-webkit-line-clamp: 1) {
    .tml-new-pod .line-clamp-10[data-v-f954a532] {
        display:-webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
        overflow: hidden
    }
}

.faded[data-v-f954a532] {
    filter: grayscale(1);
    opacity: .5
}

.disabled[data-v-f954a532] {
    cursor: not-allowed;
    opacity: .5
}

.disabled>*[data-v-f954a532] {
    pointer-events: none
}

.tml-split-test.invalid[data-v-bfdd9e48] {
    padding: .25em;
    background-color: var(--tml-error-color);
    color: #fff;
    border-radius: 4px
}

.tml-split-test.invalid .error[data-v-bfdd9e48] {
    padding: .25em
}

.tml-split-test-variation.invalid[data-v-551dc21c] {
    padding: .25em;
    background-color: var(--tml-error-color);
    color: #fff;
    border-radius: 4px
}

.tml-split-test-variation.invalid .error[data-v-551dc21c] {
    padding: .25em
}

.tml-theme {
    background-color: var(--tml-page-background-color);
    color: var(--tml-text-color);
    font-family: var(--tml-text-font)
}

.tml-theme h1,.tml-theme h2,.tml-theme h3,.tml-theme h4,.tml-theme h5,.tml-theme h6,.tml-theme p {
    color: var(--tml-text-color)
}

.tml-theme a {
    color: var(--tml-primary-color)
}

.tml-theme a:hover {
    color: var(--legacy-primary-hover-color)
}

.tml-theme a.plain {
    color: var(--tml-text-color)
}

.tml-theme h1 {
    font-family: var(--tml-heading-1-font);
    text-transform: var(--tml-heading-1-transform)
}

.tml-theme h2 {
    font-family: var(--tml-heading-2-font);
    text-transform: var(--tml-heading-2-transform)
}

.tml-theme h3 {
    font-family: var(--tml-heading-3-font);
    text-transform: var(--tml-heading-3-transform)
}

.tml-theme .tml-font h1,.tml-theme .tml-font h2,.tml-theme .tml-font h3 {
    font-family: inherit
}

body {
    overflow-y: scroll;
    overflow-x: hidden
}

.fade-enter-active[data-v-630679db],.fade-leave-active[data-v-630679db] {
    transition: opacity .5s ease
}

.fade-enter-from[data-v-630679db],.fade-leave-to[data-v-630679db] {
    opacity: 0
}

.sidebar .slide[data-v-630679db] {
    position: absolute;
    transform: translate(-100%);
    transition: transform .3s;
    height: 100%
}

.sidebar.open .slide[data-v-630679db] {
    transform: translate(0)
}

.sidebar.fixed .slide[data-v-630679db] {
    position: relative
}

.sidebar[data-v-630679db] ::-webkit-scrollbar {
    width: 4px
}

.sidebar[data-v-630679db] ::-webkit-scrollbar-track {
    border-radius: 4px
}

.sidebar[data-v-630679db] ::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.3);
    border-radius: 4px
}

.block[data-v-446996d8] {
    position: relative
}

.block.show-background[data-v-446996d8]:before {
    content: "";
    position: absolute;
    background-color: var(--full-background-color, var(--tml-page-background-color));
    top: calc(0px - var(--before-block-padding, 0px));
    left: 50%;
    transform: translate(-50%);
    width: max(var(--content-width, 100%),100%);
    height: calc(100% + var(--before-block-padding, 0px) + var(--block-padding, 0px) + 1px);
    transition: height .2s,top .2s;
    will-change: height,top;
    pointer-events: none;
    z-index: -1
}

.page-section[data-v-9d28eed8] {
    position: relative;
    min-width: 0
}

.page-section.list-move[data-v-9d28eed8] {
    transition: transform .5s
}

.page-section.list-enter-active[data-v-9d28eed8],.page-section.list-leave-active[data-v-9d28eed8] {
    opacity: 1;
    transition: opacity .4s
}

.page-section.list-enter-from[data-v-9d28eed8],.page-section.list-leave-to[data-v-9d28eed8] {
    opacity: 0;
    transition: opacity .2s
}

.page-section.list-leave-active[data-v-9d28eed8] {
    position: absolute;
    left: 0px;
    right: 15px
}

.list-move[data-v-f974d1a3] {
    transition: transform .2s
}

.list-enter-active[data-v-f974d1a3],.list-leave-active[data-v-f974d1a3] {
    opacity: 1;
    transition: opacity 1s
}

.list-enter-from[data-v-f974d1a3],.list-leave-to[data-v-f974d1a3] {
    opacity: 0;
    transition: opacity .3s
}

.full-width-button[data-v-a30a91c2] {
    width: min(100vw,300px)!important
}

.container-width-button[data-v-a30a91c2] {
    width: min(100vw - 32px,300px)!important
}

.page-block-single-pod.clickable[data-v-255b3225] {
    cursor: pointer
}

.page-block-single-pod.clickable>*[data-v-255b3225] {
    pointer-events: none
}

.page-block-single-pod .image-overlay-icon[data-v-255b3225] {
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.page-block-single-pod .image-overlay-icon svg[data-v-255b3225] {
    width: 1em;
    height: 1em;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.page-block-row-block p[data-v-12f9cf93] {
    color: var(--row-block-color)
}

.page-block-row-block .not-reversed .item[data-v-12f9cf93]:last-child {
    margin-bottom: 0!important
}

.page-block-row-block .reversed .item[data-v-12f9cf93]:first-child {
    margin-bottom: 0!important
}

.page-block-slideshow-block[data-v-d3f28617] {
    width: 100%;
    display: flex;
    justify-content: center
}

.page-block-slideshow-block .inner[data-v-d3f28617] {
    width: 100%;
    flex-grow: 1;
    flex-shrink: 0
}

.page-block-text-block {
    background-color: var(--tml-box-background-color);
    word-break: break-word;
    border-radius: 4px;
    min-height: 1rem
}

.page-block-text-block h1,.page-block-text-block h2,.page-block-text-block h3,.page-block-text-block h4,.page-block-text-block h5,.page-block-text-block h6,.page-block-text-block p {
    color: var(--text-block-color)
}

.page-block-text-block p {
    margin-bottom: 2rem
}

.page-block-text-block p:empty:before {
    content: "";
    display: inline-block
}

.page-block-text-block .tml-details>p {
    margin-bottom: 0
}

.page-block-text-block .tml-details>p p:last-child {
    margin-bottom: 0
}

.page-block-text-block blockquote>p {
    font-size: 1.25em;
    font-style: italic
}

.page-block-text-block ul>li>p {
    margin-bottom: 0
}

.page-block-text-block li {
    margin-left: 1.5em;
    list-style-type: circle;
    color: var(--text-block-color)
}

.page-block-text-block :last-child {
    margin-bottom: 0
}

.page-block-text-block .tml-document p {
    margin-bottom: 0rem
}

.container,.container-fluid {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-sm,.col-sm-auto,.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col,.col-auto,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.full-viewport-shadow {
    z-index: 1
}

.full-viewport-shadow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    z-index: -1;
    transform: translate(-50%);
    box-shadow: 0 0 2px #00000040
}

.input-padding {
    padding: .8em
}

.primary {
    background-color: #86b302
}

a.primary:hover {
    background-color: #8eca02
}

.bg-light-gray {
    background-color: #f3f3f3
}

.primary-text {
    color: var(--tml-primary-color)
}

.icon-bubble {
    color: var(--tml-primary-contrast-color);
    background-color: var(--tml-primary-color);
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1em;
    padding: .3em .5em;
    border-radius: 99px;
    font-size: 11px;
    pointer-events: none
}

.small {
    font-size: .875rem;
    line-height: 1.4
}

.clear {
    clear: both
}

.center {
    text-align: center
}

.text-break {
    word-break: break-word
}

.bold {
    font-weight: 700
}

.background-chequered {
    background-image: linear-gradient(45deg,#eee 25%,transparent 25%),linear-gradient(-45deg,#eee 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#eee 75%),linear-gradient(-45deg,transparent 75%,#eee 75%);
    background-size: 1em 1em;
    background-position: 0 0,0 .5em,.5em -.5em,-.5em 0px
}

.grey,a.grey,a:active.grey,a:hover.grey {
    color: #767676
}

.standard-text-color {
    color: #2d2a26!important
}

.light-text-color {
    color: #767676!important
}

.error-color {
    color: var(--tml-error-color)
}

.ellipsis-overflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.unclickable>* {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #00000008;
    border-top: 1px solid rgba(0,0,0,.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-deck {
    display: flex;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 16px
}

@media (min-width: 576px) {
    .card-deck {
        flex-flow:row wrap;
        margin-right: -16px;
        margin-left: -16px
    }

    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 16px;
        margin-bottom: 0;
        margin-left: 16px
    }
}

.rainbow {
    animation: rainbow-cycle 15s infinite
}

@keyframes rainbow-cycle {
    0% {
        color: red
    }

    10% {
        color: #f90
    }

    20% {
        color: #cf0
    }

    30% {
        color: #3f0
    }

    40% {
        color: #0f6
    }

    50% {
        color: #0ff
    }

    60% {
        color: #06f
    }

    70% {
        color: #30f
    }

    80% {
        color: #c0f
    }

    90% {
        color: #f09
    }

    to {
        color: red
    }
}

.tml-tooltip {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 10;
    background: #2d2a26;
    border-radius: 4px;
    padding: .25rem .5rem;
    color: #fff;
    animation: tml-tooltip-fade-in 1 .25s ease;
    max-width: 300px
}

.tml-tooltip.dead {
    animation-direction: reverse;
    animation: tml-tooltip-fade-out 1 .25s ease
}

.tml-tooltip .pointer {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #2d2a26;
    position: absolute;
    border-radius: 10px 0 0
}

@keyframes tml-tooltip-fade-in {
    0% {
        opacity: 0;
        transform: translateY(5px)
    }

    to {
        opacity: 100%;
        transform: translateY(0)
    }
}

@keyframes tml-tooltip-fade-out {
    0% {
        opacity: 100%;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(5px)
    }
}

.unlock-with-pro {
    position: relative
}

.unlock-with-pro>* {
    filter: grayscale(1);
    opacity: .4;
    pointer-events: none
}

.fade-enter-active,.fade-leave-active {
    transition-property: opacity;
    transition-duration: .15s
}

.fade-enter-from,.fade-leave-active {
    opacity: 0
}

.fade-out-leave-active {
    transition-property: opacity;
    transition-duration: .15s
}

.fade-out-leave-active.fade-out-leave-from {
    opacity: 1
}

.fade-out-leave-active.fade-out-leave-to {
    opacity: 0
}

.fadePopup-enter-active {
    transition: all .3s ease
}

.fadePopup-leave-active {
    transition: all .2s ease-in-out
}

.fadePopup-enter-from,.fadePopup-leave-active {
    transform: scale(.95);
    opacity: 0
}

.open-down-enter-active {
    transition: transform .2s ease-out,opacity .15s ease-out
}

.open-down-enter-active.open-down-enter-from {
    opacity: 0;
    transform: translateY(-.25em)
}

.open-down-leave-active {
    transition: opacity .1s ease-in
}

.open-down-leave-active.open-down-leave-to {
    opacity: 0
}

.open-down-active {
    transition: opacity .1s ease-out
}

.open-down-active.open-down-enter-from {
    opacity: 0
}

.text-fade-enter-active {
    transition: opacity .2s ease-out
}

.text-fade-enter-active.text-fade-enter {
    opacity: 0
}

.text-fade-leave-active {
    transition: opacity .2s ease-in
}

.text-fade-leave-active.text-fade-leave-to {
    opacity: 0
}

.grecaptcha-badge {
    visibility: hidden
}

*,:before,:after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb
}

:before,:after {
    --tw-content: ""
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    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";
    font-feature-settings: normal;
    font-variation-settings: normal
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1,h2,h3,h4,h5,h6 {
    /* font-size: inherit; */
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b,strong {
    font-weight: bolder
}

code,kbd,samp,pre {
    font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,select {
    text-transform: none
}

button,[type=button],[type=reset],[type=submit] {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

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
}

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

input::-moz-placeholder,textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder,textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

button,[role=button] {
    cursor: pointer
}

:disabled {
    cursor: default
}

img,svg,video,canvas,audio,iframe,embed,object {
    display: block;
    vertical-align: middle
}

img,video {
    max-width: 100%;
    height: auto
}

[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 / .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 / .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:
}

.\!container {
    max-width: 100%!important
}

.container {
    max-width: 100%
}

@media (min-width: 768px) {
    .\!container {
        max-width:720px!important
    }

    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .\!container {
        max-width:960px!important
    }

    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .\!container {
        max-width:1140px!important
    }

    .container {
        max-width: 1140px
    }
}

.pointer-events-none {
    pointer-events: none
}

.pointer-events-auto {
    pointer-events: auto
}

.visible {
    visibility: visible
}

.invisible {
    visibility: hidden
}

.collapse {
    visibility: collapse
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.\!absolute {
    position: absolute!important
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.inset-0 {
    inset: 0px
}

.inset-x-0 {
    left: 0px;
    right: 0px
}

.-left-4 {
    left: -1rem
}

.bottom-0 {
    bottom: 0px
}

.bottom-2 {
    bottom: .5rem
}

.bottom-2\.5 {
    bottom: .625rem
}

.bottom-auto {
    bottom: auto
}

.left-0 {
    left: 0px
}

.left-1\/2,.left-\[50\%\] {
    left: 50%
}

.left-auto {
    left: auto
}

.right-0 {
    right: 0px
}

.right-1 {
    right: .25rem
}

.right-2 {
    right: .5rem
}

.right-6 {
    right: 1.5rem
}

.top-0 {
    top: 0px
}

.top-1 {
    top: .25rem
}

.top-1\/2 {
    top: 50%
}

.top-2 {
    top: .5rem
}

.top-2\.5 {
    top: .625rem
}

.top-4 {
    top: 1rem
}

.top-5 {
    top: 1.25rem
}

.top-\[100\%\] {
    top: 100%
}

.top-\[3\.5rem\] {
    top: 3.5rem
}

.top-\[45\%\] {
    top: 45%
}

.top-\[4rem\] {
    top: 4rem
}

.top-\[50\%\] {
    top: 50%
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-50 {
    z-index: 50
}

.z-\[100\] {
    z-index: 100
}

.z-\[1\] {
    z-index: 1
}

.z-footer {
    z-index: 130
}

.z-header {
    z-index: 140
}

.z-notification {
    z-index: 125
}

.z-sidebar-high {
    z-index: 141
}

.z-sidebar-low {
    z-index: 139
}

.z-subfooter {
    z-index: 120
}

.z-subfooter-nav-bar {
    z-index: 142
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-first {
    order: -9999
}

.col-span-1 {
    grid-column: span 1 / span 1
}

.col-start-1 {
    grid-column-start: 1
}

.col-start-2 {
    grid-column-start: 2
}

.col-start-3 {
    grid-column-start: 3
}

.float-right {
    float: right
}

.float-left {
    float: left
}

.\!m-0 {
    margin: 0!important
}

.-m-1 {
    margin: -.25rem
}

.m-0 {
    margin: 0
}

.m-1 {
    margin: .25rem
}

.m-2 {
    margin: .5rem
}

.m-4 {
    margin: 1rem
}

.m-6 {
    margin: 1.5rem
}

.m-auto {
    margin: auto
}

.\!my-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.\!my-6 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
}

.-mx-2 {
    margin-left: -.5rem;
    margin-right: -.5rem
}

.-mx-3 {
    margin-left: -.75rem;
    margin-right: -.75rem
}

.-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem
}

.-my-2 {
    margin-top: -.5rem;
    margin-bottom: -.5rem
}

.mx-0 {
    margin-left: 0;
    margin-right: 0
}

.mx-1 {
    margin-left: .25rem;
    margin-right: .25rem
}

.mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.mx-2\.5 {
    margin-left: .625rem;
    margin-right: .625rem
}

.mx-3 {
    margin-left: .75rem;
    margin-right: .75rem
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
}

.mx-8 {
    margin-left: 2rem;
    margin-right: 2rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0
}

.my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem
}

.my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto
}

.\!mb-0 {
    margin-bottom: 0!important
}

.\!mb-1 {
    margin-bottom: .25rem!important
}

.\!mb-16 {
    margin-bottom: 4rem!important
}

.\!mb-2 {
    margin-bottom: .5rem!important
}

.\!mb-4 {
    margin-bottom: 1rem!important
}

.\!mb-5 {
    margin-bottom: 1.25rem!important
}

.\!mb-6 {
    margin-bottom: 1.5rem!important
}

.\!mb-8 {
    margin-bottom: 2rem!important
}

.\!mt-0 {
    margin-top: 0!important
}

.\!mt-2 {
    margin-top: .5rem!important
}

.-mb-4 {
    margin-bottom: -1rem
}

.-mr-4 {
    margin-right: -1rem
}

.-mt-1 {
    margin-top: -.25rem
}

.-mt-2 {
    margin-top: -.5rem
}

.-mt-3 {
    margin-top: -.75rem
}

.mb-0 {
    margin-bottom: 0
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mb-16 {
    margin-bottom: 4rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-3\.5 {
    margin-bottom: .875rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-8 {
    margin-bottom: 2rem
}

.ml-0 {
    margin-left: 0
}

.ml-1 {
    margin-left: .25rem
}

.ml-1\.5 {
    margin-left: .375rem
}

.ml-14 {
    margin-left: 3.5rem
}

.ml-2 {
    margin-left: .5rem
}

.ml-2\.5 {
    margin-left: .625rem
}

.ml-3 {
    margin-left: .75rem
}

.ml-4 {
    margin-left: 1rem
}

.ml-5 {
    margin-left: 1.25rem
}

.ml-6 {
    margin-left: 1.5rem
}

.ml-8 {
    margin-left: 2rem
}

.ml-\[0\.09rem\] {
    margin-left: .09rem
}

.ml-auto {
    margin-left: auto
}

.mr-0 {
    margin-right: 0
}

.mr-1 {
    margin-right: .25rem
}

.mr-1\.5 {
    margin-right: .375rem
}

.mr-2 {
    margin-right: .5rem
}

.mr-3 {
    margin-right: .75rem
}

.mr-4 {
    margin-right: 1rem
}

.mr-6 {
    margin-right: 1.5rem
}

.mr-8 {
    margin-right: 2rem
}

.mr-\[0\.2rem\] {
    margin-right: .2rem
}

.mr-auto {
    margin-right: auto
}

.mt-0 {
    margin-top: 0
}

.mt-1 {
    margin-top: .25rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mt-12 {
    margin-top: 3rem
}

.mt-16 {
    margin-top: 4rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-24 {
    margin-top: 6rem
}

.mt-3 {
    margin-top: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mt-8 {
    margin-top: 2rem
}

.mt-auto {
    margin-top: auto
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.\!block {
    display: block!important
}

.block {
    display: block
}

.\!inline-block {
    display: inline-block!important
}

.inline-block {
    display: inline-block
}

.\!inline {
    display: inline!important
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.\!inline-flex {
    display: inline-flex!important
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.contents {
    display: contents
}

.list-item {
    display: list-item
}

.\!hidden {
    display: none!important
}

.hidden {
    display: none
}

.aspect-square {
    aspect-ratio: 1 / 1
}

.\!h-4 {
    height: 1rem!important
}

.\!h-5 {
    height: 1.25rem!important
}

.h-10 {
    height: 2.5rem
}

.h-11 {
    height: 2.75rem
}

.h-12 {
    height: 3rem
}

.h-16 {
    height: 4rem
}

.h-2 {
    height: .5rem
}

.h-2\.5 {
    height: .625rem
}

.h-20 {
    height: 5rem
}

.h-24 {
    height: 6rem
}

.h-28 {
    height: 7rem
}

.h-32 {
    height: 8rem
}

.h-4 {
    height: 1rem
}

.h-5 {
    height: 1.25rem
}

.h-56 {
    height: 14rem
}

.h-6 {
    height: 1.5rem
}

.h-7 {
    height: 1.75rem
}

.h-8 {
    height: 2rem
}

.h-9 {
    height: 2.25rem
}

.h-\[16px\] {
    height: 16px
}

.h-\[64px\] {
    height: 64px
}

.h-\[65vh\] {
    height: 65vh
}

.h-\[80px\] {
    height: 80px
}

.h-full {
    height: 100%
}

.h-screen {
    height: 100vh
}

.max-h-\[13rem\] {
    max-height: 13rem
}

.max-h-\[140px\] {
    max-height: 140px
}

.max-h-fit {
    max-height: -moz-fit-content;
    max-height: fit-content
}

.max-h-full {
    max-height: 100%
}

.max-h-screen {
    max-height: 100vh
}

.min-h-\[2\.5rem\] {
    min-height: 2.5rem
}

.min-h-\[2rem\] {
    min-height: 2rem
}

.min-h-\[6200px\] {
    min-height: 6200px
}

.min-h-full {
    min-height: 100%
}

.min-h-screen {
    min-height: 100vh
}

.\!w-40 {
    width: 10rem!important
}

.\!w-48 {
    width: 12rem!important
}

.w-0 {
    width: 0px
}

.w-1 {
    width: .25rem
}

.w-1\/2 {
    width: 50%
}

.w-1\/3 {
    width: 33.333333%
}

.w-1\/4 {
    width: 25%
}

.w-10 {
    width: 2.5rem
}

.w-12 {
    width: 3rem
}

.w-2 {
    width: .5rem
}

.w-2\.5 {
    width: .625rem
}

.w-20 {
    width: 5rem
}

.w-24 {
    width: 6rem
}

.w-3\/4 {
    width: 75%
}

.w-32 {
    width: 8rem
}

.w-4 {
    width: 1rem
}

.w-4\/12 {
    width: 33.333333%
}

.w-40 {
    width: 10rem
}

.w-5 {
    width: 1.25rem
}

.w-52 {
    width: 13rem
}

.w-6 {
    width: 1.5rem
}

.w-64 {
    width: 16rem
}

.w-72 {
    width: 18rem
}

.w-8 {
    width: 2rem
}

.w-80 {
    width: 20rem
}

.w-96 {
    width: 24rem
}

.w-\[16px\] {
    width: 16px
}

.w-\[75\%\] {
    width: 75%
}

.w-auto {
    width: auto
}

.w-full {
    width: 100%
}

.min-w-0 {
    min-width: 0px
}

.min-w-\[10em\] {
    min-width: 10em
}

.min-w-\[60px\] {
    min-width: 60px
}

.min-w-full {
    min-width: 100%
}

.max-w-3xl {
    max-width: 48rem
}

.max-w-5xl {
    max-width: 64rem
}

.max-w-7xl {
    max-width: 80rem
}

.max-w-\[16em\] {
    max-width: 16em
}

.max-w-\[180px\] {
    max-width: 180px
}

.max-w-\[54rem\] {
    max-width: 54rem
}

.max-w-\[60ch\] {
    max-width: 60ch
}

.max-w-\[85rem\] {
    max-width: 85rem
}

.max-w-fit {
    max-width: -moz-fit-content;
    max-width: fit-content
}

.max-w-full {
    max-width: 100%
}

.max-w-md {
    max-width: 28rem
}

.max-w-min {
    max-width: -moz-min-content;
    max-width: min-content
}

.max-w-screen-xl {
    max-width: 1200px
}

.max-w-sm {
    max-width: 24rem
}

.flex-1 {
    flex: 1 1 0%
}

.flex-\[1_1_36\%\] {
    flex: 1 1 36%
}

.flex-\[1_1_64\%\] {
    flex: 1 1 64%
}

.flex-auto {
    flex: 1 1 auto
}

.flex-initial {
    flex: 0 1 auto
}

.flex-none {
    flex: none
}

.flex-shrink {
    flex-shrink: 1
}

.flex-shrink-0 {
    flex-shrink: 0
}

.shrink {
    flex-shrink: 1
}

.shrink-0 {
    flex-shrink: 0
}

.flex-grow,.grow {
    flex-grow: 1
}

.grow-0 {
    flex-grow: 0
}

.basis-1\/2 {
    flex-basis: 50%
}

.basis-full {
    flex-basis: 100%
}

.border-collapse {
    border-collapse: collapse
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(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)) skew(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)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

.animate-pulse {
    animation: pulse 2s cubic-bezier(.4,0,.6,1) infinite
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.animate-spin {
    animation: spin 1s linear infinite
}

.\!cursor-default {
    cursor: default!important
}

.cursor-default {
    cursor: default
}

.cursor-move {
    cursor: move
}

.cursor-pointer {
    cursor: pointer
}

.touch-none {
    touch-action: none
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.resize {
    resize: both
}

.grid-flow-col {
    grid-auto-flow: column
}

.auto-rows-fr {
    grid-auto-rows: minmax(0,1fr)
}

.grid-cols-1 {
    grid-template-columns: repeat(1,minmax(0,1fr))
}

.grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr))
}

.grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr))
}

.flex-row {
    flex-direction: row
}

.\!flex-col {
    flex-direction: column!important
}

.flex-col {
    flex-direction: column
}

.flex-col-reverse {
    flex-direction: column-reverse
}

.flex-wrap {
    flex-wrap: wrap
}

.content-end {
    align-content: flex-end
}

.content-between {
    align-content: space-between
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.items-baseline {
    align-items: baseline
}

.items-stretch {
    align-items: stretch
}

.justify-normal {
    justify-content: normal
}

.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: .25rem
}

.gap-10 {
    gap: 2.5rem
}

.gap-2 {
    gap: .5rem
}

.gap-20 {
    gap: 5rem
}

.gap-3 {
    gap: .75rem
}

.gap-4 {
    gap: 1rem
}

.gap-5 {
    gap: 1.25rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-8 {
    gap: 2rem
}

.gap-x-1 {
    -moz-column-gap: .25rem;
    column-gap: .25rem
}

.gap-x-2 {
    -moz-column-gap: .5rem;
    column-gap: .5rem
}

.gap-x-3 {
    -moz-column-gap: .75rem;
    column-gap: .75rem
}

.gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

.gap-y-2 {
    row-gap: .5rem
}

.gap-y-3 {
    row-gap: .75rem
}

.gap-y-4 {
    row-gap: 1rem
}

.space-x-2>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.5rem * var(--tw-space-x-reverse));
    margin-left: calc(.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-3>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.75rem * var(--tw-space-x-reverse));
    margin-left: calc(.75rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-4>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-6>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-8>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-1>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.25rem * var(--tw-space-y-reverse))
}

.space-y-16>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse))
}

.space-y-2>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.5rem * var(--tw-space-y-reverse))
}

.space-y-3>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.75rem * var(--tw-space-y-reverse))
}

.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))
}

.space-y-6>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))
}

.space-y-8>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse))
}

.divide-x-2>:not([hidden])~:not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)))
}

.divide-y>:not([hidden])~:not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse))
}

.divide-gray-100>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-divide-opacity))
}

.self-center {
    align-self: center
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.overflow-x-auto {
    overflow-x: auto
}

.overflow-y-auto {
    overflow-y: auto
}

.overflow-x-clip {
    overflow-x: clip
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-ellipsis {
    text-overflow: ellipsis
}

.whitespace-nowrap {
    white-space: nowrap
}

.break-normal {
    overflow-wrap: normal;
    word-break: normal
}

.break-all {
    word-break: break-all
}

.rounded {
    border-radius: .25rem
}

.rounded-full {
    border-radius: 9999px
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-sm {
    border-radius: .125rem
}

.rounded-xl {
    border-radius: .75rem
}

.rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.border {
    border-width: 1px
}

.border-0 {
    border-width: 0px
}

.border-2 {
    border-width: 2px
}

.border-\[1px\] {
    border-width: 1px
}

.border-y {
    border-top-width: 1px;
    border-bottom-width: 1px
}

.border-b {
    border-bottom-width: 1px
}

.border-b-2 {
    border-bottom-width: 2px
}

.border-l {
    border-left-width: 1px
}

.border-t {
    border-top-width: 1px
}

.border-solid {
    border-style: solid
}

.border-\[--tml-primary-color\] {
    border-color: var(--tml-primary-color)
}

.border-\[--tml-text-color\] {
    border-color: var(--tml-text-color)
}

.border-\[color\:var\(--tml-border-color\)\] {
    border-color: var(--tml-border-color)
}

.border-box-background-color {
    border-color: var(--tml-box-background-color)
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity))
}

.\!bg-transparent {
    background-color: transparent!important
}

.bg-\[--tml-footer-background-color\] {
    background-color: var(--tml-footer-background-color)
}

.bg-\[--tml-menu-background-color\] {
    background-color: var(--tml-menu-background-color)
}

.bg-\[--tml-page-background-color\] {
    background-color: var(--tml-page-background-color)
}

.bg-\[--tml-primary-color\] {
    background-color: var(--tml-primary-color)
}

.bg-\[color\:var\(--tml-box-background-color\)\] {
    background-color: var(--tml-box-background-color)
}

.bg-\[color\:var\(--tml-form-background-primary-color\)\] {
    background-color: var(--tml-form-background-primary-color)
}

.bg-\[var\(--tml-text-color\)\] {
    background-color: var(--tml-text-color)
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity))
}

.bg-black\/25 {
    background-color: #00000040
}

.bg-box-background-color {
    background-color: var(--tml-box-background-color)
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity))
}

.bg-neutral-400\/50 {
    background-color: #a3a3a380
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.\!p-1 {
    padding: .25rem!important
}

.p-0 {
    padding: 0
}

.p-0\.5 {
    padding: .125rem
}

.p-1 {
    padding: .25rem
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.p-5 {
    padding: 1.25rem
}

.p-6 {
    padding: 1.5rem
}

.p-8 {
    padding: 2rem
}

.\!py-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
}

.\!py-4 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0
}

.py-0\.5 {
    padding-top: .125rem;
    padding-bottom: .125rem
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-1\.5 {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px
}

.\!pr-3 {
    padding-right: .75rem!important
}

.pb-0 {
    padding-bottom: 0
}

.pb-1 {
    padding-bottom: .25rem
}

.pb-1\.5 {
    padding-bottom: .375rem
}

.pb-12 {
    padding-bottom: 3rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pb-3 {
    padding-bottom: .75rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pl-0 {
    padding-left: 0
}

.pl-1 {
    padding-left: .25rem
}

.pl-16 {
    padding-left: 4rem
}

.pl-2 {
    padding-left: .5rem
}

.pl-3 {
    padding-left: .75rem
}

.pl-4 {
    padding-left: 1rem
}

.pl-8 {
    padding-left: 2rem
}

.pr-0 {
    padding-right: 0
}

.pr-1 {
    padding-right: .25rem
}

.pr-2 {
    padding-right: .5rem
}

.pr-3 {
    padding-right: .75rem
}

.pr-4 {
    padding-right: 1rem
}

.pr-8 {
    padding-right: 2rem
}

.pt-0 {
    padding-top: 0
}

.pt-1 {
    padding-top: .25rem
}

.pt-12 {
    padding-top: 3rem
}

.pt-16 {
    padding-top: 4rem
}

.pt-2 {
    padding-top: .5rem
}

.pt-3 {
    padding-top: .75rem
}

.pt-4 {
    padding-top: 1rem
}

.pt-5 {
    padding-top: 1.25rem
}

.pt-6 {
    padding-top: 1.5rem
}

.pt-8 {
    padding-top: 2rem
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.align-top {
    vertical-align: top
}

.align-middle {
    vertical-align: middle
}

.align-bottom {
    vertical-align: bottom
}

.align-\[-0\.05em\] {
    vertical-align: -.05em
}

.\!text-2xl {
    font-size: 1.5rem!important;
    line-height: 2rem!important
}

.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-5xl {
    font-size: 3rem;
    line-height: 1
}

.text-\[1\.2rem\] {
    font-size: 1.2rem
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.font-bold {
    font-weight: 700
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.capitalize {
    text-transform: capitalize
}

.italic {
    font-style: italic
}

.\!leading-\[1\.5em\] {
    line-height: 1.5em!important
}

.\!leading-none {
    line-height: 1!important
}

.leading-5 {
    line-height: 1.25rem
}

.leading-7 {
    line-height: 1.75rem
}

.leading-none {
    line-height: 1
}

.\!text-\[--tml-footer-text-color\] {
    color: var(--tml-footer-text-color)!important
}

.\!text-\[--tml-form-text-secondary-color\] {
    color: var(--tml-form-text-secondary-color)!important
}

.\!text-\[--tml-menu-text-color\] {
    color: var(--tml-menu-text-color)!important
}

.\!text-\[--tml-text-color\] {
    color: var(--tml-text-color)!important
}

.\!text-\[var\(--tml-form-text-secondary-color\)\] {
    color: var(--tml-form-text-secondary-color)!important
}

.\!text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity))!important
}

.text-\[--tml-error-color\] {
    color: var(--tml-error-color)
}

.text-\[--tml-primary-color\] {
    color: var(--tml-primary-color)
}

.text-\[--tml-success-color\] {
    color: var(--tml-success-color)
}

.text-\[--tml-text-color\] {
    color: var(--tml-text-color)
}

.text-\[color\:var\(--tml-form-text-error-color\)\] {
    color: var(--tml-form-text-error-color)
}

.text-\[var\(--tml-form-text-secondary-color\)\] {
    color: var(--tml-form-text-secondary-color)
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity))
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.\!underline {
    -webkit-text-decoration-line: underline!important;
    text-decoration-line: underline!important
}

.underline {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.opacity-0 {
    opacity: 0
}

.opacity-10 {
    opacity: .1
}

.opacity-20 {
    opacity: .2
}

.opacity-30 {
    opacity: .3
}

.opacity-40 {
    opacity: .4
}

.opacity-50 {
    opacity: .5
}

.opacity-60 {
    opacity: .6
}

.opacity-70 {
    opacity: .7
}

.opacity-75 {
    opacity: .75
}

.opacity-80 {
    opacity: .8
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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 / .1), 0 4px 6px -4px rgb(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)
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(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)
}

.shadow-xl {
    --tw-shadow: 0px 20px 25px -5px rgba(0,0,0,.1), 0px -2px 10px -6px rgba(0,0,0,.1);
    --tw-shadow-colored: 0px 20px 25px -5px var(--tw-shadow-color), 0px -2px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.outline {
    outline-style: solid
}

.\!outline-2 {
    outline-width: 2px!important
}

.outline-offset-2 {
    outline-offset: 2px
}

.outline-black {
    outline-color: #000
}

.blur {
    --tw-blur: blur(8px);
    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)
}

.drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));
    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)
}

.grayscale {
    --tw-grayscale: grayscale(100%);
    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)
}

.invert {
    --tw-invert: invert(100%);
    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)
}

.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,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-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-text-decoration-color,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.transition-colors {
    transition-property: color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.duration-300 {
    transition-duration: .3s
}

.ease-\[ease\] {
    transition-timing-function: ease
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.ease-out {
    transition-timing-function: cubic-bezier(0,0,.2,1)
}

.\[max\:\(\$\ {
    this\.max\}

\)\] {
    max: ($ {
        this.max
    }

    )}

.\[min\:\(\$\ {
    this\.min\}

\)\] {
    min: ($ {
        this.min
    }

    )}

.\[range\:\(\$\ {
    this\.range\}

\)\] {
    range: ($ {
        this.range
    }

    )}

.\[step\:\(\$\ {
    this\.step\}

\)\] {
    step: ($ {
        this.step
    }

    )}

h1 {
    font-size: 2rem;
    line-height: 2rem;
    line-height: 1.25em!important
}

h2 {
    font-size: 1.75rem;
    line-height: 1.75rem
}

h3 {
    font-size: 1.5rem;
    line-height: 1.5rem
}

h4 {
    font-size: 1.2rem;
    line-height: 1.2rem
}

h5 {
    font-size: 1rem;
    line-height: 1.2rem
}

h6 {
    font-size: .8rem;
    line-height: .8rem
}

h1,h2,h3,h4,h5,h6 {
    margin-bottom: 1em;
    font-weight: 700;
    line-height: 1.5em!important
}

h1:focus,h2:focus,h3:focus,h4:focus,h5:focus,h6:focus {
    outline: none
}

.first\:mt-4:first-child {
    margin-top: 1rem
}

.first\:\!pt-2:first-child {
    padding-top: .5rem!important
}

.first\:pl-0:first-child {
    padding-left: 0
}

.last\:mb-3:last-child {
    margin-bottom: .75rem
}

.last\:pr-0:last-child {
    padding-right: 0
}

.last\:text-lg:last-child {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.last\:font-bold:last-child {
    font-weight: 700
}

.even\:bg-box-background-color:nth-child(even) {
    background-color: var(--tml-box-background-color)
}

.last-of-type\:mb-0:last-of-type {
    margin-bottom: 0
}

.last-of-type\:opacity-60:last-of-type {
    opacity: .6
}

.hover\:bg-box-background-color:hover {
    background-color: var(--tml-box-background-color)
}

.hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity))
}

.hover\:text-\[--tml-text-color\]: hover {
    color:var(--tml-text-color)
}

.hover\:opacity-60:hover {
    opacity: .6
}

.hover\:opacity-70:hover {
    opacity: .7
}

.hover\:outline:hover {
    outline-style: solid
}

.hover\:outline-1:hover {
    outline-width: 1px
}

.hover\:outline-black:hover {
    outline-color: #000
}

.focus-visible\:outline-none:focus-visible {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.focus-visible\:ring-2:focus-visible {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)
}

.focus-visible\:ring-inset:focus-visible {
    --tw-ring-inset: inset
}

@media not all and (min-width: 768px) {
    .max-md\:pb-6 {
        padding-bottom:1.5rem
    }
}

@media (min-width: 576px) {
    .sm\:\!visible {
        visibility:visible!important
    }

    .sm\:col-span-2 {
        grid-column: span 2 / span 2
    }

    .sm\:mb-0 {
        margin-bottom: 0
    }

    .sm\:ml-11 {
        margin-left: 2.75rem
    }

    .sm\:mt-0 {
        margin-top: 0
    }

    .sm\:\!block {
        display: block!important
    }

    .sm\:inline {
        display: inline
    }

    .sm\:flex {
        display: flex
    }

    .sm\:grid {
        display: grid
    }

    .sm\:w-1\/2 {
        width: 50%
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .sm\:flex-row {
        flex-direction: row
    }

    .sm\:flex-row-reverse {
        flex-direction: row-reverse
    }

    .sm\:gap-4 {
        gap: 1rem
    }

    .sm\:gap-x-3 {
        -moz-column-gap: .75rem;
        column-gap: .75rem
    }

    .sm\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem
    }

    .sm\:gap-y-0 {
        row-gap: 0px
    }

    .sm\:space-y-0>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse))
    }

    .sm\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .sm\:pl-2 {
        padding-left: .5rem
    }

    .sm\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .sm\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .sm\:font-normal {
        font-weight: 400
    }
}

@media (min-width: 768px) {
    .md\:order-last {
        order:9999
    }

    .md\:col-span-1 {
        grid-column: span 1 / span 1
    }

    .md\:\!mb-2 {
        margin-bottom: .5rem!important
    }

    .md\:\!mb-2\.5 {
        margin-bottom: .625rem!important
    }

    .md\:\!mb-8 {
        margin-bottom: 2rem!important
    }

    .md\:mb-0 {
        margin-bottom: 0
    }

    .md\:mb-16 {
        margin-bottom: 4rem
    }

    .md\:mb-2 {
        margin-bottom: .5rem
    }

    .md\:mb-4 {
        margin-bottom: 1rem
    }

    .md\:mb-5 {
        margin-bottom: 1.25rem
    }

    .md\:mb-8 {
        margin-bottom: 2rem
    }

    .md\:mr-1 {
        margin-right: .25rem
    }

    .md\:mr-4 {
        margin-right: 1rem
    }

    .md\:mt-0 {
        margin-top: 0
    }

    .md\:mt-8 {
        margin-top: 2rem
    }

    .md\:block {
        display: block
    }

    .md\:flex {
        display: flex
    }

    .md\:hidden {
        display: none
    }

    .md\:h-auto {
        height: auto
    }

    .md\:h-screen {
        height: 100vh
    }

    .md\:min-h-\[4000px\] {
        min-height: 4000px
    }

    .md\:w-1\/2 {
        width: 50%
    }

    .md\:w-1\/5 {
        width: 20%
    }

    .md\:w-1\/6 {
        width: 16.666667%
    }

    .md\:w-2\/3 {
        width: 66.666667%
    }

    .md\:w-2\/5 {
        width: 40%
    }

    .md\:w-full {
        width: 100%
    }

    .md\:flex-auto {
        flex: 1 1 auto
    }

    .md\:flex-grow {
        flex-grow: 1
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:space-x-4>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1rem * var(--tw-space-x-reverse));
        margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)))
    }

    .md\:space-y-0>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse))
    }

    .md\:p-10 {
        padding: 2.5rem
    }

    .md\:p-4 {
        padding: 1rem
    }

    .md\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .md\:px-2 {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .md\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .md\:py-1 {
        padding-top: .25rem;
        padding-bottom: .25rem
    }

    .md\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .md\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .md\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .md\:pb-0 {
        padding-bottom: 0
    }

    .md\:pl-4 {
        padding-left: 1rem
    }

    .md\:pr-4 {
        padding-right: 1rem
    }

    .md\:pt-0 {
        padding-top: 0
    }

    .md\:\!text-3xl {
        font-size: 1.875rem!important;
        line-height: 2.25rem!important
    }

    .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .md\:text-7xl {
        font-size: 4.5rem;
        line-height: 1
    }

    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .md\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    .md\:shadow-xl {
        --tw-shadow: 0px 20px 25px -5px rgba(0,0,0,.1), 0px -2px 10px -6px rgba(0,0,0,.1);
        --tw-shadow-colored: 0px 20px 25px -5px var(--tw-shadow-color), 0px -2px 10px -6px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
    }
}

@media (min-width: 992px) {
    .lg\:col-span-1 {
        grid-column:span 1 / span 1
    }

    .lg\:mb-0 {
        margin-bottom: 0
    }

    .lg\:mt-12 {
        margin-top: 3rem
    }

    .lg\:mt-2 {
        margin-top: .5rem
    }

    .lg\:block {
        display: block
    }

    .lg\:flex {
        display: flex
    }

    .lg\:hidden {
        display: none
    }

    .lg\:w-1\/2 {
        width: 50%
    }

    .lg\:grid-cols-1 {
        grid-template-columns: repeat(1,minmax(0,1fr))
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .lg\:gap-6 {
        gap: 1.5rem
    }

    .lg\:space-y-0>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse))
    }

    .lg\: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))
    }

    .lg\:p-4 {
        padding: 1rem
    }

    .lg\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .lg\:py-3 {
        padding-top: .75rem;
        padding-bottom: .75rem
    }

    .lg\:pt-4 {
        padding-top: 1rem
    }

    .lg\:pt-6 {
        padding-top: 1.5rem
    }

    .lg\:pt-8 {
        padding-top: 2rem
    }

    .lg\:\!text-3xl {
        font-size: 1.875rem!important;
        line-height: 2.25rem!important
    }

    .lg\:text-5xl {
        font-size: 3rem;
        line-height: 1
    }

    .lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .lg\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    .lg\:font-normal {
        font-weight: 400
    }
}

@media (min-width: 1200px) {
    .xl\:\!text-4xl {
        font-size:2.25rem!important;
        line-height: 2.5rem!important
    }
}
