
/* ====================== DEFAULTS ====================== */

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');

*
{
	font-family: 'Montserrat', sans-serif;
	font-size: 11pt;
	margin: 0;
	padding: 0;
}


html,
body
{
	display: flex;
	flex-direction: column;
}

html
{
	height: 100%;
	width: 100%;
	overflow: auto;
}

body
{
	background: #f4f3f8;
	color: #3F3F3F;
	flex-grow: 1;
	overflow-y: auto;
}


/* ====================== TEXT ====================== */

h1
{
	font-size: 110%;
	line-height: 28px;
	font-weight: 700;
	margin-top: 14px;
	margin-bottom: 10px;
}

h2
{
	font-size: 120%;
	font-weight: 600;
}

h3
{
	font-weight: 600;
	padding-bottom: 10px;
}

h4
{
	font-size: 96%;
	font-weight: 600;
	margin-bottom:2px;
}

h5
{
	font-size: 96%;
	font-weight: 500;
	line-height: 120%;
}

h6
{
	font-size: 94%;
	font-weight: 600;
	width: max-content;
	padding-top:8px;
	padding-bottom:8px;
	padding-left: 14px;
	padding-right: 14px;
}

.MainTitle,
.SectionTitle,
.SubTitle,
.TagTitle
{
	line-height: normal;
}

.MainTitle
{
	font-size: 1.8rem;
	font-weight: 800;
	margin: 1.5rem 0;
}

.SectionTitle
{
	font-size: 1.5rem;
	font-weight: 800;
	margin: 1.5rem 0;
}

.SubTitle
{
	font-size: 1.5rem;
	font-weight: 800;
}

.TagTitle
{
	background: #eee;
	border-radius: 999px;
	padding: .25rem .8rem;
	font-size: .85rem;
	font-weight: 700;
	width: -moz-fit-content;
	width: fit-content;
}

span
{
	line-height: 175%;
	font-weight:500;
}

p,
ul,
ol
{
	line-height: 175%;
	margin-block: .5rem;
	font-weight: 500;
	margin-top: 6px;
	margin-bottom: 6px;
	width: fit-content;
	text-indent: 0;
}

li
{
	padding-left: .5rem;
}

ul
{
	padding: 0 0 0 1rem;
}

small
{
	font-size: 80%;
	line-height: 14pt;
}

b
{
	font-size: inherit;
	font-weight: 600;
}

a
{
	font-size: inherit;
	color: #f38700;
}

.LargeFontSize
{
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 2.5rem;
}

.SmallFontSize
{
	font-size: 80%;
}

.SmallIcon
{
	width: 20px;
	height: 20px;
	font-weight: 700;
}

.Icon 
{
	min-width:65px;
	height:65px;
	color:#fff;
	border-radius:999rem
}

.Icon i 
{
	font-size:1.85rem
}

/* Quote Scheme Name */
.QuoteLoader td:first-of-type > div:nth-of-type(2) span b
{
	font-size: 18px;
	float: left;
    margin-bottom: 6px;
}

.TextStart
{
	text-align:start;
}

.TextCenter
{
	text-align:center;
}

.ContentFlow
{
	width: auto;
	text-indent: 0;
}


/* ====================== ICONS ====================== */

i
{
	font-size: 1.5rem;
}

main > div > header i:not(.Menu div i, output i)
{
	color: #f9f9f9;
	padding: 0;
}

i.VerticalLine
{
	background:#f9f9f9;
	width: 2px;
	height: 30px;
	margin-top:8px;
	padding:0;
}

hr
{
	background: #bebcb9;
}

.Column > hr,
.ColumnRow > hr,
.ColumnReverseRow > hr
{
	border: none;
	height: 2px;
}

u
{
	font-size: 100%;
}

/* ====================== IMAGES ====================== */

figure
{
	margin:0;
	overflow:hidden;
	max-height:300px;
}

img
{
	width:100%;
	object-fit:cover;
}

.Logo
{
	max-width: 200px;
}

.ObjectCover
{
	object-fit: cover;
	min-width: 100%;
	min-height: inherit;
}

/* ====================== FRAMEWORK AND ELEMENTS ====================== */

main > div > header
{
	position: relative;
	z-index: 2;
}

dialog
{
	position: relative;
	height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0 auto 1%;
	min-height:0;
}

dialog > div
{
	overflow: auto;
}

footer
{
	display:none;
}

.dialogArea,
.Overlay
{
	position:fixed;
	z-index:110;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	background: #a1dfdb90;
}

.BackgroundProcessing
{
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgb(127 244 244 / 17%);
	box-shadow: 0 4px 30px rgb(241 0 0 / 10%);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}

button.BackgroundClose
{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	z-index:-1;
	opacity:0;
	background: black;
}

button.BackgroundClose:hover:enabled
{
	opacity:0.1;
}

div.Column:has(> span > [data-action="Lookup"][data-subaction="Close"])
{
	z-index:1;
}

.ConfirmationPopup
{
	z-index: 120;
}

.CurrentContent
{
	overflow: auto;
}

.CurrentContent > div
{
	max-height: 100%;
}

.CurrentContent aside + hr
{
	height: 100vh;
}

.Menu
{
	position: relative;
}

.Menu > div
{
	display: none;
	position: absolute;
	right: -20%;
    top: 98%;
	z-index: 200;
	max-width: 300px;
	min-width: 260px;
}

.SelectableActions .Menu > div
{
	right: -90%;
}

.Menu > div > div > div
{
	max-height: 80vh;
	overflow: auto;
}

.Menu > button:hover + div,
.Menu > div:hover
{
	display: flex;
}

.Menu button:disabled
{
	opacity: 0.8;
}

.Navigation
{
	padding: 6px 2%;
	overflow: auto;
}

.Tab
{
	z-index: 1;
}

.Tab h6:nth-of-type(2)
{
	font-size: 60%;
	color: #666;
    padding-top: 0;
    line-height: 4px;
}

[data-output="ContentButtons"] button:not([data-disableddueto], [data-objectid="7670"])
{
	background: #fbfbfb22;
	color: #f9f9f9;
	height: 30px;
}


.SelectableActions,
.FilterOption
{
	z-index: 4;
	align-items: baseline;
}

.Absolute
{
	position: absolute;
}

.Relative
{
	position: relative;
}

.Sticky
{
	height: fit-content;
	position: sticky;
	top: 2%;
}

.AbsoluteRight
{
	position: absolute;
	right: 0;
	height: 100%;
}

.Top 
{
	top:0
}

.Bottom 
{
	bottom: 0
}

.Right 
{
	right:0
}

.Left 
{
	left: 0
}

.BottomLayer
{
	z-index: -1;
}

.TopLayer
{
	z-index: 1;
}


/* Policy Action Dropdown */
.SelectableActions > div > div button
{
	flex-direction: row;
	display: flex;
	/* color: inherit; */
}

.SelectableActions > button,
.SelectableActions > div > div > button,
.FilterOption > div > div > button
{
	width: fit-content;
	padding: 0 8px;
	gap: 0.5rem;
}

/* Policy Actions */
.FilterOption > div > div > button
{
	padding: 0 10px;
	border-radius: 20px;
}

.FilterOption > div > div
{
	position: relative;
}

.FilterOption > div > div > div
{
	position: absolute;
	top: 120%;
	right: 0;
	width: 100%;
	min-width: 250px;
	max-height: 80vh;
	overflow: auto;
}

.FilterOption label,
.FilterOption select,
.FilterOption select option,
.FilterOption input
{
	font-size: 12px;
}

::-webkit-scrollbar
{
	width: 14px;
	height: 14px;
}

::-webkit-scrollbar-thumb
{
  background-color: #b2b2b274;
  border-radius: 8px;
}

::-webkit-scrollbar-track
{
  background-color: transparent;
}

::-webkit-scrollbar-thumb:hover
{
	background: #bbba;
}

::-webkit-scrollbar-thumb:active
{
	background: #aaaa;
}



/* ====================== FLEX SYSTEM ====================== */

.Column
{
	display: flex;
	flex-direction: column!important;
}

.Row
{
	display: flex;
	flex-direction: row!important;
}

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

.ColumnRow
{
	display: flex;
	flex-direction: column;
}

.ColumnReverseRow
{
	display: flex;
	flex-direction: column-reverse!important;
}

.RowColumn
{
	display: flex;
	flex-direction: row;
}

.Inline
{
	display: inline-flex;
}

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

.Right
{
	align-self: end;
}

.WrapChildren
{
	flex: 0 0 48%;
  box-sizing: border-box;
}

.AlignStart 
{
    align-items: start;
}

.AlignCenter 
{
    align-items: center;
}

.AlignEnd
{
    align-items: end;
}

.AlignSelfBaseline
{
	align-self: baseline;
}

.AlignSelfCenter
{
	align-self: center;
}

.AlignSelfStretch
{
	align-self: stretch;
}

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

.JustifyCenter 
{
    justify-content: center;
}

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

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

.SpaceChildren
{
  gap: 1rem;
}

.SpaceChildrenSmall
{
  gap: 0.5rem;
}

.Fixed
{
	position: fixed;
}

.TopLeft
{
	top: 0;
	left: 0;
}

.Wrap
{
	flex-wrap: wrap;
}

.VerticalLine
{
	height: 100%;
	box-shadow: 0 0 1px 0.5px #fff;
}

.PageContent
{
    margin-left: 30%;
    width: 100%;
    height: max-content;
}

.FlexGrow
{
	flex-grow: 1;
}

.FlexShrink
{
	flex-shrink: 1;
}

.PaddingContainer
{
	padding: 20px 2%;
}

.PaddingInner
{
	padding: 0.8vh;
}

.PaddingSides
{
	padding: 0 2%;
}

.PaddingTopBottom
{
	padding: 2% 0;
}

.PaddingSmall
{
	padding: 0.8vh;
}

.PaddingThin
{
	padding: 6px 20px;
}

.PaddingTop
{
	padding: 2.2vh 0 0 0; 
}

.PaddingBottom
{
	padding: 0 0 2.2vh 0; 
}

.Desktop 
{
	display: none !important;
}

.Height100
{
	height: 100%;
}

.HeightFitContent
{
	height: fit-content;
}

.HeightFillAvailable
{
	height: -webkit-fill-available;
}

.MinHeight300
{
	min-height: 300px;
}

.MinHeight400
{
	min-height: 400px;
}

.MinHeight500
{
	min-height: 500px;
}

.MaxHeight80
{
	max-height: 80vh;
}

.MaxHeight100
{
	max-height: 100%;
}
.MaxHeight400
{
	max-height: 400px;
}
.MaxHeight450
{
	max-height: 450px;
}
.MaxHeight500
{
	max-height: 500px;
}

/* ====================== INPUTS, SELECTS, TEXTAREA, OPTIONS ====================== */

input,
select,
textarea,
output,
label
{
	position: relative;
	display: flex;
	width: 100%;
	padding: 10px 0px;
	border-radius: 10px; 
	-webkit-appearance: none;
    -moz-appearance: none;
}

input[hidden]
{
	display: none;
}

label
{
	padding: 0.8rem 0;
	font-weight: 600;
}

input,
select,
textarea
{
	background: #fbfbfb22;
	color: inherit;
	border: solid 1px #33333330;
	text-indent: 10px;
	font-weight: 500;
}

input:not(.MultiSelectOption):focus
{
	outline: #79bece 1px solid;
}

input::placeholder,
select::placeholder,
textarea::placeholder
{
	color: inherit;
	opacity: 0.7;
}

output li
{
	list-style-type: none;
}

div:has(> .Validation)
{
	border-left: 4px #cd3439 solid;
	padding: 10px 10px 10px 30px;
	background: #cd343930;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}

.Validation
{
	list-style-type: none;
	font-weight: 500;
}

textarea
{
	resize: none;
	height: 80px;
	text-indent: 0;
	padding: 10px;
}

.TextEditor
{
	height: 260px;
	min-width: 260px;
	min-height:260px;
	max-height:520px;
	resize: vertical;
}

.HTMLTextArea
{
	width:100%;
	min-height:200px;
	background: #cdcdcd;
}

input[type="checkbox"]
{
	width: 100%;
	height: 100%;
	max-width: 25px;
	max-height: 25px;
	border-radius: 4px;
}

input[type="checkbox"]:checked
{
	background: #79bece;
	color: #f5f5f5;
}

input[type="checkbox"]:checked:after
{
	content: "\f00c";
	font-family: 'Font Awesome 6 Pro';
	color: #f5f5f5;
	text-indent: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.MultiSelectContainer
{
	box-shadow: 0 0 0 1px #D8D8D8;
	padding: 1%;
	width: 98%;
	margin-top: 6px;
	border-radius: 6px;
}

[data-type="InputMultiSelect"] ~ div label
{
	font-size: 0.9rem;
	padding: 0;
}

.MultiSelectOptions > span:has(input:checked)
{
	display: none;
}

input[type="time"]
{
	text-indent: 0;
	padding-left: 20px;
}

span[type="switch"] input:disabled + label,
span[type="switch"] input:disabled + label:hover
{
	background: #666;
	color: #f5f5f5;
	opacity: 1;
}

input:disabled:hover,
select:disabled:hover,
input:disabled:active,
select:disabled:active
{
	box-shadow: 0 0 0 0  #009fd0 inset;
	-webkit-box-shadow: 0 0 0 0  #009fd0 inset;
	-moz-box-shadow: 0 0 0 0  #009fd0 inset;
	transition: 0.2s;
}

input:disabled,
select:disabled,
textarea:disabled
{
	opacity: 1;
  background: #f3f4f8;
}

button:disabled
{
	cursor: default;
}

button:disabled:active
{
	opacity: 1;
}

span[type="switch"]
{
	width:100%;
	display: flex;
	justify-content: space-between;
}

span[type="switch"] input 
{
	display:none;
}

span[type="switch"].Wrap
{
	justify-content: center;
}

div:has(> .AutoLookupResults),
div:has(> span > [data-type="AutoLookupImage"])
{
	position: relative;
}

.AutoLookupResults:not([data-type="AutoLookupImage"] + .AutoLookupResults)
{
	position: absolute;
	z-index: 1;
}

input[data-type="AutoLookupImage"] ~ output.AutoLookupResults.AutoCompleteHide 
{
    position: relative;
}

output.AutoLookupResults.AutoCompleteHide:empty 
{
    display: none;
}

[data-type="AutoLookupImage"] + .AutoLookupResults
{
	max-height: 275px;
	overflow: scroll;
}

[data-type="AutoLookupImage"] + output ul
{
	display: flex;
	flex-wrap: wrap;
}

.AutoLookupResults li > img
{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

[data-type="AutoLookupSearch"]
{
	z-index: 10;
}

.AutoLookupResults:has(.AutoLookupSearch):before
{
	content: "";
	position: absolute;
	background: #f0f1f2;
	width: 100%;
	height: calc(100% + 48px);
	z-index: -1;
	left: 50%;
	top: -48px;
	padding: 0 8px;
	transform: translateX(-50%);
	border-radius: 1rem;
	outline: 1px solid #777;
}

.listItem:hover 
{
	opacity: .5;
}

[data-type="AutoLookupImage"] + output li
{
	width: 330px;
}

.AutoLookupResults ul
{
	max-height: 70vh;
	overflow: auto;
	padding: 0;
	width: 100%;
}

.AutoLookupImage
{
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 1rem;
}

input[type="range"] + output
{
	padding: 0;
	width: 10%;
	min-width: 60px;
}

.HelpText
{
	display: none;
}

span:has(> div > .HelpText)
{
	position: relative;
}

i:hover + .HelpText
{
	display: flex;
	position: absolute;
	right: 0;
	top: 40px;
	z-index: 1;
	max-width: 600px;
}

i.UnreadNotification:after
{
	content: "";
	position: absolute;
	top: 2px;
	right: 2px;
	height: 0.8rem;
	width: 0.8rem;
	border-radius: 50%;
	outline: 3px solid;
	outline-color: #cc6401;
	background: #fff;
}


/*********** Baseline, reset styles ***********/
input[type="range"]
{
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	cursor: pointer;
	height: 3rem;
	border: none;
	padding: 0;
}

/* Removes default focus */
input[type="range"]:focus
{
	outline: none;
}

/******** Chrome, Safari, Opera and Edge Chromium styles ********/
/* slider track */
input[type="range"]::-webkit-slider-runnable-track
{
	background-color: #f3f4f8;
	box-shadow: 0 0 0 1px #3353;
	border-radius: 0.5rem;
	height: 10px;
}

/* slider thumb */
input[type="range"]::-webkit-slider-thumb
{
	-webkit-appearance: none; /* Override default look */
	appearance: none;
	margin-top: -7px; /* Centers thumb on the track */
	background-color: #bebcb9;
	border-radius: 1.5rem;
	height: 1.5rem;
	width: 1.5rem;
}

input[type="range"]:focus::-webkit-slider-thumb
{
	background-color: #ff7d01;
	outline: 3px solid #ff7d01;
	outline-offset: 0.125rem;
}

/*********** Firefox  ***********/
input[type="range"]::-moz-range-track
{
	background-color: #f3f4f8;
	border-radius: 0.5rem;
	height: 10px;
}

/* slider thumb */
input[type="range"]::-moz-range-thumb
{
	background-color: #bebcb9;
	border: none; /*Removes extra border that FF applies*/
	border-radius: 1.5rem;
	height: 1.5rem;
	width: 1.5rem;
}

input[type="range"]:focus::-moz-range-thumb
{
	background-color: #ff7d01;
	outline: 3px solid #ff7d01;
	outline-offset: 0.125rem;
}


/* ====================== BUTTONS & LABEL BUTTONS ====================== */

button,
.Button
{
	background: none;
	font-family:"Montserrat",sans-serif;
	padding:.75rem 1.5rem;
	margin:0;
	width: -webkit-fill-available;
	width: -moz-available;
	border:none;
	outline:none;
	font-size:1rem;
	font-weight:800;
	cursor:pointer;
	 -webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	border-radius: 999rem;
}

a[href],
a[data-action]
{
	cursor: pointer;
}

button
{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 1rem;
}

button i,
.Software button i
{
	padding: 0;
}

span[type="switch"] label 
{
	background: #f3f4f8;
	font-weight: 600;
	width: 50%;
	text-align: center;
	box-shadow: 0 0 0 1px #3353;
}

span[type="switch"].Wrap label
{
	width: fit-content;
	text-indent: unset;
	min-width: 5rem;
	cursor: pointer;
	flex-grow: 1;
}

.SwitchImage > label
{
	padding: 0;
	overflow: hidden;
	width: 230px;
	max-width: 230px;
}

span[type="switch"] input:checked + label 
{
	background: #79bece !important;
	color: #f5f5f5;
	
}

button:hover:enabled,
.Button:hover,
a:hover,
span[type="switch"] label:hover,
input[type="file"]:hover + label
{
	opacity:0.7;
}

input[type="file"]:hover + label > div
{
	filter: brightness(1.6);
}

/* a:hover:after
{
	content: "\f08e";
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0009;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: 500;
	font-size: 4rem;
} */

button:active,
a:active
{
	opacity:0.8;
}

.BackgroundGrey input,
.BackgroundGrey select,
.BackgroundGrey span[type="switch"] label
{
	background: #fff;
}

/* ====================== TABLES & SUMMARY ====================== */

summary h3 
{
  display: inline-block;
  margin-inline-start: 0.5rem;
}

summary::marker 
{
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  font-size: 1.5rem;
  content: '\2b';
}

details[open] summary::marker 
{
	content: '\2212';
}

details[open] i.fa-regular.fa-chevron-right 
{
	rotate: 90deg;
}

table
{
	border-collapse:collapse;
	border-radius: 1rem;
	overflow: clip;
	width: 100%;
}

table tr:has(+ .ui-selectee):first-of-type
{
	position: sticky;
	top: -1vh;
	z-index: 1;
}
 
tr
{
	-moz-box-shadow: 0 1px 1px -1px #33333390, 0 -1px 1px -1px #33333390;
	-webkit-box-shadow: 0 1px 1px -1px #33333390, 0 -1px 1px -1px #33333390;
	box-shadow:         0 1px 1px -1px #33333390, 0 -1px 1px -1px #33333390;
}

tr:first-of-type > *:first-child
{
	border-radius: 1rem 0 0 0;
}

tr:first-of-type > *:last-child
{
	border-radius: 0 1rem 0 0;
}


th,
td
{
	text-align: center;
	padding: 0.6vh 4px;
	max-width: 260px;
	
	overflow-wrap: break-word;
}

th
{
	background: #222222;
	color: #f9f9f9;
	font-weight: 600;
}

td
{
	font-weight: 400;
}

iframe 
{
    width: 100%;
    height: 100%;
    border: none;
}

.IframeContainer > div > div 
{
    height: 100vh;
}

.ui-selectee
{
	background: none;
}

.ui-selectee:hover
{
	opacity: 0.7;
	cursor: cell;
}

.ui-selecting
{
	opacity:0.7;
	cursor: grabbing;
	background: #79bece;
	color: #f9f9f9;
}

.ui-selected
{
	background: #79bece;
	color: #f9f9f9;
}


/* ====================== CUSTOMISED OPTIONS ====================== */

.Shadow
{
	border: none;
	box-shadow: 0 0 0 1px #1232, 0 2px 6px #0331, 0 2px 8px #1342;
	width: fit-content;
}

/* FRED TO UNBESPOKE */

.LineHeightNormal
{
	line-height: normal;
}

.NoWrap
{
	white-space: nowrap;
}

.Gap05
{
	gap: 0.5rem;
}

.Gap1
{
	gap: 1rem;
}

.Gap2
{
	gap: 2rem;
}

.Gap3
{
	gap: 3rem;
}

.SideTag
{
	position: fixed;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 2rem;
	top: 0;
	left: 100%;
	height: 100%;
	width: 100%;
	cursor: pointer;
}

.SideTag > div
{
	display: flex;
	flex-direction: row;
	border-radius: 10px 0px 0px 10px;
	overflow: hidden;
	padding: 0;
	transform: translateX(-34px);
	transition: transform ease 200ms;
}

.SideTag > div > div:first-of-type
{
	gap: 0.5rem;
	padding: 6px 2px;
}

.SideTag > div > div:first-of-type > span:first-of-type
{
	rotate: 180deg;
	writing-mode: vertical-lr;
}

.SideTag a
{
	white-space: nowrap;
	min-height: 145px;
	box-shadow: inset 2px 0 0 0 #0005;
}

.SlideTagShown
{
	transform: translateX(-100%) !important;
}

.BackgroundDiagonal
{
	position: relative;
}

.BackgroundDiagonal:before,
.BackgroundDiagonal:after
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	clip-path: polygon(0 0, 0 100%, 100% 70%, 100% 0, 0 0);
	z-index: -1;
}

.BackgroundDiagonal:before
{
	background: #ad5400;
	height: 70vh;
	min-height: 565px;
	max-height: 615px;
}

.BackgroundDiagonal:after
{
	background: #cc6401;
	height: 68vh;
	min-height: 550px;
	max-height: 600px;
}

.ImageDiagonal img
{
	clip-path: polygon(0 0, 0 100%, 100% 70%, 100% 0, 0 30%)
}

.CircleImage
{
	border-radius: 999rem;
	overflow: clip;
	height: 450px;
	width: 450px;
	background: #ad5400;
	padding: .75rem;
}

.CircleImage img
{
	height: 450px;
	width: 450px;
	object-fit: cover;
	border-radius: 999rem;
}

.CircleImageDynamic
{
	width: 100%;
	position: relative;
	padding-top: 100%;
	border-radius: 999rem;
	overflow: hidden;
}

.CircleImageDynamic img
{
	box-sizing: border-box;
	border: 0.75rem solid #ad5400;
	border-radius: 999rem;
	object-fit: cover;
	position: absolute;
	height: 100%;
	top: 0;
}

.LandingText
{
	right: 0;
	bottom: 8%;
}

.Arrow 
{
	width: 200px;
	transform: translate(0, -75%);
	right: 0;
	fill: #e1721f;
}

.TextDecorationNone
{
	text-decoration: none;
}

.CalendarDay
{
	border: 0.5px solid #cdcdcd;
	height: 140px;
}

input[type="date"]
{
	min-height: 20px;
}

input::-webkit-date-and-time-value {
  text-align: left;
}

input[type="date"]::-webkit-calendar-picker-indicator
{
	position: absolute;
	right: 16px;
}

.OverflowHidden
{
	overflow: hidden;
}

.OverflowScroll
{
	overflow: scroll;
}

.OverflowClip
{
	overflow-x: clip;
}

.Round0
{
	border-radius: 0;
}

.Round1
{
	border-radius: 1rem;
}

.Round3
{
	border-radius: 3rem;
}

.RoundCircle
{
	border-radius: 999rem;
}

.CopyToClipboard
{
	position: fixed;
	display: flex;
    flex-direction: column;
    z-index: 300;
    align-items: center;
    padding: 30px;
    border-radius: 12px;
    top: 30vh;
    height: fit-content;
    margin-left: 40%;
    width: 20%;
}

.BottomMiddle
{
	position: fixed;
	bottom: 0;
}

.SlideIn
{
	z-index: 2;
	top: 10%;
	right: -100%;
	margin-left: 1%;
	max-width: 100%;
	animation: SlideIn 8s;
}

.ProgressBar
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 50%;
}

.Loader
{
	-webkit-animation: spin 4s infinite linear;
	z-index:100;
}

.hidden,
.Hidden,
.MobHidden
{
	display: none;
}

.NoPadding
{
  padding: 0;
}

.NoMargin 
{
   margin: 0;
}

.Unset 
{
    all: unset;
}

/* ====================== COLOURS AND BACKGROUNDS ====================== */

.BackgroundImage
{
	background-image: url(https://resource.thinkinsurance.co.uk/Image/Brand/LoginBackground.png);
	color: #f9f9f9;
}

.OutlineGrey,
.OutlineGrey > i
{
	color: #777;
}

.OutlineGrey
{
	outline: 2px solid #777;
	outline-offset: -2px;
	background: transparent;
}

.OutlineGreyLight
{
	outline: 2px solid #CDCDCD;
    outline-offset: -2px;
}

.OutlinePrimary,
.OutlinePrimary > i
{
	color: #ff7d01;
}

.OutlinePrimary
{
	outline: 2px solid #FF7D01;
	outline-offset: -2px;
	background: transparent;
}

.FadedPrimary
{
	background: #fbfbfb22;
	color: #F9F9F9;
}

.FadedGrey
{
	background: #6664;
	color: #F9F9F9aa;
}

.BackgroundPrimary
{
	background: #ff7d01;
	color: #f9f9f9;
}

.BackgroundSecondary
{
	background: #cc6401;
	color: #f9f9f9;
}

.BackgroundThird
{
	background: #f5c3a3;
	color: #823f00;
}

.BackgroundGradiant
{
	background: #f38700;
	background: linear-gradient(52deg, #cc6401) 0%, #cc6401) 35%, #cc6401) 100%);
	color: #f9f9f9;
}

.BackgroundSelected
{
	background: #79bece;
	color: #f9f9f9;
}

.BackgroundWhite,
.WhiteBackground
{
	background: #ffffff;
	color: #3F3F3F;
}

.BackgroundGrey
{
	background: #f0f1f2;
	color: #3F3F3F;
}

.BackgroundGreyLight
{
	background: #dadcdd;
	color: #3F3F3F;
}

.BackgroundGreyDark
{
	background: #555555;
	color: #f9f9f9;
}

.BackgroundBlack
{
	background: #222222;
	color: #f9f9f9;
}

.BackgroundBrown
{
	background: #ad5400;
	color: #f9f9f9;
}

.BackgroundGreen
{
	background: #ADCC3C;
	color: #f9f9f9;
}

.BackgroundRed
{
	background: #a70b00;
	color: #f9f9f9;
}

.BackgroundOrange,
.OrangeBackground
{
	background: #f38700;
	color: #f9f9f9;
}

.BackgroundYellow
{
	background: #ebc115;
	color: #f9f9f9;
}

.BackgroundPurple
{
	background: #814a8e;
	color: #f9f9f9;
}

.BackgroundBlue
{
	background: #83a3bf;
	color: #f9f9f9;
}

.BackgroundRegistration,
input.BackgroundRegistration,
input:disabled.BackgroundRegistration
{
	background: #F7D416;
	border-left: #1D70B8 30px solid;
	color: #222222;
}

.BackgroundCompaniesHouse
{
	background: #1D70B8;
	color: #f9f9f9;
}

.BackgroundWhatsApp
{
	background: #075E54;
	color: #f9f9f9;
}

.FillRed
{
	fill: #a70b00;
}

.FillBlack
{
	fill: #222222;
}

.FillPrimary
{
	fill: #ff7d01;
}

.FillSecondary
{
	fill: #cc6401;
}

.FillGreyLight
{
	fill: #dadcdd;
}

.BorderRed
{
	border-color: #a70b00!important;
}

.BorderBlack
{
	border-color: #222222!important;
}

.BorderGreyLight
{
	border-color: #dadcdd!important;
}

.BorderPrimary
{
	border-color: #ff7d01!important;
}

.BorderSecondary
{
	border-color: #cc6401!important;
}

.LookupResult
{
	font-size: 22px;
	font-weight: 800;
	padding: 0.8vh;
	line-height: 175%;
}

.BlackTag
{
	background: #000c;
	color: #eee;
}

.BlueTag
{
	background: #C5F4FF;
	color: #335D6A;
}

.GreenTag 
{
	background: #C9FFC5;
	color: #376A33;
}

.TextPrimary
{
	color: #ff7d01;
}

.TextSecondary
{
	color: #cc6401;
}

.TextBlack
{
	color: #3F3F3F;
}

.TextBrown
{
	color: #ad5400;
}

.TextRed
{
	color: #a70b00;
}

.TextGrey
{
	color: #bebcb9;
}

.TextWhite
{
	color: #f9f9f9;
}

.TextYellow
{
	color: #FFD100;
}

.TextGreen
{
	color: #88a716;
}

.Opacity5
{
	opacity:0.5
}


/* ====================== MEDIA KEY FRAMES ====================== */

@keyframes SlideIn 
{
	0% {right: -100%;}
	5% {right: 1%;}
	90% {right: 1%;}
	100% {right: -100%;}
}

@-moz-keyframes spin
{
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}

@-webkit-keyframes spin
{
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

@keyframes spin
{
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.p10,
.p20,
.p25,
.p30,
.p35,
.p40,
.p50,
.p60,
.p65,
.p70,
.p75,
.p80,
.p90,
.p96,
.p100
{
	width:-webkit-fill-available;
	width:-moz-available;
}

.Width0
{
	width: 0;
}

.WidthFitContent
{
	width: fit-content
}

.MinWidthFitContent
{
	min-width: fit-content;
}

.MinWidth650
{
	min-width: 650px;
}

.MaxWidth150
{
	max-width: 150px;
}

.MaxWidth250
{
	max-width: 250px;
}

.MaxWidth300
{
	max-width: 300px;
}

.MaxWidth400
{
	max-width: 400px;
}

.MaxWidth500
{
	max-width: 500px;
}

.MaxWidth600
{
	max-width: 600px;
}

.MaxWidth800
{
	max-width: 800px;
}

.MaxWidthContent
{
	max-width: 1115px;
}

.Joe
{
	overflow: unset;
}

.tox-tinymce { width: -webkit-fill-available; }


/* ====================== SCREEN MEDIA 940PX (HALF SCREEN) - SOFTWARE ONLY ====================== */

@media screen and (min-width: 600px)
{
	
	.Software .Desktop
	{
		display: none;
	}
	
	.Software .Joe
	{
		overflow: auto;
		min-width: 250px;
	}
	
	@media screen and (min-width: 320px)
	{
		.Software .Joe
		{
			overflow: auto;
			min-width: 250px;
		}
	}
	
	.Software .Mobile
	{
		display: none;
	}
	
	.Software .ColumnRow,
	.Software .ColumnReverseRow
	{
		display: flex;
		flex-direction: row!important;
	}
	
	.Software .RowColumn
	{
		display: flex;
		flex-direction: column;
	}
	
	.Software .MobHidden
	{
		display: flex;
	}
	
	/* SORT THESE */
	.Software .hidden,
	.Software .Hidden,
	.Software .ScreenHidden
	{
		display: none;
	}

	.Software .WrapChildren
	{
		flex: 0 0 22%;
		box-sizing: border-box;
	}

	.Software .ColumnRow > hr,
	.Software .ColumnReverseRow > hr
	{
		border: none;
		width: 2px;
		height: unset;
	}
	
	.Software .p10{width:10%;}
	.Software .p20{width:20%;}
	.Software .p25{width:25%;}
	.Software .p30{width:30%;}
	.Software .p35{width:35%;}
	.Software .p40{width:40%;}
	.Software .p50{width:50%;}
	.Software .p60{width:60%;}
	.Software .p65{width:65%;}
	.Software .p70{width:70%;}
	.Software .p75{width:75%;}
	.Software .p80{width:80%;}
	.Software .p90{width:90%;}
	.Software .p96{width:98%;}
	.Software .p100
	{
		width: -webkit-fill-available; 
		width: -moz-available;
	}
	
}


/* ====================== SCREEN MEDIA 940PX (HALF SCREEN) ====================== */

@media screen and (min-width: 1000px)
{
	
	.MainTitle
	{
		font-size: 3rem;
	}
	
	.SectionTitle
	{
		font-size: 2.5rem;
	}
	
	.CurrentContent
	{
		overflow: hidden;
	}
	
	.Desktop
	{
		display: flex !important;
	}
	
	.Joe
	{
		overflow: auto;
		min-width: 250px;
	}
	
	.Mobile
	{
		display: none;
	}
	
	.ColumnRow,
	.ColumnReverseRow
	{
		display: flex;
		flex-direction: row!important;
	}
	
	.RowColumn
	{
		display: flex;
		flex-direction: column;
	}
	
	.MobHidden
	{
		display: flex;
	}
		
	.hidden,
	.Hidden,
	.ScreenHidden
	{
		display: none;
	}

	.WrapChildren
	{
		flex: 0 0 22%;
		box-sizing: border-box;
	}

	.ColumnRow > hr,
	.ColumnReverseRow > hr
	{
		border: none;
		width: 1px;
		height: unset;
	}
	
	.p10{width:10%;}
	.p20{width:20%;}
	.p25{width:25%;}
	.p30{width:30%;}
	.p35{width:35%;}
	.p40{width:40%;}
	.p50{width:50%;}
	.p60{width:60%;}
	.p65{width:65%;}
	.p70{width:70%;}
	.p75{width:75%;}
	.p80{width:80%;}
	.p90{width:90%;}
	.p96{width:98%;}
	.p100
	{
		width: -webkit-fill-available; 
		width: -moz-available;
	}
	
}


/* ====================== SCREEN MEDIA 940PX (HALF SCREEN) ====================== */

@media screen and (min-width:1420px)
{
	
	table tr:has(+ .ui-selectee):first-of-type
	{
		position: sticky;
		top: -1.8vh;
	}

	.PaddingSmall
	{
		padding: 1vh;
	}
	
	td
	{
		padding: 1vh 20px;
	}

		
}




/* ====================== OLD WEBSITE	STYLE SHEET ====================== */

.Trustpilot
{
	background: #222;
	color: #fff;
	padding: 0.5rem;
}

.CookieBar 
{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	backdrop-filter: blur(5px);
	z-index: 9999
}

.CookieBar > div
{
	border-radius: 1rem;
	overflow: clip;
	z-index: 999;
	padding: 1rem;
	border: 1px solid #B4B4B4;
	margin: 1rem;
}

.CookieBar h2
{
	font-size: 1.5rem;
	font-weight: 800;
	margin: revert;
}

.CookieBar button
{
	font-family: "Montserrat", sans-serif;
	padding: .75rem 1.5rem;
	margin: 0;
	width: fit-content;
	height: fit-content;
	background-color: #FF7D01;
	color: #fff;
	border: none;
	outline: none;
	border-radius: 999px;
	font-size: 1rem;
	font-weight: 800;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Used on Scripts Management to animate the order of the scripts */
details.ScriptsDetails::details-content 
{
  transition: height 0.5s ease, content-visibility 0.5s ease allow-discrete;
  height: 0;
  overflow: clip;
  interpolate-size: allow-keywords;
}

details.ScriptsDetails[open]::details-content 
{
  height: fit-content;
}


/** Seasonal Display **/


.pyro > .before,
.pyro > .after {
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	box-shadow: -120px -218.66667px blue, 248px -16.66667px #00ff84,
	190px 16.33333px #002bff, -113px -308.66667px #ff009d,
	-109px -287.66667px #ffb300, -50px -313.66667px #ff006e,
	226px -31.66667px #ff4000, 180px -351.66667px #ff00d0,
	-12px -338.66667px #00f6ff, 220px -388.66667px #99ff00,
	-69px -27.66667px #ff0400, -111px -339.66667px #6200ff,
	155px -237.66667px #00ddff, -152px -380.66667px #00ffd0,
	-50px -37.66667px #00ffdd, -95px -175.66667px #a6ff00,
	-88px 10.33333px #0d00ff, 112px -309.66667px #005eff,
	69px -415.66667px #ff00a6, 168px -100.66667px #ff004c,
	-244px 24.33333px #ff6600, 97px -325.66667px #ff0066,
	-211px -182.66667px #00ffa2, 236px -126.66667px #b700ff,
	140px -196.66667px #9000ff, 125px -175.66667px #00bbff,
	118px -381.66667px #ff002f, 144px -111.66667px #ffae00,
	36px -78.66667px #f600ff, -63px -196.66667px #c800ff,
	-218px -227.66667px #d4ff00, -134px -377.66667px #ea00ff,
	-36px -412.66667px #ff00d4, 209px -106.66667px #00fff2,
	91px -278.66667px #000dff, -22px -191.66667px #9dff00,
	139px -392.66667px #a6ff00, 56px -2.66667px #0099ff,
	-156px -276.66667px #ea00ff, -163px -233.66667px #00fffb,
	-238px -346.66667px #00ff73, 62px -363.66667px #0088ff,
	244px -170.66667px #0062ff, 224px -142.66667px #b300ff,
	141px -208.66667px #9000ff, 211px -285.66667px #ff6600,
	181px -128.66667px #1e00ff, 90px -123.66667px #c800ff,
	189px 70.33333px #00ffc8, -18px -383.66667px #00ff33,
	100px -6.66667px #ff008c;
	-moz-animation: 1s bang ease-out infinite backwards,
	1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
	-webkit-animation: 1s bang ease-out infinite backwards,
	1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
	-o-animation: 1s bang ease-out infinite backwards,
	1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
	-ms-animation: 1s bang ease-out infinite backwards,
	1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
	animation: 1s bang ease-out infinite backwards,
	1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
}

.pyro > .after {
	-moz-animation-delay: 1.25s, 1.25s, 1.25s;
	-webkit-animation-delay: 1.25s, 1.25s, 1.25s;
	-o-animation-delay: 1.25s, 1.25s, 1.25s;
	-ms-animation-delay: 1.25s, 1.25s, 1.25s;
	animation-delay: 1.25s, 1.25s, 1.25s;
	-moz-animation-duration: 1.25s, 1.25s, 6.25s;
	-webkit-animation-duration: 1.25s, 1.25s, 6.25s;
	-o-animation-duration: 1.25s, 1.25s, 6.25s;
	-ms-animation-duration: 1.25s, 1.25s, 6.25s;
	animation-duration: 1.25s, 1.25s, 6.25s;
}

@-webkit-keyframes bang {
	from {
		box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white;
	}
}
@-moz-keyframes bang {
	from {
		box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white;
	}
}
@-o-keyframes bang {
	from {
		box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white;
	}
}
@-ms-keyframes bang {
	from {
		box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white;
	}
}
@keyframes bang {
	from {
		box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
		0 0 white, 0 0 white, 0 0 white;
	}
}
@-webkit-keyframes gravity {
	to {
		transform: translateY(200px);
		-moz-transform: translateY(200px);
		-webkit-transform: translateY(200px);
		-o-transform: translateY(200px);
		-ms-transform: translateY(200px);
		opacity: 0;
	}
}
@-moz-keyframes gravity {
	to {
		transform: translateY(200px);
		-moz-transform: translateY(200px);
		-webkit-transform: translateY(200px);
		-o-transform: translateY(200px);
		-ms-transform: translateY(200px);
		opacity: 0;
	}
}
@-o-keyframes gravity {
	to {
		transform: translateY(200px);
		-moz-transform: translateY(200px);
		-webkit-transform: translateY(200px);
		-o-transform: translateY(200px);
		-ms-transform: translateY(200px);
		opacity: 0;
	}
}
@-ms-keyframes gravity {
	to {
		transform: translateY(200px);
		-moz-transform: translateY(200px);
		-webkit-transform: translateY(200px);
		-o-transform: translateY(200px);
		-ms-transform: translateY(200px);
		opacity: 0;
	}
}
@keyframes gravity {
	to {
		transform: translateY(200px);
		-moz-transform: translateY(200px);
		-webkit-transform: translateY(200px);
		-o-transform: translateY(200px);
		-ms-transform: translateY(200px);
		opacity: 0;
	}
}
@-webkit-keyframes position {
	0%,
	19.9% {
		margin-top: 10%;
		margin-left: 40%;
	}

	20%,
	39.9% {
		margin-top: 40%;
		margin-left: 30%;
	}

	40%,
	59.9% {
		margin-top: 20%;
		margin-left: 70%;
	}

	60%,
	79.9% {
		margin-top: 30%;
		margin-left: 20%;
	}

	80%,
	99.9% {
		margin-top: 30%;
		margin-left: 80%;
	}
}
@-moz-keyframes position {
	0%,
	19.9% {
		margin-top: 10%;
		margin-left: 40%;
	}

	20%,
	39.9% {
		margin-top: 40%;
		margin-left: 30%;
	}

	40%,
	59.9% {
		margin-top: 20%;
		margin-left: 70%;
	}

	60%,
	79.9% {
		margin-top: 30%;
		margin-left: 20%;
	}

	80%,
	99.9% {
		margin-top: 30%;
		margin-left: 80%;
	}
}
@-o-keyframes position {
	0%,
	19.9% {
		margin-top: 10%;
		margin-left: 40%;
	}

	20%,
	39.9% {
		margin-top: 40%;
		margin-left: 30%;
	}

	40%,
	59.9% {
		margin-top: 20%;
		margin-left: 70%;
	}

	60%,
	79.9% {
		margin-top: 30%;
		margin-left: 20%;
	}

	80%,
	99.9% {
		margin-top: 30%;
		margin-left: 80%;
	}
}
@-ms-keyframes position {
	0%,
	19.9% {
		margin-top: 10%;
		margin-left: 40%;
	}

	20%,
	39.9% {
		margin-top: 40%;
		margin-left: 30%;
	}

	40%,
	59.9% {
		margin-top: 20%;
		margin-left: 70%;
	}

	60%,
	79.9% {
		margin-top: 30%;
		margin-left: 20%;
	}

	80%,
	99.9% {
		margin-top: 30%;
		margin-left: 80%;
	}
}
@keyframes position {
	0%,
	19.9% {
		margin-top: 10%;
		margin-left: 40%;
	}

	20%,
	39.9% {
		margin-top: 40%;
		margin-left: 30%;
	}

	40%,
	59.9% {
		margin-top: 20%;
		margin-left: 70%;
	}

	60%,
	79.9% {
		margin-top: 30%;
		margin-left: 20%;
	}

	80%,
	99.9% {
		margin-top: 30%;
		margin-left: 80%;
	}
}

/* --container -- */

.easter {
	position: absolute;
	top: 52%;
	left: 18%;
	transform: scale(0.15);
	z-index: 2;
}

/* --------- THE EGG --------- */

.egg {
	height: 350px;
	width: 260px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
	background-color:#EF8EBE;
	background-image: radial-gradient(white 15%, transparent 16%),
	radial-gradient(white 15%, transparent 16%);
	background-size: 60px 60px;
	background-position: 0 0, 30px 30px;
	z-index: 2;
}

/* --------- THE BUNNY --------- */

.bunny {
	position: relative;
	top: -178px;
	left: -129px;
}

.bunny_hands {
	position: absolute;
	width: 30px;
	height: 40px;
	background: #fff;
	top: 80px;
	left: 10px;
	border-radius: 50%;
	transform: rotate(25deg);
	z-index: 3;
}
.bunny_hands::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 40px;
	background: #fff;
	top: -125px;
	left: 50px;
	border-radius: 50%;
	transform: rotate(60deg);
}

.bunny_head {
	position: absolute;
	width: 130px;
	height: 130px;
	background: #fff;
	border-radius: 50%;
	top: -60px;
	left: -40px;
	z-index: 1;
}

.bunny__eyes {
	position: absolute;
	top: 50px;
	left: 30px;
	width: 10px;
	height: 20px;
	background: black;
	border-radius: 50%;
	transform: rotate(-45deg);
	box-shadow: 35px 0px 0px #000;
}

.bunny__cheeks {
	position: absolute;
	top: 75px;
	left: 33px;
	width: 20px;
	height: 8px;
	background: #FDEBFC;
	border-radius: 50%;
	transform: rotate(-45deg);
	box-shadow: 50px 0px 0px #FDEBFC;
}

.bunny__nose {
	position: absolute;
	top: 60px;
	left: 60px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid black;
	border-radius: 50%;
	transform: rotate(125deg);
}

.bunny__mouth {
	position: absolute;
	top: 60px;
	left: 77px;
	height: 22px;
	width: 3px;
	background: black;
	transform: rotate(130deg);
}
.bunny__mouth::before {
	content: '';
	position: absolute;
	top: -4px;
	left: -12px;
	width: 30px;
	height: 30px;
	background: transparent;
	border-radius: 50%;
	border-top: 4px solid #000;
}

/* -- BUNNY EARS -- */

@keyframes left_ear_animation {
	0% {
		transform: rotate(-80deg);
	}
	50% {
		transform: rotate(-72deg);
	}
	100% {
		transform: rotate(-80deg);
	}
}

@keyframes right_ear_animation {
	0% {
		transform: rotate(-20deg);
	}
	50% {
		transform: rotate(-12deg);
	}
	100% {
		transform: rotate(-20deg);
	}
}

.bunny_ear__left {
	position: absolute;
	top: -110px;
	left: -100px;
	height: 170px;
	width: 45px;
	background: #fff;
	border-radius: 50%;
	transform: rotate(-80deg);
	animation: left_ear_animation 1.4s linear infinite;
}
.bunny_ear__left::after {
	content: '';
	position: absolute;
	top: 20px;
	left: 7px;
	height: 130px;
	width: 30px;
	background: #FDEBFC;
	border-radius: 50%;
}

.bunny_ear__right {
	position: absolute;
	top: -160px;
	left: -40px;
	height: 170px;
	width: 45px;
	background: #fff;
	border-radius: 50%;
	transform: rotate(-20deg);
	animation: right_ear_animation 1.4s linear infinite;
	animation-delay: 0.7s;
}
.bunny_ear__right::after {
	content: '';
	position: absolute;
	top: 20px;
	left: 7px;
	height: 130px;
	width: 30px;
	background: #FDEBFC;
	border-radius: 50%;
}

cssghost .ghost-wrapper {
	/* New wrapper to scale ghost */
	width: 80px; /* original width */
	height: 70px; /* original height */
	transform: scale(0.125); /* 50 / 400 = 0.125 */
	transform-origin: top center;
	position: relative;
}
.cssghost {
	align-items: center;
	display: flex;
	padding: 0;
	overflow: hidden;
	position: absolute;
	width: fit-content;
	z-index: 100;
	left: 188px;
	top: 13px;
}
.cssghost .ghost-wrapper .ghost {
	width: 275px;
	height: 400px;
	position: relative;
	z-index: 1;
	animation: hover 3s ease-in-out forwards alternate infinite;
}
.cssghost .ghost-wrapper .ghost::before {
	content: "";
	background: white;
	border-radius: 150px 150px 30px 30px;
	--ghostwiggle: linear-gradient(to top, #0000 30px, #000 0),
	radial-gradient(30px, #000 98%, #0000) bottom/55.50px 60px;
	mask: var(--ghostwiggle);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.cssghost .ghost-wrapper .ghost .smile {
	width: 40px;
	height: 20px;
	border-radius: 15px 15px 100px 100px;
	background: black;
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: center 20px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 150px;
	overflow: hidden;
	positiont: relative;
}
.cssghost .ghost .smile::before {
	content: "";
	width: 100%;
	aspect-ratio: 1 / 1;
	background-color: deeppink;
	border-radius: 100px;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
}
.cssghost .ghost-wrapper .ghost .arms::before,
.cssghost .ghost .arms::after {
	content: "";
	width: 100px;
	height: 60px;
	background: white;
	position: absolute;
	top: 200px;
}
.cssghost .ghost-wrapper .ghost .arms::before {
	left: -60px;
	border-radius: 60px 0 0 100px;
	transform: rotate(25deg);
	animation: armleft 3s ease-in-out forwards alternate infinite;
	transform-origin: center right;
}
.cssghost .ghost-wrapper .ghost .arms::after {
	transform: rotate(-25deg);
	left: auto;
	right: -60px;
	z-index: -1;
	border-radius: 0 60px 100px 0;
	transform: rotate(-25deg);
	animation: armright 3s ease-in-out forwards alternate infinite;
	transform-origin: center left;
}
.cssghost .ghost-wrapper .ghost .eyes::before,
.cssghost .ghost .eyes::after {
	content: "";
	height: 60px;
	width: 60px;
	background-color: black;
	background-image: radial-gradient(
			circle,
			rgba(255, 255, 255, 1) 20%,
			rgba(0, 0, 0, 1) 22%
	);
	background-position: -10px -10px;
	border-radius: 60px;
	position: absolute;
	top: 100px;
}
.cssghost .ghost .eyes::before {
	left: 50px;
}
.cssghost .ghost-wrapper .ghost .eyes::after {
	right: 50px;
}
.shadow {
	background: rgba(255, 255, 255, 0.15);
	width: 200px;
	height: 50px;
	border-radius: 100%;
	position: absolute;
	left: 155%;
	transform: translateX(-50%);
	animation: shadow 3s ease-in-out forwards alternate infinite;
}
@keyframes shadow {
	0% {
		transform: translateX(-50%) scale(0.9);
	}
	100% {
		transform: translateX(-50%) scale(1.1);
	}
}
@keyframes hover {
	0% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(10px);
	}
}
@keyframes armleft {
	0% {
		transform: rotate(25deg);
	}
	100% {
		transform: rotate(15deg);
	}
}
@keyframes armright {
	0% {
		transform: rotate(-25deg);
	}
	100% {
		transform: rotate(-15deg);
	}
}


/* customizable snowflake styling */
.snowflake {
	color: #fff;
	font-size: 1em;
	font-family: Arial, sans-serif;
	text-shadow: 0 0 5px #000;
}

.snowflake,
.snowflake .inner {
	animation-iteration-count: infinite;
	animation-play-state: running;
}
@keyframes snowflakes-fall {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(110vh);
	}
}
@keyframes snowflakes-shake {
	0%,
	100% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(80px);
	}
}
.snowflake {
	position: fixed;
	top: -10%;
	z-index: 9999;
	-webkit-user-select: none;
	user-select: none;
	cursor: default;
	pointer-events: none;
	animation-name: snowflakes-shake;
	animation-duration: 3s;
	animation-timing-function: ease-in-out;
}
.snowflake .inner {
	animation-duration: 10s;
	animation-name: snowflakes-fall;
	animation-timing-function: linear;
}
.snowflake:nth-of-type(0) {
	left: 1%;
	animation-delay: 0s;
}
.snowflake:nth-of-type(0) .inner {
	animation-delay: 0s;
}
.snowflake:first-of-type {
	left: 10%;
	animation-delay: 1s;
}
.snowflake:first-of-type .inner,
.snowflake:nth-of-type(8) .inner {
	animation-delay: 1s;
}
.snowflake:nth-of-type(2) {
	left: 20%;
	animation-delay: 0.5s;
}
.snowflake:nth-of-type(2) .inner,
.snowflake:nth-of-type(6) .inner {
	animation-delay: 6s;
}
.snowflake:nth-of-type(3) {
	left: 30%;
	animation-delay: 2s;
}
.snowflake:nth-of-type(11) .inner,
.snowflake:nth-of-type(3) .inner {
	animation-delay: 4s;
}
.snowflake:nth-of-type(4) {
	left: 40%;
	animation-delay: 2s;
}
.snowflake:nth-of-type(10) .inner,
.snowflake:nth-of-type(4) .inner {
	animation-delay: 2s;
}
.snowflake:nth-of-type(5) {
	left: 50%;
	animation-delay: 3s;
}
.snowflake:nth-of-type(5) .inner {
	animation-delay: 8s;
}
.snowflake:nth-of-type(6) {
	left: 60%;
	animation-delay: 2s;
}
.snowflake:nth-of-type(7) {
	left: 70%;
	animation-delay: 1s;
}
.snowflake:nth-of-type(7) .inner {
	animation-delay: 2.5s;
}
.snowflake:nth-of-type(8) {
	left: 80%;
	animation-delay: 0s;
}
.snowflake:nth-of-type(9) {
	left: 90%;
	animation-delay: 1.5s;
}
.snowflake:nth-of-type(9) .inner {
	animation-delay: 3s;
}
.snowflake:nth-of-type(10) {
	left: 25%;
	animation-delay: 0s;
}
.snowflake:nth-of-type(11) {
	left: 65%;
	animation-delay: 2.5s;
}

.sleigh-santa {
	position: absolute;
	top: -50px;
	left: 111px;
	width: 295px;
	height: 155px;
	transform: scale(0.4) rotate(-1deg);
	z-index: 2;
}

.santa {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 125px;
	height: 107px;
	z-index: 10;
}
.santa--sleigh {
	bottom: 0;
	left: 0;
	transform: rotateY(180deg);
}
.santa--sleigh:before,
.santa--sleigh:after {
	content: "";
	position: absolute;
	bottom: 0;
	background-color: #8b0000;
}
.santa--sleigh:before {
	left: -10px;
	width: 129px;
	height: 30px;
	border-radius: 5px 5% 10px 65%;
	transform: rotate(0);
	z-index: 10;
	border-bottom: 2px solid #daa520;
}
.santa--sleigh:after {
	border: 2px solid #daa520;
	left: 70px;
	bottom: 0px;
	width: 50px;
	height: 57px;
	border-radius: 50% 10px 16px 10px;
	transform: rotate(1deg);
	box-shadow: -98px -2px 0px -18px #8b0000;
}
.santa--sleigh .santa__hand--left .santa__hand-inner {
	animation: sleigh-santa-hand-left 1s linear alternate infinite;
}
.santa--sleigh .santa__hand--right {
	transform: rotate(25deg);
	border-radius: 10px;
	height: 7px;
	animation: sleigh-santa-hand-right 1s linear alternate infinite;
}
.santa--sleigh .santa__hand--right:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 7px;
	top: -2px;
	left: -6px;
	background-color: #000;
	border-radius: 50%;
	transform: rotate(10deg);
}
.santa--sleigh .santa__foot {
	display: none;
}
.santa__hat-part {
	position: absolute;
	top: 7px;
	left: 31px;
	width: 43px;
	height: 58px;
	border-radius: 50%;
	transform: rotate(28deg);
	background-color: #d63527;
}
.santa__hat-part:before,
.santa__hat-part:after {
	content: "";
	position: absolute;
}
.santa__hat-part:nth-of-type(1):before {
	top: 9px;
	left: 45px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #fff;
	animation: santa-hat-bobble 1s linear alternate infinite;
}
.santa__hat-part:nth-of-type(1):after {
	top: 3px;
	left: 19px;
	width: 30px;
	height: 7px;
	border-radius: 50%;
	transform: rotate(22deg);
	background-color: #d63527;
	animation: santa-hat-main 1s linear alternate infinite;
}
.santa__hat-part:nth-of-type(2) {
	position: absolute;
	top: 18px;
	left: 31px;
	width: 44px;
	height: 34px;
	border-radius: 50%;
	transform: rotate(12deg);
	background-color: #fff;
}
.santa__face {
	position: absolute;
	top: 25px;
	left: 37px;
	width: 31px;
	height: 17px;
	border-radius: 20px 20px 50% 50%;
	transform: rotate(10deg);
	background-color: #fde2b7;
	z-index: 10;
}
.santa__beard-part {
	position: absolute;
	top: 8px;
	left: -14px;
	width: 15px;
	height: 17px;
	border-radius: 50%;
	background-color: #fff;
}
.santa__beard-part:before,
.santa__beard-part:after {
	content: "";
	position: absolute;
	background-color: #fff;
}
.santa__beard-part:before {
	top: 12px;
	left: 1px;
	width: 15px;
	height: 17px;
	border-radius: 50%;
}
.santa__beard-part:nth-of-type(2) {
	top: 16px;
	left: -8px;
	width: 26px;
	height: 30px;
}
.santa__beard-part:nth-of-type(2):before {
	top: 16px;
	left: 13px;
	width: 19px;
	height: 17px;
}
.santa__beard-part:nth-of-type(2):after {
	top: 1px;
	left: 13px;
	width: 19px;
	height: 17px;
}
.santa__beard-part:nth-of-type(3) {
	top: 16px;
	left: 14px;
	width: 27px;
	height: 28px;
}
.santa__beard-part:nth-of-type(3):before {
	top: -4px;
	left: 13px;
	width: 17px;
	height: 17px;
}
.santa__eyebrows {
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 7px;
	border-radius: 50%;
	background-color: #fff;
}
.santa__eyebrows--left {
	top: 1px;
	left: 4px;
	transform: rotate(65deg);
}
.santa__eyebrows--right {
	top: 2px;
	left: 22px;
	transform: rotate(-65deg);
}
.santa__eye {
	position: absolute;
	top: 8px;
	left: 2px;
	width: 3px;
	height: 4px;
	border-radius: 50%;
	background-color: #000;
}
.santa__eye--left {
	top: 8px;
	left: 2px;
}
.santa__eye--right {
	top: 8px;
	left: 20px;
}
.santa__nose {
	position: absolute;
	top: 10px;
	left: 6px;
	width: 12px;
	height: 9px;
	border-radius: 50%;
	z-index: 10;
	background-color: #f7d194;
}
.santa__cheek {
	position: absolute;
	top: 10px;
	left: 6px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	z-index: 10;
	background-color: #f4cfe3;
}
.santa__cheek--left {
	top: 12px;
	left: -3px;
}
.santa__cheek--right {
	top: 13px;
	left: 22px;
}
.santa__body {
	position: absolute;
	top: 54px;
	left: 16px;
	width: 88px;
	height: 53px;
}
.santa__body:before {
	content: "";
	position: absolute;
	top: -23px;
	right: -10px;
	width: 53px;
	height: 51px;
	border-radius: 42% 50%;
	background-color: #362312;
	z-index: -1;
	box-shadow: 10px -21px 0px -20px #e1b12c, 15px -30px 0px -18px #362312;
	animation: santa-sac 0.6s linear alternate infinite;
}
.santa__body-top {
	top: -3px;
	left: 10px;
	position: absolute;
	width: 45px;
	height: 39px;
	border-radius: 50% 50% 10% 10%;
	background-color: #d63527;
	z-index: 5;
}
.santa__body-top:before {
	content: "";
	top: 28px;
	left: 0px;
	position: absolute;
	width: 45px;
	height: 5px;
	background-color: #000;
	transform: rotate(1deg);
}
.santa__body-top:after {
	content: "";
	top: 27px;
	left: 10px;
	position: absolute;
	width: 7px;
	height: 5px;
	background-color: #000;
	border: 1px solid #fff;
	border-radius: 3px;
	transform: rotate(1deg);
}
.santa__body-bottom {
	position: absolute;
	top: 18px;
	left: 10px;
	width: 44px;
	height: 23px;
	border-radius: 50%;
	background-color: #d63527;
}
.santa__hand {
	position: absolute;
}
.santa__hand--left {
	top: 5px;
	left: 19px;
	width: 33px;
	height: 30px;
	overflow: hidden;
}
.santa__hand--left .santa__hand-inner {
	position: absolute;
	top: 10px;
	left: 8px;
	width: 49px;
	z-index: 100;
	height: 7px;
	border-radius: 10px;
	transform: rotate(12deg);
	background-color: #d63527;
	animation: santa-hand-left 1s linear alternate infinite;
}
.santa__hand--left .santa__hand-inner:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 7px;
	top: -2px;
	left: -6px;
	background-color: #000;
	border-radius: 50%;
	transform: rotate(25deg);
}
.santa__hand--right {
	top: 4px;
	left: 3px;
	width: 11px;
	height: 8px;
	transform: rotate(-60deg);
	border-radius: 50%;
	background-color: #d63527;
}

.lead {
	position: absolute;
	top: 92px;
	left: 84px;
	width: 182px;
	height: 33px;
	overflow: hidden;
	z-index: 10;
	transform: rotate(0deg);
	animation: sleigh-santa-lead-right 1s linear alternate infinite;
}
.lead--back {
	top: 85px;
	left: 105px;
	width: 149px;
	transform: rotate(4deg);
	z-index: 0;
	animation: sleigh-santa-lead-left 1s linear alternate infinite;
}
.lead-inner {
	position: absolute;
	bottom: 0;
	left: -12px;
	width: 100%;
	height: 48px;
	border-bottom: 1px solid #fff;
	border-radius: 50%;
}

.sleigh-feet {
	position: absolute;
	bottom: -10px;
	left: 0px;
	width: 145px;
	height: 11px;
	transform: rotate(-5deg);
	border-bottom: 5px solid #996515;
	border-right: 5px solid #996515;
	border-radius: 10px;
	z-index: 2;
}
.sleigh-feet:before,
.sleigh-feet:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #996515;
}
.sleigh-feet:before {
	top: 2px;
	left: 34px;
	height: 9px;
}
.sleigh-feet:after {
	top: 3px;
	left: 108px;
	width: 5px;
	height: 8px;
}

.reindeer {
	position: absolute;
	width: 115px;
	height: 155px;
	right: 5px;
	top: 17px;
	transform: rotate(25deg);
	z-index: 0;
}
.reindeer:before {
	content: "";
	position: absolute;
	top: 65px;
	left: 76px;
	width: 8px;
	height: 31px;
	background-color: #8b0000;
	z-index: 10;
	transform: rotate(-55deg);
}
.reindeer:after {
	content: "";
	position: absolute;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	background-color: #daa520;
	z-index: 11;
	left: 64px;
	top: 68px;
	box-shadow: 8px 6px 0 0 #daa520, 18px 13px 0 0 #daa520, 26px 18px 0 0 #daa520;
}
.reindeer__face {
	position: absolute;
	width: 30px;
	height: 22px;
	top: 44px;
	left: 72px;
	border-radius: 10px 10px 50% 50%;
	transform: rotate(-3deg);
	background-color: #654321;
	animation: reindeer-face 1.6s linear alternate infinite;
}
.reindeer__face:before {
	content: "";
	position: absolute;
	background-color: #654321;
	width: 29px;
	height: 16px;
	border-radius: 50%;
	top: 0px;
	left: 11px;
	transform: rotate(-49deg);
}
.reindeer__face:after {
	content: "";
	position: absolute;
	background-color: #8b0000;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	top: -8px;
	left: 31px;
}
.reindeer__horn {
	position: absolute;
	width: 29px;
	height: 4px;
	top: -7px;
	left: -21px;
	border-radius: 2px;
	transform: rotate(38deg);
	background-color: #deb887;
}
.reindeer__horn:before,
.reindeer__horn:after {
	content: "";
	position: absolute;
	background-color: #deb887;
	border-radius: 2px;
}
.reindeer__horn--left {
	top: -7px;
	left: -21px;
}
.reindeer__horn--left:before {
	top: -4px;
	left: 6px;
	width: 14px;
	height: 4px;
	transform: rotate(43deg);
}
.reindeer__horn--left:after {
	top: -4px;
	left: 13px;
	width: 14px;
	height: 4px;
	-webkit-transform: rotate(43deg);
	transform: rotate(53deg);
}
.reindeer__horn--right {
	top: -12px;
	left: -6px;
	width: 24px;
	transform: rotate(62deg);
}
.reindeer__horn--right:before {
	top: -3px;
	left: 5px;
	width: 10px;
	height: 4px;
	transform: rotate(43deg);
}
.reindeer__horn--right:after {
	top: -3px;
	left: 11px;
	width: 10px;
	height: 4px;
	transform: rotate(53deg);
}
.reindeer__ear {
	position: absolute;
	width: 21px;
	height: 11px;
	top: 4px;
	left: -18px;
	border-radius: 4px 0 50% 50%;
	transform: rotate(4deg);
	background-color: #654321;
}
.reindeer__ear:before {
	content: "";
	position: absolute;
	top: -2px;
	left: 34px;
	width: 4px;
	height: 5px;
	border-radius: 50%;
	transform: rotate(-35deg);
	background-color: #000;
}
.reindeer__body {
	position: absolute;
	width: 58px;
	height: 31px;
	top: 84px;
	left: 28px;
	border-radius: 50% 0;
	transform: rotate(-3deg);
	background-color: #654321;
}
.reindeer__body:before {
	content: "";
	position: absolute;
	width: 46px;
	height: 26px;
	top: -15px;
	left: 32px;
	border-radius: 0 0 50% 50%;
	-webkit-transform: rotate(-3deg);
	transform: rotate(-55deg);
	background-color: #654321;
}
.reindeer__body:after {
	content: "";
	position: absolute;
	width: 43px;
	height: 26px;
	top: -11px;
	left: 29px;
	border-radius: 0 0 50% 50%;
	-webkit-transform: rotate(-3deg);
	transform: rotate(-30deg);
	background-color: #654321;
}
.reindeer__foot-inner {
	position: absolute;
}
.reindeer__foot-inner:before,
.reindeer__foot-inner:after {
	content: "";
	position: absolute;
}
.reindeer__foot--inside {
	z-index: 2;
	transform: rotate(-12deg) translate(3px, 0px);
}
.reindeer__foot--front .reindeer__foot-inner {
	width: 40px;
	height: 8px;
	top: 13px;
	left: 35px;
	border-radius: 0 50%;
	transform: rotate(-17deg);
	transform-origin: center;
	background-color: #654321;
	animation: reindeer-front 1.6s linear alternate infinite;
}
.reindeer__foot--front .reindeer__foot-inner:before {
	width: 28px;
	height: 8px;
	top: 0px;
	left: 37px;
	border-radius: 2px 50%;
	transform: rotate(131deg);
	background-color: #654321;
	animation: reindeer-front-ext 1.7s linear alternate infinite;
}
.reindeer__foot--front .reindeer__foot-inner:after {
	width: 8px;
	height: 9px;
	top: 27px;
	left: 32px;
	border-radius: 2px;
	transform: rotate(131deg);
	background-color: #362514;
	animation: reindeer-front-ext-hoof 1.7s linear alternate infinite;
}
.reindeer__foot--back .reindeer__foot-inner {
	width: 56px;
	height: 9px;
	top: 35px;
	left: -29px;
	border-radius: 0 50%;
	transform: rotate(-73deg);
	background-color: #654321;
	animation: reindeer-back 1.7s linear alternate infinite;
}
.reindeer__foot--back .reindeer__foot-inner:before {
	width: 25px;
	height: 16px;
	top: 4px;
	left: 25px;
	border-radius: 0 50%;
	transform: rotate(15deg);
	background-color: #654321;
}
.reindeer__foot--back .reindeer__foot-inner:after {
	width: 8px;
	height: 9px;
	top: -2px;
	left: -2px;
	border-radius: 2px 0 2px 2px;
	transform: rotate(14deg);
	background-color: #362514;
}
.reindeer__tail {
	position: absolute;
	width: 27px;
	height: 26px;
	top: 6px;
	left: -8px;
	border-radius: 50% 2px;
	transform: rotate(-17deg);
	background-color: #654321;
}
.reindeer__tail:before {
	content: "";
	position: absolute;
	background-color: #654321;
	border-radius: 50%;
	top: -2px;
	left: -3px;
	width: 15px;
	height: 5px;
	transform: rotate(25deg);
}
.reindeer__spots {
	position: absolute;
	width: 4px;
	height: 4px;
	top: 6px;
	left: 8px;
	border-radius: 50% 2px;
	background-color: #deb887;
	box-shadow: 5px 5px 0 0 #deb887, -5px 5px 0 0 #deb887;
}

.particles {
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 7px;
	height: 7px;
	background-color: transparent;
	transform: rotate(45deg);
	z-index: -10;
}
.particles:before,
.particles:after {
	position: absolute;
	content: "";
	background-color: #fff;
}
.particles:after {
	left: 0px;
	top: 0px;
	width: 4px;
	height: 4px;
	transform: rotate(-5deg);
	animation: particles 4s linear infinite;
	box-shadow: -20px 15px 0px 0px #fff, -40px -5px 0px 0px #fff,
	-20px 45px 0px 0px #fff, -50px 30px 0px 0px #fff, 30px -20px 0px 0px #fff,
	50px -60px 0px 0px #fff, 100px -110px 0px 0px #fff,
	140px -160px 0px 0px #fff, 50px -90px 0px 0px #fff,
	100px -140px 0px 0px #fff, 140px -190px 0px 0px #fff,
	-40px 15px 0px -1px #fff, -60px -5px 0px -1px #fff, -40px 45px 0px -1px #fff,
	-70px 30px 0px -1px #fff, 50px -20px 0px -1px #fff, 70px -60px 0px -1px #fff,
	120px -110px 0px -1px #fff, 160px -160px 0px -1px #fff,
	70px -90px 0px -1px #fff, 120px -140px 0px -1px #fff,
	160px -190px 0px -1px #fff, 0px 15px 0px -2px #fff, -20px -5px 0px -2px #fff,
	0px 45px 0px -2px #fff, -30px 30px 0px -2px #fff, 10px -20px 0px -2px #fff,
	30px -60px 0px -2px #fff, 80px -110px 0px -2px #fff,
	120px -160px 0px -2px #fff, 30px -90px 0px -2px #fff,
	80px -140px 0px -2px #fff, 120px -190px 0px -2px #fff;
}
.particles:before {
	left: 10px;
	top: 0px;
	width: 2px;
	height: 2px;
	transform: rotate(-10deg);
	animation: particles 5s linear infinite;
	box-shadow: -20px 15px 0px 0px #fff, -40px -5px 0px 0px #fff,
	-20px 45px 0px 0px #fff, -50px 30px 0px 0px #fff, 30px -20px 0px 0px #fff,
	50px -60px 0px 0px #fff, 100px -110px 0px 0px #fff,
	140px -160px 0px 0px #fff, 50px -90px 0px 0px #fff,
	100px -140px 0px 0px #fff, 140px -190px 0px 0px #fff,
	-40px 15px 0px -1px #fff, -60px -5px 0px -1px #fff, -40px 45px 0px -1px #fff,
	-70px 30px 0px -1px #fff, 50px -20px 0px -1px #fff, 70px -60px 0px -1px #fff,
	120px -110px 0px -1px #fff, 160px -160px 0px -1px #fff,
	70px -90px 0px -1px #fff, 120px -140px 0px -1px #fff,
	160px -190px 0px -1px #fff, 0px 15px 0px -2px #fff, -20px -5px 0px -2px #fff,
	0px 45px 0px -2px #fff, -30px 30px 0px -2px #fff, 10px -20px 0px -2px #fff,
	30px -60px 0px -2px #fff, 80px -110px 0px -2px #fff,
	120px -160px 0px -2px #fff, 30px -90px 0px -2px #fff,
	80px -140px 0px -2px #fff, 120px -190px 0px -2px #fff;
}

@keyframes reindeer-face {
	0% {
		transform: rotate(-8deg);
	}
	100% {
		transform: rotate(2deg);
	}
}
@keyframes reindeer-back {
	0% {
		transform: rotate(-81deg) translate(-6px, 0px);
	}
	100% {
		transform: rotate(-60deg) translate(0px, 0px);
	}
}
@keyframes reindeer-front {
	0% {
		transform: rotate(-24deg);
	}
	100% {
		transform: rotate(-13deg);
	}
}
@keyframes reindeer-front-ext {
	0% {
		transform-origin: left;
		transform: rotate(55deg);
	}
	100% {
		transform-origin: left;
		transform: rotate(145deg);
	}
}
@keyframes reindeer-front-ext-hoof {
	0% {
		transform-origin: left top;
		transform: rotate(-32deg) translate(14px, 1px);
	}
	100% {
		transform-origin: left top;
		transform: rotate(52deg) translate(-21px, 0px);
	}
}
@keyframes sleigh-santa-lead-left {
	0% {
		transform: rotate(1deg);
	}
	100% {
		transform: rotate(-2deg);
	}
}
@keyframes sleigh-santa-hand-left {
	0% {
		transform: rotate(15deg);
	}
	100% {
		transform: rotate(-2deg);
	}
}
@keyframes sleigh-santa-lead-right {
	0% {
		transform: rotate(2deg);
	}
	100% {
		transform: rotate(-4deg);
	}
}
@keyframes sleigh-santa-hand-right {
	0% {
		transform: rotate(15deg);
	}
	100% {
		transform: rotate(-30deg);
	}
}
@keyframes santa-hat-main {
	0% {
		transform-origin: left;
		transform: rotate(-15deg);
	}
	100% {
		transform-origin: left;
		transform: rotate(15deg);
	}
}
@keyframes santa-hat-bobble {
	0% {
		transform: translate(0px, -15px);
	}
	100% {
		transform: translate(0px, 5px);
	}
}
@keyframes santa-sac {
	0% {
		transform: rotate(5deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
@keyframes particles {
	0% {
		transform: translate(20px, -20px);
		opacity: 1;
	}
	100% {
		transform: translate(-80px, 80px);
		opacity: 0;
	}
}