html, body {
  --spinner-border-color: #2167ae;
  --process-inner-horizontal-space: 0;
  --process-inner-vertical-space: 0;
  font-size: 16px;
  font-family: zurichSans, Arial, sans-serif;
  box-sizing: border-box;
}

.icon-loading {
  display: none;
}

#sk-app {
  --page-content-max-width: 120rem;
  --page-bg-color: #fff;
  --page-font-color: #23366f;
  --base-font-size: 1rem;
  --base-font-family: zurichSans, Arial, sans-serif;
  --font-family: zurichSans, Arial, sans-serif;
  --base-font-size: 1rem;
}

@font-face {
  font-family: zurichSans;
  font-display: swap;
  font-weight: 400;
  src: url("ZurichSans-Light.0d027e3d.woff2") format("woff2"), url("ZurichSans-Light.1449ad41.woff") format("woff");
}
@font-face {
  font-family: zurichSans;
  font-display: swap;
  font-weight: 700;
  src: url("ZurichSans-SemiBold.10e8edbe.woff2") format("woff2"), url("ZurichSans-SemiBold.b71250ee.woff") format("woff");
}
@font-face {
  font-family: z-icons;
  font-display: block;
  src: url("z-icons.32d8996f.woff2") format("woff2"), url("z-icons.80834da0.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html.sk-uat .sk-process-content {
  background: #fff url(uat-watermark.png) repeat 0 0;
}

.sk-process .sk-process-content {
  padding-top: 0 !important;
}
.sk-process .sk-process-form {
  padding: 0;
}
.sk-process .sk-process-form .custom-container {
  padding: 0 6%;
}
@media screen and (min-width: 768px) {
  .sk-process .sk-process-form .custom-container {
    padding: 0 4.786%;
  }
}
@media screen and (min-width: 1024px) {
  .sk-process .sk-process-form .custom-container {
    padding: 0 11.52%;
  }
}
.sk-process .sk-process-form > .sk-navigation {
  margin: 1.5rem 0;
  padding: 0 6%;
}
@media screen and (min-width: 768px) {
  .sk-process .sk-process-form > .sk-navigation {
    padding: 0 4.786%;
  }
}
@media screen and (min-width: 1024px) {
  .sk-process .sk-process-form > .sk-navigation {
    padding: 0 11.52%;
  }
}

.sk-loading-bar {
  display: none;
}

.sk-attr {
  --attr-padding: 0;
  --attr-min-height: 3.5rem;
  --attr-padding-mobile: 0;
  width: 100%;
  margin-bottom: 2.5rem;
}

.p-focus, .sk-focus, :focus {
  box-shadow: none !important;
}

@media screen and (min-width: 768px) {
  .attr--w-half {
    width: 50%;
  }
}

.mt-40 {
  margin-top: 2.5rem;
}

.mt-60 {
  margin-top: 3.75rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-80 {
  margin-bottom: 5rem;
}

[data-component-type=AUTOCOMPLETE] .sk-field {
  position: relative;
}
[data-component-type=AUTOCOMPLETE] .sk-field [class*=autocomplete-input], [data-component-type=AUTOCOMPLETE] .sk-field [class*=inputwrapper] {
  width: 100%;
}
[data-component-type=AUTOCOMPLETE] .sk-field input {
  padding-left: 3.5rem;
}
[data-component-type=AUTOCOMPLETE] .sk-field::before {
  content: "\e99e";
  font-size: 1.25rem;
  font-family: z-icons, sans-serif;
  position: absolute;
  pointer-events: none;
  top: 1.75rem;
  left: 1rem;
  color: #23366f;
  z-index: 1;
  transform: translateY(-50%);
}
[data-component-type=AUTOCOMPLETE] .sk-field .sk-autocomplete-icon {
  display: none;
}

@media screen and (max-width: 768px) {
  [class*=autocomplete-panel] {
    max-width: 88%;
  }
}
[class*=autocomplete-panel] [data-pc-section=listwrapper] {
  background-color: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.168627451);
  overflow-y: auto;
  max-height: 320px !important;
}
[class*=autocomplete-panel] ul {
  padding-top: 0;
}
[class*=autocomplete-panel] ul > li {
  padding: 0.5rem;
  font-size: 1.25rem;
  font-weight: 400;
  color: #23366f;
  text-wrap: wrap;
}
[class*=autocomplete-panel] ul > li:hover {
  background-color: #eceeef;
}
[class*=autocomplete-panel] ul > li.p-highlight {
  background-color: #eceeef;
  color: #23366f;
}
[class*=autocomplete-panel] .p-autocomplete-footer {
  display: none;
}

.sk-button {
  --button-font-size: 1.125rem;
  --button-font-weight: 400;
  --button-padding: 0.5rem 1.5rem;
  --button-border-radius: 1.75rem;
  --button-min-height: 3.5rem;
  --button-min-width: fit-content;
  --button-outline-border-width: 2px;
  --button-border-width: 2px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .sk-button {
    --button-font-size: 1.25rem;
    line-height: 1.5;
  }
}
.sk-button i.sk-icon {
  display: none;
}
.sk-button[data-style=NEXT] {
  padding-right: 1.5rem;
}

.button--primary {
  --button-outline-bg-color: #2167ae;
  --button-bg-color: #2167ae;
  --button-outline-border-color: #2167ae;
  --button-border-color: #2167ae;
  --button-outline-font-color: white;
  --button-font-color: white;
  --button-outline-hover-bg-color: #1d5a99;
  --button-hover-bg-color: #1d5a99;
  --button-outline-hover-border-color: #1d5a99;
  --button-hover-border-color: #1d5a99;
  --button-disabled-bg-color: #2167ae;
  --button-disabled-border-color: #2167ae;
  --button-disabled-font-color: white;
  padding-right: 1.5rem;
  transition: all 200ms;
}
.button--primary[class*=button-loading] {
  position: relative;
  padding-left: 3.25rem;
  background-color: #2167ae;
  border-color: #2167ae;
  color: white;
}
.button--primary[class*=button-loading]::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  border: 2px solid white;
  border-top-color: transparent;
  animation: spin 1s linear infinite;
}
.button--primary .icon-next {
  display: none;
}

.button--secondary {
  --button-outline-bg-color: white;
  --button-bg-color: white;
  --button-outline-border-color: #2167ae;
  --button-border-color: #2167ae;
  --button-outline-font-color: #2167ae;
  --button-font-color: #2167ae;
  --button-outline-hover-bg-color: #f2f2f2;
  --button-hover-bg-color: #f2f2f2;
  --button-outline-hover-border-color: #1d5a99;
  --button-hover-border-color: #1d5a99;
  --button-outline-hover-font-color: #2167ae;
  --button-hover-font-color: #2167ae;
  --button-disabled-bg-color: white;
  --button-disabled-border-color: #2167ae;
  --button-disabled-font-color: #2167ae;
  padding-left: 1.5rem;
  transition: all 200ms;
}
.button--secondary[class*=button-loading] {
  position: relative;
  padding-left: 3.25rem;
  background-color: white;
  border-color: #2167ae;
  color: #2167ae;
}
.button--secondary[class*=button-loading]::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  border: 2px solid #2167ae;
  border-top-color: transparent;
  animation: spin 1s linear infinite;
}
.button--secondary .icon-back {
  display: none;
}

[data-component-type=CHECKBOX] {
  --checkbox-size: 1.5rem;
}
[data-component-type=CHECKBOX] [class*=option-item] label {
  position: relative;
}
[data-component-type=CHECKBOX] [class*=option-item] label > [class*=input-checkbox] {
  position: absolute;
  left: 0;
  top: 0;
}
[data-component-type=CHECKBOX] [class*=option-item] label > [class*=input-checkbox]::before {
  display: none;
}
[data-component-type=CHECKBOX] [class*=option-item] label > [class*=input-checkbox] [class*=checkbox] {
  border-width: 0;
  background-color: transparent;
}
[data-component-type=CHECKBOX] [class*=option-item] label > [class*=input-checkbox] [class*=checkbox]::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 6px;
  border: 2px solid #23366f;
  background-color: white;
  font-size: 1rem;
}
@media screen and (min-width: 1440px) {
  [data-component-type=CHECKBOX] [class*=option-item] label > [class*=input-checkbox] [class*=checkbox]::before {
    font-size: 1.25rem;
  }
}
[data-component-type=CHECKBOX] [class*=option-item] label > [class*=input-checkbox][data-selected=true] [class*=checkbox]::before {
  content: "\e9b0";
  display: flex;
  font-family: z-icons, sans-serif;
  justify-content: center;
  align-items: center;
  background-color: #2167ae;
  border-color: #2167ae;
  color: white;
  animation: pulseTick 0.5s;
}
[data-component-type=CHECKBOX] [class*=option-item] label > [class*=input-checkbox] input[type=checkbox], [data-component-type=CHECKBOX] [class*=option-item] label > [class*=input-checkbox] [class*=checkbox-box] {
  display: none;
}
[data-component-type=CHECKBOX] [class*=option-item] label > span {
  padding-left: 2.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #23366f;
}
@media screen and (min-width: 1024px) {
  [data-component-type=CHECKBOX] [class*=option-item] label > span {
    font-size: 1.25rem;
  }
}
[data-component-type=CHECKBOX][data-disabled=true] {
  pointer-events: none;
}
[data-component-type=CHECKBOX][data-disabled=true] .sk-field label > span {
  width: -moz-fit-content;
  width: fit-content;
}
[data-component-type=CHECKBOX][data-disabled=true] .sk-option-list {
  position: relative;
}
[data-component-type=CHECKBOX][data-disabled=true] .sk-option-list::after {
  content: "\eaa3";
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 1.25rem;
  transform: translateY(-50%);
  font-family: z-icons, sans-serif;
  color: #708F8F;
}

@keyframes pulseTick {
  0% {
    opacity: 0;
    transform: scale3d(0, 0, 0);
  }
  50% {
    transform: scale3d(1.08, 1.08, 1.08);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.subitem-indication--option {
  position: relative;
  margin-bottom: 0;
}

.attribute--subitem {
  position: relative;
  padding: 1.5rem 1rem;
  background-color: #f6f6f6;
  padding: 0 1.25rem 2.5rem;
  margin-bottom: 0;
}
.attribute--subitem[id$=droneUsePhoto], .attribute--subitem[id$=sumInsuredOver] {
  padding-top: 1.875rem;
}
.attribute--subitem .radio-indicator {
  position: absolute;
  top: -29px;
  border: 15px solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f6f6f6;
  margin: 0;
  width: 0;
  height: 0;
  transform: translateX(-50%);
}

.sk-payment--iframe {
  padding: 0;
  margin: 0;
  max-width: 100%;
  max-height: 558px;
  overflow-y: scroll;
}

[id$=fromWhereDoYouKnowAbout], [id$=oneInsuranceMessage] {
  padding-bottom: 3rem;
}

[data-component-type=CONTAINER] .sk-attr-assigned {
  padding: 0;
}
@media screen and (max-width: 768px) {
  [data-component-type=CONTAINER] .sk-attr-assigned:not(:last-child) {
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  [data-component-type=CONTAINER] .sk-attr-assigned {
    padding: 0 0.5rem;
  }
  [data-component-type=CONTAINER] .sk-attr-assigned:first-child {
    padding-left: 0;
  }
  [data-component-type=CONTAINER] .sk-attr-assigned:last-child {
    padding-right: 0;
  }
}
[data-component-type=CONTAINER] .sk-attr {
  margin-bottom: 0;
  padding-right: 0;
}

.sk-dropdown {
  --dropdown-bg-color: #edeef0;
  --border-radius: 28px;
  --dropdown-font-color: #23366f;
}
.sk-dropdown .sk-field {
  max-height: 3.5rem;
}
.sk-dropdown .sk-field .sk-dropdown-select {
  position: relative;
  border: 2px solid transparent;
  min-height: 3.5rem;
  padding: 0.5rem 1.5rem 0.5rem 3rem;
  transition: none;
}
@media screen and (max-width: 768px) {
  .sk-dropdown .sk-field .sk-dropdown-select {
    border-radius: var(--border-radius);
  }
}
.sk-dropdown .sk-field .sk-dropdown-select::before {
  content: "\ea79";
  color: #23366f;
  position: absolute;
  left: 1.25rem;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  font-family: z-icons, sans-serif;
  font-size: 1.125rem;
}
.sk-dropdown .sk-field .sk-dropdown-select:hover, .sk-dropdown .sk-field .sk-dropdown-select:focus {
  border: 2px solid #1d5a99;
}
.sk-dropdown .sk-field .sk-dropdown-select .p-inputtext {
  display: flex;
  align-items: center;
  padding: 0;
  padding-left: 0.25rem;
  font-weight: 400;
  font-size: 1.25rem;
}
.sk-dropdown .sk-field .sk-dropdown-select .p-dropdown-trigger {
  display: none;
}

.sk-dropdown-overlay {
  --dropdown-menu-option-selected-bg-color: #eceeef;
  --dropdown-menu-option-selected-font-color: #23366f;
  margin: 0 !important;
  background: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.168627451);
  min-height: 2rem;
}
@media screen and (max-width: 768px) {
  .sk-dropdown-overlay {
    max-width: 88%;
  }
}
.sk-dropdown-overlay [class*=dropdown-header] {
  display: none;
}
.sk-dropdown-overlay .p-dropdown-items-wrapper .p-dropdown-items {
  padding: 0;
}
.sk-dropdown-overlay .p-dropdown-items-wrapper .p-dropdown-item {
  display: block;
  padding: 0.5rem;
  min-height: -moz-min-content;
  min-height: min-content;
  font-size: 1.25rem;
  font-weight: 400;
  color: #23366f;
  text-wrap: wrap;
}
.sk-dropdown-overlay .p-dropdown-items-wrapper .p-dropdown-item:focus-visible, .sk-dropdown-overlay .p-dropdown-items-wrapper .p-dropdown-item:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.sk-dropdown-overlay .p-dropdown-items-wrapper .p-dropdown-item.p-focus {
  background-color: #eceeef;
  color: #23366f;
}

.sk-fieldset > .sk-uigroup-content > .sk-uigroup-item > .sk-uigroup-item-header {
  --process-inner-vertical-space: 0;
  --process-inner-horizontal-space: 0;
  --uigroup-header-font-color: #23366f;
  --uigroup-header-font-size: 1.75rem;
  --uigroup-header-line-height: 1.3;
  --uigroup-header-font-weight: 400;
  margin-top: 5rem;
}
@media screen and (min-width: 1024px) {
  .sk-fieldset > .sk-uigroup-content > .sk-uigroup-item > .sk-uigroup-item-header {
    --uigroup-header-font-size: 2.25rem;
    --uigroup-header-line-height: 1.2;
  }
}

.uigroup--subheader > .sk-uigroup-item-header > span {
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .uigroup--subheader > .sk-uigroup-item-header > span {
    font-size: 1.75rem;
  }
}

.sk-uigroup-item-header > span strong {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.sk-uigroup-item .sk-uigroup-item-header {
  margin-top: 1.875rem;
}

.sk-root-header, .sk-uigroup-header, .sk-uigroup-item-header {
  margin-bottom: 1.875rem;
}

.sk-attr {
  --input-bg-color: #edeef0;
  --input-border-color: transparent;
  --input-border-radius: 28px;
  --input-border-width: 2px;
  --input-font-color: #2167ae;
  --input-font-weight: 400;
  --input-line-height: 1.3;
  --attr-min-height: 3.5rem;
  --input-padding: 0.5rem 1.5rem;
  --input-read-only-font-color: #23366f;
  --input-read-only-font-weight: 400;
}
.sk-attr .sk-field input.sk-input {
  font-size: 1.125rem;
  transition: none;
}
@media screen and (min-width: 1024px) {
  .sk-attr .sk-field input.sk-input {
    font-size: 1.25rem;
  }
}
.sk-attr .sk-field input.sk-input::-moz-placeholder {
  font-size: 1.125rem;
}
.sk-attr .sk-field input.sk-input::placeholder {
  font-size: 1.125rem;
}
.sk-attr .sk-field input.sk-input:hover {
  --input-hover-border-color: #1d5a99;
  --input-hover-border-width: 2px;
}
.sk-attr .sk-field input.sk-input:focus {
  --input-focus-border-color: #1d5a99;
  --input-focus-border-width: 2px;
  box-shadow: none !important;
}
.sk-attr .sk-field input.sk-input:-webkit-autofill, .sk-attr .sk-field input.sk-input:-webkit-autofill:focus {
  -webkit-text-fill-color: #2167ae;
}
.sk-attr[data-error=true] {
  --input-font-color: #d0021b;
}
.sk-attr[data-readonly=true] {
  --input-font-size: 1.25rem;
  --attr-min-height: 0;
}
.sk-attr .sk-error-validation div {
  position: relative;
  font-size: 14.4px;
  line-height: 1.5;
}
.sk-attr .sk-error-validation div .sk-error-validation-icon {
  padding-right: 5px;
}
.sk-attr .sk-error-validation div .sk-error-validation-icon::before {
  content: "\e9c6";
  font-family: z-icons, sans-serif;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .sk-attr .sk-error-validation div {
    font-size: 1rem;
    line-height: 24px;
  }
}

.sk-attr .sk-label {
  --label-font-color: #23366f;
  --label-font-size: 0.875rem;
  --label-font-weight: 700;
  --label-line-height: 1.5;
  padding-bottom: 0;
  margin-bottom: 0.625rem;
}
.sk-attr .sk-label .sk-mandatory {
  padding-left: 0.25rem;
}

i.sk-info {
  --info-tooltip-icon-color: #23366f;
  display: inline-block;
  position: relative;
  font-family: z-icons, sans-serif;
  font-size: 1.25rem;
  margin-left: 0.25rem;
  padding: 0;
  top: 0.25rem;
}
i.sk-info::before {
  content: "\e9e9";
  line-height: 0.5;
}

.label--large .sk-label {
  --label-font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .label--large .sk-label {
    --label-font-size: 1.25rem;
  }
}

a {
  --base-link-color: #1393d1;
  --base-link-hover-color: #2167ae;
}

.sk-message[data-type=WARNING] .sk-message-content {
  display: flex;
}
.sk-message[data-type=WARNING] .sk-message-content::before {
  content: "\e9c6";
  display: block;
  font-family: z-icons, sans-serif;
  font-size: 1rem;
  padding-right: 0.625rem;
  margin-top: 1rem;
}
.sk-message[data-type=WARNING] .sk-message__validation {
  font-size: 80%;
}
.sk-message[data-type=WARNING] .sk-message__validation a {
  color: #1393d1;
}
.sk-message[data-type=WARNING] .sk-message__validation a:hover {
  color: #2167ae;
}
.sk-message[data-type=WARNING] .sk-message-icon {
  display: none;
}
.sk-message .sk-message-content {
  --base-font-color: #23366f;
  --message-warning-font-color: #d0021b;
  --message-content-padding: 0;
  --message-success-font-color: #23366f;
  background-color: transparent;
  border: none;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .sk-message .sk-message-content {
    font-size: 1.25rem;
  }
}
.sk-message .sk-message-content p {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .sk-message .sk-message-content p {
    font-size: 1.25rem;
  }
}
.sk-message .sk-message-content h4 {
  margin-top: 3.75rem;
  font-size: 1.25rem;
}
.sk-message .sk-message-content * + * {
  margin-top: 1rem;
}

[id$=weightMessage] .sk-message-content {
  --base-font-color: #d0021b;
}

[id$=yourInsuranceMessage] > .sk-label > label {
  font-size: 1.75rem;
  font-weight: 400;
  align-items: flex-start;
}
[id$=yourInsuranceMessage] .sk-field ul {
  list-style-type: none;
  margin-left: 0;
}
[id$=yourInsuranceMessage] .sk-field ul li {
  display: flex;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  color: #23366f;
  font-size: 1.125rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  [id$=yourInsuranceMessage] .sk-field ul li {
    font-size: 1.25rem;
  }
}
[id$=yourInsuranceMessage] .sk-field ul li:last-child {
  padding-bottom: 2.5rem;
}
[id$=yourInsuranceMessage] .sk-field ul li:not(:last-child) {
  padding-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  [id$=yourInsuranceMessage] .sk-field ul li:not(:last-child) {
    padding-bottom: 1rem;
  }
}
[id$=yourInsuranceMessage] .sk-field ul li::before {
  content: "\e9b0";
  display: block;
  font-family: z-icons, sans-serif;
  font-size: 22.5px;
  font-weight: 400;
  width: 1.5rem;
  height: 1.5rem;
  transform: translateY(-3px);
}
@media screen and (min-width: 768px) {
  [id$=yourInsuranceMessage] .sk-field ul li::before {
    font-size: 1.5rem;
    transform: none;
  }
}

.personal-summary [data-component-type=TEXTBOX] {
  margin-top: 1.875rem;
}
.personal-summary [data-component-type=TEXTBOX] .sk-label > label {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .personal-summary [data-component-type=TEXTBOX] .sk-label > label {
    overflow-x: scroll;
  }
}
.personal-summary [data-component-type=TEXTBOX] .sk-label .skyeListLikeTable {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  margin-left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .personal-summary [data-component-type=TEXTBOX] .sk-label .skyeListLikeTable {
    row-gap: 4rem;
  }
}
.personal-summary [data-component-type=TEXTBOX] .sk-label .skyeListLikeTable > li {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .personal-summary [data-component-type=TEXTBOX] .sk-label .skyeListLikeTable > li {
    width: 33.333333%;
  }
}
.personal-summary [data-component-type=TEXTBOX] .sk-label .skyeListLikeTable > li > span:first-child {
  font-weight: 700;
  font-size: 0.875rem;
  padding-bottom: 0.25rem;
  color: #2167ae;
}
.personal-summary [data-component-type=TEXTBOX] .sk-label .skyeListLikeTable > li > span:last-child, .personal-summary [data-component-type=TEXTBOX] .sk-label .skyeListLikeTable > li p {
  font-size: 1.125rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .personal-summary [data-component-type=TEXTBOX] .sk-label .skyeListLikeTable > li > span:last-child, .personal-summary [data-component-type=TEXTBOX] .sk-label .skyeListLikeTable > li p {
    font-size: 1.25rem;
  }
}
.personal-summary [data-component-type=TEXTBOX] .sk-label .skyeTable {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .personal-summary [data-component-type=TEXTBOX] .sk-label .skyeTable {
    display: inline-table;
    width: auto;
    min-width: 100%;
  }
}
.personal-summary [data-component-type=TEXTBOX] .sk-label .skyeTable td {
  padding: 0.625rem 1.25rem;
  vertical-align: top;
  width: 20%;
  font-size: 1.125rem;
  font-weight: 400;
  word-break: normal;
}
@media screen and (min-width: 768px) {
  .personal-summary [data-component-type=TEXTBOX] .sk-label .skyeTable td {
    font-size: 1.25rem;
  }
}
.personal-summary [data-component-type=TEXTBOX] .sk-label .skyeTable td:first-child {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .personal-summary [data-component-type=TEXTBOX] .sk-label .skyeTable td:first-child {
    width: 10%;
  }
}
.personal-summary [data-component-type=TEXTBOX] .sk-label .skyeTable td b, .personal-summary [data-component-type=TEXTBOX] .sk-label .skyeTable td strong {
  color: #2167ae;
  font-size: 0.875rem;
  font-weight: 700;
  word-break: normal;
}
.personal-summary [data-component-type=TEXTBOX] .sk-field {
  display: none;
}
.personal-summary .sk-navigation {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .personal-summary .sk-navigation {
    margin-top: 0;
  }
}
.personal-summary .sk-navigation .sk-button-list {
  justify-content: flex-start;
}
.personal-summary .sk-navigation .sk-button-list button {
  margin-left: 0;
  width: -moz-fit-content;
  width: fit-content;
}

[id$=alterInsuranceHeader] {
  margin-bottom: 2.5rem;
}
[id$=alterInsuranceHeader] .sk-message-content h3 {
  font-size: 21px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  [id$=alterInsuranceHeader] .sk-message-content h3 {
    font-size: 1.5rem;
  }
}

[id$=statutoryChargesMessage] .sk-field {
  display: none;
}

[id$=startInsurance].sk-attr {
  margin-top: 2rem;
}

#sk-Rentaldeposit-reviewData {
  display: none;
}

.sk-message-content {
  --base-font-color: #23366f;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .sk-message-content {
    font-size: 1.25rem;
  }
}
.sk-message-content p {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .sk-message-content p {
    font-size: 1.25rem;
  }
}
.sk-message-content p:not(:first-child) {
  margin-top: 1.25rem;
}
.sk-message-content h4 {
  margin-top: 3.75rem;
  margin-bottom: 0;
  font-size: 1.25rem;
}
.sk-message-content * + * {
  margin-top: 1.25rem;
}
.sk-message-content ul {
  display: table;
  margin-top: 1.875rem;
  padding: 0;
}
.sk-message-content ul:not(.skyeListLikeTable) {
  margin-left: 1.25rem;
}
.sk-message-content ul li {
  font-weight: 400;
}

#sk-Shoppingcart-PaymentInfo-errorDetail {
  padding: 0 6%;
}
@media screen and (min-width: 768px) {
  #sk-Shoppingcart-PaymentInfo-errorDetail {
    padding: 0 4.786%;
  }
}
@media screen and (min-width: 1024px) {
  #sk-Shoppingcart-PaymentInfo-errorDetail {
    padding: 0 11.52%;
  }
}
#sk-Shoppingcart-PaymentInfo-errorDetail .sk-message-icon {
  display: none;
}
#sk-Shoppingcart-PaymentInfo-errorDetail p * {
  color: rgb(255, 0, 0) !important;
}

@media screen and (max-width: 768px) {
  #skyeSuccessMessage h4 {
    font-size: 1.125rem;
  }
}

#sk-Rentaldeposit-Donator-grouptitle h3 {
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  #sk-Rentaldeposit-Donator-grouptitle h3 {
    font-size: 23px;
  }
}

label > [class*=modal-icon] {
  padding: 0;
  margin: 0;
  transform: translateY(4px);
}
label > [class*=modal-icon]::before {
  font-family: z-icons, sans-serif;
  content: "\e9e9";
  display: block;
  color: #23366f;
  cursor: pointer;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1;
  margin-left: 0.25rem;
}

[class*=dialog-center] {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
body[inside-iframe=true] [class*=dialog-center] {
  display: none !important;
}
[class*=dialog-center] > [class*=dialog] {
  background-color: white;
  padding: 1.25rem;
  border-radius: 1rem;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.3019607843);
  position: relative;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  [class*=dialog-center] > [class*=dialog] {
    min-width: unset;
    max-width: calc(100% - 40px);
  }
}
[class*=dialog-center] > [class*=dialog] button[class*=dialog-header-close] {
  position: absolute;
  right: 1.5rem;
  top: 1.25rem;
  color: #23366f;
}
[class*=dialog-center] > [class*=dialog] button > svg {
  width: 1.25rem;
  height: 1.25rem;
}
[class*=dialog-center] > [class*=dialog] [class*=dialog-header] {
  padding: 0;
}
[class*=dialog-center] > [class*=dialog] [class*=dialog-content] {
  --modal-font-color: #23366f;
  padding: 0;
  padding-right: 3rem;
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
[class*=dialog-center] > [class*=dialog] [class*=dialog-content] .rich-text > :first-child {
  margin-top: 0;
  padding-top: 0;
}
[class*=dialog-center] > [class*=dialog] [class*=dialog-content] .rich-text p {
  margin: 0;
}
[class*=dialog-center] > [class*=dialog] [class*=dialog-content] .rich-text > p:not(:first-child) {
  margin-top: 1.5rem;
}
[class*=dialog-center] > [class*=dialog] [class*=dialog-content] .rich-text h3 {
  font-size: 1.75rem;
  font-weight: 400;
}
[class*=dialog-center] > [class*=dialog] [class*=dialog-content] .rich-text h4 {
  font-size: 1.5rem;
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 2rem;
}
[class*=dialog-center] > [class*=dialog] [class*=dialog-content] .rich-text ul {
  list-style-position: outside;
  padding-left: 1.25rem;
}
[class*=dialog-center] > [class*=dialog] [class*=dialog-content] .rich-text ul > li {
  list-style-type: disc;
  padding-left: 0.5rem;
}

.sk-multi-brick {
  padding-bottom: 0;
}
.sk-multi-brick .sk-multi-brick-item {
  margin: 0;
  padding: 0;
  border: none;
}
.sk-multi-brick .sk-multi-brick-item [data-component-type=CONTAINER] > .sk-label {
  --label-font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .sk-multi-brick .sk-multi-brick-item [data-component-type=CONTAINER] > .sk-label {
    --label-font-size: 1.25rem;
  }
}
.sk-multi-brick .sk-multi-brick-item [data-component-type=CONTAINER][id$=droneContainer], .sk-multi-brick .sk-multi-brick-item [data-component-type=CONTAINER][id$=pilotContainer] {
  margin-bottom: 0;
}
.sk-multi-brick.drone-peronalDetails-multibrick > .sk-uigroup-content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .sk-multi-brick.drone-peronalDetails-multibrick > .sk-uigroup-content {
    row-gap: 2.5rem;
  }
}
.sk-multi-brick.drone-peronalDetails-multibrick > .sk-uigroup-content [data-component-type=CONTAINER] > .sk-label {
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .sk-multi-brick.drone-peronalDetails-multibrick > .sk-uigroup-content [data-component-type=CONTAINER] > .sk-label {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  #sk-DroneInsurance-Messages-statutoryChargesMessage, #sk-DroneInsurance-Messages-infoReview {
    margin-bottom: 0;
  }
}
.skyePriceBar {
  width: 100%;
  height: 3.75rem;
  margin: 0 auto;
  padding: 0 6%;
  background-color: #f9f9f9;
  border-top: 3px solid white;
}
@media screen and (min-width: 768px) {
  .skyePriceBar {
    padding: 0 4.786%;
    height: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .skyePriceBar {
    padding: 0 11.52%;
  }
}
.skyePriceBar * {
  height: 100%;
}
.skyePriceBar [data-component-type=MESSAGE] {
  margin-bottom: 0;
}
.skyePriceBar [data-component-type=MESSAGE] .skyeSticky {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.skyePriceBar [data-component-type=MESSAGE] .skyeSticky > .skyeStickyPackage {
  height: -moz-fit-content;
  height: fit-content;
}
.skyePriceBar [data-component-type=MESSAGE] .skyeSticky > .skyeStickyPackage .skyeStickyPackagePrice {
  color: black;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .skyePriceBar [data-component-type=MESSAGE] .skyeSticky > .skyeStickyPackage .skyeStickyPackagePrice {
    font-size: 1.25rem;
  }
}
.skyePriceBar [data-component-type=MESSAGE] .skyeSticky > .skyeStickyPackage .skyeStickyPackagePrice .skye-price-bar__container {
  display: flex;
  align-items: center;
}
.skyePriceBar [data-component-type=MESSAGE] .skyeSticky > .skyeStickyPackage .skyeStickyPackagePrice button {
  margin-right: 1rem;
  min-height: 3.5rem;
  padding: 0.75rem;
}
@media screen and (max-width: 768px) {
  .skyePriceBar [data-component-type=MESSAGE] .skyeSticky > .skyeStickyPackage .skyeStickyPackagePrice button {
    display: none !important;
  }
}
.skyePriceBar [data-component-type=MESSAGE] .skyeSticky > .skyeStickyPackage .skyeStickyPackagePrice__price {
  font-size: 1.25rem;
  font-weight: 700;
  padding-left: 0.15rem;
}
@media screen and (min-width: 768px) {
  .skyePriceBar [data-component-type=MESSAGE] .skyeSticky > .skyeStickyPackage .skyeStickyPackagePrice__price {
    font-size: 1.75rem;
  }
}
.skyePriceBar [data-component-type=MESSAGE] .skyeSticky > .skyeStickyPackage .skyeStickyPackagePrice__period {
  color: #808080;
}

.sk-progress-bar {
  display: block;
  position: static;
  z-index: 4;
}
.sk-progress-bar .sk-progress-bar-content {
  --progress-bar-step-item-bg-color: transparent;
  --progress-bar-step-item-border-color: transparent;
  --progress-bar-step-item-size: fit-content;
  --progress-bar-step-active-item-bg-color: transparent;
  --progress-bar-step-active-item-border-color: transparent;
  --progress-bar-step-active-text-color: #000;
  padding: 0 6%;
  height: 60px;
  background-color: #f9f9f9;
}
@media screen and (min-width: 768px) {
  .sk-progress-bar .sk-progress-bar-content {
    padding: 0 4.786%;
    height: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .sk-progress-bar .sk-progress-bar-content {
    padding: 0 11.52%;
  }
}
.sk-progress-bar .sk-progress-bar-content .sk-step {
  flex-direction: row;
  justify-content: flex-start;
  opacity: 0.35;
}
.sk-progress-bar .sk-progress-bar-content .sk-step::before, .sk-progress-bar .sk-progress-bar-content .sk-step::after {
  content: none;
}
.sk-progress-bar .sk-progress-bar-content .sk-step .sk-step-item {
  border: none;
  transform: none;
}
.sk-progress-bar .sk-progress-bar-content .sk-step .sk-step-number {
  display: flex;
  margin-right: 0.25rem;
  color: #23366f;
  font-size: 1rem;
  line-height: 1;
}
.sk-progress-bar .sk-progress-bar-content .sk-step .sk-step-header {
  padding: 0;
}
.sk-progress-bar .sk-progress-bar-content .sk-step .sk-step-title {
  padding: 0;
  color: #23366f;
  font-weight: 400;
  font-size: 1rem;
  text-align: left;
  line-height: 1;
  white-space: normal !important;
}
.sk-progress-bar .sk-progress-bar-content .sk-step .sk-step-title::before {
  content: none;
}
.sk-progress-bar .sk-progress-bar-content .sk-step[data-active=true] {
  border: none;
  opacity: 1;
}
.sk-progress-bar .sk-progress-bar-content .sk-step[data-active=true]::before {
  content: "";
  position: relative;
  display: block;
  background-color: #1393d1;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  transform: none;
  left: unset;
  margin-right: 12px;
}
.sk-progress-bar .sk-progress-bar-content .sk-step[data-active=true] .sk-step-number {
  color: #23366f;
  font-size: 1rem;
  font-weight: 400;
}
.sk-progress-bar .sk-progress-bar-content .sk-step[data-active=true] .sk-step-header {
  padding: 0;
}
.sk-progress-bar .sk-progress-bar-content .sk-step[data-active=true] .sk-step-title {
  padding: 0;
  color: #23366f;
  background-color: transparent;
  font-size: 1rem;
}
.sk-progress-bar .sk-progress-bar-content .sk-step[data-active=true] .sk-step-title::before {
  content: none;
}
.sk-progress-bar .sk-progress-bar-content .sk-step[data-completed=true] {
  opacity: 1;
}
.sk-progress-bar .sk-progress-bar-content .sk-step[data-completed=true] .sk-step-item {
  --progress-bar-step-completed-item-bg-color: transparent;
}
.sk-progress-bar .sk-progress-bar-content .sk-step[data-completed=true] .sk-step-item::before {
  content: "\e9b0";
  display: block;
  font-family: z-icons, sans-serif;
  font-size: 1.25rem;
  color: #428351;
  margin-right: 0.625rem;
}
.sk-progress-bar .sk-progress-bar-content .sk-step[data-completed=true] .sk-step-item .sk-step-icon-completed {
  display: none;
}

[data-component-type=RADIO] {
  --option-font-size: 1.125rem;
  --option-font-weight: 400;
}
@media screen and (min-width: 768px) {
  [data-component-type=RADIO] {
    --option-font-size: 1.25rem;
  }
}
[data-component-type=RADIO]:not(.radio--toggle) .sk-field [class*=option-list] {
  row-gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  [data-component-type=RADIO]:not(.radio--toggle) .sk-field [class*=option-list] {
    row-gap: 1.25rem;
  }
}
[data-component-type=RADIO]:not(.radio--toggle) .sk-field [class*=option-list] .sk-option-item {
  margin-right: 13.5px;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 0;
}
@media screen and (min-width: 768px) {
  [data-component-type=RADIO]:not(.radio--toggle) .sk-field [class*=option-list] .sk-option-item {
    margin-right: 1.25rem;
  }
}
[data-component-type=RADIO]:not(.radio--toggle) .sk-field [class*=option-list] .sk-option-item[data-selected=true] label {
  background-color: #2167ae;
  color: white;
  cursor: default;
  pointer-events: none;
}
[data-component-type=RADIO]:not(.radio--toggle) .sk-field [class*=option-list] .sk-option-item[data-disabled=true] label {
  color: #708F8F;
  background-color: #eceeef;
  pointer-events: none;
}
[data-component-type=RADIO]:not(.radio--toggle) .sk-field [class*=option-list] .sk-option-item[data-disabled=true][data-selected=true] label {
  position: relative;
  padding-right: 2.75rem;
  opacity: 0.5;
  background-color: #2167ae;
  color: white;
}
[data-component-type=RADIO]:not(.radio--toggle) .sk-field [class*=option-list] .sk-option-item[data-disabled=true][data-selected=true] label::after {
  content: "\eaa3";
  color: #B2CBCB;
  font-family: z-icons, sans-serif;
  position: absolute;
  right: 1rem;
  top: 50%;
  font-size: 1.25rem;
  transform: translateY(-50%);
}
[data-component-type=RADIO]:not(.radio--toggle) .sk-field [class*=option-list] .sk-option-item:hover:not([data-selected=true]):not([data-disabled=true]) label {
  border-color: #2167ae;
}
[data-component-type=RADIO]:not(.radio--toggle) .sk-field [class*=option-list] .sk-option-item label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.5rem;
  min-height: 3.5rem;
  border-radius: 1.75rem;
  border: 2px solid transparent;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #edeef0;
  color: #2167ae;
  transition: padding-left 200ms;
}
[data-component-type=RADIO]:not(.radio--toggle) .sk-field [class*=option-list] .sk-option-item label [class*=input-radio] {
  display: none;
}
[data-component-type=RADIO]:not(.radio--toggle) .sk-field [class*=option-list] .sk-option-item label span {
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
}
[data-component-type=RADIO]:not(.radio--toggle) .sk-field [class*=option-list] .sk-option-item[data-loading=true] > label {
  padding-left: 3rem;
}
[data-component-type=RADIO]:not(.radio--toggle) .sk-field [class*=option-list] .sk-option-item[data-loading=true] > label::before {
  content: "";
  position: absolute;
  left: 0.5rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  border: 2px solid #2167ae;
  border-top-color: transparent;
  animation: spin 1s linear infinite;
}
[data-component-type=RADIO]:not(.radio--toggle)[data-error=true] [class*=option-list] .sk-option-item label {
  border-color: #d0021b;
  color: #d0021b;
}
[data-component-type=RADIO].radio--toggle {
  --radio-bg-color: white;
  --radio-selected-bg-color: #23366f;
  --radio-border-color: #23366f;
  --radio-selected-border-color: #23366f;
  --radio-border-width: 2px;
  --radio-size: 27px;
  --option-font-color: #23366f;
}
[data-component-type=RADIO].radio--toggle [class*=option-list] {
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  [data-component-type=RADIO].radio--toggle [class*=option-list] > [class*=option-item] {
    width: -moz-fit-content;
    width: fit-content;
  }
}
[data-component-type=RADIO].radio--toggle [class*=option-list] > [class*=option-item] > label {
  font-size: 1.125rem;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  margin-right: 2.5rem;
}
@media screen and (min-width: 768px) {
  [data-component-type=RADIO].radio--toggle [class*=option-list] > [class*=option-item] > label {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  [data-component-type=RADIO].radio--toggle [class*=option-list] > [class*=option-item] > label .p-radiobutton-box {
    border-radius: 999px;
    border: 2px solid;
  }
}
[data-component-type=RADIO].radio--toggle [class*=option-list] > [class*=option-item] > label .p-radiobutton-box::before {
  content: none;
}
[data-component-type=RADIO].radio--toggle [class*=option-list] > [class*=option-item][data-selected=true] {
  --radio-bg-color: #23366f;
}
[data-component-type=RADIO].radio--toggle [class*=option-list] > [class*=option-item][data-selected=true] > label .p-radiobutton-box {
  box-shadow: inset 0 0 0 4px #fff;
}
[data-component-type=RADIO].radio--toggle [class*=option-list] > [class*=option-item] input[class$=radiobutton-input], [data-component-type=RADIO].radio--toggle [class*=option-list] > [class*=option-item] .p-radiobutton-icon {
  display: none;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=skye-retail.css.map */