/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
/** css related to Uppy **/
.uppy-Dashboard-progressindicators,
.uppy-Dashboard-close,
.uppy-Dashboard-dropFilesHereHint,
.uppy-Dashboard-inner{
    display:none;
}

.image.image-placeholder #fileUploader{
    border:500px solid transparent;
    bottom:0;
    cursor:pointer;
    font-size:10em;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:3
}
/**
 * Checkout.com
 * Authorized and regulated as an electronic money institution
 * by the UK Financial Conduct Authority (FCA) under number 900816.
 *
 * PHP version 7
 *
 * @category  Magento2
 * @package   Checkout.com
 * @author    Platforms Development Team <platforms@checkout.com>
 * @copyright 2010-present Checkout.com
 * @license   https://opensource.org/licenses/mit-license.html MIT License
 * @link      https://docs.checkout.com/
 */

@supports (-webkit-appearance: -apple-pay-button) {
    .apple-pay-button {
        display: inline-block;
        -webkit-appearance: -apple-pay-button;
    }
    .apple-pay-button-black {
        -apple-pay-button-style: black;
    }
    .apple-pay-button-white {
        -apple-pay-button-style: white;
    }
    .apple-pay-button-white-with-line {
        -apple-pay-button-style: white-outline;
    }
}

@supports not (-webkit-appearance: -apple-pay-button) {
    .apple-pay-button {
        display: inline-block;
        background-size: 100% 60%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        border-radius: 5px;
        padding: 0px;
        box-sizing: border-box;
        min-width: 200px;
        min-height: 32px;
        max-height: 64px;
    }
    .apple-pay-button-black {
        background-image: -webkit-named-image(apple-pay-logo-white);
        background-color: black;
    }
    .apple-pay-button-white {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: white;
    }
    .apple-pay-button-white-with-line {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: white;
        border: .5px solid black;
    }
}

/* make ApplePay button larger*/

.ap-checkout {
    width: 138px !important;
    height: 52px !important;
}

.ap-cart {
    width: 100% !important;
    height: 52px !important;
}

/* For mobile */

@media only screen and (max-width: 600px) {
    #ckoApplePayButton {
        width: 100% !important;
    }
}
.powerstep-success {
    overflow: hidden;
}

.powerstep-product {
    float: left;
}

.powerstep-product img {
    vertical-align: top;
}

.powerstep-actions {
    float: right;
}

.clerk_powerstep_header,
.clerk_powerstep_image {
    text-align: center;
}

.clerk_powerstep_header h2:before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAq1BMVEUAAAApsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsikpsinO2zpuAAAAOHRSTlMAAQIEBQsMDQ4QERITFhceHytBQ0lKS0xNTk9QUVJUVVZXWF5pb3N/g5WotMXHyMrMztzm6Ovx8+xBc0UAAAESSURBVFjD7dPJVgIxEIXhio3zDM7zBKKCM/Z9/ydzwTkKsdK5qXIHd9nJ9686IvPN6sL6ksu3a2CwYvc3AIDRms/bC9eAq/DrbYUrwFWY9sBoscxfIt6j0wMLBf4CvsC55p+cvl6l/Znqt/7T7/T67ZDyp3l/BwDDltl3xx/f1MIJ7YHXls9rheMiD7xEhaNCHxcI34mPnycKh8T/84l0gfGVcmVYjc8OCC9SJwv7lJdb7dqgor3Ig17YY70EtfCh+k31regF3tOFpCcLDZ4qNHqikPHZQtZnCl9531igfEOB9MkC7ROFAq8WirxSKPR/CsU+Khj8VMHkJwpG/1Mwe5FwD+B9w+xFZHl3O3j8fDO2bzO4/xLnWGFuAAAAAElFTkSuQmCC);
    background-size: 28px;
    vertical-align: top;
    margin-right: 5px;
}

.clerk_powerstep_clear {
    overflow: hidden;
}

.clerk_powerstep_continue {
    float: right;
}div.cookiebar {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: none;
	font-family: "Nunito",arial,verdana,"sans-serif";
	font-size: 16px;
	line-height: 22px;
	z-index: 999999;
}

.position--fixed {
	position: fixed;
}

div.cookiebar .overlay {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: -100px;
	background: rgb(0 0 0 / 0.5);
}

div.cookiebar div.cookiecard {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 900px;
	padding: 40px;
	border-radius: 20px;
	background-color: #2688b7;
	background-image: linear-gradient(to right, #d01d92 , #2688b7);
	z-index: 1;
	overflow: hidden;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.cookiebar .cookiecard-content a {
	color: #acdbf8;
}
.important {
  font-weight: bold;
  font-size: xx-large;
}

div.cookiebar div.card-action {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

div.cookiebar div.card-action #basic_chkbx,
div.cookiebar div.card-action label[for="basic_chkbx"] {
	opacity: .5;
}

div.cookiebar div.card-action label { font-size: 16px }

@media (max-width: 48em) {
	div.cookiebar div.card-action label { font-size: 14px }
	div.cookiebar { font-size: 14px; }
	
	div.cookiebar div.card-action div.flex {
	  margin: 6px 0;
	}

	div.cookiebar div.card-action > button {
	  max-width: 200px;
	  margin-top: 10px;
	}
	div.cookiebar div.cookiecard {
		padding: 30px 20px;
	}
}
  

div.cookiebar div.card-action > button.width--100 { max-width: 100% }

div.cookiebar .mw--48 {
	max-width: 48em;
}

div.cookiebar .center {
	margin: 0 auto;
}

.button--refine{
	padding-left: 0px !important;
    cursor: pointer;
    box-shadow: none !important;
}

.button--accept {
	color: #fff !important;
	background-color: #ec008c!important;
}


.cookiebar .card-content__left {
	display: none;
}

.cookiebar input[type=checkbox] + label:before{
	background: transparent!important;
}
@media(min-width: 768px){
   	.cookiebar .card-content__left {
		flex: 1 1 40%;
		display: flex;
		justify-content: space-between;
		padding-right: 30px;
   	}

	.cookiebar .card-content__left__bite img {
		margin-right: 10px;
	}

   .cookiebar .card-content__right {
		flex: 1 1 60%;
		color: #Fff;
	}
	.cookiebar .block-l{
		width: 70%;
		float: left;
	}
	.cookiebar .block-r {
		width: 30%;
	}
	div.cookiebar div.card-action{
		width: 75%;
	}
	.button--blue.button--accept{
		 position: absolute;
		 top: -30px;
		 right: -180px;
	}

	.button--reject {
		position: relative;
		top: 5px;
		left: 181px;
		margin-left: auto;
	}
}
@media(min-width: 992px){
	.button--blue.button--accept{
		 right: -100px;
	}

	.button--reject {
		top: -30px;
		left: 232px;
	}
}/*!
 * surveyjs - Survey JavaScript library v1.8.17
 * Copyright (c) 2015-2020 Devsoft Baltic OÜ  - http://surveyjs.io/
 * License: MIT (http://www.opensource.org/licenses/mit-license.php)
 */
/* latin-ext */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: local("Raleway"), local("Raleway-Regular"), url(https://fonts.gstatic.com/s/raleway/v14/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
  U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: local("Raleway"), local("Raleway-Regular"), url(https://fonts.gstatic.com/s/raleway/v14/1Ptug8zYS_SKggPNyC0ITw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
  U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
  U+FEFF, U+FFFD; }

/* latin-ext */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  src: local("Raleway Bold"), local("Raleway-Bold"), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwJYtWqhPAMif.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
  U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  src: local("Raleway Bold"), local("Raleway-Bold"), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwJYtWqZPAA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
  U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
  U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local("Raleway"), local("Raleway-Regular"), url(https://fonts.gstatic.com/s/raleway/v14/1Ptug8zYS_SKggPNyC0ISQ.woff) format("woff"); }

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local("Raleway Bold"), local("Raleway-Bold"), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwJYtWqZPBg.woff) format("woff"); }

.sv-visuallyhidden {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

.sv-hidden {
  display: none !important; }

.sv-container-modern {
  color: #404040;
  font-size: 16px;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.sv-container-modern__title {
  padding-left: 0.55em;
  color: #1ab394;
  padding-top: 5em;
  padding-bottom: 0.9375em; }
@media only screen and (min-width: 1000px) {
  .sv-container-modern__title {
    margin-right: 5%;
    margin-left: 5%; } }
@media only screen and (max-width: 1000px) {
  .sv-container-modern__title {
    margin-right: 10px;
    margin-left: 10px; } }

.sv-container-modern__title h3 {
  margin: 0;
  font-size: 1.875em; }

.sv-container-modern__title h5 {
  margin: 0; }

.sv-container-modern fieldset {
  border: none;
  padding: 0;
  margin: 0; }

.sv-container-modern legend {
  border: none;
  padding: 0;
  margin: 0; }

.sv-body__page,
.sv-body__footer {
  margin-top: 2em; }
@media only screen and (min-width: 1000px) {
  .sv-body__page,
  .sv-body__footer {
    margin-right: 5%;
    margin-left: 5%; } }
@media only screen and (max-width: 1000px) {
  .sv-body__page,
  .sv-body__footer {
    margin-right: 10px;
    margin-left: 10px; } }

.sv-body__progress {
  margin-bottom: 4.5em; }

.sv-body__progress:not(:first-child) {
  margin-top: 2.5em; }

.sv-page__title {
  margin: 0;
  margin-bottom: 1.333em;
  font-size: 1.875em;
  padding-left: 0.293em; }

.sv-page__description {
  min-height: 2.8em;
  font-size: 1em;
  padding-left: 0.55em; }

.sv-page__title + .sv-page__description {
  margin-top: -2.8em; }

.sv-panel {
  box-sizing: border-box;
  min-width: 300px; }

.sv-panel__title {
  font-size: 1.25em;
  margin: 0;
  padding: 0;
  padding-bottom: 0.1em;
  padding-left: 0.44em; }

.sv-panel__footer {
  margin: 0;
  padding: 1em 0.44em 1em 0; }

.sv-panel__description {
  padding-left: 0.55em; }

.sv-panel__title--expandable {
  cursor: pointer; }

.sv-panel__icon:before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23404040;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  height: 0.5em;
  width: 0.6em;
  margin-left: 1.5em;
  vertical-align: middle; }

.sv-panel__icon--expanded:before {
  transform: rotate(180deg); }

.sv-panel .sv-question__title {
  font-size: 1em;
  padding-left: 0.55em; }

.sv-panel__content:not(:first-child) {
  margin-top: 0.75em; }

.sv-panel .sv-row:not(:last-child) {
  padding-bottom: 1.875em; }

.sv-panel__title--error {
  background-color: rgba(213, 41, 1, 0.2); }

.sv-paneldynamic__progress-container {
  position: relative;
  margin-left: 0.75em;
  margin-right: 250px;
  margin-top: 20px; }

.sv-paneldynamic__add-btn {
  background-color: #1948b3;
  float: right;
  margin-top: -18px; }

[dir="rtl"] .sv-paneldynamic__add-btn, [style*="direction:rtl"] .sv-paneldynamic__add-btn {
  float: left; }

.sv-paneldynamic__add-btn--list-mode {
  float: none;
  margin-top: 1em; }

.sv-paneldynamic__remove-btn {
  background-color: #ff1800;
  margin-top: 1.25em; }

.sv-paneldynamic__prev-btn,
.sv-paneldynamic__next-btn {
  box-sizing: border-box;
  display: inline-block;
  fill: #404040;
  cursor: pointer;
  width: 0.7em;
  top: -0.28em;
  position: absolute; }

.sv-paneldynamic__prev-btn {
  left: -1.3em;
  transform: rotate(90deg); }

.sv-paneldynamic__next-btn {
  right: -1.3em;
  transform: rotate(270deg); }

.sv-paneldynamic__prev-btn--disabled,
.sv-paneldynamic__next-btn--disabled {
  fill: #dbdbdb;
  cursor: auto; }

.sv-paneldynamic__progress-text {
  color: #9d9d9d;
  font-weight: bold;
  font-size: 0.87em;
  margin-top: 0.69em;
  margin-left: 1em; }

.sv-paneldynamic__separator {
  border: none;
  margin: 0; }

.sv-paneldynamic .sv-panel ~ .sv-panel {
  padding-top: 2.5em; }

.sv-paneldynamic__progress--top {
  margin-bottom: 1em; }

.sv-paneldynamic__progress--bottom {
  margin-top: 1em; }

@supports (display: flex) {
  .sv-row {
    display: flex;
    flex-wrap: wrap; }
  .sv-vue-row-additional-div {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sv-row > .sv-row__panel,
  .sv-row__question:not(:last-child) {
    float: left; } }
@media only screen and (-ms-high-contrast: active) and (max-width: 600px), only screen and (-ms-high-contrast: none) and (max-width: 600px) {
  .sv-row > .sv-row__panel,
  .sv-row__question:not(:last-child) {
    padding-bottom: 2.5em;
    float: none; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  [dir="rtl"] .sv-row__question:not(:last-child),
  [style*="direction:rtl"] .sv-row__question:not(:last-child) {
    float: right; } }

@media only screen and (-ms-high-contrast: active) and (max-width: 6000px), only screen and (-ms-high-contrast: none) and (max-width: 6000px) {
  .sv-row__question--small:only-child {
    max-width: 3000px; } }

@media only screen and (-ms-high-contrast: active) and (max-width: 3000px), only screen and (-ms-high-contrast: none) and (max-width: 3000px) {
  .sv-row__question--small:only-child {
    max-width: 1200px; } }

@media only screen and (-ms-high-contrast: active) and (max-width: 2000px), only screen and (-ms-high-contrast: none) and (max-width: 2000px) {
  .sv-row__question--small:only-child {
    max-width: 700px; } }

@media only screen and (-ms-high-contrast: active) and (max-width: 1000px), only screen and (-ms-high-contrast: none) and (max-width: 1000px) {
  .sv-row__question--small:only-child {
    max-width: 500px; } }

@media only screen and (-ms-high-contrast: active) and (max-width: 500px), only screen and (-ms-high-contrast: none) and (max-width: 500px) {
  .sv-row__question--small:only-child {
    max-width: 300px; } }

@media only screen and (-ms-high-contrast: active) and (max-width: 600px), only screen and (-ms-high-contrast: none) and (max-width: 600px) {
  .sv-row > .sv-row__panel,
  .sv-row__question {
    width: 100% !important;
    padding-right: 0 !important; } }

.sv-row > .sv-row__panel,
.sv-row__question {
  vertical-align: top;
  white-space: normal;
  min-width: 300px; }

.sv-row:not(:last-child) {
  padding-bottom: 2.5em; }

.sv-question {
  overflow: auto;
  box-sizing: border-box;
  font-family: inherit; }

.sv-question__title {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0.25em 0.44em;
  cursor: default;
  font-size: 1.25em;
  word-break: break-word; }

.sv-question__required-text {
  line-height: 0.8em;
  font-size: 1.4em; }

.sv-question__description {
  margin: 0;
  padding-left: 0.55em;
  font-size: 1em;
  word-break: break-word; }

.sv-question__input {
  width: 100%;
  height: 1.81em; }

.sv-question__content {
  margin-left: 0.55em; }

.sv-question__erbox {
  color: #d52901;
  font-size: 0.74em;
  font-weight: bold; }

.sv-question__erbox--location--top {
  margin-bottom: 0.4375em; }

.sv-question__erbox--location--bottom {
  margin-top: 0.4375em; }

.sv-question__footer {
  padding: 0.87em 0; }

.sv-question__title--answer {
  background-color: rgba(26, 179, 148, 0.2); }

.sv-question__title--error {
  background-color: rgba(213, 41, 1, 0.2); }

.sv-question__header--location--top {
  margin-bottom: 0.65em; }

.sv-question__header--location--left {
  float: left;
  width: 27%;
  margin-right: 0.875em; }

[dir="rtl"] .sv-question__header--location--left,
[style*="direction:rtl"] .sv-question__header--location--left {
  float: right; }

.sv-question__header--location--bottom {
  margin-top: 0.8em; }

.sv-question__content--left {
  overflow: hidden; }

.sv-question__other {
  margin-top: 0.5em; }

.sv-question__form-group {
  margin-top: 0.5em; }

.sv-question--disabled .sv-question__header {
  color: rgba(64, 64, 64, 0.5); }

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

.sv-progress {
  height: 0.19em;
  background-color: #e7e7e7; }

.sv-progress__bar {
  position: relative;
  height: 100%;
  background-color: #1ab394; }

.sv-progress__text {
  position: absolute;
  margin-top: 0.69em;
  color: #9d9d9d;
  font-size: 0.87em;
  font-weight: bold;
  padding-left: 0.6321em; }
@media only screen and (min-width: 1000px) {
  .sv-progress__text {
    margin-left: 5%; } }
@media only screen and (max-width: 1000px) {
  .sv-progress__text {
    margin-left: 10px; } }

.sv-title {
  font-family: "Raleway";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal; }

.sv-description {
  color: rgba(64, 64, 64, 0.5); }

.sv-question .sv-selectbase {
  margin-bottom: 4px; }

.sv-selectbase__item {
  margin-bottom: 0.425em;
  vertical-align: top; }

.sv-selectbase__item--inline {
  display: inline-block;
  padding-right: 5%; }

.sv-selectbase__column {
  min-width: 140px;
  vertical-align: top; }

.sv-selectbase__label {
  display: block;
  box-sizing: border-box;
  width: 100%;
  cursor: inherit; }

.sv-selectbase__clear-btn {
  margin-top: 0.9em;
  background-color: #1948b3; }

.sv-selectbase .sv-selectbase__item.sv-q-col-1 {
  padding-right: 0; }

.sv-multipletext__row:not(:last-child) {
  margin-bottom: 1em; }

.sv-multipletext__cell:not(:first-child) {
  padding-left: 0.5em; }

.sv-multipletext__cell:not(:last-child) {
  padding-right: 0.5em; }

.sv-matrix {
  overflow-x: auto; }
.sv-matrix .sv-table__cell--header {
  text-align: center; }

.sv-matrix__label {
  display: inline-block;
  margin: 0; }

.sv-matrix__cell {
  min-width: 10em;
  text-align: center; }
.sv-matrix__cell:first-child {
  text-align: left; }

.sv-matrix__text {
  cursor: pointer; }

.sv-matrix__text--checked {
  color: #ffffff;
  background-color: #1ab394; }

.sv-matrix__text--disabled {
  cursor: default; }
.sv-matrix__text--disabled.sv-matrix__text--checked {
  background-color: #dbdbdb; }

.sv-matrix__row--error {
  background-color: rgba(213, 41, 1, 0.2); }

.sv-matrixdynamic__add-btn {
  background-color: #1948b3; }

.sv-matrixdynamic__remove-btn {
  background-color: #ff1800; }

.sv-detail-panel__icon:before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%239A9A9A;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='19,6 17,4 10,11 3,4 1,6 10,15 '/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  height: 18px;
  width: 24px;
  vertical-align: middle;
  text-align: center; }

.sv-detail-panel__icon--expanded:before {
  transform: rotate(270deg);
  padding-left: 4px; }

.sv-root-modern ::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  background-color: #9f9f9f; }

.sv-root-modern ::-webkit-scrollbar-thumb {
  background: #1ab394; }

.sv-table {
  width: 100%;
  background-color: rgba(159, 159, 159, 0.1);
  padding: 0.9375em 1.875em 1.5625em;
  border-collapse: separate;
  border-spacing: 2px; }

.sv-table__cell {
  padding: 0.9375em 0;
  box-sizing: content-box;
  vertical-align: top; }

.sv-table__cell:not(:last-child) {
  padding-right: 1em; }

.sv-table__cell:not(:first-child) {
  padding-left: 1em; }

.sv-table__cell--header {
  font-family: Raleway;
  font-weight: bold;
  text-align: left; }

.sv-table__cell--rowText {
  vertical-align: middle; }

.sv-table__cell--detail {
  text-align: center;
  vertical-align: middle;
  width: 32px; }

.sv-table__cell--detail-rowtext {
  vertical-align: middle; }

.sv-table__cell--detail-panel {
  padding-left: 1em; }

.sv-table__cell--detail-button {
  border: 3px solid rgba(64, 64, 64, 0.5);
  border-radius: 50px;
  text-align: center;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  outline: none;
  cursor: pointer; }

button.sv-table__cell--detail-button:focus {
  border-radius: 50px; }

.sv-footer {
  min-height: 2em;
  padding: 2.5em 0 0.87em 0; }

.sv-footer__complete-btn {
  background-color: #1ab394;
  float: right; }

.sv-footer__next-btn {
  background-color: #1ab394;
  float: right; }

.sv-footer__prev-btn {
  background-color: #1ab394;
  float: left; }

.sv-footer__preview-btn {
  background-color: #1ab394;
  float: right; }

.sv-footer__edit-btn {
  background-color: #1ab394;
  float: left; }

.sv-footer__start-btn {
  background-color: #1ab394; }

[dir="rtl"] .sv-footer__complete-btn,
[style*="direction:rtl"] .sv-footer__complete-btn {
  float: left; }

[dir="rtl"] .sv-footer__preview-btn,
[style*="direction:rtl"] .sv-footer__preview-btn {
  float: left; }

[dir="rtl"] .sv-footer__next-btn,
[style*="direction:rtl"] .sv-footer__next-btn {
  float: left; }

[dir="rtl"] .sv-footer__prev-btn,
[style*="direction:rtl"] .sv-footer__prev-btn {
  float: right; }

[dir="rtl"] .sv-footer__edit-btn,
[style*="direction:rtl"] .sv-footer__edit-btn {
  float: right; }

.sv-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 1.214em;
  color: #ffffff;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.875em;
  font-weight: bold;
  outline: none;
  padding: 0.5em 2.786em 0.6em;
  text-align: left; }

.sv-item {
  position: relative;
  cursor: pointer; }

.sv-item--disabled {
  cursor: default; }

.sv-item__decorator {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border: solid 1px transparent;
  vertical-align: middle; }

.sv-item__svg {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  margin-right: -50%;
  transform: translate(-50%, -50%); }

.sv-item__control:focus + .sv-item__decorator {
  border-color: #1ab394;
  outline: none; }

.sv-item__control-label {
  margin-left: 0.4125em;
  vertical-align: middle; }

.sv-checkbox__decorator {
  border-radius: 2px; }

.sv-checkbox__svg {
  border: 3px solid rgba(64, 64, 64, 0.5);
  border-radius: 2px;
  fill: transparent; }

.sv-checkbox--allowhover:hover .sv-checkbox__svg {
  border: none;
  background-color: #9f9f9f;
  fill: white; }

.sv-checkbox--checked .sv-checkbox__svg {
  border: none;
  background-color: #1ab394;
  fill: white; }

.sv-checkbox--checked.sv-checkbox--disabled .sv-checkbox__svg {
  border: none;
  background-color: #dbdbdb;
  fill: white; }

.sv-checkbox--disabled .sv-checkbox__svg {
  border: 3px solid #dbdbdb; }

.sv-radio__decorator {
  border-radius: 100%; }

.sv-radio__svg {
  border: 3px solid rgba(64, 64, 64, 0.5);
  border-radius: 100%;
  fill: transparent; }

.sv-radio--allowhover:hover .sv-radio__svg {
  fill: rgba(64, 64, 64, 0.5); }

.sv-radio--checked .sv-radio__svg {
  border-color: #404040;
  fill: #404040; }

.sv-radio--disabled .sv-radio__svg {
  border-color: #dbdbdb; }

.sv-radio--disabled.sv-radio--checked .sv-radio__svg {
  fill: #dbdbdb; }

.sv-boolean {
  display: block;
  position: relative;
  line-height: 1.5em; }

.sv-boolean__switch {
  float: left;
  box-sizing: border-box;
  width: 4em;
  height: 1.5em;
  margin-right: 1.0625em;
  margin-left: 1.3125em;
  padding: 0.125em 0.1875em;
  border-radius: 0.75em; }

[dir="rtl"] .sv-boolean__switch,
[style*="direction:rtl"] .sv-boolean__switch {
  float: right; }

.sv-boolean__slider {
  display: block;
  width: 1.25em;
  height: 1.25em;
  transition-duration: 0.1s;
  transition-property: margin-left;
  transition-timing-function: linear;
  border: none;
  border-radius: 100%; }

.sv-boolean--indeterminate .sv-boolean__slider {
  margin-left: calc(50% - 0.625em); }

.sv-boolean--checked .sv-boolean__slider {
  margin-left: calc(100% - 1.25em); }

.sv-boolean__label {
  cursor: pointer;
  float: left; }

[dir="rtl"] .sv-boolean__label,
[style*="direction:rtl"] .sv-boolean__label {
  float: right; }

[dir="rtl"] .sv-boolean--indeterminate .sv-boolean__slider,
[style*="direction:rtl"] .sv-boolean--indeterminate .sv-boolean__slider {
  margin-right: calc(50% - 0.625em); }

[dir="rtl"] .sv-boolean--checked .sv-boolean__slider,
[style*="direction:rtl"] .sv-boolean--checked .sv-boolean__slider {
  margin-right: calc(100% - 1.25em); }

.sv-imagepicker__item {
  border: none;
  padding: 0.24em; }

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

.sv-imagepicker__item--inline:not(:last-child) {
  margin-right: 4%; }

.sv-imagepicker__image {
  border: 0.24em solid transparent;
  display: block;
  pointer-events: none; }

.sv-imagepicker__label {
  cursor: inherit; }

.sv-imagepicker__text {
  font-size: 1.14em;
  padding-left: 0.24em; }

.sv-imagepicker__item--allowhover:hover .sv-imagepicker__image {
  background-color: #9f9f9f;
  border-color: #9f9f9f; }

.sv-imagepicker__item--checked .sv-imagepicker__image {
  background-color: #1ab394;
  border-color: #1ab394; }

.sv-imagepicker__item {
  cursor: pointer; }

.sv-imagepicker__item--disabled {
  cursor: default; }

.sv-imagepicker__item--disabled.sv-imagepicker__item--checked .sv-imagepicker__image {
  background-color: #dbdbdb;
  border-color: #dbdbdb; }

.sv-dropdown {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  background: transparent;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23404040;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.57em 100%;
  border: none;
  border-bottom: 0.06em solid #d4d4d4;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  padding: 0.25em 1.5em 0.25em 0.87em;
  height: 2.19em;
  width: 100%; }

.sv-dropdown:focus {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%231AB394;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E ");
  border-color: #d4d4d4;
  outline: none; }

.sv-dropdown::-ms-expand {
  display: none; }

.sv-dropdown--error {
  border-color: #d52901;
  color: #d52901; }

.sv-dropdown--error::placeholder {
  color: #d52901; }

.sv-dropdown option {
  color: #404040; }

.sv-text {
  box-sizing: border-box;
  width: 100%;
  height: 2.19em;
  padding: 0.25em 0 0.25em 0.87em;
  border: none;
  border-radius: 0;
  border-bottom: 0.07em solid #d4d4d4;
  box-shadow: none;
  background-color: transparent;
  font-family: inherit;
  font-size: 1em; }

.sv-text:focus {
  border-color: #1ab394;
  outline: none;
  box-shadow: none; }

.sv-text:invalid {
  box-shadow: none; }

.sv-text:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset; }

.sv-text::placeholder {
  opacity: 1;
  color: #404040; }

.sv-text:-ms-input-placeholder {
  opacity: 1;
  color: #404040; }

.sv-text::-ms-input-placeholder {
  opacity: 1;
  color: #404040; }

.sv-text[type="date"] {
  padding-right: 2px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23404040;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat, repeat;
  background-position: right 0.61em top 50%, 0 0;
  background-size: 0.57em auto, 100%; }

.sv-text[type="date"]:focus {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%231AB394;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E "); }

.sv-text[type="date"]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: transparent; }

.sv-text[type="date"]::-webkit-clear-button {
  display: none; }

.sv-text[type="date"]::-webkit-inner-spin-button {
  display: none; }

.sv-text--error {
  color: #d52901;
  border-color: #d52901; }

.sv-text--error::placeholder {
  color: #d52901; }

.sv-text--error::-ms-input-placeholder {
  color: #d52901; }

.sv-text--error::-ms-input-placeholder {
  color: #d52901; }

.sv-rating {
  color: #404040;
  padding-bottom: 3px; }
.sv-rating input:focus + .sv-rating__min-text + .sv-rating__item-text,
.sv-rating input:focus + .sv-rating__item-text {
  outline: 1px solid #1ab394;
  outline-offset: 2px; }

.sv-rating__item {
  position: relative;
  display: inline; }

.sv-rating__item-text {
  min-width: 2.3125em;
  height: 2.3125em;
  display: inline-block;
  color: #9f9f9f;
  padding: 0 0.3125em;
  border: solid 0.1875em #9f9f9f;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.13;
  cursor: pointer;
  margin: 3px 0;
  margin-right: 0.26em;
  box-sizing: border-box; }
.sv-rating__item-text > span {
  margin-top: 0.44em;
  display: inline-block; }
.sv-rating__item-text:hover {
  background-color: #9f9f9f;
  color: white; }

.sv-rating__item--selected .sv-rating__item-text {
  background-color: #1ab394;
  color: white;
  border-color: #1ab394; }
.sv-rating__item--selected .sv-rating__item-text:hover {
  background-color: #1ab394; }

.sv-rating__min-text {
  font-size: 1em;
  margin-right: 1.25em;
  cursor: pointer; }

.sv-rating__max-text {
  font-size: 1em;
  margin-left: 0.87em;
  cursor: pointer; }

.sv-rating--disabled .sv-rating__item-text {
  cursor: default;
  color: #dbdbdb;
  border-color: #dbdbdb; }
.sv-rating--disabled .sv-rating__item-text:hover {
  background-color: transparent; }

.sv-rating--disabled .sv-rating__item--selected .sv-rating__item-text {
  background-color: #dbdbdb;
  color: white; }

.sv-rating--disabled .sv-rating__min-text {
  cursor: default; }

.sv-rating--disabled .sv-rating__max-text {
  cursor: default; }

.sv-comment {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0.06em solid #d4d4d4;
  border-radius: 0;
  box-sizing: border-box;
  padding: 0.25em 0.87em;
  font-family: inherit;
  font-size: 1em;
  outline: none;
  width: 100%; }

.sv-comment:focus {
  border-color: #1ab394; }

.sv-file {
  position: relative; }

.sv-file__decorator {
  background-color: #f5f5f5;
  padding: 1.68em 0; }

.sv-file__clean-btn {
  background-color: #ff1800;
  margin-top: 1.25em; }

.sv-file__choose-btn {
  background-color: #1948b3;
  display: inline-block; }

.sv-file__choose-btn--disabled {
  cursor: default;
  background-color: #dbdbdb;
  display: inline-block; }

.sv-file__no-file-chosen {
  display: inline-block;
  font-size: 0.87em;
  margin-left: 1em; }

.sv-file__preview {
  display: inline-block;
  padding-right: 23px;
  position: relative;
  margin-top: 1.25em;
  vertical-align: top; }

.sv-file__preview:not(:last-child) {
  margin-right: 31px; }

.sv-file__remove-svg {
  position: absolute;
  fill: #ff1800;
  cursor: pointer;
  height: 16px;
  top: 0;
  right: 0;
  width: 16px; }

.sv-file__sign a {
  color: #404040;
  text-align: left;
  text-decoration: none; }

.sv-file__wrapper {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-left: 50%;
  transform: translate(-50%, 0);
  padding: 0; }

.sv-clearfix:after {
  content: "";
  display: table;
  clear: both; }

.sv-completedpage {
  font-family: Raleway;
  font-size: 1.875em;
  font-weight: bold;
  box-sizing: border-box;
  height: 14em;
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  text-align: center;
  color: #404040;
  background-color: #f5f5f5; }

.sv-completedpage:before {
  display: block;
  width: 72px;
  height: 72px;
  margin-left: calc(50% - 36px);
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.0.6, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 72 72' style='enable-background:new 0 0 72 72;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%239A9A9A;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M11.9,72c-0.6-0.1-1.2-0.3-1.8-0.4C4.2,70.1,0,64.7,0,58.6c0-15.1,0-30.1,0-45.2C0,6,6,0,13.4,0 c12,0,24,0,36,0c2.4,0,4.4,1.7,4.6,4c0.2,2.4-1.3,4.4-3.6,4.9C50,9,49.7,9,49.4,9C37.6,9,25.8,9,14,9c-1.5,0-2.8,0.4-3.9,1.5 c-0.8,0.9-1.2,2-1.2,3.2c0,8.2,0,16.4,0,24.6C9,45,9,51.6,9,58.2c0,2.9,1.9,4.8,4.8,4.8c14.9,0,29.7,0,44.6,0c2.6,0,4.6-2,4.6-4.6 c0-5.9,0-11.8,0-17.7c0-2.4,1.6-4.3,3.9-4.6c2.3-0.3,4.3,1,5,3.4c0,0.1,0.1,0.2,0.1,0.2c0,6.8,0,13.6,0,20.4c0,0.1-0.1,0.3-0.1,0.4 c-0.8,5.4-4.7,9.8-10.1,11.2c-0.6,0.1-1.2,0.3-1.8,0.4C44,72,28,72,11.9,72z'/%3E%3Cpath class='st0' d='M35.9,38.8c0.4-0.4,0.5-0.7,0.7-0.9c8.4-8.4,16.8-16.8,25.2-25.2c1.9-1.9,4.5-2,6.3-0.4 c1.9,1.6,2.1,4.6,0.4,6.4c-0.2,0.2-0.3,0.3-0.5,0.5c-9.5,9.5-19.1,19.1-28.6,28.6c-2.2,2.2-4.8,2.2-7,0 c-5.1-5.1-10.2-10.2-15.4-15.4c-1.3-1.3-1.7-2.8-1.2-4.5c0.5-1.7,1.6-2.8,3.4-3.1c1.6-0.4,3.1,0.1,4.2,1.3c4,4,7.9,7.9,11.9,11.9 C35.6,38.2,35.7,38.5,35.9,38.8z'/%3E%3C/g%3E%3C/svg%3E%0A"); }

@media only screen and (min-width: 1000px) {
  .sv-completedpage {
    margin-right: 5%;
    margin-left: calc(5% + 0.293em); } }

@media only screen and (max-width: 1000px) {
  .sv-completedpage {
    margin-left: calc(10px + 0.293em);
    margin-right: 10px; } }

.sv-header {
  white-space: nowrap; }

.sv-logo--left {
  display: inline-block;
  vertical-align: top;
  margin-right: 2em; }

.sv-logo--right {
  vertical-align: top;
  margin-left: 2em;
  float: right; }

.sv-logo--right + .sv-logo--right-tail {
  clear: both; }

.sv-logo--top {
  display: block;
  width: 100%;
  text-align: center; }

.sv-logo--bottom {
  display: block;
  width: 100%;
  text-align: center; }

.sv-header__text {
  display: inline-block;
  vertical-align: top; }

.sjs_sp_container {
  position: relative; }

.sjs_sp_controls {
  position: absolute;
  left: 0;
  bottom: 0; }

.sjs_sp_controls > button {
  user-select: none; }

.sjs_sp_container > div > canvas:focus {
  outline: none; }

.sv_window {
  position: fixed;
  bottom: 3px;
  right: 10px;
  background-color: cadetblue;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto; }

.sv_window_title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.sv_window_content {
  padding: 8px;
  margin: 0; }

.sv_window_title a,
.sv_window_title a:link,
.sv_window_title a:visited {
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  color: black; }

.sv-boolean__decorator {
  border-radius: 2px; }

.sv_main .sv-boolean__decorator + .sv-boolean__label {
  float: none;
  vertical-align: top;
  margin-left: 0.5em; }

.sv-boolean__svg {
  border: none;
  border-radius: 2px;
  background-color: #1ab394;
  fill: white;
  width: 24px;
  height: 24px; }

.sv-boolean--allowhover:hover .sv-boolean__checked-path {
  display: inline-block; }

.sv-boolean--allowhover:hover .sv-boolean__svg {
  background-color: #9f9f9f;
  fill: white; }

.sv-boolean--allowhover:hover .sv-boolean__unchecked-path,
.sv-boolean--allowhover:hover .sv-boolean__indeterminate-path {
  display: none; }

.sv-boolean__checked-path,
.sv-boolean__indeterminate-path {
  display: none; }

.sv-boolean--indeterminate .sv-boolean__svg {
  background-color: inherit;
  fill: #1ab394; }

.sv-boolean--indeterminate .sv-boolean__indeterminate-path {
  display: inline-block; }

.sv-boolean--indeterminate .sv-boolean__unchecked-path,
.sv-boolean--checked .sv-boolean__unchecked-path {
  display: none; }

.sv-boolean--checked .sv-boolean__checked-path {
  display: inline-block; }

.sv-boolean--disabled.sv-boolean--indeterminate .sv-boolean__svg {
  background-color: inherit;
  fill: #dbdbdb; }

.sv-boolean--disabled .sv-boolean__svg {
  background-color: #dbdbdb; }

td.sv_matrix_cell .sv_qbln,
td.td.sv_matrix_cell .sv_qbln {
  text-align: center; }
td.sv_matrix_cell .sv_qbln .sv-boolean,
td.td.sv_matrix_cell .sv_qbln .sv-boolean {
  text-align: initial; }
/* Bulma Utilities */

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.button,
.file,
.is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.message:not(:last-child) {
  margin-bottom: 1.5rem;
}

.button.is-loading::after,
.control.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.button,
.file-cta,
.file-name {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}

.button:focus,
.file-cta:focus,
.file-name:focus,
.is-focused.button,
.is-focused.file-cta,
.is-focused.file-name,
.button:active,
.file-cta:active,
.file-name:active,
.is-active.button,
.is-active.file-cta,
.is-active.file-name {
  outline: none;
}

.button[disabled],
.file-cta[disabled],
.file-name[disabled],
fieldset[disabled] .button,
fieldset[disabled] .file-cta,
fieldset[disabled] .file-name {
  cursor: not-allowed;
}

/* Bulma Elements */

.button {
  background-color: white;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap;
}

.button strong {
  color: inherit;
}

.button .icon,
.button .icon.is-small,
.button .icon.is-medium,
.button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}

.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.5em - 1px);
  margin-right: 0.25em;
}

.button .icon:last-child:not(:first-child) {
  margin-left: 0.25em;
  margin-right: calc(-0.5em - 1px);
}

.button .icon:first-child:last-child {
  margin-left: calc(-0.5em - 1px);
  margin-right: calc(-0.5em - 1px);
}

.button:hover,
.button.is-hovered {
  border-color: #b5b5b5;
  color: #363636;
}

.button:focus,
.button.is-focused {
  border-color: #3273dc;
  color: #363636;
}

.button:focus:not(:active),
.button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.button:active,
.button.is-active {
  border-color: #4a4a4a;
  color: #363636;
}

.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #7E8977;
  text-decoration: underline;
}

.button.is-text:hover,
.button.is-text.is-hovered,
.button.is-text:focus,
.button.is-text.is-focused {
  background-color: whitesmoke;
  color: #363636;
}

.button.is-text:active,
.button.is-text.is-active {
  background-color: #e8e8e8;
  color: #363636;
}

.button.is-text[disabled],
fieldset[disabled] .button.is-text {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.button.is-white {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white:hover,
.button.is-white.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white:focus,
.button.is-white.is-focused {
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white:focus:not(:active),
.button.is-white.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.button.is-white:active,
.button.is-white.is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white[disabled],
fieldset[disabled] .button.is-white {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
}

.button.is-white.is-inverted {
  background-color: #0a0a0a;
  color: white;
}

.button.is-white.is-inverted:hover,
.button.is-white.is-inverted.is-hovered {
  background-color: black;
}

.button.is-white.is-inverted[disabled],
fieldset[disabled] .button.is-white.is-inverted {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
  color: white;
}

.button.is-white.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.button.is-white.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

.button.is-white.is-outlined:hover,
.button.is-white.is-outlined.is-hovered,
.button.is-white.is-outlined:focus,
.button.is-white.is-outlined.is-focused {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

.button.is-white.is-outlined.is-loading::after {
  border-color: transparent transparent white white !important;
}

.button.is-white.is-outlined.is-loading:hover::after,
.button.is-white.is-outlined.is-loading.is-hovered::after,
.button.is-white.is-outlined.is-loading:focus::after,
.button.is-white.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.button.is-white.is-outlined[disabled],
fieldset[disabled] .button.is-white.is-outlined {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}

.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

.button.is-white.is-inverted.is-outlined:hover,
.button.is-white.is-inverted.is-outlined.is-hovered,
.button.is-white.is-inverted.is-outlined:focus,
.button.is-white.is-inverted.is-outlined.is-focused {
  background-color: #0a0a0a;
  color: white;
}

.button.is-white.is-inverted.is-outlined.is-loading:hover::after,
.button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-white.is-inverted.is-outlined.is-loading:focus::after,
.button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}

.button.is-white.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}

.button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}

.button.is-black:hover,
.button.is-black.is-hovered {
  background-color: #040404;
  border-color: transparent;
  color: white;
}

.button.is-black:focus,
.button.is-black.is-focused {
  border-color: transparent;
  color: white;
}

.button.is-black:focus:not(:active),
.button.is-black.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

.button.is-black:active,
.button.is-black.is-active {
  background-color: black;
  border-color: transparent;
  color: white;
}

.button.is-black[disabled],
fieldset[disabled] .button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
}

.button.is-black.is-inverted {
  background-color: white;
  color: #0a0a0a;
}

.button.is-black.is-inverted:hover,
.button.is-black.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-black.is-inverted[disabled],
fieldset[disabled] .button.is-black.is-inverted {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
  color: #0a0a0a;
}

.button.is-black.is-loading::after {
  border-color: transparent transparent white white !important;
}

.button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

.button.is-black.is-outlined:hover,
.button.is-black.is-outlined.is-hovered,
.button.is-black.is-outlined:focus,
.button.is-black.is-outlined.is-focused {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

.button.is-black.is-outlined.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.button.is-black.is-outlined.is-loading:hover::after,
.button.is-black.is-outlined.is-loading.is-hovered::after,
.button.is-black.is-outlined.is-loading:focus::after,
.button.is-black.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}

.button.is-black.is-outlined[disabled],
fieldset[disabled] .button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}

.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

.button.is-black.is-inverted.is-outlined:hover,
.button.is-black.is-inverted.is-outlined.is-hovered,
.button.is-black.is-inverted.is-outlined:focus,
.button.is-black.is-inverted.is-outlined.is-focused {
  background-color: white;
  color: #0a0a0a;
}

.button.is-black.is-inverted.is-outlined.is-loading:hover::after,
.button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-black.is-inverted.is-outlined.is-loading:focus::after,
.button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.button.is-black.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}

.button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light:hover,
.button.is-light.is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light:focus,
.button.is-light.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light:focus:not(:active),
.button.is-light.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.button.is-light:active,
.button.is-light.is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light[disabled],
fieldset[disabled] .button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  box-shadow: none;
}

.button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}

.button.is-light.is-inverted:hover,
.button.is-light.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}

.button.is-light.is-inverted[disabled],
fieldset[disabled] .button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: whitesmoke;
}

.button.is-light.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.button.is-light.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}

.button.is-light.is-outlined:hover,
.button.is-light.is-outlined.is-hovered,
.button.is-light.is-outlined:focus,
.button.is-light.is-outlined.is-focused {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light.is-outlined.is-loading::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

.button.is-light.is-outlined.is-loading:hover::after,
.button.is-light.is-outlined.is-loading.is-hovered::after,
.button.is-light.is-outlined.is-loading:focus::after,
.button.is-light.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.button.is-light.is-outlined[disabled],
fieldset[disabled] .button.is-light.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  box-shadow: none;
  color: whitesmoke;
}

.button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light.is-inverted.is-outlined:hover,
.button.is-light.is-inverted.is-outlined.is-hovered,
.button.is-light.is-inverted.is-outlined:focus,
.button.is-light.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}

.button.is-light.is-inverted.is-outlined.is-loading:hover::after,
.button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-light.is-inverted.is-outlined.is-loading:focus::after,
.button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

.button.is-light.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-dark {
  background-color: #363636;
  border-color: transparent;
  color: #fff;
}

.button.is-dark:hover,
.button.is-dark.is-hovered {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #fff;
}

.button.is-dark:focus,
.button.is-dark.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-dark:focus:not(:active),
.button.is-dark.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

.button.is-dark:active,
.button.is-dark.is-active {
  background-color: #292929;
  border-color: transparent;
  color: #fff;
}

.button.is-dark[disabled],
fieldset[disabled] .button.is-dark {
  background-color: #363636;
  border-color: transparent;
  box-shadow: none;
}

.button.is-dark.is-inverted {
  background-color: #fff;
  color: #363636;
}

.button.is-dark.is-inverted:hover,
.button.is-dark.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-dark.is-inverted[disabled],
fieldset[disabled] .button.is-dark.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #363636;
}

.button.is-dark.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #363636;
  color: #363636;
}

.button.is-dark.is-outlined:hover,
.button.is-dark.is-outlined.is-hovered,
.button.is-dark.is-outlined:focus,
.button.is-dark.is-outlined.is-focused {
  background-color: #363636;
  border-color: #363636;
  color: #fff;
}

.button.is-dark.is-outlined.is-loading::after {
  border-color: transparent transparent #363636 #363636 !important;
}

.button.is-dark.is-outlined.is-loading:hover::after,
.button.is-dark.is-outlined.is-loading.is-hovered::after,
.button.is-dark.is-outlined.is-loading:focus::after,
.button.is-dark.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-dark.is-outlined[disabled],
fieldset[disabled] .button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #363636;
  box-shadow: none;
  color: #363636;
}

.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-dark.is-inverted.is-outlined:hover,
.button.is-dark.is-inverted.is-outlined.is-hovered,
.button.is-dark.is-inverted.is-outlined:focus,
.button.is-dark.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #363636;
}

.button.is-dark.is-inverted.is-outlined.is-loading:hover::after,
.button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-dark.is-inverted.is-outlined.is-loading:focus::after,
.button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #363636 #363636 !important;
}

.button.is-dark.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-primary {
  background-color: #00a0bf;
  border-color: transparent;
  color: #fff;
}

.button.is-primary:hover,
.button.is-primary.is-hovered {
  background-color: #0095b2;
  border-color: transparent;
  color: #fff;
}

.button.is-primary:focus,
.button.is-primary.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-primary:focus:not(:active),
.button.is-primary.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 160, 191, 0.25);
}

.button.is-primary:active,
.button.is-primary.is-active {
  background-color: #008ba6;
  border-color: transparent;
  color: #fff;
}

.button.is-primary[disabled],
fieldset[disabled] .button.is-primary {
  background-color: #00a0bf;
  border-color: transparent;
  box-shadow: none;
}

.button.is-primary.is-inverted {
  background-color: #fff;
  color: #00a0bf;
}

.button.is-primary.is-inverted:hover,
.button.is-primary.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-primary.is-inverted[disabled],
fieldset[disabled] .button.is-primary.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #00a0bf;
}

.button.is-primary.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #00a0bf;
  color: #00a0bf;
}

.button.is-primary.is-outlined:hover,
.button.is-primary.is-outlined.is-hovered,
.button.is-primary.is-outlined:focus,
.button.is-primary.is-outlined.is-focused {
  background-color: #00a0bf;
  border-color: #00a0bf;
  color: #fff;
}

.button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent #00a0bf #00a0bf !important;
}

.button.is-primary.is-outlined.is-loading:hover::after,
.button.is-primary.is-outlined.is-loading.is-hovered::after,
.button.is-primary.is-outlined.is-loading:focus::after,
.button.is-primary.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-primary.is-outlined[disabled],
fieldset[disabled] .button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #00a0bf;
  box-shadow: none;
  color: #00a0bf;
}

.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-primary.is-inverted.is-outlined:hover,
.button.is-primary.is-inverted.is-outlined.is-hovered,
.button.is-primary.is-inverted.is-outlined:focus,
.button.is-primary.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #00a0bf;
}

.button.is-primary.is-inverted.is-outlined.is-loading:hover::after,
.button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-primary.is-inverted.is-outlined.is-loading:focus::after,
.button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #00a0bf #00a0bf !important;
}

.button.is-primary.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-primary.is-light {
  background-color: #ebfcff;
  color: #00a7c7;
}

.button.is-primary.is-light:hover,
.button.is-primary.is-light.is-hovered {
  background-color: #defaff;
  border-color: transparent;
  color: #00a7c7;
}

.button.is-primary.is-light:active,
.button.is-primary.is-light.is-active {
  background-color: #d1f8ff;
  border-color: transparent;
  color: #00a7c7;
}

.button.is-link {
  background-color: #3273dc;
  border-color: transparent;
  color: #fff;
}

.button.is-link:hover,
.button.is-link.is-hovered {
  background-color: #276cda;
  border-color: transparent;
  color: #fff;
}

.button.is-link:focus,
.button.is-link.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-link:focus:not(:active),
.button.is-link.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.button.is-link:active,
.button.is-link.is-active {
  background-color: #2366d1;
  border-color: transparent;
  color: #fff;
}

.button.is-link[disabled],
fieldset[disabled] .button.is-link {
  background-color: #3273dc;
  border-color: transparent;
  box-shadow: none;
}

.button.is-link.is-inverted {
  background-color: #fff;
  color: #3273dc;
}

.button.is-link.is-inverted:hover,
.button.is-link.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-link.is-inverted[disabled],
fieldset[disabled] .button.is-link.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #3273dc;
}

.button.is-link.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-link.is-outlined {
  background-color: transparent;
  border-color: #3273dc;
  color: #3273dc;
}

.button.is-link.is-outlined:hover,
.button.is-link.is-outlined.is-hovered,
.button.is-link.is-outlined:focus,
.button.is-link.is-outlined.is-focused {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
}

.button.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent #3273dc #3273dc !important;
}

.button.is-link.is-outlined.is-loading:hover::after,
.button.is-link.is-outlined.is-loading.is-hovered::after,
.button.is-link.is-outlined.is-loading:focus::after,
.button.is-link.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-link.is-outlined[disabled],
fieldset[disabled] .button.is-link.is-outlined {
  background-color: transparent;
  border-color: #3273dc;
  box-shadow: none;
  color: #3273dc;
}

.button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-link.is-inverted.is-outlined:hover,
.button.is-link.is-inverted.is-outlined.is-hovered,
.button.is-link.is-inverted.is-outlined:focus,
.button.is-link.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #3273dc;
}

.button.is-link.is-inverted.is-outlined.is-loading:hover::after,
.button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-link.is-inverted.is-outlined.is-loading:focus::after,
.button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #3273dc #3273dc !important;
}

.button.is-link.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-link.is-light {
  background-color: #eef3fc;
  color: #2160c4;
}

.button.is-link.is-light:hover,
.button.is-link.is-light.is-hovered {
  background-color: #e3ecfa;
  border-color: transparent;
  color: #2160c4;
}

.button.is-link.is-light:active,
.button.is-link.is-light.is-active {
  background-color: #d8e4f8;
  border-color: transparent;
  color: #2160c4;
}

.button.is-info {
  background-color: #3298dc;
  border-color: transparent;
  color: #fff;
}

.button.is-info:hover,
.button.is-info.is-hovered {
  background-color: #2793da;
  border-color: transparent;
  color: #fff;
}

.button.is-info:focus,
.button.is-info.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-info:focus:not(:active),
.button.is-info.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25);
}

.button.is-info:active,
.button.is-info.is-active {
  background-color: #238cd1;
  border-color: transparent;
  color: #fff;
}

.button.is-info[disabled],
fieldset[disabled] .button.is-info {
  background-color: #3298dc;
  border-color: transparent;
  box-shadow: none;
}

.button.is-info.is-inverted {
  background-color: #fff;
  color: #3298dc;
}

.button.is-info.is-inverted:hover,
.button.is-info.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-info.is-inverted[disabled],
fieldset[disabled] .button.is-info.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #3298dc;
}

.button.is-info.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-info.is-outlined {
  background-color: transparent;
  border-color: #3298dc;
  color: #3298dc;
}

.button.is-info.is-outlined:hover,
.button.is-info.is-outlined.is-hovered,
.button.is-info.is-outlined:focus,
.button.is-info.is-outlined.is-focused {
  background-color: #3298dc;
  border-color: #3298dc;
  color: #fff;
}

.button.is-info.is-outlined.is-loading::after {
  border-color: transparent transparent #3298dc #3298dc !important;
}

.button.is-info.is-outlined.is-loading:hover::after,
.button.is-info.is-outlined.is-loading.is-hovered::after,
.button.is-info.is-outlined.is-loading:focus::after,
.button.is-info.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-info.is-outlined[disabled],
fieldset[disabled] .button.is-info.is-outlined {
  background-color: transparent;
  border-color: #3298dc;
  box-shadow: none;
  color: #3298dc;
}

.button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-info.is-inverted.is-outlined:hover,
.button.is-info.is-inverted.is-outlined.is-hovered,
.button.is-info.is-inverted.is-outlined:focus,
.button.is-info.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #3298dc;
}

.button.is-info.is-inverted.is-outlined.is-loading:hover::after,
.button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-info.is-inverted.is-outlined.is-loading:focus::after,
.button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #3298dc #3298dc !important;
}

.button.is-info.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-info.is-light {
  background-color: #eef6fc;
  color: #1d72aa;
}

.button.is-info.is-light:hover,
.button.is-info.is-light.is-hovered {
  background-color: #e3f1fa;
  border-color: transparent;
  color: #1d72aa;
}

.button.is-info.is-light:active,
.button.is-info.is-light.is-active {
  background-color: #d8ebf8;
  border-color: transparent;
  color: #1d72aa;
}

.button.is-success {
  background-color: #48c774;
  border-color: transparent;
  color: #fff;
}

.button.is-success:hover,
.button.is-success.is-hovered {
  background-color: #3ec46d;
  border-color: transparent;
  color: #fff;
}

.button.is-success:focus,
.button.is-success.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-success:focus:not(:active),
.button.is-success.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25);
}

.button.is-success:active,
.button.is-success.is-active {
  background-color: #3abb67;
  border-color: transparent;
  color: #fff;
}

.button.is-success[disabled],
fieldset[disabled] .button.is-success {
  background-color: #48c774;
  border-color: transparent;
  box-shadow: none;
}

.button.is-success.is-inverted {
  background-color: #fff;
  color: #48c774;
}

.button.is-success.is-inverted:hover,
.button.is-success.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-success.is-inverted[disabled],
fieldset[disabled] .button.is-success.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #48c774;
}

.button.is-success.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #48c774;
  color: #48c774;
}

.button.is-success.is-outlined:hover,
.button.is-success.is-outlined.is-hovered,
.button.is-success.is-outlined:focus,
.button.is-success.is-outlined.is-focused {
  background-color: #48c774;
  border-color: #48c774;
  color: #fff;
}

.button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent #48c774 #48c774 !important;
}

.button.is-success.is-outlined.is-loading:hover::after,
.button.is-success.is-outlined.is-loading.is-hovered::after,
.button.is-success.is-outlined.is-loading:focus::after,
.button.is-success.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-success.is-outlined[disabled],
fieldset[disabled] .button.is-success.is-outlined {
  background-color: transparent;
  border-color: #48c774;
  box-shadow: none;
  color: #48c774;
}

.button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-success.is-inverted.is-outlined:hover,
.button.is-success.is-inverted.is-outlined.is-hovered,
.button.is-success.is-inverted.is-outlined:focus,
.button.is-success.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #48c774;
}

.button.is-success.is-inverted.is-outlined.is-loading:hover::after,
.button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-success.is-inverted.is-outlined.is-loading:focus::after,
.button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #48c774 #48c774 !important;
}

.button.is-success.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-success.is-light {
  background-color: #effaf3;
  color: #257942;
}

.button.is-success.is-light:hover,
.button.is-success.is-light.is-hovered {
  background-color: #e6f7ec;
  border-color: transparent;
  color: #257942;
}

.button.is-success.is-light:active,
.button.is-success.is-light.is-active {
  background-color: #dcf4e4;
  border-color: transparent;
  color: #257942;
}

.button.is-warning {
  background-color: #ffdd57;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:hover,
.button.is-warning.is-hovered {
  background-color: #ffdb4a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:focus,
.button.is-warning.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:focus:not(:active),
.button.is-warning.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}

.button.is-warning:active,
.button.is-warning.is-active {
  background-color: #ffd83d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning[disabled],
fieldset[disabled] .button.is-warning {
  background-color: #ffdd57;
  border-color: transparent;
  box-shadow: none;
}

.button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}

.button.is-warning.is-inverted:hover,
.button.is-warning.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-inverted[disabled],
fieldset[disabled] .button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: #ffdd57;
}

.button.is-warning.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #ffdd57;
  color: #ffdd57;
}

.button.is-warning.is-outlined:hover,
.button.is-warning.is-outlined.is-hovered,
.button.is-warning.is-outlined:focus,
.button.is-warning.is-outlined.is-focused {
  background-color: #ffdd57;
  border-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent #ffdd57 #ffdd57 !important;
}

.button.is-warning.is-outlined.is-loading:hover::after,
.button.is-warning.is-outlined.is-loading.is-hovered::after,
.button.is-warning.is-outlined.is-loading:focus::after,
.button.is-warning.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.button.is-warning.is-outlined[disabled],
fieldset[disabled] .button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #ffdd57;
  box-shadow: none;
  color: #ffdd57;
}

.button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-inverted.is-outlined:hover,
.button.is-warning.is-inverted.is-outlined.is-hovered,
.button.is-warning.is-inverted.is-outlined:focus,
.button.is-warning.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}

.button.is-warning.is-inverted.is-outlined.is-loading:hover::after,
.button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-warning.is-inverted.is-outlined.is-loading:focus::after,
.button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ffdd57 #ffdd57 !important;
}

.button.is-warning.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-light {
  background-color: #fffbeb;
  color: #947600;
}

.button.is-warning.is-light:hover,
.button.is-warning.is-light.is-hovered {
  background-color: #fff8de;
  border-color: transparent;
  color: #947600;
}

.button.is-warning.is-light:active,
.button.is-warning.is-light.is-active {
  background-color: #fff6d1;
  border-color: transparent;
  color: #947600;
}

.button.is-danger {
  background-color: #f14668;
  border-color: transparent;
  color: #fff;
}

.button.is-danger:hover,
.button.is-danger.is-hovered {
  background-color: #f03a5f;
  border-color: transparent;
  color: #fff;
}

.button.is-danger:focus,
.button.is-danger.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-danger:focus:not(:active),
.button.is-danger.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}

.button.is-danger:active,
.button.is-danger.is-active {
  background-color: #ef2e55;
  border-color: transparent;
  color: #fff;
}

.button.is-danger[disabled],
fieldset[disabled] .button.is-danger {
  background-color: #f14668;
  border-color: transparent;
  box-shadow: none;
}

.button.is-danger.is-inverted {
  background-color: #fff;
  color: #f14668;
}

.button.is-danger.is-inverted:hover,
.button.is-danger.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-danger.is-inverted[disabled],
fieldset[disabled] .button.is-danger.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #f14668;
}

.button.is-danger.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #f14668;
  color: #f14668;
}

.button.is-danger.is-outlined:hover,
.button.is-danger.is-outlined.is-hovered,
.button.is-danger.is-outlined:focus,
.button.is-danger.is-outlined.is-focused {
  background-color: #f14668;
  border-color: #f14668;
  color: #fff;
}

.button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent #f14668 #f14668 !important;
}

.button.is-danger.is-outlined.is-loading:hover::after,
.button.is-danger.is-outlined.is-loading.is-hovered::after,
.button.is-danger.is-outlined.is-loading:focus::after,
.button.is-danger.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-danger.is-outlined[disabled],
fieldset[disabled] .button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #f14668;
  box-shadow: none;
  color: #f14668;
}

.button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-danger.is-inverted.is-outlined:hover,
.button.is-danger.is-inverted.is-outlined.is-hovered,
.button.is-danger.is-inverted.is-outlined:focus,
.button.is-danger.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #f14668;
}

.button.is-danger.is-inverted.is-outlined.is-loading:hover::after,
.button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-danger.is-inverted.is-outlined.is-loading:focus::after,
.button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #f14668 #f14668 !important;
}

.button.is-danger.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-danger.is-light {
  background-color: #feecf0;
  color: #cc0f35;
}

.button.is-danger.is-light:hover,
.button.is-danger.is-light.is-hovered {
  background-color: #fde0e6;
  border-color: transparent;
  color: #cc0f35;
}

.button.is-danger.is-light:active,
.button.is-danger.is-light.is-active {
  background-color: #fcd4dc;
  border-color: transparent;
  color: #cc0f35;
}

.button.is-secondary {
  background-color: #ec008c;
  border-color: transparent;
  color: #fff;
}

.button.is-secondary:hover,
.button.is-secondary.is-hovered {
  background-color: #df0084;
  border-color: transparent;
  color: #fff;
}

.button.is-secondary:focus,
.button.is-secondary.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-secondary:focus:not(:active),
.button.is-secondary.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(236, 0, 140, 0.25);
}

.button.is-secondary:active,
.button.is-secondary.is-active {
  background-color: #d3007d;
  border-color: transparent;
  color: #fff;
}

.button.is-secondary[disabled],
fieldset[disabled] .button.is-secondary {
  background-color: #ec008c;
  border-color: transparent;
  box-shadow: none;
}

.button.is-secondary.is-inverted {
  background-color: #fff;
  color: #ec008c;
}

.button.is-secondary.is-inverted:hover,
.button.is-secondary.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-secondary.is-inverted[disabled],
fieldset[disabled] .button.is-secondary.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #ec008c;
}

.button.is-secondary.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-secondary.is-outlined {
  background-color: transparent;
  border-color: #ec008c;
  color: #ec008c;
}

.button.is-secondary.is-outlined:hover,
.button.is-secondary.is-outlined.is-hovered,
.button.is-secondary.is-outlined:focus,
.button.is-secondary.is-outlined.is-focused {
  background-color: #ec008c;
  border-color: #ec008c;
  color: #fff;
}

.button.is-secondary.is-outlined.is-loading::after {
  border-color: transparent transparent #ec008c #ec008c !important;
}

.button.is-secondary.is-outlined.is-loading:hover::after,
.button.is-secondary.is-outlined.is-loading.is-hovered::after,
.button.is-secondary.is-outlined.is-loading:focus::after,
.button.is-secondary.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-secondary.is-outlined[disabled],
fieldset[disabled] .button.is-secondary.is-outlined {
  background-color: transparent;
  border-color: #ec008c;
  box-shadow: none;
  color: #ec008c;
}

.button.is-secondary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-secondary.is-inverted.is-outlined:hover,
.button.is-secondary.is-inverted.is-outlined.is-hovered,
.button.is-secondary.is-inverted.is-outlined:focus,
.button.is-secondary.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #ec008c;
}

.button.is-secondary.is-inverted.is-outlined.is-loading:hover::after,
.button.is-secondary.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-secondary.is-inverted.is-outlined.is-loading:focus::after,
.button.is-secondary.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ec008c #ec008c !important;
}

.button.is-secondary.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-secondary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-secondary.is-light {
  background-color: #ffebf7;
  color: #eb008b;
}

.button.is-secondary.is-light:hover,
.button.is-secondary.is-light.is-hovered {
  background-color: #ffdef2;
  border-color: transparent;
  color: #eb008b;
}

.button.is-secondary.is-light:active,
.button.is-secondary.is-light.is-active {
  background-color: #ffd1ec;
  border-color: transparent;
  color: #eb008b;
}

.button.is-grey-custom {
  background-color: #f4f0fa;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-grey-custom:hover,
.button.is-grey-custom.is-hovered {
  background-color: #ede6f7;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-grey-custom:focus,
.button.is-grey-custom.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-grey-custom:focus:not(:active),
.button.is-grey-custom.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(244, 240, 250, 0.25);
}

.button.is-grey-custom:active,
.button.is-grey-custom.is-active {
  background-color: #e6ddf4;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-grey-custom[disabled],
fieldset[disabled] .button.is-grey-custom {
  background-color: #f4f0fa;
  border-color: transparent;
  box-shadow: none;
}

.button.is-grey-custom.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #f4f0fa;
}

.button.is-grey-custom.is-inverted:hover,
.button.is-grey-custom.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}

.button.is-grey-custom.is-inverted[disabled],
fieldset[disabled] .button.is-grey-custom.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: #f4f0fa;
}

.button.is-grey-custom.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.button.is-grey-custom.is-outlined {
  background-color: transparent;
  border-color: #f4f0fa;
  color: #f4f0fa;
}

.button.is-grey-custom.is-outlined:hover,
.button.is-grey-custom.is-outlined.is-hovered,
.button.is-grey-custom.is-outlined:focus,
.button.is-grey-custom.is-outlined.is-focused {
  background-color: #f4f0fa;
  border-color: #f4f0fa;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-grey-custom.is-outlined.is-loading::after {
  border-color: transparent transparent #f4f0fa #f4f0fa !important;
}

.button.is-grey-custom.is-outlined.is-loading:hover::after,
.button.is-grey-custom.is-outlined.is-loading.is-hovered::after,
.button.is-grey-custom.is-outlined.is-loading:focus::after,
.button.is-grey-custom.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.button.is-grey-custom.is-outlined[disabled],
fieldset[disabled] .button.is-grey-custom.is-outlined {
  background-color: transparent;
  border-color: #f4f0fa;
  box-shadow: none;
  color: #f4f0fa;
}

.button.is-grey-custom.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

.button.is-grey-custom.is-inverted.is-outlined:hover,
.button.is-grey-custom.is-inverted.is-outlined.is-hovered,
.button.is-grey-custom.is-inverted.is-outlined:focus,
.button.is-grey-custom.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: #f4f0fa;
}

.button.is-grey-custom.is-inverted.is-outlined.is-loading:hover::after,
.button.is-grey-custom.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-grey-custom.is-inverted.is-outlined.is-loading:focus::after,
.button.is-grey-custom.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #f4f0fa #f4f0fa !important;
}

.button.is-grey-custom.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-grey-custom.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-grey-custom.is-light {
  background-color: #f4f0fa;
  color: #43256f;
}

.button.is-grey-custom.is-light:hover,
.button.is-grey-custom.is-light.is-hovered {
  background-color: #ede6f7;
  border-color: transparent;
  color: #43256f;
}

.button.is-grey-custom.is-light:active,
.button.is-grey-custom.is-light.is-active {
  background-color: #e6ddf4;
  border-color: transparent;
  color: #43256f;
}

.button.is-primary-like-red {
  background-color: #EE3B48;
  border-color: transparent;
  color: #fff;
}

.button.is-primary-like-red:hover,
.button.is-primary-like-red.is-hovered {
  background-color: #ed2f3d;
  border-color: transparent;
  color: #fff;
}

.button.is-primary-like-red:focus,
.button.is-primary-like-red.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-primary-like-red:focus:not(:active),
.button.is-primary-like-red.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(238, 59, 72, 0.25);
}

.button.is-primary-like-red:active,
.button.is-primary-like-red.is-active {
  background-color: #ec2432;
  border-color: transparent;
  color: #fff;
}

.button.is-primary-like-red[disabled],
fieldset[disabled] .button.is-primary-like-red {
  background-color: #EE3B48;
  border-color: transparent;
  box-shadow: none;
}

.button.is-primary-like-red.is-inverted {
  background-color: #fff;
  color: #EE3B48;
}

.button.is-primary-like-red.is-inverted:hover,
.button.is-primary-like-red.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-primary-like-red.is-inverted[disabled],
fieldset[disabled] .button.is-primary-like-red.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #EE3B48;
}

.button.is-primary-like-red.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-primary-like-red.is-outlined {
  background-color: transparent;
  border-color: #EE3B48;
  color: #EE3B48;
}

.button.is-primary-like-red.is-outlined:hover,
.button.is-primary-like-red.is-outlined.is-hovered,
.button.is-primary-like-red.is-outlined:focus,
.button.is-primary-like-red.is-outlined.is-focused {
  background-color: #EE3B48;
  border-color: #EE3B48;
  color: #fff;
}

.button.is-primary-like-red.is-outlined.is-loading::after {
  border-color: transparent transparent #EE3B48 #EE3B48 !important;
}

.button.is-primary-like-red.is-outlined.is-loading:hover::after,
.button.is-primary-like-red.is-outlined.is-loading.is-hovered::after,
.button.is-primary-like-red.is-outlined.is-loading:focus::after,
.button.is-primary-like-red.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-primary-like-red.is-outlined[disabled],
fieldset[disabled] .button.is-primary-like-red.is-outlined {
  background-color: transparent;
  border-color: #EE3B48;
  box-shadow: none;
  color: #EE3B48;
}

.button.is-primary-like-red.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-primary-like-red.is-inverted.is-outlined:hover,
.button.is-primary-like-red.is-inverted.is-outlined.is-hovered,
.button.is-primary-like-red.is-inverted.is-outlined:focus,
.button.is-primary-like-red.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #EE3B48;
}

.button.is-primary-like-red.is-inverted.is-outlined.is-loading:hover::after,
.button.is-primary-like-red.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-primary-like-red.is-inverted.is-outlined.is-loading:focus::after,
.button.is-primary-like-red.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #EE3B48 #EE3B48 !important;
}

.button.is-primary-like-red.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-primary-like-red.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-primary-like-red.is-light {
  background-color: #fdeced;
  color: #ce1220;
}

.button.is-primary-like-red.is-light:hover,
.button.is-primary-like-red.is-light.is-hovered {
  background-color: #fce0e3;
  border-color: transparent;
  color: #ce1220;
}

.button.is-primary-like-red.is-light:active,
.button.is-primary-like-red.is-light.is-active {
  background-color: #fbd5d8;
  border-color: transparent;
  color: #ce1220;
}

.button.is-consultation-flow-background {
  background-color: #dff6fb;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-consultation-flow-background:hover,
.button.is-consultation-flow-background.is-hovered {
  background-color: #d4f3fa;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-consultation-flow-background:focus,
.button.is-consultation-flow-background.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-consultation-flow-background:focus:not(:active),
.button.is-consultation-flow-background.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(223, 246, 251, 0.25);
}

.button.is-consultation-flow-background:active,
.button.is-consultation-flow-background.is-active {
  background-color: #c8f0f8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-consultation-flow-background[disabled],
fieldset[disabled] .button.is-consultation-flow-background {
  background-color: #dff6fb;
  border-color: transparent;
  box-shadow: none;
}

.button.is-consultation-flow-background.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #dff6fb;
}

.button.is-consultation-flow-background.is-inverted:hover,
.button.is-consultation-flow-background.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}

.button.is-consultation-flow-background.is-inverted[disabled],
fieldset[disabled] .button.is-consultation-flow-background.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: #dff6fb;
}

.button.is-consultation-flow-background.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.button.is-consultation-flow-background.is-outlined {
  background-color: transparent;
  border-color: #dff6fb;
  color: #dff6fb;
}

.button.is-consultation-flow-background.is-outlined:hover,
.button.is-consultation-flow-background.is-outlined.is-hovered,
.button.is-consultation-flow-background.is-outlined:focus,
.button.is-consultation-flow-background.is-outlined.is-focused {
  background-color: #dff6fb;
  border-color: #dff6fb;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-consultation-flow-background.is-outlined.is-loading::after {
  border-color: transparent transparent #dff6fb #dff6fb !important;
}

.button.is-consultation-flow-background.is-outlined.is-loading:hover::after,
.button.is-consultation-flow-background.is-outlined.is-loading.is-hovered::after,
.button.is-consultation-flow-background.is-outlined.is-loading:focus::after,
.button.is-consultation-flow-background.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.button.is-consultation-flow-background.is-outlined[disabled],
fieldset[disabled] .button.is-consultation-flow-background.is-outlined {
  background-color: transparent;
  border-color: #dff6fb;
  box-shadow: none;
  color: #dff6fb;
}

.button.is-consultation-flow-background.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

.button.is-consultation-flow-background.is-inverted.is-outlined:hover,
.button.is-consultation-flow-background.is-inverted.is-outlined.is-hovered,
.button.is-consultation-flow-background.is-inverted.is-outlined:focus,
.button.is-consultation-flow-background.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: #dff6fb;
}

.button.is-consultation-flow-background.is-inverted.is-outlined.is-loading:hover::after,
.button.is-consultation-flow-background.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-consultation-flow-background.is-inverted.is-outlined.is-loading:focus::after,
.button.is-consultation-flow-background.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #dff6fb #dff6fb !important;
}

.button.is-consultation-flow-background.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-consultation-flow-background.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-consultation-flow-background.is-light {
  background-color: #edfafd;
  color: #106f83;
}

.button.is-consultation-flow-background.is-light:hover,
.button.is-consultation-flow-background.is-light.is-hovered {
  background-color: #e2f7fb;
  border-color: transparent;
  color: #106f83;
}

.button.is-consultation-flow-background.is-light:active,
.button.is-consultation-flow-background.is-light.is-active {
  background-color: #d6f4fa;
  border-color: transparent;
  color: #106f83;
}

.button.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.button.is-normal {
  font-size: 1rem;
}

.button.is-medium {
  font-size: 1.25rem;
}

.button.is-large {
  font-size: 1.5rem;
}

.button[disabled],
fieldset[disabled] .button {
  background-color: white;
  border-color: #dbdbdb;
  box-shadow: none;
  opacity: 0.5;
}

.button.is-fullwidth {
  display: flex;
  width: 100%;
}

.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}

.button.is-loading::after {
  position: absolute;
  left: calc(50% - (1em / 2));
  top: calc(50% - (1em / 2));
  position: absolute !important;
}

.button.is-static {
  background-color: whitesmoke;
  border-color: #dbdbdb;
  color: #7a7a7a;
  box-shadow: none;
  pointer-events: none;
}

.button.is-rounded {
  border-radius: 290486px;
  padding-left: calc(1em + 0.25em);
  padding-right: calc(1em + 0.25em);
}

.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.buttons .button {
  margin-bottom: 0.5rem;
}

.buttons .button:not(:last-child):not(.is-fullwidth) {
  margin-right: 0.5rem;
}

.buttons:last-child {
  margin-bottom: -0.5rem;
}

.buttons:not(:last-child) {
  margin-bottom: 1rem;
}

.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
  border-radius: 2px;
  font-size: 0.75rem;
}

.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
  font-size: 1.25rem;
}

.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
  font-size: 1.5rem;
}

.buttons.has-addons .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.buttons.has-addons .button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}

.buttons.has-addons .button:last-child {
  margin-right: 0;
}

.buttons.has-addons .button:hover,
.buttons.has-addons .button.is-hovered {
  z-index: 2;
}

.buttons.has-addons .button:focus,
.buttons.has-addons .button.is-focused,
.buttons.has-addons .button:active,
.buttons.has-addons .button.is-active,
.buttons.has-addons .button.is-selected {
  z-index: 3;
}

.buttons.has-addons .button:focus:hover,
.buttons.has-addons .button.is-focused:hover,
.buttons.has-addons .button:active:hover,
.buttons.has-addons .button.is-active:hover,
.buttons.has-addons .button.is-selected:hover {
  z-index: 4;
}

.buttons.has-addons .button.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

.buttons.is-centered {
  justify-content: center;
}

.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.buttons.is-right {
  justify-content: flex-end;
}

.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

/* Bulma Form */

.checkbox,
.radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}

.checkbox input,
.radio input {
  cursor: pointer;
}

.checkbox:hover,
.radio:hover {
  color: #363636;
}

.checkbox[disabled],
.radio[disabled],
fieldset[disabled] .checkbox,
fieldset[disabled] .radio,
.checkbox input[disabled],
.radio input[disabled] {
  color: #7a7a7a;
  cursor: not-allowed;
}

.radio + .radio {
  margin-left: 0.5em;
}

.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.file.is-white .file-cta {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}

.file.is-white:hover .file-cta,
.file.is-white.is-hovered .file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}

.file.is-white:focus .file-cta,
.file.is-white.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: #0a0a0a;
}

.file.is-white:active .file-cta,
.file.is-white.is-active .file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}

.file.is-black .file-cta {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}

.file.is-black:hover .file-cta,
.file.is-black.is-hovered .file-cta {
  background-color: #040404;
  border-color: transparent;
  color: white;
}

.file.is-black:focus .file-cta,
.file.is-black.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
  color: white;
}

.file.is-black:active .file-cta,
.file.is-black.is-active .file-cta {
  background-color: black;
  border-color: transparent;
  color: white;
}

.file.is-light .file-cta {
  background-color: whitesmoke;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-light:hover .file-cta,
.file.is-light.is-hovered .file-cta {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-light:focus .file-cta,
.file.is-light.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

.file.is-light:active .file-cta,
.file.is-light.is-active .file-cta {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-dark .file-cta {
  background-color: #363636;
  border-color: transparent;
  color: #fff;
}

.file.is-dark:hover .file-cta,
.file.is-dark.is-hovered .file-cta {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #fff;
}

.file.is-dark:focus .file-cta,
.file.is-dark.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
  color: #fff;
}

.file.is-dark:active .file-cta,
.file.is-dark.is-active .file-cta {
  background-color: #292929;
  border-color: transparent;
  color: #fff;
}

.file.is-primary .file-cta {
  background-color: #00a0bf;
  border-color: transparent;
  color: #fff;
}

.file.is-primary:hover .file-cta,
.file.is-primary.is-hovered .file-cta {
  background-color: #0095b2;
  border-color: transparent;
  color: #fff;
}

.file.is-primary:focus .file-cta,
.file.is-primary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(0, 160, 191, 0.25);
  color: #fff;
}

.file.is-primary:active .file-cta,
.file.is-primary.is-active .file-cta {
  background-color: #008ba6;
  border-color: transparent;
  color: #fff;
}

.file.is-link .file-cta {
  background-color: #3273dc;
  border-color: transparent;
  color: #fff;
}

.file.is-link:hover .file-cta,
.file.is-link.is-hovered .file-cta {
  background-color: #276cda;
  border-color: transparent;
  color: #fff;
}

.file.is-link:focus .file-cta,
.file.is-link.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25);
  color: #fff;
}

.file.is-link:active .file-cta,
.file.is-link.is-active .file-cta {
  background-color: #2366d1;
  border-color: transparent;
  color: #fff;
}

.file.is-info .file-cta {
  background-color: #3298dc;
  border-color: transparent;
  color: #fff;
}

.file.is-info:hover .file-cta,
.file.is-info.is-hovered .file-cta {
  background-color: #2793da;
  border-color: transparent;
  color: #fff;
}

.file.is-info:focus .file-cta,
.file.is-info.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(50, 152, 220, 0.25);
  color: #fff;
}

.file.is-info:active .file-cta,
.file.is-info.is-active .file-cta {
  background-color: #238cd1;
  border-color: transparent;
  color: #fff;
}

.file.is-success .file-cta {
  background-color: #48c774;
  border-color: transparent;
  color: #fff;
}

.file.is-success:hover .file-cta,
.file.is-success.is-hovered .file-cta {
  background-color: #3ec46d;
  border-color: transparent;
  color: #fff;
}

.file.is-success:focus .file-cta,
.file.is-success.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(72, 199, 116, 0.25);
  color: #fff;
}

.file.is-success:active .file-cta,
.file.is-success.is-active .file-cta {
  background-color: #3abb67;
  border-color: transparent;
  color: #fff;
}

.file.is-warning .file-cta {
  background-color: #ffdd57;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-warning:hover .file-cta,
.file.is-warning.is-hovered .file-cta {
  background-color: #ffdb4a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-warning:focus .file-cta,
.file.is-warning.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

.file.is-warning:active .file-cta,
.file.is-warning.is-active .file-cta {
  background-color: #ffd83d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-danger .file-cta {
  background-color: #f14668;
  border-color: transparent;
  color: #fff;
}

.file.is-danger:hover .file-cta,
.file.is-danger.is-hovered .file-cta {
  background-color: #f03a5f;
  border-color: transparent;
  color: #fff;
}

.file.is-danger:focus .file-cta,
.file.is-danger.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.25);
  color: #fff;
}

.file.is-danger:active .file-cta,
.file.is-danger.is-active .file-cta {
  background-color: #ef2e55;
  border-color: transparent;
  color: #fff;
}

.file.is-secondary .file-cta {
  background-color: #ec008c;
  border-color: transparent;
  color: #fff;
}

.file.is-secondary:hover .file-cta,
.file.is-secondary.is-hovered .file-cta {
  background-color: #df0084;
  border-color: transparent;
  color: #fff;
}

.file.is-secondary:focus .file-cta,
.file.is-secondary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(236, 0, 140, 0.25);
  color: #fff;
}

.file.is-secondary:active .file-cta,
.file.is-secondary.is-active .file-cta {
  background-color: #d3007d;
  border-color: transparent;
  color: #fff;
}

.file.is-grey-custom .file-cta {
  background-color: #f4f0fa;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-grey-custom:hover .file-cta,
.file.is-grey-custom.is-hovered .file-cta {
  background-color: #ede6f7;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-grey-custom:focus .file-cta,
.file.is-grey-custom.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(244, 240, 250, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

.file.is-grey-custom:active .file-cta,
.file.is-grey-custom.is-active .file-cta {
  background-color: #e6ddf4;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-primary-like-red .file-cta {
  background-color: #EE3B48;
  border-color: transparent;
  color: #fff;
}

.file.is-primary-like-red:hover .file-cta,
.file.is-primary-like-red.is-hovered .file-cta {
  background-color: #ed2f3d;
  border-color: transparent;
  color: #fff;
}

.file.is-primary-like-red:focus .file-cta,
.file.is-primary-like-red.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(238, 59, 72, 0.25);
  color: #fff;
}

.file.is-primary-like-red:active .file-cta,
.file.is-primary-like-red.is-active .file-cta {
  background-color: #ec2432;
  border-color: transparent;
  color: #fff;
}

.file.is-consultation-flow-background .file-cta {
  background-color: #dff6fb;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-consultation-flow-background:hover .file-cta,
.file.is-consultation-flow-background.is-hovered .file-cta {
  background-color: #d4f3fa;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-consultation-flow-background:focus .file-cta,
.file.is-consultation-flow-background.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(223, 246, 251, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

.file.is-consultation-flow-background:active .file-cta,
.file.is-consultation-flow-background.is-active .file-cta {
  background-color: #c8f0f8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-small {
  font-size: 0.75rem;
}

.file.is-medium {
  font-size: 1.25rem;
}

.file.is-medium .file-icon .fa {
  font-size: 21px;
}

.file.is-large {
  font-size: 1.5rem;
}

.file.is-large .file-icon .fa {
  font-size: 28px;
}

.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.file.has-name.is-empty .file-cta {
  border-radius: 4px;
}

.file.has-name.is-empty .file-name {
  display: none;
}

.file.is-boxed .file-label {
  flex-direction: column;
}

.file.is-boxed .file-cta {
  flex-direction: column;
  height: auto;
  padding: 1em 3em;
}

.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}

.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}

.file.is-boxed .file-icon .fa {
  font-size: 21px;
}

.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}

.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}

.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}

.file.is-boxed.has-name .file-cta {
  border-radius: 4px 4px 0 0;
}

.file.is-boxed.has-name .file-name {
  border-radius: 0 0 4px 4px;
  border-width: 0 1px 1px;
}

.file.is-centered {
  justify-content: center;
}

.file.is-fullwidth .file-label {
  width: 100%;
}

.file.is-fullwidth .file-name {
  flex-grow: 1;
  max-width: none;
}

.file.is-right {
  justify-content: flex-end;
}

.file.is-right .file-cta {
  border-radius: 0 4px 4px 0;
}

.file.is-right .file-name {
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
  order: -1;
}

.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

.file-label:hover .file-cta {
  background-color: #eeeeee;
  color: #363636;
}

.file-label:hover .file-name {
  border-color: #d5d5d5;
}

.file-label:active .file-cta {
  background-color: #e8e8e8;
  color: #363636;
}

.file-label:active .file-name {
  border-color: #cfcfcf;
}

.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.file-cta,
.file-name {
  border-color: #dbdbdb;
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

.file-cta {
  background-color: whitesmoke;
  color: #7E8977;
}

.file-name {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: inherit;
  text-overflow: ellipsis;
}

.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}

.file-icon .fa {
  font-size: 14px;
}

.label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 400;
}

.label:not(:last-child) {
  margin-bottom: 0.5em;
}

.label.is-small {
  font-size: 0.75rem;
}

.label.is-medium {
  font-size: 1.25rem;
}

.label.is-large {
  font-size: 1.5rem;
}

.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

.help.is-white {
  color: white;
}

.help.is-black {
  color: #0a0a0a;
}

.help.is-light {
  color: whitesmoke;
}

.help.is-dark {
  color: #363636;
}

.help.is-primary {
  color: #00a0bf;
}

.help.is-link {
  color: #3273dc;
}

.help.is-info {
  color: #3298dc;
}

.help.is-success {
  color: #48c774;
}

.help.is-warning {
  color: #ffdd57;
}

.help.is-danger {
  color: #f14668;
}

.help.is-secondary {
  color: #ec008c;
}

.help.is-grey-custom {
  color: #f4f0fa;
}

.help.is-primary-like-red {
  color: #EE3B48;
}

.help.is-consultation-flow-background {
  color: #dff6fb;
}

.field:not(:last-child) {
  margin-bottom: 0.75rem;
}

.field-container:not(:last-child) {
  margin: 1.5rem 0;
  border-bottom: 1px solid #f5f5f5;
}

.field.has-addons {
  display: flex;
  justify-content: flex-start;
}

.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}

.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
  border-radius: 0;
}

.field.has-addons .control:first-child:not(:only-child) .button,
.field.has-addons .control:first-child:not(:only-child) .input,
.field.has-addons .control:first-child:not(:only-child) .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.field.has-addons .control:last-child:not(:only-child) .button,
.field.has-addons .control:last-child:not(:only-child) .input,
.field.has-addons .control:last-child:not(:only-child) .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.field.has-addons .control .button:not([disabled]):hover,
.field.has-addons .control .button:not([disabled]).is-hovered,
.field.has-addons .control .input:not([disabled]):hover,
.field.has-addons .control .input:not([disabled]).is-hovered,
.field.has-addons .control .select select:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]).is-hovered {
  z-index: 2;
}

.field.has-addons .control .button:not([disabled]):focus,
.field.has-addons .control .button:not([disabled]).is-focused,
.field.has-addons .control .button:not([disabled]):active,
.field.has-addons .control .button:not([disabled]).is-active,
.field.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .input:not([disabled]).is-focused,
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .input:not([disabled]).is-active,
.field.has-addons .control .select select:not([disabled]):focus,
.field.has-addons .control .select select:not([disabled]).is-focused,
.field.has-addons .control .select select:not([disabled]):active,
.field.has-addons .control .select select:not([disabled]).is-active {
  z-index: 3;
}

.field.has-addons .control .button:not([disabled]):focus:hover,
.field.has-addons .control .button:not([disabled]).is-focused:hover,
.field.has-addons .control .button:not([disabled]):active:hover,
.field.has-addons .control .button:not([disabled]).is-active:hover,
.field.has-addons .control .input:not([disabled]):focus:hover,
.field.has-addons .control .input:not([disabled]).is-focused:hover,
.field.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .input:not([disabled]).is-active:hover,
.field.has-addons .control .select select:not([disabled]):focus:hover,
.field.has-addons .control .select select:not([disabled]).is-focused:hover,
.field.has-addons .control .select select:not([disabled]):active:hover,
.field.has-addons .control .select select:not([disabled]).is-active:hover {
  z-index: 4;
}

.field.has-addons .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

.field.has-addons.has-addons-centered {
  justify-content: center;
}

.field.has-addons.has-addons-right {
  justify-content: flex-end;
}

.field.has-addons.has-addons-fullwidth .control {
  flex-grow: 1;
  flex-shrink: 0;
}

.field.is-grouped {
  display: flex;
  justify-content: flex-start;
}

.field.is-grouped > .control {
  flex-shrink: 0;
}

.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}

.field.is-grouped > .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

.field.is-grouped.is-grouped-centered {
  justify-content: center;
}

.field.is-grouped.is-grouped-right {
  justify-content: flex-end;
}

.field.is-grouped.is-grouped-multiline {
  flex-wrap: wrap;
}

.field.is-grouped.is-grouped-multiline > .control:last-child,
.field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: 0.75rem;
}

.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}

.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}

.field-label .label {
  font-size: 18px;
}

.field-body .field .field {
  margin-bottom: 0;
}

.field-body.with-panel .field {
  position: relative;
}

.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: inherit;
}

.control.has-icons-left .input:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon,
.control.has-icons-right .input:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
  color: #7E8977;
}

.control.has-icons-left .input.is-small ~ .icon,
.control.has-icons-left .select.is-small ~ .icon,
.control.has-icons-right .input.is-small ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
  font-size: 0.75rem;
}

.control.has-icons-left .input.is-medium ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon,
.control.has-icons-right .input.is-medium ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon {
  font-size: 1.25rem;
}

.control.has-icons-left .input.is-large ~ .icon,
.control.has-icons-left .select.is-large ~ .icon,
.control.has-icons-right .input.is-large ~ .icon,
.control.has-icons-right .select.is-large ~ .icon {
  font-size: 1.5rem;
}

.control.has-icons-left .icon,
.control.has-icons-right .icon {
  color: #dbdbdb;
  height: 2.5em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.5em;
  z-index: 4;
}

.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 2.5em;
}

.control.has-icons-left .icon.is-left {
  left: 0;
}

.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 2.5em;
}

.control.has-icons-right .icon.is-right {
  right: 0;
}

.control.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}

.control.is-loading.is-small:after {
  font-size: 0.75rem;
}

.control.is-loading.is-medium:after {
  font-size: 1.25rem;
}

.control.is-loading.is-large:after {
  font-size: 1.5rem;
}

/* Bulma Components */

.card {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 0 9px rgba(182, 181, 182, 0.3);
  color: #7E8977;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.card-header {
  background-color: transparent;
  align-items: stretch;
  box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1);
  display: flex;
}

.card-header-title {
  align-items: center;
  color: #363636;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem 1rem;
}

.card-header-title.is-centered {
  justify-content: center;
}

.card-header-icon {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.75rem 1rem;
}

.card-image {
  display: block;
  position: relative;
}

.card-content {
  background-color: transparent;
  padding: 1rem;
}

.card-footer {
  background-color: transparent;
  border-top: 1px solid #ededed;
  align-items: stretch;
  display: flex;
}

.card-footer-item {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: 0.75rem;
}

.card-footer-item:not(:last-child) {
  border-right: 1px solid #ededed;
}

.card .media:not(:last-child) {
  margin-bottom: 1.5rem;
}

.message {
  background-color: whitesmoke;
  border-radius: 4px;
  font-size: 1rem;
}

.message strong {
  color: currentColor;
}

.message a:not(.button):not(.tag):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}

.message.is-small {
  font-size: 0.75rem;
}

.message.is-medium {
  font-size: 1.25rem;
}

.message.is-large {
  font-size: 1.5rem;
}

.message.is-white {
  background-color: white;
}

.message.is-white .message-header {
  background-color: white;
  color: #0a0a0a;
}

.message.is-white .message-body {
  border-color: white;
}

.message.is-black {
  background-color: #fafafa;
}

.message.is-black .message-header {
  background-color: #0a0a0a;
  color: white;
}

.message.is-black .message-body {
  border-color: #0a0a0a;
}

.message.is-light {
  background-color: #fafafa;
}

.message.is-light .message-header {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.message.is-light .message-body {
  border-color: whitesmoke;
}

.message.is-dark {
  background-color: #fafafa;
}

.message.is-dark .message-header {
  background-color: #363636;
  color: #fff;
}

.message.is-dark .message-body {
  border-color: #363636;
}

.message.is-primary {
  background-color: #ebfcff;
}

.message.is-primary .message-header {
  background-color: #00a0bf;
  color: #fff;
}

.message.is-primary .message-body {
  border-color: #00a0bf;
  color: #00a7c7;
}

.message.is-link {
  background-color: #eef3fc;
}

.message.is-link .message-header {
  background-color: #3273dc;
  color: #fff;
}

.message.is-link .message-body {
  border-color: #3273dc;
  color: #2160c4;
}

.message.is-info {
  background-color: #eef6fc;
}

.message.is-info .message-header {
  background-color: #3298dc;
  color: #fff;
}

.message.is-info .message-body {
  border-color: #3298dc;
  color: #1d72aa;
}

.message.is-success {
  background-color: #effaf3;
}

.message.is-success .message-header {
  background-color: #48c774;
  color: #fff;
}

.message.is-success .message-body {
  border-color: #48c774;
  color: #257942;
}

.message.is-warning {
  background-color: #fffbeb;
}

.message.is-warning .message-header {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.message.is-warning .message-body {
  border-color: #ffdd57;
  color: #947600;
}

.message.is-danger {
  background-color: #feecf0;
}

.message.is-danger .message-header {
  background-color: #f14668;
  color: #fff;
}

.message.is-danger .message-body {
  border-color: #f14668;
  color: #cc0f35;
}

.message.is-secondary {
  background-color: #ffebf7;
}

.message.is-secondary .message-header {
  background-color: #ec008c;
  color: #fff;
}

.message.is-secondary .message-body {
  border-color: #ec008c;
  color: #eb008b;
}

.message.is-grey-custom {
  background-color: #f4f0fa;
}

.message.is-grey-custom .message-header {
  background-color: #f4f0fa;
  color: rgba(0, 0, 0, 0.7);
}

.message.is-grey-custom .message-body {
  border-color: #f4f0fa;
  color: #43256f;
}

.message.is-primary-like-red {
  background-color: #fdeced;
}

.message.is-primary-like-red .message-header {
  background-color: #EE3B48;
  color: #fff;
}

.message.is-primary-like-red .message-body {
  border-color: #EE3B48;
  color: #ce1220;
}

.message.is-consultation-flow-background {
  background-color: #edfafd;
}

.message.is-consultation-flow-background .message-header {
  background-color: #dff6fb;
  color: rgba(0, 0, 0, 0.7);
}

.message.is-consultation-flow-background .message-body {
  border-color: #dff6fb;
  color: #106f83;
}

.message-header {
  align-items: center;
  background-color: #7E8977;
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.25;
  padding: 0.75em 1em;
  position: relative;
}

.message-header .delete {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.75em;
}

.message-header + .message-body {
  border-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.message-body {
  border-color: #dbdbdb;
  border-radius: 4px;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: #7E8977;
  padding: 1.25em 1.5em;
}

.message-body code,
.message-body pre {
  background-color: white;
}

.message-body pre code {
  background-color: transparent;
}

.panel {
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  font-size: 1rem;
}

.panel:not(:last-child) {
  margin-bottom: 1.5rem;
}

.panel.is-white .panel-heading {
  background-color: white;
  color: #0a0a0a;
}

.panel.is-white .panel-tabs a.is-active {
  border-bottom-color: white;
}

.panel.is-white .panel-block.is-active .panel-icon {
  color: white;
}

.panel.is-black .panel-heading {
  background-color: #0a0a0a;
  color: white;
}

.panel.is-black .panel-tabs a.is-active {
  border-bottom-color: #0a0a0a;
}

.panel.is-black .panel-block.is-active .panel-icon {
  color: #0a0a0a;
}

.panel.is-light .panel-heading {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.panel.is-light .panel-tabs a.is-active {
  border-bottom-color: whitesmoke;
}

.panel.is-light .panel-block.is-active .panel-icon {
  color: whitesmoke;
}

.panel.is-dark .panel-heading {
  background-color: #363636;
  color: #fff;
}

.panel.is-dark .panel-tabs a.is-active {
  border-bottom-color: #363636;
}

.panel.is-dark .panel-block.is-active .panel-icon {
  color: #363636;
}

.panel.is-primary .panel-heading {
  background-color: #00a0bf;
  color: #fff;
}

.panel.is-primary .panel-tabs a.is-active {
  border-bottom-color: #00a0bf;
}

.panel.is-primary .panel-block.is-active .panel-icon {
  color: #00a0bf;
}

.panel.is-link .panel-heading {
  background-color: #3273dc;
  color: #fff;
}

.panel.is-link .panel-tabs a.is-active {
  border-bottom-color: #3273dc;
}

.panel.is-link .panel-block.is-active .panel-icon {
  color: #3273dc;
}

.panel.is-info .panel-heading {
  background-color: #3298dc;
  color: #fff;
}

.panel.is-info .panel-tabs a.is-active {
  border-bottom-color: #3298dc;
}

.panel.is-info .panel-block.is-active .panel-icon {
  color: #3298dc;
}

.panel.is-success .panel-heading {
  background-color: #48c774;
  color: #fff;
}

.panel.is-success .panel-tabs a.is-active {
  border-bottom-color: #48c774;
}

.panel.is-success .panel-block.is-active .panel-icon {
  color: #48c774;
}

.panel.is-warning .panel-heading {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.panel.is-warning .panel-tabs a.is-active {
  border-bottom-color: #ffdd57;
}

.panel.is-warning .panel-block.is-active .panel-icon {
  color: #ffdd57;
}

.panel.is-danger .panel-heading {
  background-color: #f14668;
  color: #fff;
}

.panel.is-danger .panel-tabs a.is-active {
  border-bottom-color: #f14668;
}

.panel.is-danger .panel-block.is-active .panel-icon {
  color: #f14668;
}

.panel.is-secondary .panel-heading {
  background-color: #ec008c;
  color: #fff;
}

.panel.is-secondary .panel-tabs a.is-active {
  border-bottom-color: #ec008c;
}

.panel.is-secondary .panel-block.is-active .panel-icon {
  color: #ec008c;
}

.panel.is-grey-custom .panel-heading {
  background-color: #f4f0fa;
  color: rgba(0, 0, 0, 0.7);
}

.panel.is-grey-custom .panel-tabs a.is-active {
  border-bottom-color: #f4f0fa;
}

.panel.is-grey-custom .panel-block.is-active .panel-icon {
  color: #f4f0fa;
}

.panel.is-primary-like-red .panel-heading {
  background-color: #EE3B48;
  color: #fff;
}

.panel.is-primary-like-red .panel-tabs a.is-active {
  border-bottom-color: #EE3B48;
}

.panel.is-primary-like-red .panel-block.is-active .panel-icon {
  color: #EE3B48;
}

.panel.is-consultation-flow-background .panel-heading {
  background-color: #dff6fb;
  color: rgba(0, 0, 0, 0.7);
}

.panel.is-consultation-flow-background .panel-tabs a.is-active {
  border-bottom-color: #dff6fb;
}

.panel.is-consultation-flow-background .panel-block.is-active .panel-icon {
  color: #dff6fb;
}

.panel-tabs:not(:last-child),
.panel-block:not(:last-child) {
  border-bottom: 1px solid #ededed;
}

.panel-heading {
  background-color: #ededed;
  border-radius: 6px 6px 0 0;
  color: #363636;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
  padding: 0.75em 1em;
}

.panel-tabs {
  align-items: flex-end;
  display: flex;
  font-size: 0.875em;
  justify-content: center;
}

.panel-tabs a {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: -1px;
  padding: 0.5em;
}

.panel-tabs a.is-active {
  border-bottom-color: #4a4a4a;
  color: #363636;
}

.panel-list a {
  color: #7E8977;
}

.panel-list a:hover {
  color: #3273dc;
}

.panel-block {
  align-items: center;
  color: #363636;
  display: flex;
  justify-content: flex-start;
  padding: 0.5em 0.75em;
}

.panel-block input[type="checkbox"] {
  margin-right: 0.75em;
}

.panel-block > .control {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}

.panel-block.is-wrapped {
  flex-wrap: wrap;
}

.panel-block.is-active {
  border-left-color: #3273dc;
  color: #363636;
}

.panel-block.is-active .panel-icon {
  color: #3273dc;
}

.panel-block:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

a.panel-block,
label.panel-block {
  cursor: pointer;
}

a.panel-block:hover,
label.panel-block:hover {
  background-color: whitesmoke;
}

.panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: #7a7a7a;
  margin-right: 0.75em;
}

.panel-icon .fa {
  font-size: inherit;
  line-height: inherit;
}

/* Bulma Helpers */

.has-text-white {
  color: white !important;
}

a.has-text-white:hover,
a.has-text-white:focus {
  color: #e6e6e6 !important;
}

.has-background-white {
  background-color: white !important;
}

.has-text-black {
  color: #0a0a0a !important;
}

a.has-text-black:hover,
a.has-text-black:focus {
  color: black !important;
}

.has-background-black {
  background-color: #0a0a0a !important;
}

.has-text-light {
  color: whitesmoke !important;
}

a.has-text-light:hover,
a.has-text-light:focus {
  color: #dbdbdb !important;
}

.has-background-light {
  background-color: whitesmoke !important;
}

.has-text-dark {
  color: #363636 !important;
}

a.has-text-dark:hover,
a.has-text-dark:focus {
  color: #1c1c1c !important;
}

.has-background-dark {
  background-color: #363636 !important;
}

.has-text-primary {
  color: #00a0bf !important;
}

a.has-text-primary:hover,
a.has-text-primary:focus {
  color: #00758c !important;
}

.has-background-primary {
  background-color: #00a0bf !important;
}

.has-text-primary-light {
  color: #ebfcff !important;
}

a.has-text-primary-light:hover,
a.has-text-primary-light:focus {
  color: #b8f3ff !important;
}

.has-background-primary-light {
  background-color: #ebfcff !important;
}

.has-text-primary-dark {
  color: #00a7c7 !important;
}

a.has-text-primary-dark:hover,
a.has-text-primary-dark:focus {
  color: #00d1fa !important;
}

.has-background-primary-dark {
  background-color: #00a7c7 !important;
}

.has-text-link {
  color: #3273dc !important;
}

a.has-text-link:hover,
a.has-text-link:focus {
  color: #205bbc !important;
}

.has-background-link {
  background-color: #3273dc !important;
}

.has-text-link-light {
  color: #eef3fc !important;
}

a.has-text-link-light:hover,
a.has-text-link-light:focus {
  color: #c2d5f5 !important;
}

.has-background-link-light {
  background-color: #eef3fc !important;
}

.has-text-link-dark {
  color: #2160c4 !important;
}

a.has-text-link-dark:hover,
a.has-text-link-dark:focus {
  color: #3b79de !important;
}

.has-background-link-dark {
  background-color: #2160c4 !important;
}

.has-text-info {
  color: #3298dc !important;
}

a.has-text-info:hover,
a.has-text-info:focus {
  color: #207dbc !important;
}

.has-background-info {
  background-color: #3298dc !important;
}

.has-text-info-light {
  color: #eef6fc !important;
}

a.has-text-info-light:hover,
a.has-text-info-light:focus {
  color: #c2e0f5 !important;
}

.has-background-info-light {
  background-color: #eef6fc !important;
}

.has-text-info-dark {
  color: #1d72aa !important;
}

a.has-text-info-dark:hover,
a.has-text-info-dark:focus {
  color: #248fd6 !important;
}

.has-background-info-dark {
  background-color: #1d72aa !important;
}

.has-text-success {
  color: #48c774 !important;
}

a.has-text-success:hover,
a.has-text-success:focus {
  color: #34a85c !important;
}

.has-background-success {
  background-color: #48c774 !important;
}

.has-text-success-light {
  color: #effaf3 !important;
}

a.has-text-success-light:hover,
a.has-text-success-light:focus {
  color: #c8eed6 !important;
}

.has-background-success-light {
  background-color: #effaf3 !important;
}

.has-text-success-dark {
  color: #257942 !important;
}

a.has-text-success-dark:hover,
a.has-text-success-dark:focus {
  color: #31a058 !important;
}

.has-background-success-dark {
  background-color: #257942 !important;
}

.has-text-warning {
  color: #ffdd57 !important;
}

a.has-text-warning:hover,
a.has-text-warning:focus {
  color: #ffd324 !important;
}

.has-background-warning {
  background-color: #ffdd57 !important;
}

.has-text-warning-light {
  color: #fffbeb !important;
}

a.has-text-warning-light:hover,
a.has-text-warning-light:focus {
  color: #fff1b8 !important;
}

.has-background-warning-light {
  background-color: #fffbeb !important;
}

.has-text-warning-dark {
  color: #947600 !important;
}

a.has-text-warning-dark:hover,
a.has-text-warning-dark:focus {
  color: #c79f00 !important;
}

.has-background-warning-dark {
  background-color: #947600 !important;
}

.has-text-danger {
  color: #f14668 !important;
}

a.has-text-danger:hover,
a.has-text-danger:focus {
  color: #ee1742 !important;
}

.has-background-danger {
  background-color: #f14668 !important;
}

.has-text-danger-light {
  color: #feecf0 !important;
}

a.has-text-danger-light:hover,
a.has-text-danger-light:focus {
  color: #fabdc9 !important;
}

.has-background-danger-light {
  background-color: #feecf0 !important;
}

.has-text-danger-dark {
  color: #cc0f35 !important;
}

a.has-text-danger-dark:hover,
a.has-text-danger-dark:focus {
  color: #ee2049 !important;
}

.has-background-danger-dark {
  background-color: #cc0f35 !important;
}

.has-text-secondary {
  color: #ec008c !important;
}

a.has-text-secondary:hover,
a.has-text-secondary:focus {
  color: #b9006e !important;
}

.has-background-secondary {
  background-color: #ec008c !important;
}

.has-text-secondary-light {
  color: #ffebf7 !important;
}

a.has-text-secondary-light:hover,
a.has-text-secondary-light:focus {
  color: #ffb8e2 !important;
}

.has-background-secondary-light {
  background-color: #ffebf7 !important;
}

.has-text-secondary-dark {
  color: #eb008b !important;
}

a.has-text-secondary-dark:hover,
a.has-text-secondary-dark:focus {
  color: #ff1fa4 !important;
}

.has-background-secondary-dark {
  background-color: #eb008b !important;
}

.has-text-grey-custom {
  color: #f4f0fa !important;
}

a.has-text-grey-custom:hover,
a.has-text-grey-custom:focus {
  color: #d8c9ed !important;
}

.has-background-grey-custom {
  background-color: #f4f0fa !important;
}

.has-text-grey-custom-light {
  color: #f4f0fa !important;
}

a.has-text-grey-custom-light:hover,
a.has-text-grey-custom-light:focus {
  color: #d8c9ed !important;
}

.has-background-grey-custom-light {
  background-color: #f4f0fa !important;
}

.has-text-grey-custom-dark {
  color: #43256f !important;
}

a.has-text-grey-custom-dark:hover,
a.has-text-grey-custom-dark:focus {
  color: #5a3295 !important;
}

.has-background-grey-custom-dark {
  background-color: #43256f !important;
}

.has-text-primary-like-red {
  color: #EE3B48 !important;
}

a.has-text-primary-like-red:hover,
a.has-text-primary-like-red:focus {
  color: #e21423 !important;
}

.has-background-primary-like-red {
  background-color: #EE3B48 !important;
}

.has-text-primary-like-red-light {
  color: #fdeced !important;
}

a.has-text-primary-like-red-light:hover,
a.has-text-primary-like-red-light:focus {
  color: #f9bdc2 !important;
}

.has-background-primary-like-red-light {
  background-color: #fdeced !important;
}

.has-text-primary-like-red-dark {
  color: #ce1220 !important;
}

a.has-text-primary-like-red-dark:hover,
a.has-text-primary-like-red-dark:focus {
  color: #ec2735 !important;
}

.has-background-primary-like-red-dark {
  background-color: #ce1220 !important;
}

.has-text-consultation-flow-background {
  color: #dff6fb !important;
}

a.has-text-consultation-flow-background:hover,
a.has-text-consultation-flow-background:focus {
  color: #b2e9f5 !important;
}

.has-background-consultation-flow-background {
  background-color: #dff6fb !important;
}

.has-text-consultation-flow-background-light {
  color: #edfafd !important;
}

a.has-text-consultation-flow-background-light:hover,
a.has-text-consultation-flow-background-light:focus {
  color: #c0edf7 !important;
}

.has-background-consultation-flow-background-light {
  background-color: #edfafd !important;
}

.has-text-consultation-flow-background-dark {
  color: #106f83 !important;
}

a.has-text-consultation-flow-background-dark:hover,
a.has-text-consultation-flow-background-dark:focus {
  color: #1695b1 !important;
}

.has-background-consultation-flow-background-dark {
  background-color: #106f83 !important;
}

.has-text-black-bis {
  color: #121212 !important;
}

.has-background-black-bis {
  background-color: #121212 !important;
}

.has-text-black-ter {
  color: #242424 !important;
}

.has-background-black-ter {
  background-color: #242424 !important;
}

.has-text-grey-darker {
  color: #363636 !important;
}

.has-background-grey-darker {
  background-color: #363636 !important;
}

.has-text-grey-dark {
  color: #4a4a4a !important;
}

.has-background-grey-dark {
  background-color: #4a4a4a !important;
}

.has-text-grey {
  color: #7a7a7a !important;
}

.has-background-grey {
  background-color: #7a7a7a !important;
}

.has-text-grey-light {
  color: #b5b5b5 !important;
}

.has-background-grey-light {
  background-color: #b5b5b5 !important;
}

.has-text-grey-lighter {
  color: #dbdbdb !important;
}

.has-background-grey-lighter {
  background-color: #dbdbdb !important;
}

.has-text-white-ter {
  color: whitesmoke !important;
}

.has-background-white-ter {
  background-color: whitesmoke !important;
}

.has-text-white-bis {
  color: #fafafa !important;
}

.has-background-white-bis {
  background-color: #fafafa !important;
}

.is-radiusless {
  border-radius: 0 !important;
}

.is-shadowless {
  box-shadow: none !important;
}

.is-clickable {
  cursor: pointer !important;
}

.is-clipped {
  overflow: hidden !important;
}

.is-relative {
  position: relative !important;
}

/* Bulma Layout */

.section {
  padding: 3rem 1.5rem;
}

.steps {
  display: flex;
  font-size: 1rem;
  min-height: 2rem;
}

.steps:not(:last-child) {
  margin-bottom: 1.5rem;
}

.steps .step-item {
  margin-top: 0;
  position: relative;
  flex-grow: 1;
  flex-basis: 0;
}

.steps .step-item:not(:first-child) {
  flex-basis: 1em;
  flex-grow: 1;
  flex-shrink: 1;
}

.steps .step-item:not(:first-child)::before {
  content: " ";
  display: block;
  position: absolute;
}

.steps .step-item::before {
  background: linear-gradient(to left, #aee7f0 50%, #ec008c 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.steps .step-item::before .step-marker {
  color: white;
}

.steps .step-item.is-active::before {
  background-position: left bottom;
}

.steps .step-item.is-active .step-marker {
  background-color: #ec008c;
  border-color: #ec008c;
  color: white;
}

.steps .step-item.is-completed::before {
  background-position: left bottom;
}

.steps .step-item.is-completed .step-marker {
  color: white;
  background-color: #ec008c;
}

.steps .step-item .step-marker {
  align-items: center;
  display: flex;
  border-radius: 50%;
  font-weight: 500;
  justify-content: center;
  background: #aee7f0;
  color: #00a0bf;
  border: none;
  z-index: 1;
}

.steps .step-item .step-details {
  text-align: center;
}

.steps .step-item.is-white::before {
  background: linear-gradient(to left, #aee7f0 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.steps .step-item.is-white.is-active::before {
  background-position: left bottom;
}

.steps .step-item.is-white.is-active .step-marker {
  background-color: white;
  border-color: white;
  color: white;
}

.steps .step-item.is-white.is-completed::before {
  background-position: left bottom;
}

.steps .step-item.is-white.is-completed .step-marker {
  color: #0a0a0a;
  background-color: white;
}

.steps .step-item.is-black::before {
  background: linear-gradient(to left, #aee7f0 50%, #0a0a0a 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.steps .step-item.is-black.is-active::before {
  background-position: left bottom;
}

.steps .step-item.is-black.is-active .step-marker {
  background-color: white;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

.steps .step-item.is-black.is-completed::before {
  background-position: left bottom;
}

.steps .step-item.is-black.is-completed .step-marker {
  color: white;
  background-color: #0a0a0a;
}

.steps .step-item.is-light::before {
  background: linear-gradient(to left, #aee7f0 50%, whitesmoke 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.steps .step-item.is-light.is-active::before {
  background-position: left bottom;
}

.steps .step-item.is-light.is-active .step-marker {
  background-color: white;
  border-color: whitesmoke;
  color: whitesmoke;
}

.steps .step-item.is-light.is-completed::before {
  background-position: left bottom;
}

.steps .step-item.is-light.is-completed .step-marker {
  color: rgba(0, 0, 0, 0.7);
  background-color: whitesmoke;
}

.steps .step-item.is-dark::before {
  background: linear-gradient(to left, #aee7f0 50%, #363636 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.steps .step-item.is-dark.is-active::before {
  background-position: left bottom;
}

.steps .step-item.is-dark.is-active .step-marker {
  background-color: white;
  border-color: #363636;
  color: #363636;
}

.steps .step-item.is-dark.is-completed::before {
  background-position: left bottom;
}

.steps .step-item.is-dark.is-completed .step-marker {
  color: #fff;
  background-color: #363636;
}

.steps .step-item.is-primary::before {
  background: linear-gradient(to left, #aee7f0 50%, #00a0bf 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.steps .step-item.is-primary.is-active::before {
  background-position: left bottom;
}

.steps .step-item.is-primary.is-active .step-marker {
  background-color: white;
  border-color: #00a0bf;
  color: #00a0bf;
}

.steps .step-item.is-primary.is-completed::before {
  background-position: left bottom;
}

.steps .step-item.is-primary.is-completed .step-marker {
  color: #fff;
  background-color: #00a0bf;
}

.steps .step-item.is-link::before {
  background: linear-gradient(to left, #aee7f0 50%, #3273dc 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.steps .step-item.is-link.is-active::before {
  background-position: left bottom;
}

.steps .step-item.is-link.is-active .step-marker {
  background-color: white;
  border-color: #3273dc;
  color: #3273dc;
}

.steps .step-item.is-link.is-completed::before {
  background-position: left bottom;
}

.steps .step-item.is-link.is-completed .step-marker {
  color: #fff;
  background-color: #3273dc;
}

.steps .step-item.is-info::before {
  background: linear-gradient(to left, #aee7f0 50%, #3298dc 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.steps .step-item.is-info.is-active::before {
  background-position: left bottom;
}

.steps .step-item.is-info.is-active .step-marker {
  background-color: white;
  border-color: #3298dc;
  color: #3298dc;
}

.steps .step-item.is-info.is-completed::before {
  background-position: left bottom;
}

.steps .step-item.is-info.is-completed .step-marker {
  color: #fff;
  background-color: #3298dc;
}

.steps .step-item.is-success::before {
  background: linear-gradient(to left, #aee7f0 50%, #48c774 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.steps .step-item.is-success.is-active::before {
  background-position: left bottom;
}

.steps .step-item.is-success.is-active .step-marker {
  background-color: white;
  border-color: #48c774;
  color: #48c774;
}

.steps .step-item.is-success.is-completed::before {
  background-position: left bottom;
}

.steps .step-item.is-success.is-completed .step-marker {
  color: #fff;
  background-color: #48c774;
}

.steps .step-item.is-warning::before {
  background: linear-gradient(to left, #aee7f0 50%, #ffdd57 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.steps .step-item.is-warning.is-active::before {
  background-position: left bottom;
}

.steps .step-item.is-warning.is-active .step-marker {
  background-color: white;
  border-color: #ffdd57;
  color: #ffdd57;
}

.steps .step-item.is-warning.is-completed::before {
  background-position: left bottom;
}

.steps .step-item.is-warning.is-completed .step-marker {
  color: rgba(0, 0, 0, 0.7);
  background-color: #ffdd57;
}

.steps .step-item.is-danger::before {
  background: linear-gradient(to left, #aee7f0 50%, #f14668 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.steps .step-item.is-danger.is-active::before {
  background-position: left bottom;
}

.steps .step-item.is-danger.is-active .step-marker {
  background-color: white;
  border-color: #f14668;
  color: #f14668;
}

.steps .step-item.is-danger.is-completed::before {
  background-position: left bottom;
}

.steps .step-item.is-danger.is-completed .step-marker {
  color: #fff;
  background-color: #f14668;
}

.steps .step-item.is-secondary::before {
  background: linear-gradient(to left, #aee7f0 50%, #ec008c 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.steps .step-item.is-secondary.is-active::before {
  background-position: left bottom;
}

.steps .step-item.is-secondary.is-active .step-marker {
  background-color: white;
  border-color: #ec008c;
  color: #ec008c;
}

.steps .step-item.is-secondary.is-completed::before {
  background-position: left bottom;
}

.steps .step-item.is-secondary.is-completed .step-marker {
  color: #fff;
  background-color: #ec008c;
}

.steps .step-item.is-grey-custom::before {
  background: linear-gradient(to left, #aee7f0 50%, #f4f0fa 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.steps .step-item.is-grey-custom.is-active::before {
  background-position: left bottom;
}

.steps .step-item.is-grey-custom.is-active .step-marker {
  background-color: white;
  border-color: #f4f0fa;
  color: #f4f0fa;
}

.steps .step-item.is-grey-custom.is-completed::before {
  background-position: left bottom;
}

.steps .step-item.is-grey-custom.is-completed .step-marker {
  color: rgba(0, 0, 0, 0.7);
  background-color: #f4f0fa;
}

.steps .step-item.is-primary-like-red::before {
  background: linear-gradient(to left, #aee7f0 50%, #EE3B48 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.steps .step-item.is-primary-like-red.is-active::before {
  background-position: left bottom;
}

.steps .step-item.is-primary-like-red.is-active .step-marker {
  background-color: white;
  border-color: #EE3B48;
  color: #EE3B48;
}

.steps .step-item.is-primary-like-red.is-completed::before {
  background-position: left bottom;
}

.steps .step-item.is-primary-like-red.is-completed .step-marker {
  color: #fff;
  background-color: #EE3B48;
}

.steps .step-item.is-consultation-flow-background::before {
  background: linear-gradient(to left, #aee7f0 50%, #dff6fb 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.steps .step-item.is-consultation-flow-background.is-active::before {
  background-position: left bottom;
}

.steps .step-item.is-consultation-flow-background.is-active .step-marker {
  background-color: white;
  border-color: #dff6fb;
  color: #dff6fb;
}

.steps .step-item.is-consultation-flow-background.is-completed::before {
  background-position: left bottom;
}

.steps .step-item.is-consultation-flow-background.is-completed .step-marker {
  color: rgba(0, 0, 0, 0.7);
  background-color: #dff6fb;
}

.steps .steps-content {
  align-items: stretch;
  flex-basis: 100%;
  margin: 2rem 0;
}

.steps .steps-content .step-content {
  display: none;
}

.steps .steps-content .step-content.is-active {
  display: block;
}

.steps .steps-actions {
  display: flex;
  align-items: stretch;
  flex-basis: 100%;
}

.steps .steps-actions .steps-action {
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  margin: .5rem;
  justify-content: center;
  align-items: center;
}

.steps.is-animated .step-item::before {
  transition: all 2s ease;
}

.steps.is-animated .step-item .step-marker {
  transition: all 0s ease;
  transition-delay: 1.5s;
}

.steps .step-item:not(:first-child)::before {
  height: 5px;
  width: 100%;
  bottom: 0;
  left: -50%;
  top: 1rem;
}

.steps .step-item .step-marker {
  height: 2rem;
  width: 2rem;
  position: absolute;
  left: calc(50% - 1rem);
}

.steps .step-item .step-marker .icon * {
  font-size: 1rem;
}

.steps .step-item .step-details {
  margin-top: 2rem;
  margin-left: .5em;
  margin-right: .5em;
  padding-top: .2em;
}

.steps .step-item .step-details .step-title {
  font-size: 0.8rem;
  font-weight: 600;
  color: #00a0bf;
}

.steps.is-small {
  font-size: 0.75rem;
  min-height: 1.5rem;
}

.steps.is-small .step-item:not(:first-child)::before {
  height: 5px;
  width: 100%;
  bottom: 0;
  left: -50%;
  top: 0.75rem;
}

.steps.is-small .step-item .step-marker {
  height: 1.5rem;
  width: 1.5rem;
  position: absolute;
  left: calc(50% - 0.75rem);
}

.steps.is-small .step-item .step-marker .icon * {
  font-size: 0.75rem;
}

.steps.is-small .step-item .step-details {
  margin-top: 1.5rem;
  margin-left: .5em;
  margin-right: .5em;
  padding-top: .2em;
}

.steps.is-small .step-item .step-details .step-title {
  font-size: 0.6rem;
  font-weight: 600;
  color: #00a0bf;
}

.steps.is-medium {
  font-size: 1.25rem;
  min-height: 2.5rem;
}

.steps.is-medium .step-item:not(:first-child)::before {
  height: 5px;
  width: 100%;
  bottom: 0;
  left: -50%;
  top: 1.25rem;
}

.steps.is-medium .step-item .step-marker {
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  left: calc(50% - 1.25rem);
}

.steps.is-medium .step-item .step-marker .icon * {
  font-size: 1.25rem;
}

.steps.is-medium .step-item .step-details {
  margin-top: 2.5rem;
  margin-left: .5em;
  margin-right: .5em;
  padding-top: .2em;
}

.steps.is-medium .step-item .step-details .step-title {
  font-size: 1rem;
  font-weight: 600;
  color: #00a0bf;
}

.steps.is-large {
  font-size: 1.5rem;
  min-height: 3rem;
}

.steps.is-large .step-item:not(:first-child)::before {
  height: 5px;
  width: 100%;
  bottom: 0;
  left: -50%;
  top: 1.5rem;
}

.steps.is-large .step-item .step-marker {
  height: 3rem;
  width: 3rem;
  position: absolute;
  left: calc(50% - 1.5rem);
}

.steps.is-large .step-item .step-marker .icon * {
  font-size: 1.5rem;
}

.steps.is-large .step-item .step-details {
  margin-top: 3rem;
  margin-left: .5em;
  margin-right: .5em;
  padding-top: .2em;
}

.steps.is-large .step-item .step-details .step-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #00a0bf;
}

.steps.is-tablet-medium {
  font-size: 1rem;
  min-height: 2rem;
}

.steps.is-tablet-medium .step-item:not(:first-child)::before {
  height: 5px;
  width: 100%;
  bottom: 0;
  left: -50%;
  top: 1rem;
}

.steps.is-tablet-medium .step-item .step-marker {
  height: 2rem;
  width: 2rem;
  position: absolute;
  left: calc(50% - 1rem);
}

.steps.is-tablet-medium .step-item .step-marker .icon * {
  font-size: 1rem;
}

.steps.is-tablet-medium .step-item .step-details {
  margin-top: 2rem;
  margin-left: .5em;
  margin-right: .5em;
  padding-top: .2em;
}

.steps.is-tablet-medium .step-item .step-details .step-title {
  font-size: 0.8rem;
  font-weight: 600;
  color: #00a0bf;
}

.itl-survey {
  --sjs-shadow-inner: none;
  --font-family: "Nunito", sans-serif;
  --sjs-article-font-default-lineHeight: normal;
  --sjs-general-dim-forecolor: unset;
  --sjs-font-questiontitle-color: #7e8977;
}

.itl-survey .sd-logo--top {
  background: #390983;
  margin-bottom: 30px;
  display: none;
}

.itl-survey .sd-html {
  color: rgba(64, 64, 64, 0.5);
}

.itl-survey .sd-html .calendly-inline-widget {
  position: relative;
  margin-top: 15px;
}

.itl-survey .sd-html .calendly-inline-widget.already-scheduled:before {
  content: 'Already Scheduled';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: rgba(64, 64, 64, 0.8);
}

.itl-survey .sd-container-modern__title {
  padding: 0;
}

.itl-survey .its-input-text__input[type="date"] {
  height: 42px;
  box-sizing: border-box;
  padding-right: 12px;
}

.itl-survey__boolean {
  width: 100%;
}

.itl-survey__boolean .sd-boolean__label {
  min-width: 80px;
}

.itl-survey__boolean .sd-boolean__label:before {
  content: "";
  position: absolute;
  left: 20px;
  display: flex;
  height: 26px;
  width: 26px;
  border-radius: 100%;
  border: 2px solid #ec008c;
  margin-right: 10px;
  box-sizing: border-box;
}

.itl-survey__boolean .sd-boolean__label:after {
  content: "";
  position: absolute;
  left: 27px;
  display: flex;
  height: 12px;
  width: 12px;
  border-radius: 100%;
  border: 2px solid #ec008c;
  background-color: #ec008c;
  opacity: 1;
  margin-right: 10px;
  box-sizing: border-box;
}

.itl-survey__boolean .sd-boolean__switch {
  display: none;
}

.itl-survey #maincontent {
  background-color: #F4F0FA;
}

.itl-survey .sd-root-modern.sd-root-modern--full-container {
  overflow: visible;
}

.itl-survey .sd-root-modern .sd-boolean__slider {
  background-color: #D7CEE6;
}

.itl-survey .sd-root-modern .sv-question__title,
.itl-survey .sd-root-modern .sd-question__title {
  padding: 0;
  font-size: 18px;
  color: #00a0bf;
  font-weight: 600;
  line-height: normal;
  font-family: "Nunito", sans-serif;
}

.itl-survey .sd-root-modern .sv-question__title p,
.itl-survey .sd-root-modern .sd-question__title p {
  display: inline;
}

.itl-survey .sd-root-modern .sv-question__title .sv-string-viewer,
.itl-survey .sd-root-modern .sd-question__title .sv-string-viewer {
  font-size: 18px;
}

.itl-survey .sd-root-modern .sd-question__title--answer {
  background: none;
}

.itl-survey .sd-root-modern ::-webkit-scrollbar-thumb {
  background: white;
}

.itl-survey .sd-root-modern .sd-question__title--error {
  background-color: inherit;
  padding: 0;
  font-weight: 500;
}

.itl-survey .sd-root-modern .sd-question__erbox {
  margin-top: 10px;
  font-weight: normal;
}

.itl-survey .sd-root-modern .sd-boolean__switch {
  background-color: #F4F0FA;
}

.itl-survey .sd-page.sd-body__page {
  padding: 0px;
  margin: 0;
}

.itl-survey .sd_progress-buttons__list li.sd_progress-buttons__list-element--passed::before,
.itl-survey .sd_progress-buttons__list li::before {
  background-color: #390983;
  border: #390983;
}

.itl-survey .sd_progress-buttons__list li::after {
  background-color: #390983;
  top: 11px;
  height: 2px;
}

.itl-survey .sd-question__header--location--top {
  margin-bottom: 0.65em;
  background: #D7CEE6;
  padding: 25px;
  width: 60%;
  border-radius: 15px 15px 15px 5px;
}

.itl-survey .sd-question__content {
  margin-left: 0;
  margin-top: 20px;
  width: 100%;
}

.itl-survey .sd-row__question--small .sd-question__content {
  float: none;
  width: 100%;
  overflow: visible;
  border-radius: 15px 15px 5px 15px;
  color: white;
}

.itl-survey .sd-footer {
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
}

.itl-survey .sd-footer__complete-btn {
  float: none;
  min-width: 180px;
}

.itl-survey .sd-scrollable-container:not(.sd-scrollable-container--compact) {
  width: 100%;
}

.itl-survey .sd-boolean {
  width: 100%;
  flex-direction: column;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
}

.itl-survey .sd-boolean__thumb-ghost {
  background: transparent !important;
}

.itl-survey .sd-boolean__label {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  border-color: #00a0bf;
  color: #00a0bf;
}

.itl-survey .sd-boolean__label:hover,
.itl-survey .sd-boolean__label:focus {
  border-color: #00a0bf;
  color: #00a0bf;
}

.itl-survey .sd-boolean:not(.sd-boolean--disabled) {
  pointer-events: none;
}

.itl-survey .sd-boolean:not(.sd-boolean--disabled) .sd-boolean__label {
  padding-left: 60px;
  padding-right: 20px;
  color: #00a0bf;
  background-color: #ecfcfb;
  border-radius: 5px;
  pointer-events: none;
  box-shadow: none;
}

.itl-survey .sd-boolean:not(.sd-boolean--disabled) .sd-checkbox__label--disabled {
  font-weight: 500;
  pointer-events: auto;
}

.itl-survey .sd-boolean:not(.sd-boolean--disabled) .sd-checkbox__label--disabled:before {
  border-color: #00a0bf;
}

.itl-survey .sd-boolean:not(.sd-boolean--disabled) .sd-checkbox__label--disabled:after {
  opacity: 0;
}

.itl-survey .sd-boolean.sd-boolean--indeterminate .sd-boolean__label {
  pointer-events: auto;
}

.itl-survey .sd-boolean.sd-boolean--indeterminate .sd-boolean__label:after {
  opacity: 0;
}

.itl-survey .sd-checkbox {
  padding: 0 5% 0 0;
  margin-bottom: 0.7em;
  display: inherit;
}

.itl-survey .sd-checkbox:last-child {
  margin-bottom: 0;
}

.itl-survey .sd-checkbox__svg {
  border: 3px solid #00a0bf;
  border-radius: 2px;
  fill: transparent;
}

.itl-survey .sd-checkbox__decorator {
  position: relative;
  --sjs-base-unit: 10px;
  box-shadow: none;
  background: transparent;
}

.itl-survey .sd-checkbox--checked .sd-checkbox__svg {
  border: none;
  background-color: #00a0bf;
}

.itl-survey .sd-checkbox--checked .sd-checkbox__svg use {
  fill: white;
}

.itl-survey .sd-radio {
  padding: 0 5% 0 0;
  margin-bottom: 0.7em;
}

.itl-survey .sd-radio__decorator {
  width: 26px;
  height: 26px;
  --sjs-shadow-inner-reset: none;
  --sjs-primary-backcolor: #ec008c;
  box-shadow: none;
  background: transparent;
  border: 2px solid #00a0bf;
}

.itl-survey .sd-radio__decorator:after {
  width: 12px;
  height: 12px;
  background: transparent;
  transition: none;
}

.itl-survey .sd-radio--checked .sd-radio__decorator {
  border-color: #ec008c;
}

.itl-survey .sd-radio--checked .sd-radio__decorator:after {
  background: #ec008c;
}

.itl-survey .sd-item__svg {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.itl-survey .sd-item--allowhover:not(.sd-item--readonly) .sd-selectbase__label:hover .sd-item__decorator {
  background: transparent;
}

.itl-survey .sd-item--allowhover:not(.sd-item--readonly) .sd-selectbase__label:hover .sd-item__decorator:after {
  background: #00a0bf;
}

.itl-survey .sd-item--allowhover:not(.sd-item--readonly) .sd-selectbase__label:hover .sd-item__svg {
  border: none;
  background-color: #9f9f9f;
}

.itl-survey .sd-item--allowhover:not(.sd-item--readonly) .sd-selectbase__label:hover .sd-item__svg use {
  fill: white;
}

.itl-survey .sd-panel__content {
  padding-left: 0 !important;
}

.itl-survey .sd-panel__content .sd-row__question--small .sd-question__content {
  width: 90%;
  padding: 10px;
  border-radius: 15px;
  background-color: #EE3B48;
}

.itl-survey .sd-panel {
  padding: 10px;
}

.itl-survey .product-heading {
  font-size: 20px;
  color: #390983;
}

.itl-survey .sd-progress.sd-body__progress {
  width: 50%;
  margin: 50px auto;
}

.itl-survey .copyright-wrapper {
  display: none;
}

.itl-survey .sd-question__description {
  font-size: 14px;
  padding-left: 0;
  color: rgba(64, 64, 64, 0.5);
  line-height: normal;
  font-family: "Nunito", sans-serif;
}

.itl-survey .sd-question__description.moreli ul {
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-width: 190px;
  column-width: 190px;
}

.itl-survey .sd-question__description.moreli ul li {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  break-inside: avoid-column;
}

.itl-survey .sd-question__description.help-block {
  padding-left: 10px;
  font-size: 13px;
}

.itl-survey .sd-question__description.itl-survey__sv-question__description ul {
  margin: 20px 0 0;
}

.itl-survey .sd-question__description.itl-survey__sv-question__description ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
  padding-bottom: 8px;
}

.itl-survey .sd-question__description.itl-survey__sv-question__description ul li::before {
  content: "";
  background: url("../../frontend/c4u/child/en_GB/images/c4u-bullet.png") top no-repeat;
  background-size: 10px auto;
  width: 10px;
  position: absolute;
  left: 0;
  top: 2px;
  height: 15px;
}

.itl-survey .sd-question__description.itl-survey__sv-question__description.sd-description .why-wrap {
  max-width: 590px;
  margin-bottom: 16px;
  position: relative;
  padding: 16px;
  background: #DEF5E8;
  color: #282828;
  border: 2px solid #27AE60;
  border-radius: 8px;
}

.itl-survey .sd-question__description.itl-survey__sv-question__description.sd-description .why-wrap .subtitle {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}

.itl-survey .sd-question__description.itl-survey__sv-question__description.sd-description .custom-description {
  color: #282828;
  font-size: 16px;
  font-weight: 400;
}

.itl-survey .sd-question__description.itl-survey__sv-question__description.sd-description .custom-description .advice {
  margin-bottom: 16px;
}

.itl-survey .sd-question__description.itl-survey__sv-question__description.sd-description .custom-description .advice p:first-child {
  margin-bottom: 20px;
  font-weight: 700;
}

.itl-survey .sd-question__description.itl-survey__sv-question__description.sd-description .custom-description ul {
  margin: 0;
  -moz-column-count: unset;
  column-count: unset;
  -moz-column-width: auto;
  column-width: auto;
}

.itl-survey .sd-question__description.itl-survey__sv-question__description.sd-description .custom-description ul li {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 0 26px;
}

.itl-survey .sd-question__description.itl-survey__sv-question__description.sd-description .custom-description ul li::before {
  content: '\f058';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  width: auto;
  height: auto;
  color: #01A0C0;
  background: none;
  font-size: 18px;
  transform: translateY(-50%);
}

.itl-survey .sd-question__description.itl-survey__sv-question__description.sd-description .custom-description .example-wrap > div {
  margin-bottom: 16px;
}

.itl-survey .sd-question__description.itl-survey__sv-question__description.sd-description .custom-description .example-wrap > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.itl-survey .sd-question__description.itl-survey__sv-question__description.sd-description .custom-description .example-wrap > div.good-wrap > div p {
  background: #CEEDDB;
}

.itl-survey .sd-question__description.itl-survey__sv-question__description.sd-description .custom-description .example-wrap > div.good-wrap > div p:before {
  content: "\f058";
  color: #27AE60;
}

.itl-survey .sd-question__description.itl-survey__sv-question__description.sd-description .custom-description .example-wrap > div.bad-wrap {
  margin-bottom: 0;
}

.itl-survey .sd-question__description.itl-survey__sv-question__description.sd-description .custom-description .example-wrap > div.bad-wrap > div p {
  background: #FACFCA;
}

.itl-survey .sd-question__description.itl-survey__sv-question__description.sd-description .custom-description .example-wrap > div.bad-wrap > div p:before {
  content: "\f057";
  color: #C0392B;
}

.itl-survey .sd-question__description.itl-survey__sv-question__description.sd-description .custom-description .example-wrap > div > div {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
}

.itl-survey .sd-question__description.itl-survey__sv-question__description.sd-description .custom-description .example-wrap > div > div p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 10px;
  background: #F6F6F6;
  font-size: 14px;
  text-align: center;
}

.itl-survey .sd-question__description.itl-survey__sv-question__description.sd-description .custom-description .example-wrap > div > div p:before {
  margin-right: 4px;
  font-size: 18px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

.itl-survey .sd-question__description.itl-survey__sv-question__description.sd-description .custom-description .example-wrap .second {
  display: none;
}

.itl-survey .sd-question,
.itl-survey .sd-question--disabled {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  overflow: visible;
}

.itl-survey .sd-question.itl-survey__comment,
.itl-survey .sd-question--disabled.itl-survey__comment {
  flex-wrap: wrap;
}

.itl-survey .sd-question.itl-survey__comment .sd-question__header,
.itl-survey .sd-question--disabled.itl-survey__comment .sd-question__header {
  margin-right: 10px;
}

.itl-survey .sd-question.itl-survey__comment .sd-question__content,
.itl-survey .sd-question--disabled.itl-survey__comment .sd-question__content {
  margin-left: 0;
  width: 100%;
}

.itl-survey .sd-question.itl-survey__comment .sd-question__content .sd-comment,
.itl-survey .sd-question--disabled.itl-survey__comment .sd-question__content .sd-comment {
  width: 100%;
  max-width: initial;
}

.itl-survey .sd-question.itl-survey__comment .sd-question__header,
.itl-survey .sd-question.itl-survey__comment .sd-question__content,
.itl-survey .sd-question--disabled.itl-survey__comment .sd-question__header,
.itl-survey .sd-question--disabled.itl-survey__comment .sd-question__content {
  margin-bottom: 10px;
}

.itl-survey .sd-question__header--location--left {
  width: 100%;
  float: none;
  margin-right: 0;
}

.itl-survey .itl-survey__text {
  display: flex;
}

.itl-survey .itl-survey__text .sd-question__content {
  margin-top: 10px;
}

.itl-survey .itl-survey__text .sd-question__content input {
  border-color: #a7a7a7;
}

.itl-survey .itl-survey__text .sd-question__content input:focus {
  border-color: #a7a7a7;
}

.itl-survey .itl-survey__radio {
  display: flex;
}

.itl-survey .itl-survey__radio .sd-question__content {
  margin-top: 10px;
}

.itl-survey .itl-survey__radio .sd-radio__svg {
  border-width: 2px;
  width: 26px;
  height: 26px;
}

.itl-survey .sd-question__content .sd-dropdown {
  height: 42px;
  padding: 0 38px 0 12px;
  border: solid 1px rgba(85, 135, 175, 0.1);
  color: #303030;
  background-image: url(../../frontend/c4u/child/en_GB/images/select-arrow.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-size: 14px;
}

.itl-survey .sd-file__clean-btn {
  display: none;
}

.itl-survey .sd-file__choose-btn {
  background-color: #00a0bf !important;
  color: #fff;
}

.itl-survey .sd-file__choose-btn .sv-svg-icon {
  fill: #fff;
}

.itl-survey .sd-file__choose-btn .sv-svg-icon use {
  fill: #fff;
}

.itl-survey .sd-action {
  border-radius: 8px;
}

.itl-survey__navigation {
  padding: 20px;
}

.itl-survey__navigation__back {
  font-size: 18px;
  padding-left: 25px;
  position: relative;
}

.itl-survey__navigation__back::before {
  content: "";
  transform: scaleX(-1);
  background: url("../../frontend/c4u/child/en_GB/images/c4u-bullet.png") no-repeat top;
  width: 15px;
  position: absolute;
  left: 0;
  top: 4px;
  height: 20px;
}

.itl-survey.new-design {
  padding: 0;
  --sjs-font-questiontitle-color: #282828;
}

.itl-survey.new-design .loader-wrap {
  display: flex;
  justify-content: center;
}

.itl-survey.new-design .loader-wrap .icon-loader {
  display: block;
  color: #00a0bf;
  animation: spin 1s infinite linear;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.itl-survey.new-design .loader-wrap .icon-loader:before {
  font-size: 35px;
}

.itl-survey.new-design .sd-panel {
  padding: 0;
}

.itl-survey.new-design .sd-panel.sd-panel--as-page > .sd-panel__header.sd-panel__header .sd-panel__title {
  margin: 0 0 4px;
  color: #1D2755;
  font-size: 20px;
}

.itl-survey.new-design .sd-panel__header {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 2px solid #DEDEDE;
}

.itl-survey.new-design .sd-panel__content > .sd-page__row {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 0 !important;
  border-top: 2px solid #DEDEDE;
}

.itl-survey.new-design .sd-panel__content > .sd-page__row:first-child {
  border-top: none;
  padding-top: 0;
}

.itl-survey.new-design .sd-panel__content > .sd-page__row:last-child {
  padding-bottom: 0;
}

.itl-survey.new-design .sd-panel__content .sd-row__question--small .sd-question__content {
  width: 100%;
  padding: 0;
  background: transparent;
  border-radius: unset;
}

.itl-survey.new-design .sd-item__control-label {
  color: #282828;
}

.itl-survey.new-design .sd-body {
  max-width: none;
}

.itl-survey.new-design .sd-question {
  row-gap: 0;
}

.itl-survey.new-design .sd-question.itl-survey__file {
  max-width: 700px;
}

.itl-survey.new-design .sd-question .sd-question__header {
  margin: 0;
}

.itl-survey.new-design .sd-question__description {
  font-size: 16px;
  color: #282828;
}

.itl-survey.new-design .sd-question__description.itl-survey__sv-question__description {
  margin-top: 8px;
}

.itl-survey.new-design .sd-question__description.itl-survey__sv-question__description ul {
  margin: 0;
}

.itl-survey.new-design .sd-question__description.itl-survey__sv-question__description ul li {
  margin-bottom: 13px;
  position: relative;
  padding-left: 14px;
  padding-bottom: 0;
}

.itl-survey.new-design .sd-question__description.itl-survey__sv-question__description ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background: #282828;
  background-size: auto;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}

.itl-survey.new-design .sd-page > .sd-page__row {
  padding: 16px;
  border: 2px solid #DEDEDE;
  border-radius: 8px;
}

.itl-survey.new-design .sd-question__content {
  margin: 16px 0 0;
}

.itl-survey.new-design .sd-question__content .html-content {
  margin-top: -16px;
}

.itl-survey.new-design .sd-question__content .sd-file__decorator {
  border-radius: 8px;
}

.itl-survey.new-design .sd-root-modern .sv-question__title,
.itl-survey.new-design .sd-root-modern .sd-question__title {
  font-size: 16px;
  color: #282828;
  font-weight: 700;
}

.itl-survey.new-design .sd-root-modern .sv-question__title .sv-string-viewer,
.itl-survey.new-design .sd-root-modern .sd-question__title .sv-string-viewer {
  font-size: 16px;
}

.itl-survey.new-design .sd-boolean {
  min-height: 25px;
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap;
}

.itl-survey.new-design .sd-boolean__label {
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  border: none;
}

.itl-survey.new-design .sd-boolean__label:before {
  border-color: #00a0bf;
}

.itl-survey.new-design .sd-boolean__label:after {
  border-color: #00a0bf;
  background: #00a0bf;
}

.itl-survey.new-design .sd-boolean:not(.sd-boolean--disabled) .sd-boolean__label {
  padding: 0 0 0 32px;
  background: none;
  color: #282828;
  cursor: pointer;
}

.itl-survey.new-design .sd-comment {
  height: 150px;
  padding: 16px;
  border: 2px solid #c2c2c2;
  border-radius: 8px;
  background: #fff;
}

.itl-survey.new-design .sd-file__list {
  --base-unit: 16px;
  padding: 20px;
  gap: 24px;
}

.itl-survey.new-design .sd-selectbase__label {
  padding-left: 0;
}

.itl-survey.new-design .sd-input.sd-dropdown {
  border: solid 2px #c2c2c2;
}

.itl-survey.new-design .itl-survey__boolean .sd-boolean__label:before {
  left: 0;
}

.itl-survey.new-design .itl-survey__boolean .sd-boolean__label:after {
  left: 7px;
}

.itl-survey.new-design .itl-survey__text .sd-question__content input {
  border: 2px solid #c2c2c2;
}

.itl-survey.new-design .itl-survey__text .sd-question__content input:focus {
  border: 2px solid #c2c2c2;
}

.itl-survey.new-design .itl-survey__comment .sd-question__content {
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.itl-survey.new-design .sd-question__erbox,
.itl-survey.new-design div.mage-error {
  display: flex;
  margin-top: 15px;
  white-space: normal;
  background-color: transparent;
  color: #C0392B !important;
  font-size: 16px;
  font-weight: 700;
}

.itl-survey.new-design .sd-question__erbox:before,
.itl-survey.new-design div.mage-error:before {
  content: '!';
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 4px;
  color: #fff;
  background: #C0392B;
  border-radius: 100%;
}

.itl-survey.new-design .sd-question__erbox:not(:empty),
.itl-survey.new-design div.mage-error:not(:empty) {
  padding: 0;
}

.itl-survey.new-design .sd-question__erbox:not(.help-block):before,
.itl-survey.new-design div.mage-error:not(.help-block):before {
  content: '\f00d';
  font-family: 'Font Awesome 5 Pro';
  font-size: 15px;
  font-weight: 400;
}

.itl-survey.new-design .help-block {
  color: #E38F0A !important;
}

.itl-survey.new-design .help-block:before {
  color: #fff;
  background: #E38F0A;
}

.itl-survey.new-design .help-block:not(:empty) {
  padding: 0;
}

.itl-survey.new-design .calendly-inline-widget {
  border: 2px solid #DEDEDE;
  border-radius: 8px;
  overflow: hidden;
}

.itl-survey .sd-file {
  min-height: 400px;
}

.itl-survey .sd-file__drag-area {
  display: flex;
  align-items: center;
  min-height: 400px;
}

.itl-survey .sd-file__drag-area-placeholder {
  margin-bottom: 16px;
}

.itl-survey .sd-file__list .itl-survey__exif-warning {
  margin-top: 5px;
  color: #c0392b;
  font-size: 12px;
  text-align: center;
  white-space: normal;
}

.itl-survey .sd-file__remove-file-button {
  --base-unit: 8px;
  opacity: 1;
}

.consultation-banner {
  width: auto !important;
  padding: 50px 0;
  background: #E8F6F9;
  border-radius: 8px;
  margin: 16px;
  text-align: center;
}

.consultation-banner .itl-container__inner {
  flex-direction: column;
  align-items: center;
}

.consultation-banner .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-bottom: 8px;
  background: #00a0bf;
  border-radius: 100%;
}

.consultation-banner .icon img {
  width: 32px;
  height: 32px;
}

.consultation-banner .title {
  margin-bottom: 8px;
  color: #1D2755;
  font-size: 28px;
  font-weight: 700;
}

.consultation-banner .description {
  font-size: 16px;
}

.bmi-calc.card-new {
  position: relative;
}

.bmi-calc.card-new .calc-wrap .input-wrap {
  margin-bottom: 32px;
}

.bmi-calc.card-new .calc-wrap .input-wrap:last-child {
  margin-bottom: 0;
}

.bmi-calc.card-new .calc-wrap .main-label {
  margin-bottom: 8px;
  color: #333333;
  font-weight: 700;
}

.bmi-calc.card-new .calc-wrap .switcher {
  display: inline-block;
  margin-top: 8px;
  cursor: pointer;
  text-decoration: underline;
}

.bmi-calc.card-new .calc-wrap select {
  background-color: #fff;
  color: #797979;
  background-image: none;
  background-size: 20px;
  border: 2px solid #c2c2c2;
  cursor: pointer;
}

.bmi-calc.card-new .calc-wrap select.selected {
  color: #282828;
  border-color: #00a0bf;
  background-image: url("../../frontend/c4u/child/en_GB/Innox_Consultation/images/tick.png");
}

.bmi-calc.card-new .calc-wrap .imperial-height-label,
.bmi-calc.card-new .calc-wrap .imperial-weight-label,
.bmi-calc.card-new .calc-wrap .control.metric {
  max-width: 200px;
}

.bmi-calc.card-new .bmi-wrap {
  margin-top: 16px;
  padding: 16px;
  background: #F6F6F6;
  border-radius: 8px;
}

.bmi-calc.card-new .bmi-wrap .content-holder {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bmi-calc.card-new .bmi-wrap .bmi {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding: 16px;
  color: #fff;
  background: #C0392B;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  font-size: 36px;
  font-weight: 700;
}

.bmi-calc.card-new .bmi-wrap .bmi.safe {
  background: #99e26f;
}

.bmi-calc.card-new .bmi-wrap .bmi.safer {
  background: #00e5d2;
}

.bmi-calc.card-new .bmi-wrap .bmi.high-risk {
  background: #C0392B;
}

.bmi-calc.card-new .bmi-wrap .bmi.ongoing {
  background: #19b394;
}

.bmi-calc.card-new .bmi-wrap .bmi-copy {
  color: #282828;
  text-align: center;
}

.custom-nhs-number {
  margin-bottom: 4px;
}

.custom-nhs-number .control {
  margin-top: 8px;
}

.custom-nhs-number .control .label {
  margin-bottom: 4px;
  font-weight: 700;
}

.custom-nhs-number .control .input-text {
  border: 2px solid #c2c2c2;
}

.custom-nhs-number .field.choice label {
  padding-left: 32px;
}

.custom-nhs-number .field.choice label:before {
  top: -2px;
  width: 26px;
  height: 26px;
  border: 2px solid #00a0bf;
  background: none;
  border-radius: 100%;
  box-sizing: border-box;
}

.custom-nhs-number .field.choice label:after {
  content: '';
  top: 11px;
  left: 13px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #00a0bf;
}

.back-prevent-notice {
  padding: 15px;
  border-radius: 20px;
}

.back-prevent-notice__icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.back-prevent-notice__icon span {
  font-size: 28px;
  margin-right: -5px;
}

.back-prevent-notice__text {
  font-size: 16px;
}

.back-prevent-notice__text a {
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: #00a0bf;
  text-decoration-color: #00a0bf;
}

.steps .step-marker > span {
  font-size: 22px;
}

.help-block,
div.mage-error {
  background-color: #ebfafd;
  color: #00a0bf !important;
  margin-top: 10px;
}

.help-block a,
div.mage-error a {
  text-decoration: underline;
}

.help-block h2,
.help-block h3,
.help-block h4,
.help-block h5,
.help-block h6,
.help-block strong,
.help-block b,
div.mage-error h2,
div.mage-error h3,
div.mage-error h4,
div.mage-error h5,
div.mage-error h6,
div.mage-error strong,
div.mage-error b {
  font-weight: bold;
}

.help-block:not(:empty),
div.mage-error:not(:empty) {
  padding: 10px;
  border-radius: 8px;
}

.addressfieldcolumn {
  display: none;
}

.radio-as-surveyjs .sv-item__control:focus + .sv-item__decorator {
  border: none;
}

.radio-as-surveyjs .sv-radio__svg {
  border-color: #f3ecfe;
  border-width: 1px;
  fill: transparent;
  outline: none;
}

.radio-as-surveyjs input:checked + .sv-radio__decorator .sv-radio__svg {
  fill: #ec008c;
  border-color: #ec008c;
}

.field-body .control .its-input-text__input,
.field-body .control select {
  border-color: #a7a7a7;
  background-color: #fff;
}

.itl-survey,
.consultation-step-header,
.itl-survey__progressbar {
  padding: 20px;
}

.itl-survey__progressbar {
  padding-bottom: 30px;
}

.itl-survey__progressbar #chatbot-progressbar {
  background-color: white;
}

.consultation-step-header {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
}

.consultation-step-header__title {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}

.consultation-step-header__title:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 8px;
  width: 15px;
  height: 28px;
  background-image: url("../../frontend/c4u/child/en_GB/images/c4u-new-web-arrow-icon-flipped.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.consultation-step-header__img {
  margin-bottom: 20px;
}

.consultation-step-header__text {
  background-color: #eafcfc;
  border-radius: 30px;
  padding: 10px;
}

.consultation-step-header__text .consultation-step-header__image {
  width: 50px;
  margin-right: 5px;
}

.consultation-step-header__text .consultation-step-header__image img {
  width: 100%;
  height: auto;
}

.consultation-step-header__inner {
  margin-right: 5px;
}

.consultation-step-header__inner .gpsc-no {
  text-decoration: underline;
  font-weight: bold;
}

.consultation-step-header__content img {
  width: 70px;
  height: auto;
}

.consultation-step-header__content {
  font-size: 13px;
}

.card.nooverflow {
  overflow: visible;
}

.its-configurable-btn[disabled] {
  display: none;
}

.complete-button {
  display: none;
}

.itl-container__inner__survey {
  max-width: 500px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.itl-container__inner__survey.wide {
  max-width: 800px;
}

.itl-container__inner__survey.wide .sd-question__title {
  margin-bottom: 8px;
  color: #282828;
}

.itl-container__inner__survey.wide .sd-question__title > span {
  font-size: 24px !important;
}

.sd-body,
.sd-element--with-frame {
  padding: 0 !important;
  background: #fff;
}

.sd-question--left {
  flex-direction: column;
}

.sd-question__required-text {
  display: none;
}

.sd-string-viewer.sd-string-viewer--multiline,
.sv-string-viewer.sv-string-viewer--multiline {
  white-space: normal;
}

.sd-svg-icon.sd-dropdown_chevron-button-svg {
  width: 48px;
  height: 48px;
}

.sd-element--with-frame {
  box-shadow: none;
}

.sd-input.sd-dropdown:focus-within,
.sd-input:focus-within {
  box-shadow: none;
}

.sd-input.sd-dropdown {
  border-radius: 8px;
  border: solid 1px rgba(85, 135, 175, 0.1);
}

.sd-element--with-frame > .sd-element__erbox {
  margin: 0;
  width: 100%;
}

.sd-list__item.sd-list__item--selected > .sd-list__item-body,
.sd-list__item.sd-list__item--selected:hover > .sd-list__item-body,
.sd-list__item.sd-list__item--selected.sd-list__item--focused > .sd-list__item-body {
  background-color: #00a0bf;
}

.sd-multi-select-list .sd-list__item.sd-list__item--selected.sd-list__item--focused > .sd-list__item-body,
li:focus .sd-list__item.sd-list__item--selected > .sd-list__item-body {
  background-color: #00a0bf;
}

#surveyNext,
#surveyComplete {
  display: none;
}

.sd-selectbase--row {
  flex-direction: column;
}

.sd-title-actions {
  width: 100% !important;
}

.sd-selectbase__label {
  padding-left: 5px;
  cursor: pointer;
}

.sd-comment,
.its-input-text__input {
  font-family: "Nunito", sans-serif;
}

.sd-comment {
  resize: none !important;
  height: 100px;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #d7f1f5;
  background: #f6feff;
  outline: none;
  max-width: 300px;
  overflow: hidden;
}

.sd-comment:focus {
  border-color: #00a0bf;
}

.sd-dropdown_chevron-button-svg {
  display: none;
}

.sd-dropdown__filter-string-input {
  font-family: "Nunito", sans-serif;
}

.sd-dropdown__value .sv-string-viewer {
  line-height: 40px;
}

#icon-loading path {
  fill: #00a0bf;
}

.survey-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  z-index: 9;
  background: rgba(0, 0, 0, 0.2);
}

.survey-modal .content-wrap {
  position: relative;
  padding: 50px 16px 16px;
  background: #fff;
  border-radius: 8px;
  font-size: 16px;
  text-align: center;
  z-index: 1;
}

.survey-modal .content-wrap .close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}

.survey-modal .content-wrap .close-btn .fal {
  font-size: 15px;
  font-weight: 900;
}

.survey-modal .content-wrap .icon-holder {
  position: relative;
  display: flex;
  justify-content: center;
}

.survey-modal .content-wrap .icon-holder.loaded .icon {
  opacity: 0;
}

.survey-modal .content-wrap .icon-holder.loaded .fal {
  opacity: 1;
  transform: scale(1);
}

.survey-modal .content-wrap .icon-holder .fal {
  position: absolute;
  opacity: 0;
  color: #00b67a;
  transform: scale(0);
  font-size: 35px;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
}

.survey-modal .content-wrap .icon {
  display: block;
  margin-bottom: 8px;
  color: #E38F0A;
  transition: opacity .3s ease-in-out;
}

.survey-modal .content-wrap .icon:before {
  font-size: 35px;
}

.survey-modal .content-wrap .icon.icon-loader {
  color: #00a0bf;
  animation: spin 1s infinite linear;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.survey-modal .content-wrap .title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.survey-modal .content-wrap .description {
  max-width: 700px;
  margin: 0 auto 8px;
}

.survey-modal .content-wrap .close {
  color: #ec008c;
  text-decoration: underline;
  cursor: pointer;
}

.bmi-calc.card {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 40px;
  border-radius: 50px;
}

.bmi-calc.card .roundmybmi.safest-bmi,
.bmi-calc.card .roundmybmi {
  background-color: #ec008c;
}

.bmi-calc.card .roundmybmi.safer-bmi {
  background-color: #02e5d2;
}

.bmi-calc.card .roundmybmi.high-risk {
  background-color: #ef6f62;
}

.bmi-calc.card .multicolorprogress-wrapper {
  pointer-events: none;
  max-width: 600px;
  margin: 0 auto;
}

.bmi-calc.card .title {
  font-size: 26px;
  color: #00b5e9;
  font-weight: 300;
}

.bmi-calc.card .bmi-imperial-tab {
  width: 65%;
  padding: 25px 15px;
  flex-direction: row;
  margin: 0 auto;
}

.bmi-calc.card .bmi-imperial-tab input,
.bmi-calc.card .bmi-imperial-tab select {
  border: 1px solid #ccdde9;
  height: 45px;
  border-radius: 4px;
}

.bmi-calc.card .bmi-imperial-tab input::-moz-placeholder,
.bmi-calc.card .bmi-imperial-tab select::-moz-placeholder {
  color: #697186;
}

.bmi-calc.card .bmi-imperial-tab input::placeholder,
.bmi-calc.card .bmi-imperial-tab select::placeholder {
  color: #697186;
}

.bmi-calc.card .bmi-imperial-tab select {
  background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, #54b9e6, #54b9e6);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 5em;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.bmi-calc.card .bmi-cal-result {
  text-align: center;
}

.bmi-metric,
.bmi-imperial {
  padding: 0px 15px;
}

.consultation-section .multicolorprogress > .step {
  flex-grow: 0;
  flex-basis: revert;
}

.consultation-section .step {
  width: 33.33%;
}

.consultation-section .ui-slider-handle.blueball {
  background: transparent;
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 0;
  text-align: center;
  line-height: 22px;
  width: 22px;
  height: 22px;
  font-size: 0;
  filter: drop-shadow(5px 8.66px 7.5px rgba(170, 194, 205, 0.5));
  background: #00b5e9;
}

.consultation-section .multicolorprogress .step__label {
  margin-top: 4px;
  padding-top: 10px;
}

.unit-wrapper {
  font-size: 13px;
}

.unit-wrapper .unit-switcher {
  cursor: pointer;
}

.unit-wrapper .unit-switcher span {
  font-size: 1rem;
  padding: .625rem 2rem;
  color: var(--col-true-blue);
  cursor: pointer;
  border: 1px solid #00b5e9;
  color: #00b5e9;
  background: transparent;
  margin: 0 10px;
  border-radius: 4px;
  left: 0 !important;
  position: relative;
}

.unit-wrapper .unit-switcher .metric-text.active {
  background: #ec008c;
  color: white;
  border-color: #ec008c;
}

.unit-wrapper .unit-switcher .metric-text.active:after {
  content: '';
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  position: absolute;
  border-color: #ec008c transparent transparent transparent;
}

.cal-content {
  width: 100%;
}

.cal-content .control {
  width: 100%;
  margin: 0 10px;
  text-align: center;
}

.cal-content .control .consultation-section {
  margin: 15px 0 30px;
  display: none;
}

.cal-content .control .consultation-section .blueball {
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0.5em 1em -0.125em rgba(60, 175, 223, 0.01), 0 0px 0 1px rgba(60, 175, 223, 0.02);
  background-color: #00b5e9;
}

.cal-content .weight-lb-sec {
  margin-top: 30px;
}

.imperial-height-label {
  position: relative;
}

.imperial-height-label .cmp-bmi__form-box {
  position: absolute;
  right: 1px;
  background: #00b5e9;
  width: 44px;
  height: 44px;
  line-height: 43px;
  text-align: center;
  color: #fff;
  border-radius: 0px 4px 4px 0;
  z-index: -1;
}

.imperial-height-label .cmp-bmi__form-box:after {
  border: 2px solid #fff;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  position: absolute;
  top: 15px;
  transform: rotate(-45deg);
  width: 8px;
  height: 8px;
  content: '';
  left: 18px;
}

#proceedBtn {
  background: #ec008c;
  color: white;
  width: 162px;
  height: 45px;
  font-size: 18px;
  border-color: #ec008c;
  border-radius: 4px;
}

.measurment-popup.waring-popup._show .modal-header {
  padding: 0;
}

.measurment-popup.waring-popup._show .modal-header .action-close {
  background: transparent;
  box-shadow: none;
  top: 11px;
  right: 24px;
}

.measurment-popup.waring-popup._show .modal-header .action-close:before {
  color: #00b5e9;
  font-size: 60px;
}

.confirmation-message {
  font-size: 17px;
  color: #7a7a7a;
}

.confirmation-message img {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 75px;
  margin-bottom: 17px;
}

.confirmation-message .nhs-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.confirmation-message .nhs-link img {
  width: auto;
  margin: 0;
}

.confirmation-message .nhs-content {
  display: inline-block;
  line-height: 0px;
}

.confirmation-message .nhs-content a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 6px;
  position: relative;
  top: 3px;
  line-height: 0;
  color: #005eb8;
  font-weight: 600;
  text-decoration: underline;
}

.confirmation-message .nhs-content a img {
  margin-right: 4px;
}

.confirmation-message .nhs-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 10px;
}

.confirmation-message .nhs-button img {
  margin: 0;
  width: auto;
  margin-right: 7px;
}

.confirmation-message .nhs-button a {
  background: #1c5faa;
  font-size: 15px;
  width: 135px;
  display: flex;
  align-items: center;
  margin: 0 9px;
  height: 35px;
  border-radius: 4px;
  text-align: center;
  justify-content: center;
  color: #fff;
}

.confirmation-message .nhs-button a:last-child {
  background: #ec008c;
  color: white;
}

.roundmybmi {
  width: 100px;
  height: 100px;
  border-radius: 50% !important;
}

.multicolorprogress {
  display: flex;
  height: 10px;
  margin-bottom: 50px;
}

.multicolorprogress-wrapper {
  position: relative;
}

.multicolorprogress-wrapper .blueball {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #00b5e9;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0.5em 1em -0.125em rgba(60, 175, 223, 0.01), 0 0px 0 1px rgba(60, 175, 223, 0.02);
  margin-left: -10px;
}

.multicolorprogress > .step {
  flex-grow: 1;
  flex-basis: 0;
  position: relative;
}

.multicolorprogress > .step:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.multicolorprogress > .step:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.multicolorprogress .step-1 {
  background-color: #99e26f;
}

.multicolorprogress .step-2 {
  background-color: #00e5d2;
}

.multicolorprogress .step-3 {
  background-color: #ef6f62;
}

.multicolorprogress .step__label {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 100%;
  margin-top: 10px;
}

@media screen and (min-width: 481px) {
  .steps.is-tablet-medium {
    font-size: 1.25rem;
    min-height: 2.5rem;
  }

  .steps.is-tablet-medium .step-item:not(:first-child)::before {
    height: 5px;
    width: 100%;
    bottom: 0;
    left: -50%;
    top: 1.25rem;
  }

  .steps.is-tablet-medium .step-item .step-marker {
    height: 2.5rem;
    width: 2.5rem;
    position: absolute;
    left: calc(50% - 1.25rem);
  }

  .steps.is-tablet-medium .step-item .step-marker .icon * {
    font-size: 1.25rem;
  }

  .steps.is-tablet-medium .step-item .step-details {
    margin-top: 2.5rem;
    margin-left: .5em;
    margin-right: .5em;
    padding-top: .2em;
  }

  .steps.is-tablet-medium .step-item .step-details .step-title {
    font-size: 1rem;
    font-weight: 600;
    color: #00a0bf;
  }

  .itl-survey,
  .consultation-step-header,
  .itl-survey__progressbar {
    padding: 30px 30px 0;
  }

  .consultation-step-header__text {
    padding: 20px;
  }
}

@media (min-width: 481px) {
  .consultation-step-header__text .consultation-step-header__image {
    width: 70px;
    margin-right: 10px;
  }

  .consultation-step-header__content img {
    width: 80px;
    height: auto;
  }

  .consultation-step-header__content {
    font-size: 14px;
  }
}

@media (min-width: 576px) {
  .itl-survey .sd-question__description.itl-survey__sv-question__description.sd-description .why-wrap .subtitle {
    font-size: 18px;
  }

  .itl-survey .sd-question__description.itl-survey__sv-question__description.sd-description .custom-description .advice p:first-child {
    font-size: 18px;
  }

  .itl-survey .sd-question__description.itl-survey__sv-question__description.sd-description .custom-description ul li {
    padding-left: 34px;
  }

  .itl-survey .sd-question__description.itl-survey__sv-question__description.sd-description .custom-description ul li::before {
    font-size: 26px;
  }

  .itl-survey .sd-question__description.itl-survey__sv-question__description.sd-description .custom-description .example-wrap > div {
    display: flex;
    justify-content: space-between;
  }

  .itl-survey .sd-question__description.itl-survey__sv-question__description.sd-description .custom-description .example-wrap > div > div {
    width: calc(50% - 8px);
    justify-content: space-between;
  }

  .itl-survey .sd-question__description.itl-survey__sv-question__description.sd-description .custom-description .example-wrap .second {
    display: flex;
  }
}

@media (min-width: 768px) {
  .itl-survey .sd-question__description.itl-survey__sv-question__description.sd-description .custom-description .example-wrap {
    display: flex;
    justify-content: space-between;
  }

  .itl-survey .sd-question__description.itl-survey__sv-question__description.sd-description .custom-description .example-wrap > div {
    width: calc(50% - 8px);
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px), print {
  .field.is-horizontal {
    display: flex;
  }

  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }

  .field-label.is-small {
    font-size: 0.75rem;
    padding-top: 0.375em;
  }

  .field-label.is-normal {
    padding-top: 0.375em;
  }

  .field-label.is-medium {
    font-size: 1.25rem;
    padding-top: 0.375em;
  }

  .field-label.is-large {
    font-size: 1.5rem;
    padding-top: 0.375em;
  }

  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1;
  }

  .field-body .field {
    margin-bottom: 0;
  }

  .field-body > .field {
    flex-shrink: 1;
  }

  .field-body > .field:not(.is-narrow) {
    flex-grow: 1;
  }

  .field-body > .field:not(:last-child) {
    margin-right: 0.75rem;
  }

  .steps.is-tablet-medium {
    font-size: 1.5rem;
    min-height: 3rem;
  }

  .steps.is-tablet-medium .step-item:not(:first-child)::before {
    height: 5px;
    width: 100%;
    bottom: 0;
    left: -50%;
    top: 1.5rem;
  }

  .steps.is-tablet-medium .step-item .step-marker {
    height: 3rem;
    width: 3rem;
    position: absolute;
    left: calc(50% - 1.5rem);
  }

  .steps.is-tablet-medium .step-item .step-marker .icon * {
    font-size: 1.5rem;
  }

  .steps.is-tablet-medium .step-item .step-details {
    margin-top: 3rem;
    margin-left: .5em;
    margin-right: .5em;
    padding-top: .2em;
  }

  .steps.is-tablet-medium .step-item .step-details .step-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #00a0bf;
  }

  .itl-survey .sd-question__content {
    overflow: visible;
  }

  .itl-survey .sd-question.itl-survey__comment .sd-question__content,
  .itl-survey .sd-question--disabled.itl-survey__comment .sd-question__content {
    text-align: right;
  }

  .itl-survey__navigation {
    padding: 40px;
  }

  .steps .step-marker > span {
    font-size: 28px;
  }

  .consultation-step-header__text {
    padding: 30px;
  }
}

@media screen and (min-width: 769px) {
  .itl-survey.new-design .loader-wrap {
    margin-bottom: 50px;
  }

  .itl-survey.new-design .loader-wrap .icon-loader:before {
    font-size: 55px;
  }

  .itl-survey.new-design .sd-panel.sd-panel--as-page > .sd-panel__header.sd-panel__header .sd-panel__title {
    margin-bottom: 8px;
    font-size: 24px;
  }

  .itl-survey.new-design .sd-panel__header {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }

  .itl-survey.new-design .sd-panel__content > .sd-page__row {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .itl-survey.new-design .sd-question {
    max-width: 50%;
  }

  .itl-survey.new-design .sd-page > .sd-page__row {
    padding: 32px;
  }

  .itl-survey.new-design .sd-root-modern .sv-question__title,
  .itl-survey.new-design .sd-root-modern .sd-question__title {
    font-size: 18px;
  }

  .itl-survey.new-design .sd-root-modern .sv-question__title .sv-string-viewer,
  .itl-survey.new-design .sd-root-modern .sd-question__title .sv-string-viewer {
    font-size: 18px;
  }

  .itl-survey.new-design .sd-comment {
    height: 250px;
  }

  .itl-survey.new-design .bmi-calc.card-new .bmi-wrap {
    position: absolute;
    top: 0;
    left: calc(100% + 10px);
    width: calc(100% - 10px);
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0;
  }

  .consultation-banner {
    width: 100% !important;
    margin: 0 0 50px;
    border-radius: 0;
  }

  .consultation-banner .icon {
    width: 80px;
    height: 80px;
  }

  .consultation-banner .icon img {
    width: 45px;
    height: 45px;
  }

  .consultation-banner .title {
    font-size: 36px;
  }

  .consultation-banner .description {
    font-size: 18px;
  }

  .itl-survey,
  .consultation-step-header,
  .itl-survey__progressbar {
    padding: 40px 40px 0;
  }

  .survey-modal .content-wrap {
    width: 100%;
    max-width: 1000px;
    padding: 100px 32px 60px;
  }

  .survey-modal .content-wrap .icon-holder .fal {
    font-size: 55px;
  }

  .survey-modal .content-wrap .icon:before {
    font-size: 55px;
  }
}

@media screen and (min-width: 1024px) {
  .section.is-medium {
    padding: 9rem 1.5rem;
  }

  .section.is-large {
    padding: 18rem 1.5rem;
  }

  .itl-survey.new-design .bmi-calc.card-new .bmi-wrap {
    padding: 32px;
  }

  .consultation-banner {
    padding: 88px 0;
  }

  .bmi-calc.card-new .bmi-wrap .bmi {
    min-width: 100px;
    font-size: 48px;
  }
}

@media screen and (max-width: 768px) {
  .field-label {
    margin-bottom: 0.5rem;
  }

  .itl-survey__navigation.fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
  }

  .itl-survey.new-design {
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .bmi-calc.card .bmi-imperial-tab {
    width: 100%;
  }

  .bmi-calc.card .bmi-imperial-tab .control {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .bmi-cal-result {
    padding-bottom: 25px;
  }

  .bmi-calc .bmi-imperial-tab {
    width: 100%;
  }

  .cal-content .bmi-imperial .control.weight-lb-sec .imperial-height-label .cmp-bmi__form-box {
    top: 10px;
  }
}

@media only screen and (max-width: 639px) {
  .bmi-calc .bmi-imperial-tab {
    flex-direction: column;
  }

  .bmi-calc .bmi-imperial-tab input {
    margin: 0px;
  }

  .bmi-calc .bmi-imperial-tab input:first-child {
    margin-bottom: 10px;
  }

  .bmi-calc .bmi-imperial-tab #weight-lb,
  .bmi-calc .bmi-imperial-tab #weight-st {
    margin-top: 10px;
  }

  .consultation-section .ui-slider-handle.blueball {
    line-height: 15px;
    width: 15px;
    height: 15px;
  }

  .cal-content .weight-lb-sec {
    margin-top: 15px;
  }

  .cal-content .bmi-imperial .weight-lb-sec label {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .weight-lb-text {
    margin-top: 10px;
  }

  .consultation-section .multicolorprogress .step__label {
    font-size: 14px;
    line-height: 15px;
  }

  .bmi-imperial-set {
    flex-wrap: wrap;
  }

  .bmi-imperial-set .imperial-height-label {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 15px;
  }

  .card.bmi-calc .bmi-imperial-tab #weight-lb {
    margin-top: 0;
  }

  .cal-content .control {
    margin: 0;
  }

  .cal-content .weight-lb-sec {
    flex-wrap: wrap;
  }

  .cal-content .weight-lb-sec .imperial-height-label {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 5px;
  }

  .confirmation-message {
    font-size: 15px;
  }

  .confirmation-message .nhs-content a {
    font-size: 15px;
  }
}
/*# sourceMappingURL=module.css.map */
