/*add overrides to default styling here*/

/* Pull through custom font*/
/*@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,500,700,400italic,700italic);
*/

@font-face {
    font-family: 'fa-brands-400';
    src: url('../webfonts/fa-brands-400.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'fa-brands-400';
    src: url('../webfonts/fa-brands-400.svg') format('svg');
}
@font-face {
    font-family: 'fa-brands-400';
    src: url('../webfonts/fa-brands-400.ttf') format('truetype');
}
@font-face {
    font-family: 'fa-brands-400';
    src: url('../webfonts/fa-brands-400.woff') format('woff');
}
@font-face {
    font-family: 'fa-brands-400';
    src: url('../webfonts/fa-brands-400.woff2') format('woff2');
}
@font-face {
    font-family: 'fa-regular-400';
    src: url('../webfonts/fa-regular-400.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'fa-regular-400';
    src: url('../webfonts/fa-regular-400.svg') format('svg');
}
@font-face {
    font-family: 'fa-regular-400';
    src: url('../webfonts/fa-regular-400.ttf') format('truetype');
}
@font-face {
    font-family: 'fa-regular-400';
    src: url('../webfonts/fa-regular-400.woff') format('woff');
}
@font-face {
    font-family: 'fa-regular-400';
    src: url('../webfonts/fa-regular-400.woff2') format('woff2');
}
@font-face {
    font-family: 'fa-solid-900';
    src: url('../webfonts/fa-solid-900.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'fa-solid-900';
    src: url('../webfonts/fa-solid-900.ttf') format('truetype');
}
@font-face {
    font-family: 'fa-solid-900';
    src: url('../webfonts/fa-solid-900.woff') format('woff');
}
@font-face {
    font-family: 'fa-solid-900';
    src: url('../webfonts/fa-solid-900.svg') format('svg');
}
@font-face {
    font-family: 'fa-solid-900';
    src: url('../webfonts/fa-solid-900.woff2') format('woff2');
}

.page-title {
    display: none !important;
}
@media(max-width:1200px){

    .page-title{

        display:none!important;
    }
}

.displaynone{
    display:none!important;
}
.textfieldlabelrequired:after{
    content: ' *';
    color:red;

}

wrapper,form {
    background: #eff9fb;
    background-color: #eff9fb;
    padding-top:10px;
    padding-bottom:30px;
}

h2 {

    font-size:34px;
}

.page-title h2 {
    padding-top: 35px;
    padding-bottom: 35px;
    color:#15222E;
    font-size:44px!important;

}
.alert {

    margin-top:25px;
}

.form-control:focus {
    border-color: #29335c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #29335c;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #29335c;
}

 
    .grey {
    border: 1px solid #29335c;
    min-width: 80vw; 
    /*    margin-left: 5vw;
    margin-right: 5vw;*/
    padding: 40px;
    background: #fff; 
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 10vh;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.15);
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}
.app-title, h4 {
    background: #fff;
    font-size: 30px;
    color: #29335c;
    line-height: 38px;  
    margin-top: 20px;
    margin-bottom: 20px;
}

@media(min-width:769px){
    .app-title {
        background: #fff;
        color: #29335c;
        padding-top: 25px;
        padding-bottom: 25px;
        font-size: 36px;
    }

}
/*
input[type=radio] {
    opacity: 0;
    -webkit-clip-path: polygon(0 0);
    clip-path: polygon(0 0);
    position: absolute;
    left: 0
}

    input[type=radio] + label {
        position: relative;
        margin: 0 0.5rem 0.5rem 0
    }

        input[type=radio] + label:last-of-type {
            margin-bottom: 0.5rem
        }

        input[type=radio] + label:before {
            display: block;
            width: 20px;
            height: 20px;
            content: "";
            border: 1px solid #878787;
            background-color: #f9f9f9;
          margin-bottom:15px;
            margin-right: 10px;
            position: relative;
            -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.15);
            box-shadow: 0 3px 6px rgba(0,0,0,0.15);
            border-radius: 50%
        }

    input[type=radio]:checked + label:after {
        background-color: #29335c;
        width: 8px;
        height: 8px;
        content: "";
        position: absolute;
        border-radius: 50%;
        top: 6px;
       right:16px;
    }

    label{

       padding-left:10px;
       font-size:16px;
    }

    input[type=radio][disabled] + label {
        opacity: 0.5
    }

input[type=radio] {
    margin: 0
}
*/
button[type="submit"] {
    margin-top: 1rem
}

select {
    height: auto;
    padding: .6rem 1.27778rem .6rem .6rem !important;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.15);
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
    margin-bottom: 0
}


header{

    margin-bottom:50px;
}

.containerbody {
    min-width: 80vw;
    margin-left: 10vw;
    margin-right: 10vw;
    margin-bottom:10vh;
    margin-top:15vh;
  
}


btn, button, input[type=submit] {
    padding: 14px 24px;
    border-radius: 200px;
    background-color: #a1ec83;
    box-shadow: inset 0 10px 3px 100px transparent;
    -webkit-transition: box-shadow 200ms ease;
    transition: box-shadow 200ms ease;
    color: #29335c;
    font-weight: 600;
    text-align: center;
    border: 1px solid transparent;
}


    btn:hover, button:hover, input[type=submit]:hover {
        -webkit-transition: opacity, 0.3s ease-in-out;
        -moz-transition: opacity, 0.3s ease-in-out;
        -ms-transition: opacity, 0.3s ease-in-out;
        -o-transition: opacity, 0.3s ease-in-out;
        transition: opacity, 0.3s ease-in-out;
        color: #222;
        border: 1px solid #29335c;
        background-color:#fff;
    }
.input, select, .form-control, input[type=date], input[type=text] {
    font-size:1.725rem;
    line-height: normal;
    width: 100%;
    left: 0;
    left: 0;
    top: 0;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    -ms-border-radius: 33px;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.15);
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
    border-radius: 33px;
    /*    padding: 20px 80px 20px 30px;
    padding: 1.25rem 5rem 1.25rem 1.875rem;*/
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
    border: none;
    color: #101e23;
    -webkit-appearance: none;
    background: none;
    height: 5rem;
    outline: none;
    border: 1px solid #101e23;   
    margin-bottom: 22px;
}

.panel {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.panel-heading {
  padding: 10px 15px;
  margin: -15px -15px 15px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}


#dpSearchGrid {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

#dpSearchGrid:before,
#dpSearchGrid:after {
  display: table;
  content: " ";
}

#dpSearchGrid:after {
  clear: both;
}

#dpSearchGrid a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

#dpSearchGrid a,
#dpSearchGrid  span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

#dpSearchGrid  a:hover,
#dpSearchGrid  a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

#QASCapture_QASTable {
width:100%;
}
/* Start Compass Controls*/

.btnSearch {
    background-image:url('../_images/btnsearch.png');
    width:136px;
    height:37px
}
.textfieldlabelrequired {
    font-weight: bold;
    font-size: 18px;
    /*color: #333;*/
}

#FeeGrid {
width:auto;
text-align:left;
}

#FeeGridHeaderRow {
font-weight: 700;
}

.courselistgrid {
    margin:auto;
    width: 90%;

}
.MarketingFieldListView li
{
	vertical-align :top ;
	display:inline-block;
}

.usercontrol
{
	text-align: left;
	border-style:none;
    margin: 20px;
}

.searchpanel{
    padding-right: 25px;
}

.searchBox {
    width: 100%;
}
.imageLabel {
    display:block !important;
}

.resultspanel {
     vertical-align:top; 
}

.resultspanel div div {
    /*padding:10px;*/
}

.tblrow:nth-child(even) {
    background-color: #f9f9f9;
}

.searchgridcell {
    padding-right: 10px;
}

.searchgridcell:nth-child(even) {
    background-color: #f9f9f9;
}

.searchgridcell:nth-child(even) {
    background-color: #f9f9f9;
}

.searchgridheaderAccount {
    background-color: #cfdde8;  
}
    .searchgridheader th {
        text-align: center;
    }

.MarketingField1Image{
	border-radius:15px;
	width:120px;
	background-color:#FFF;
	margin:  0 10px 10px 10px;
    
	float:left;
	-webkit-box-shadow: 0 1px 3px #c3c3c3;
    -moz-box-shadow: 0 1px 3px #c3c3c3;
    box-shadow: 0 1px 3px #c3c3c3;  
	overflow:hidden;
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	-o-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}

.MarketingField1Image:hover{
	-webkit-box-shadow: 0 0 8px #83B3D6, 0 0 8px #83B3D6;
    -moz-box-shadow: 0 0 8px #83B3D6,  0 0 8px #83B3D6;
    box-shadow: 0 0 8px #83B3D6,  0 0 8px #83B3D6; 
}
	

.MarketingField1Image img{
	display:block;
	width:120px;
	-webkit-box-shadow: 0 2px 1px #c3c3c3;
    -moz-box-shadow: 0 2px 1px #c3c3c3;
    box-shadow: 0 2px 1px #c3c3c3;
	-webkit-border-radius:15px 15px 0 0;
    -moz-border-radius:15px 15px 0 0;
    border-radius:15px 15px 0 0;
	opacity:0.8;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	}

.MarketingField1Image img:hover{
	opacity:1;
}


.MarketingFieldListView h3{
	
	font-size:75%;
	font-weight:normal;
	padding:5px 0 0 8px;
	color:#2d2d2d;
	text-decoration:none;
    text-align:center;
}

.MarketingFieldListView h3 a{
	text-decoration:none;
	color:#2d2d2d;
}

.MarketingFieldListView span{
	
	font-size:80%;
	font-weight:normal;
	padding:0 0 0 8px;
	color:#83B3D6;
	text-decoration:none;
    text-align: center;
}

span input[type="image"] {
    padding:10px;
}

#CourseSearchPanel_ListView {
    text-align:center;
}

#FeeGridFeeTypeCell {
    text-align:center;
    width:200px;
}


#FeeGridAmountCell {
    text-align:center;
width:150px;
}
/* End Compass Controls*/
.error {
    display:block;
}

/**** QAS showloading ****/
.loading-indicator {
    height: 80px;
    width: 80px;
    background: url('data:image/gif;base64,R0lGODlhHwAfAPUAAP///wAAAOjo6NLS0ry8vK6urqKiotzc3Li4uJqamuTk5NjY2KqqqqCgoLCwsMzMzPb29qioqNTU1Obm5jY2NiYmJlBQUMTExHBwcJKSklZWVvr6+mhoaEZGRsbGxvj4+EhISDIyMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAHwAfAAAG/0CAcEgUDAgFA4BiwSQexKh0eEAkrldAZbvlOD5TqYKALWu5XIwnPFwwymY0GsRgAxrwuJwbCi8aAHlYZ3sVdwtRCm8JgVgODwoQAAIXGRpojQwKRGSDCRESYRsGHYZlBFR5AJt2a3kHQlZlERN2QxMRcAiTeaG2QxJ5RnAOv1EOcEdwUMZDD3BIcKzNq3BJcJLUABBwStrNBtjf3GUGBdLfCtadWMzUz6cDxN/IZQMCvdTBcAIAsli0jOHSJeSAqmlhNr0awo7RJ19TJORqdAXVEEVZyjyKtE3Bg3oZE2iK8oeiKkFZGiCaggelSTiA2LhxiZLBSjZjBL2siNBOFQ84LxHA+mYEiRJzBO7ZCQIAIfkECQoAAAAsAAAAAB8AHwAABv9AgHBIFAwIBQPAUCAMBMSodHhAJK5XAPaKOEynCsIWqx0nCIrvcMEwZ90JxkINaMATZXfju9jf82YAIQxRCm14Ww4PChAAEAoPDlsAFRUgHkRiZAkREmoSEXiVlRgfQgeBaXRpo6MOQlZbERN0Qx4drRUcAAJmnrVDBrkVDwNjr8BDGxq5Z2MPyUQZuRgFY6rRABe5FgZjjdm8uRTh2d5b4NkQY0zX5QpjTc/lD2NOx+WSW0++2RJmUGJhmZVsQqgtCE6lqpXGjBchmt50+hQKEAEiht5gUcTIESR9GhlgE9IH0BiTkxrMmWIHDkose9SwcQlHDsOIk9ygiVbl5JgMLuV4HUmypMkTOkEAACH5BAkKAAAALAAAAAAfAB8AAAb/QIBwSBQMCAUDwFAgDATEqHR4QCSuVwD2ijhMpwrCFqsdJwiK73DBMGfdCcZCDWjAE2V347vY3/NmdXNECm14Ww4PChAAEAoPDltlDGlDYmQJERJqEhGHWARUgZVqaWZeAFZbERN0QxOeWwgAAmabrkMSZkZjDrhRkVtHYw+/RA9jSGOkxgpjSWOMxkIQY0rT0wbR2LQV3t4UBcvcF9/eFpdYxdgZ5hUYA73YGxruCbVjt78G7hXFqlhY/fLQwR0HIQdGuUrTz5eQdIc0cfIEwByGD0MKvcGSaFGjR8GyeAPhIUofQGNQSgrB4IsdOCqx7FHDBiYcOQshYjKDxliVDpRjunCjdSTJkiZP6AQBACH5BAkKAAAALAAAAAAfAB8AAAb/QIBwSBQMCAUDwFAgDATEqHR4QCSuVwD2ijhMpwrCFqsdJwiK73DBMGfdCcZCDWjAE2V347vY3/NmdXNECm14Ww4PChAAEAoPDltlDGlDYmQJERJqEhGHWARUgZVqaWZeAFZbERN0QxOeWwgAAmabrkMSZkZjDrhRkVtHYw+/RA9jSGOkxgpjSWOMxkIQY0rT0wbR2I3WBcvczltNxNzIW0693MFYT7bTumNQqlisv7BjswAHo64egFdQAbj0RtOXDQY6VAAUakihN1gSLaJ1IYOGChgXXqEUpQ9ASRlDYhT0xQ4cACJDhqDD5mRKjCAYuArjBmVKDP9+VRljMyMHDwcfuBlBooSCBQwJiqkJAgAh+QQJCgAAACwAAAAAHwAfAAAG/0CAcEgUDAgFA8BQIAwExKh0eEAkrlcA9oo4TKcKwharHScIiu9wwTBn3QnGQg1owBNld+O72N/zZnVzRApteFsODwoQABAKDw5bZQxpQ2JkCRESahIRh1gEVIGVamlmXgBWWxETdEMTnlsIAAJmm65DEmZGYw64UZFbR2MPv0QPY0hjpMYKY0ljjMZCEGNK09MG0diN1gXL3M5bTcTcyFtOvdzBWE+207pjUKpYrL+wY7MAB4EerqZjUAG4lKVCBwMbvnT6dCXUkEIFK0jUkOECFEeQJF2hFKUPAIkgQwIaI+hLiJAoR27Zo4YBCJQgVW4cpMYDBpgVZKL59cEBhw+U+QROQ4bBAoUlTZ7QCQIAIfkECQoAAAAsAAAAAB8AHwAABv9AgHBIFAwIBQPAUCAMBMSodHhAJK5XAPaKOEynCsIWqx0nCIrvcMEwZ90JxkINaMATZXfju9jf82Z1c0QKbXhbDg8KEAAQCg8OW2UMaUNiZAkREmoSEYdYBFSBlWppZl4AVlsRE3RDE55bCAACZpuuQxJmRmMOuFGRW0djD79ED2NIY6TGCmNJY4zGQhBjStPTFBXb21DY1VsGFtzbF9gAzlsFGOQVGefIW2LtGhvYwVgDD+0V17+6Y6BwaNfBwy9YY2YBcMAPnStTY1B9YMdNiyZOngCFGuIBxDZAiRY1eoTvE6UoDEIAGrNSUoNBUuzAaYlljxo2M+HIeXiJpRsRNMaq+JSFCpsRJEqYOPH2JQgAIfkECQoAAAAsAAAAAB8AHwAABv9AgHBIFAwIBQPAUCAMBMSodHhAJK5XAPaKOEynCsIWqx0nCIrvcMEwZ90JxkINaMATZXfjywjlzX9jdXNEHiAVFX8ODwoQABAKDw5bZQxpQh8YiIhaERJqEhF4WwRDDpubAJdqaWZeAByoFR0edEMTolsIAA+yFUq2QxJmAgmyGhvBRJNbA5qoGcpED2MEFrIX0kMKYwUUslDaj2PA4soGY47iEOQFY6vS3FtNYw/m1KQDYw7mzFhPZj5JGzYGipUtESYowzVmF4ADgOCBCZTgFQAxZBJ4AiXqT6ltbUZhWdToUSR/Ii1FWbDnDkUyDQhJsQPn5ZU9atjUhCPHVhgTNy/RSKsiqKFFbUaQKGHiJNyXIAAh+QQJCgAAACwAAAAAHwAfAAAG/0CAcEh8JDAWCsBQIAwExKhU+HFwKlgsIMHlIg7TqQeTLW+7XYIiPGSAymY0mrFgA0LwuLzbCC/6eVlnewkADXVECgxcAGUaGRdQEAoPDmhnDGtDBJcVHQYbYRIRhWgEQwd7AB52AGt7YAAIchETrUITpGgIAAJ7ErdDEnsCA3IOwUSWaAOcaA/JQ0amBXKa0QpyBQZyENFCEHIG39HcaN7f4WhM1uTZaE1y0N/TacZoyN/LXU+/0cNyoMxCUytYLjm8AKSS46rVKzmxADhjlCACMFGkBiU4NUQRxS4OHijwNqnSJS6ZovzRyJAQo0NhGrgs5bIPmwWLCLHsQsfhxBWTe9QkOzCwC8sv5Ho127akyRM7QQAAOwAAAAAAAAAAAA==') /*../_images/loading.gif*/;
    background-repeat: no-repeat;
    background-position: center center;
}

.loading-indicator-overlay {
    background-color: #FFFFFF;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}


/*#region Toastr*/
.toast{
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
    padding: 15px!important;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
#toast-container > .toast:before {
    position: relative;
    font-family: 'Glyphicons Halflings';
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-size: 24px;
    font-weight: 400;
    padding-right: 0.5em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    float: left;
}

/*Success*/
#toast-container > .toast-success{
    background-image: linear-gradient(to bottom, #DFF0D8 0px, #C8E5BC 100%)!important;
    background-repeat: repeat-x;
    border-color: #B2DBA1;
    color: #3C763D !important;
    background-color: #DFF0D8;
}
.toast-success > .toast-close-button{
    color: #3C763D!important;
}

#toast-container > .toast-success:before {
    content: "\e013";
}
/*Error*/
#toast-container > .toast-error{
    background-image: linear-gradient(to bottom, #F2DEDE 0px, #E7C3C3 100%)!important;
    background-repeat: repeat-x;
    border-color: #DCA7A7;
    color: #A94442 !important;
    background-color: #F2DEDE;
}
.toast-error > .toast-close-button{
    color: #A94442!important;
}

#toast-container > .toast-error:before {
    content: " \e101";
}
/*Info*/
#toast-container > .toast-info{
    background-image: linear-gradient(to bottom, #D9EDF7 0px, #B9DEF0 100%)!important;
    background-repeat: repeat-x;
    border-color: #9ACFEA;
    color: #31708F !important;
    background-color: #D9EDF7;
}
.toast-info > .toast-close-button{
    color: #31708F!important;
}
#toast-container > .toast-info:before {
    content: "\e086";
}

/*Warning*/
#toast-container > .toast-warning{
    background-image: linear-gradient(to bottom, #FCF8E3 0px, #F8EFC0 100%)!important;
    background-repeat: repeat-x;
    border-color: #F5E79E;
    color: #8A6D3B !important;
    background-color: #FCF8E3;
}
.toast-warning > .toast-close-button{
    color: #8A6D3B!important;
}
#toast-container > .toast-warning:before {
    content: "\e107";
}
/*#endregion Toastr*/


.ui-datepicker-title {
    color:black;
}


/*User Account CSS */
       ol.progtrckr {
                            margin: 0;
                            padding: 0;
                            list-style-type: none;
                        }
            ol.progtrckr li {
                        display: inline-block;
                        text-align: center;
                        line-height: 3em;
                       
                    }

            ol.progtrckr[data-progtrckr-steps="5"] li { width: 19%;  }

            ol.progtrckr li.progtrckr-done {
    color: black;
    border-bottom: 4px solid yellowgreen;
}
ol.progtrckr li.progtrckr-current {
    color: gold;
    border-bottom: 4px solid rgb(247,237,190);
}

ol.progtrckr li.progtrckr-todo {
    color: silver; 
    border-bottom: 4px solid silver;
}

ol.progtrckr li:after {
    content: "\00a0\00a0";
}
ol.progtrckr li:before {
    position: relative;
    bottom: -2.5em;
    float: left;
    left: 50%;
    line-height: 1em;
}
ol.progtrckr li.progtrckr-done:before {
    content: "\2713";
    color: #f5f5f5;
    background-color: yellowgreen;
    height: 1.2em;
    width: 1.2em;
    line-height: 1.2em;
    border: none;
    border-radius: 1.2em;
}
ol.progtrckr li.progtrckr-current:before {
    content: "\039F";
    color: gold;
    background-color: white;
    font-size: 1.5em;
    bottom: -1.6em;
}
ol.progtrckr li.progtrckr-todo:before {
    content: "\039F";
    color: silver;
    background-color: white;
    font-size: 1.5em;
    bottom: -1.6em;
}
.courseHeader {
    font-size: x-large;
    color:yellowgreen;
}

.prog-details {
    border-radius: 4px;
    margin-top: 10px; 
}

.prog-details > div {
    height: 192px;
    padding: 4px;
     overflow: hidden;
    min-height: 192px;
    min-width:217px;
    line-height:2em;
    text-align:left;
      /* Animation time */
    -webkit-transition: height 2.0s;
    -moz-transition: height 2.0s;
    -o-transition: height 2.0s;
    transition: height 2.0s; 
}
.prog-details >  div:hover{
   min-height:192px;
    height: auto; /* This is the height on hover */
}


.done {
      background-color:rgb(205,229,146) ;
}
.todo {
      background-color:rgb(233,233,233);
}
.current {
    background-color:rgb(247,237,190);
}
.errorLogo {
    margin: auto;
    width:200px;
}
#SearchButton {
    margin-top:10px;
}


.dashboard-display .accordion {
    margin: 0
}

.dashboard-display.li .content li {
    font-size: 1.1em;
    background: none;
    line-height: 1.6;
    border: none;
    list-style: disc
}



.alert.alert-danger:before, .alert.alert-feedback:before, .alert.alert-info:before, .alert.alert-success:before, .alert.alert-warning:before {
    content: " ";
    position: absolute;
    top: 13px;
    left: 15px;
    background-repeat: no-repeat;
    padding: 13px
}

.alert {
    position: relative;
    padding-left: 50px
}

    .alert.alert-feedback {
        border: 1px solid #095bbc;
        border-top: 4px solid #095bbc;
        color: #222e3a;
        background-color: #dbebff;
        padding-left: 60px
    }

        .alert.alert-feedback:before {
            margin-right: 20px;
            position: relative;
            background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4KICAgIDxwYXRoIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjMDk1QkJDIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTI1IDEyLjMzM2ExMS4xNzMgMTEuMTczIDAgMCAxLTEuMiA1LjA2NyAxMS4zMzMgMTEuMzMzIDAgMCAxLTEwLjEzMyA2LjI2NyAxMS4xNzMgMTEuMTczIDAgMCAxLTUuMDY3LTEuMkwxIDI1bDIuNTMzLTcuNmExMS4xNzMgMTEuMTczIDAgMCAxLTEuMi01LjA2N0ExMS4zMzMgMTEuMzMzIDAgMCAxIDguNiAyLjIgMTEuMTczIDExLjE3MyAwIDAgMSAxMy42NjcgMWguNjY2QTExLjMwNyAxMS4zMDcgMCAwIDEgMjUgMTEuNjY3di42NjZ6Ii8+Cjwvc3ZnPgo=)
        }

    .alert.alert-success {
        border: 1px solid #73c36b
    }

        .alert.alert-success:before {
            margin-right: 20px;
            position: relative;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg style='fill-rule:evenodd;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;stroke:%2373C36B'%3E%3Cpath d='M21 10.08V11a10 10 0 1 1-5.93-9.14'/%3E%3Cpath d='M21 3L11 13.01l-3-3'/%3E%3C/g%3E%3C/svg%3E")
        }

    .alert.alert-info {
        border: 1px solid #6fcfe1
    }

        .alert.alert-info:before {
            margin-right: 20px;
            position: relative;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(1 1)'%3E%3Ccircle cx='10' cy='10' r='10' stroke='%236FCFE1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath stroke='%236FCFE1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10 14v-4'/%3E%3Ccircle cx='10' cy='6' r='1' fill='%236FCFE1'/%3E%3C/g%3E%3C/svg%3E%0A")
        }

    .alert.alert-danger, .alert.alert-warning {
        border: 1px solid #e95050
    }

        .alert.alert-danger:before, .alert.alert-warning:before {
            margin-right: 20px;
            position: relative;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(1 1)'%3E%3Ccircle cx='10' cy='10' r='10' stroke='%23E95050' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath stroke='%23E95050' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10 6v4'/%3E%3Ccircle cx='10' cy='14' r='1' fill='%23E95050'/%3E%3C/g%3E%3C/svg%3E%0A")
        }

    .alert.alert-edgy {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: 0
    }

    .alert.alert-iconed {
        position: relative;
        padding-left: 60px
    }

        .alert.alert-iconed:before {
            content: " ";
            position: absolute;
            top: 10px;
            left: 15px
        }

    .alert > p:last-child {
        margin-bottom: 0
    }

.alert-container {
    border-width: 1px;
    border-style: solid;
    border-radius: .25rem
}

    .alert-container.alert-global {
        border-width: 0 0 1px 0;
        border-radius: 0
    }

    .alert-container .alert {
        max-width: 1250px;
        margin: auto;
        border-width: 0
    }


Tables for mobile - Excludes datepicker and fee grid with :not(.ui-datepicker-calendar):not(#FeeGrid)

@media screen and (max-width: 600px) {
    body .table:not(.ui-datepicker-calendar):not(#FeeGrid):not(select) {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        vertical-align: bottom;
        padding: 0px !important;
    }

    .table:not(.ui-datepicker-calendar):not(#FeeGrid) .tr:not(select) {
        display: flex;
        flex-direction: column;
    }

    .table:not(.ui-datepicker-calendar):not(#FeeGrid) .td:not(select) {
        white-space: nowrap;
        font-weight:bold;
    }
}


table:not(.ui-datepicker-calendar):not(#FeeGrid):not(select) {
    padding: 20px;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table:not(.ui-datepicker-calendar):not(#FeeGrid) caption:not(select) {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table:not(.ui-datepicker-calendar):not(#FeeGrid) tr:not(select) {
    background-color: #f8f8f8;

    padding: .35em;
}

table:not(.ui-datepicker-calendar):not(#FeeGrid) th:not(select),
table:not(.ui-datepicker-calendar):not(#FeeGrid) td:not(select) {
    padding: .625em;
  
}

table:not(.ui-datepicker-calendar):not(#FeeGrid) th:not(select) {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

@media screen and (max-width: 800px) {
    table:not(.ui-datepicker-calendar):not(#FeeGrid):not(select) {
        border: 0;
    }

    table:not(.ui-datepicker-calendar):not(#FeeGrid) caption:not(select) {
        font-size: 1.3em;
    }

    table:not(.ui-datepicker-calendar):not(#FeeGrid) thead:not(select) {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        display: flex;
        flex-wrap: wrap;
    }

    table:not(.ui-datepicker-calendar):not(#FeeGrid) tr:not(select) {
        display: block;
    }

    table:not(.ui-datepicker-calendar):not(#FeeGrid) td:not(select) {
        display: block;
        font-size: .8em;
        text-align: right;
    }

    table:not(.ui-datepicker-calendar):not(#FeeGrid) td::before:not(select) {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
}
/* Generated on: Sun Jan 08 2023 13:16:09 GMT+0000 (Coordinated Universal Time) */
/* ==========================================================================
   normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css 
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type='checkbox'], input[type='radio'] {
        box-sizing: border-box;
        padding: 0;
        display:flex
    }

    input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
        height: auto
    }

    input[type='search'] {
        -webkit-appearance: none
    }

        input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

/* ==========================================================================
   Start of base Webflow CSS - If you're looking for some ultra-clean CSS, skip the boilerplate and see the unminified code below.
   ========================================================================== */
@font-face {
    font-family: 'webflow-icons';
    src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
    font-weight: normal;
    font-style: normal
}

[class^="w-icon-"], [class*=" w-icon-"] {
    font-family: 'webflow-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.w-icon-slider-right:before {
    content: "\e600"
}

.w-icon-slider-left:before {
    content: "\e601"
}

.w-icon-nav-menu:before {
    content: "\e602"
}

.w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {
    content: "\e603"
}

.w-icon-file-upload-remove:before {
    content: "\e900"
}

.w-icon-file-upload-icon:before {
    content: "\e903"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    height: 100%
}

body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block
}

html.w-mod-touch * {
    background-attachment: scroll !important
}

.w-block {
    display: block
}

.w-inline-block {
    max-width: 100%;
    display: inline-block
}

.w-clearfix:before, .w-clearfix:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
}

.w-clearfix:after {
    clear: both
}

.w-hidden {
    display: none
}

.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0
}

input.w-button {
    -webkit-appearance: button
}

html[data-w-dynpage] [data-w-cloak] {
    color: transparent !important
}

.w-webflow-badge, .w-webflow-badge * {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    display: block;
    visibility: visible;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
    float: none;
    clear: none;
    border: 0 none transparent;
    border-radius: 0;
    background: none;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto auto;
    background-repeat: repeat;
    background-origin: padding-box;
    background-clip: border-box;
    background-attachment: scroll;
    background-color: transparent;
    box-shadow: none;
    opacity: 1;
    transform: none;
    transition: none;
    direction: ltr;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: inherit;
    list-style-type: disc;
    text-shadow: none;
    font-smoothing: auto;
    vertical-align: baseline;
    cursor: inherit;
    white-space: inherit;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal
}

.w-webflow-badge {
    position: fixed !important;
    display: inline-block !important;
    visibility: visible !important;
    z-index: 2147483647 !important;
    top: auto !important;
    right: 12px !important;
    bottom: 12px !important;
    left: auto !important;
    color: #AAADB0 !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    padding: 6px 8px 6px 6px !important;
    font-size: 12px !important;
    opacity: 1 !important;
    line-height: 14px !important;
    text-decoration: none !important;
    transform: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    white-space: nowrap;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1),0 1px 3px rgba(0,0,0,0.1);
    cursor: pointer
}

    .w-webflow-badge > img {
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        vertical-align: middle !important
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-bottom: 10px
}

h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px
}

h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px
}

h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px
}

h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px
}

h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px
}

h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px
}

p {
    margin-top: 0;
    margin-bottom: 10px
}

blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #E2E2E2;
    font-size: 18px;
    line-height: 22px
}

figure {
    margin: 0;
    margin-bottom: 10px
}

figcaption {
    margin-top: 5px;
    text-align: center
}

ul, ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px
}

.w-list-unstyled {
    padding-left: 0;
    list-style: none
}

.w-embed:before, .w-embed:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
}

.w-embed:after {
    clear: both
}

.w-video {
    width: 100%;
    position: relative;
    padding: 0
}

    .w-video iframe, .w-video object, .w-video embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none
    }

fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

button, [type='button'], [type='reset'] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button
}

.w-form {
    margin: 0 0 15px
}

.w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd
}

.w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold
}

.w-input, .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc
}

    .w-input:-moz-placeholder, .w-select:-moz-placeholder {
        color: #999
    }

    .w-input::-moz-placeholder, .w-select::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .w-input:-ms-input-placeholder, .w-select:-ms-input-placeholder {
        color: #999
    }

    .w-input::-webkit-input-placeholder, .w-select::-webkit-input-placeholder {
        color: #999
    }

    .w-input:focus, .w-select:focus {
        border-color: #3898EC;
        outline: 0
    }

    .w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
        cursor: not-allowed
    }

        .w-input[disabled]:not(.w-input-disabled), .w-select[disabled]:not(.w-input-disabled), .w-input[readonly], .w-select[readonly], fieldset[disabled]:not(.w-input-disabled) .w-input, fieldset[disabled]:not(.w-input-disabled) .w-select {
            background-color: #eeeeee
        }

textarea.w-input, textarea.w-select {
    height: auto
}

.w-select {
    background-color: #f3f3f3
}

    .w-select[multiple] {
        height: auto
    }

.w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px
}

.w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px
}

    .w-radio:before, .w-radio:after {
        content: " ";
        display: table;
        grid-column-start: 1;
        grid-row-start: 1;
        grid-column-end: 2;
        grid-row-end: 2
    }

    .w-radio:after {
        clear: both
    }

.w-radio-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px
}

.w-radio-input {
    margin-top: 3px
}

.w-file-upload {
    display: block;
    margin-bottom: 10px
}

.w-file-upload-input {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -100
}

.w-file-upload-default, .w-file-upload-uploading, .w-file-upload-success {
    display: inline-block;
    color: #333333
}

.w-file-upload-error {
    display: block;
    margin-top: 10px
}

    .w-file-upload-default.w-hidden, .w-file-upload-uploading.w-hidden, .w-file-upload-error.w-hidden, .w-file-upload-success.w-hidden {
        display: none
    }

.w-file-upload-uploading-btn {
    display: flex;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    margin: 0;
    padding: 8px 12px;
    border: 1px solid #cccccc;
    background-color: #fafafa
}

.w-file-upload-file {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    margin: 0;
    padding: 8px 9px 8px 11px;
    border: 1px solid #cccccc;
    background-color: #fafafa
}

.w-file-upload-file-name {
    font-size: 14px;
    font-weight: normal;
    display: block
}

.w-file-remove-link {
    margin-top: 3px;
    margin-left: 10px;
    width: auto;
    height: auto;
    padding: 3px;
    display: block;
    cursor: pointer
}

.w-icon-file-upload-remove {
    margin: auto;
    font-size: 10px
}

.w-file-upload-error-msg {
    display: inline-block;
    color: #ea384c;
    padding: 2px 0
}

.w-file-upload-info {
    display: inline-block;
    line-height: 38px;
    padding: 0 12px
}

.w-file-upload-label {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    margin: 0;
    padding: 8px 12px;
    border: 1px solid #cccccc;
    background-color: #fafafa
}

.w-icon-file-upload-icon, .w-icon-file-upload-uploading {
    display: inline-block;
    margin-right: 8px;
    width: 20px
}

.w-icon-file-upload-uploading {
    height: 20px
}

.w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px
}

    .w-container:before, .w-container:after {
        content: " ";
        display: table;
        grid-column-start: 1;
        grid-row-start: 1;
        grid-column-end: 2;
        grid-row-end: 2
    }

    .w-container:after {
        clear: both
    }

    .w-container .w-row {
        margin-left: -10px;
        margin-right: -10px
    }

.w-row:before, .w-row:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
}

.w-row:after {
    clear: both
}

.w-row .w-row {
    margin-left: 0;
    margin-right: 0
}

.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

    .w-col .w-col {
        padding-left: 0;
        padding-right: 0
    }

.w-col-1 {
    width: 8.33333333%
}

.w-col-2 {
    width: 16.66666667%
}

.w-col-3 {
    width: 25%
}

.w-col-4 {
    width: 33.33333333%
}

.w-col-5 {
    width: 41.66666667%
}

.w-col-6 {
    width: 50%
}

.w-col-7 {
    width: 58.33333333%
}

.w-col-8 {
    width: 66.66666667%
}

.w-col-9 {
    width: 75%
}

.w-col-10 {
    width: 83.33333333%
}

.w-col-11 {
    width: 91.66666667%
}

.w-col-12 {
    width: 100%
}

.w-hidden-main {
    display: none !important
}

@media screen and (max-width:991px) {
    .w-container {
        max-width: 728px
    }

    .w-hidden-main {
        display: inherit !important
    }

    .w-hidden-medium {
        display: none !important
    }

    .w-col-medium-1 {
        width: 8.33333333%
    }

    .w-col-medium-2 {
        width: 16.66666667%
    }

    .w-col-medium-3 {
        width: 25%
    }

    .w-col-medium-4 {
        width: 33.33333333%
    }

    .w-col-medium-5 {
        width: 41.66666667%
    }

    .w-col-medium-6 {
        width: 50%
    }

    .w-col-medium-7 {
        width: 58.33333333%
    }

    .w-col-medium-8 {
        width: 66.66666667%
    }

    .w-col-medium-9 {
        width: 75%
    }

    .w-col-medium-10 {
        width: 83.33333333%
    }

    .w-col-medium-11 {
        width: 91.66666667%
    }

    .w-col-medium-12 {
        width: 100%
    }

    .w-col-stack {
        width: 100%;
        left: auto;
        right: auto
    }
}

@media screen and (max-width:767px) {
    .w-hidden-main {
        display: inherit !important
    }

    .w-hidden-medium {
        display: inherit !important
    }

    .w-hidden-small {
        display: none !important
    }

    .w-row, .w-container .w-row {
        margin-left: 0;
        margin-right: 0
    }

    .w-col {
        width: 100%;
        left: auto;
        right: auto
    }

    .w-col-small-1 {
        width: 8.33333333%
    }

    .w-col-small-2 {
        width: 16.66666667%
    }

    .w-col-small-3 {
        width: 25%
    }

    .w-col-small-4 {
        width: 33.33333333%
    }

    .w-col-small-5 {
        width: 41.66666667%
    }

    .w-col-small-6 {
        width: 50%
    }

    .w-col-small-7 {
        width: 58.33333333%
    }

    .w-col-small-8 {
        width: 66.66666667%
    }

    .w-col-small-9 {
        width: 75%
    }

    .w-col-small-10 {
        width: 83.33333333%
    }

    .w-col-small-11 {
        width: 91.66666667%
    }

    .w-col-small-12 {
        width: 100%
    }
}

@media screen and (max-width:479px) {
    .w-container {
        max-width: none
    }

    .w-hidden-main {
        display: inherit !important
    }

    .w-hidden-medium {
        display: inherit !important
    }

    .w-hidden-small {
        display: inherit !important
    }

    .w-hidden-tiny {
        display: none !important
    }

    .w-col {
        width: 100%
    }

    .w-col-tiny-1 {
        width: 8.33333333%
    }

    .w-col-tiny-2 {
        width: 16.66666667%
    }

    .w-col-tiny-3 {
        width: 25%
    }

    .w-col-tiny-4 {
        width: 33.33333333%
    }

    .w-col-tiny-5 {
        width: 41.66666667%
    }

    .w-col-tiny-6 {
        width: 50%
    }

    .w-col-tiny-7 {
        width: 58.33333333%
    }

    .w-col-tiny-8 {
        width: 66.66666667%
    }

    .w-col-tiny-9 {
        width: 75%
    }

    .w-col-tiny-10 {
        width: 83.33333333%
    }

    .w-col-tiny-11 {
        width: 91.66666667%
    }

    .w-col-tiny-12 {
        width: 100%
    }
}

.w-widget {
    position: relative
}

.w-widget-map {
    width: 100%;
    height: 400px
}

    .w-widget-map label {
        width: auto;
        display: inline
    }

    .w-widget-map img {
        max-width: inherit
    }

    .w-widget-map .gm-style-iw {
        text-align: center
    }

        .w-widget-map .gm-style-iw > button {
            display: none !important
        }

.w-widget-twitter {
    overflow: hidden
}

.w-widget-twitter-count-shim {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 28px;
    height: 20px;
    text-align: center;
    background: white;
    border: #758696 solid 1px;
    border-radius: 3px
}

    .w-widget-twitter-count-shim * {
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
        position: relative;
        font-size: 15px;
        line-height: 12px;
        text-align: center;
        color: #999;
        font-family: serif
    }

    .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
        position: relative;
        display: block
    }

    .w-widget-twitter-count-shim.w--large {
        width: 36px;
        height: 28px
    }

        .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
            font-size: 18px;
            line-height: 18px
        }

    .w-widget-twitter-count-shim:not(.w--vertical) {
        margin-left: 5px;
        margin-right: 8px
    }

        .w-widget-twitter-count-shim:not(.w--vertical).w--large {
            margin-left: 6px
        }

        .w-widget-twitter-count-shim:not(.w--vertical):before, .w-widget-twitter-count-shim:not(.w--vertical):after {
            top: 50%;
            left: 0;
            border: solid transparent;
            content: ' ';
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none
        }

        .w-widget-twitter-count-shim:not(.w--vertical):before {
            border-color: rgba(117,134,150,0);
            border-right-color: #5d6c7b;
            border-width: 4px;
            margin-left: -9px;
            margin-top: -4px
        }

        .w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
            border-width: 5px;
            margin-left: -10px;
            margin-top: -5px
        }

        .w-widget-twitter-count-shim:not(.w--vertical):after {
            border-color: rgba(255,255,255,0);
            border-right-color: white;
            border-width: 4px;
            margin-left: -8px;
            margin-top: -4px
        }

        .w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
            border-width: 5px;
            margin-left: -9px;
            margin-top: -5px
        }

    .w-widget-twitter-count-shim.w--vertical {
        width: 61px;
        height: 33px;
        margin-bottom: 8px
    }

        .w-widget-twitter-count-shim.w--vertical:before, .w-widget-twitter-count-shim.w--vertical:after {
            top: 100%;
            left: 50%;
            border: solid transparent;
            content: ' ';
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none
        }

        .w-widget-twitter-count-shim.w--vertical:before {
            border-color: rgba(117,134,150,0);
            border-top-color: #5d6c7b;
            border-width: 5px;
            margin-left: -5px
        }

        .w-widget-twitter-count-shim.w--vertical:after {
            border-color: rgba(255,255,255,0);
            border-top-color: white;
            border-width: 4px;
            margin-left: -4px
        }

        .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
            font-size: 18px;
            line-height: 22px
        }

        .w-widget-twitter-count-shim.w--vertical.w--large {
            width: 76px
        }

.w-background-video {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: white
}

    .w-background-video > video {
        background-size: cover;
        background-position: 50% 50%;
        position: absolute;
        margin: auto;
        width: 100%;
        height: 100%;
        right: -100%;
        bottom: -100%;
        top: -100%;
        left: -100%;
        object-fit: cover;
        z-index: -100
    }

        .w-background-video > video::-webkit-media-controls-start-playback-button {
            display: none !important;
            -webkit-appearance: none
        }

.w-background-video--control {
    position: absolute;
    bottom: 1em;
    right: 1em;
    background-color: transparent;
    padding: 0
}

    .w-background-video--control > [hidden] {
        display: none !important
    }

.w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: #dddddd;
    clear: both;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    tap-highlight-color: rgba(0,0,0,0)
}

.w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap
}

.w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left
}

.w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    tap-highlight-color: rgba(0,0,0,0)
}

    .w-slider-nav.w-round > div {
        border-radius: 100%
    }

    .w-slider-nav.w-num > div {
        width: auto;
        height: auto;
        padding: .2em .5em;
        font-size: inherit;
        line-height: inherit
    }

    .w-slider-nav.w-shadow > div {
        box-shadow: 0 0 3px rgba(51,51,51,0.4)
    }

.w-slider-nav-invert {
    color: #fff
}

    .w-slider-nav-invert > div {
        background-color: rgba(34,34,34,0.4)
    }

        .w-slider-nav-invert > div.w-active {
            background-color: #222
        }

.w-slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: rgba(255,255,255,0.4);
    cursor: pointer;
    margin: 0 3px .5em;
    transition: background-color 100ms,color 100ms
}

    .w-slider-dot.w-active {
        background-color: #fff
    }

    .w-slider-dot:focus {
        outline: none;
        box-shadow: 0 0 0 2px #fff
    }

        .w-slider-dot:focus.w-active {
            box-shadow: none
        }

.w-slider-arrow-left, .w-slider-arrow-right {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: white;
    font-size: 40px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .w-slider-arrow-left [class^='w-icon-'], .w-slider-arrow-right [class^='w-icon-'], .w-slider-arrow-left [class*=' w-icon-'], .w-slider-arrow-right [class*=' w-icon-'] {
        position: absolute
    }

    .w-slider-arrow-left:focus, .w-slider-arrow-right:focus {
        outline: 0
    }

.w-slider-arrow-left {
    z-index: 3;
    right: auto
}

.w-slider-arrow-right {
    z-index: 4;
    left: auto
}

.w-icon-slider-left, .w-icon-slider-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em
}

.w-slider-aria-label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.w-slider-force-show {
    display: block !important
}

.w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900
}

.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap
}

.w-dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px
}

    .w-dropdown-toggle:focus {
        outline: 0
    }

.w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em
}

.w-dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%
}

    .w-dropdown-list.w--open {
        display: block
    }

.w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222222
}

    .w-dropdown-link.w--current {
        color: #0082f3
    }

    .w-dropdown-link:focus {
        outline: 0
    }

@media screen and (max-width:767px) {
    .w-nav-brand {
        padding-left: 10px
    }
}

.w-lightbox-backdrop {
    color: #000;
    cursor: auto;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    list-style: disc;
    text-align: start;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: "Helvetica Neue",Helvetica,Ubuntu,"Segoe UI",Verdana,sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    background: rgba(0,0,0,0.9);
    z-index: 2000;
    outline: 0;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate(0, 0)
}

.w-lightbox-backdrop, .w-lightbox-container {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.w-lightbox-content {
    position: relative;
    height: 100vh;
    overflow: hidden
}

.w-lightbox-view {
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0
}

    .w-lightbox-view:before {
        content: "";
        height: 100vh
    }

.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
    height: 86vh
}

.w-lightbox-frame, .w-lightbox-view:before {
    display: inline-block;
    vertical-align: middle
}

.w-lightbox-figure {
    position: relative;
    margin: 0
}

.w-lightbox-group .w-lightbox-figure {
    cursor: pointer
}

.w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none
}

.w-lightbox-image {
    display: block;
    float: none;
    max-width: 100vw;
    max-height: 100vh
}

.w-lightbox-group .w-lightbox-image {
    max-height: 86vh
}

.w-lightbox-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .5em 1em;
    background: rgba(0,0,0,0.4);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.w-lightbox-embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.w-lightbox-control {
    position: absolute;
    top: 0;
    width: 4em;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

.w-lightbox-left {
    display: none;
    bottom: 0;
    left: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==")
}

.w-lightbox-right {
    display: none;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+")
}

.w-lightbox-close {
    right: 0;
    height: 2.6em;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px
}

.w-lightbox-strip {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 1vh;
    line-height: 0;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden
}

.w-lightbox-item {
    display: inline-block;
    width: 10vh;
    padding: 2vh 1vh;
    box-sizing: content-box;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0)
}

.w-lightbox-active {
    opacity: .3
}

.w-lightbox-thumbnail {
    position: relative;
    height: 10vh;
    background: #222;
    overflow: hidden
}

.w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0
}

.w-lightbox-thumbnail .w-lightbox-tall {
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.w-lightbox-thumbnail .w-lightbox-wide {
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.w-lightbox-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border: 5px solid rgba(0,0,0,0.4);
    border-radius: 50%;
    -webkit-animation: spin .8s infinite linear;
    animation: spin .8s infinite linear
}

    .w-lightbox-spinner:after {
        content: "";
        position: absolute;
        top: -4px;
        right: -4px;
        bottom: -4px;
        left: -4px;
        border: 3px solid transparent;
        border-bottom-color: #fff;
        border-radius: 50%
    }

.w-lightbox-hide {
    display: none
}

.w-lightbox-noscroll {
    overflow: hidden
}

@media (min-width:768px) {
    .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh
    }

    .w-lightbox-view, .w-lightbox-view:before {
        height: 96vh
    }

    .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
        height: 84vh
    }

    .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh
    }

    .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh
    }

    .w-lightbox-left, .w-lightbox-right {
        display: block;
        opacity: .5
    }

    .w-lightbox-close {
        opacity: .8
    }

    .w-lightbox-control:hover {
        opacity: 1
    }
}

.w-lightbox-inactive, .w-lightbox-inactive:hover {
    opacity: 0
}

.w-richtext:before, .w-richtext:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
}

.w-richtext:after {
    clear: both
}

.w-richtext[contenteditable="true"]:before, .w-richtext[contenteditable="true"]:after {
    white-space: initial
}

.w-richtext ol, .w-richtext ul {
    overflow: hidden
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
    outline: 2px solid #2895f7
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7
}

.w-richtext figure.w-richtext-figure-type-video > div:after, .w-richtext figure[data-rt-type="video"] > div:after {
    content: '';
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.w-richtext figure {
    position: relative;
    max-width: 60%
}

    .w-richtext figure > div:before {
        cursor: default !important
    }

    .w-richtext figure img {
        width: 100%
    }

    .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
        opacity: .6
    }

    .w-richtext figure div {
        font-size: 0px;
        color: transparent
    }

    .w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type="image"] {
        display: table
    }

        .w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type="image"] > div {
            display: inline-block
        }

        .w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type="image"] > figcaption {
            display: table-caption;
            caption-side: bottom
        }

    .w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type="video"] {
        width: 60%;
        height: 0
    }

        .w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type="video"] iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%
        }

        .w-richtext figure.w-richtext-figure-type-video > div, .w-richtext figure[data-rt-type="video"] > div {
            width: 100%
        }

    .w-richtext figure.w-richtext-align-center {
        margin-right: auto;
        margin-left: auto;
        clear: both
    }

        .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
            max-width: 100%
        }

    .w-richtext figure.w-richtext-align-normal {
        clear: both
    }

    .w-richtext figure.w-richtext-align-fullwidth {
        width: 100%;
        max-width: 100%;
        text-align: center;
        clear: both;
        display: block;
        margin-right: auto;
        margin-left: auto
    }

        .w-richtext figure.w-richtext-align-fullwidth > div {
            display: inline-block;
            padding-bottom: inherit
        }

        .w-richtext figure.w-richtext-align-fullwidth > figcaption {
            display: block
        }

    .w-richtext figure.w-richtext-align-floatleft {
        float: left;
        margin-right: 15px;
        clear: none
    }

    .w-richtext figure.w-richtext-align-floatright {
        float: right;
        margin-left: 15px;
        clear: none
    }

.w-nav {
    position: relative;
    background: #dddddd;
    z-index: 1000
}

    .w-nav:before, .w-nav:after {
        content: " ";
        display: table;
        grid-column-start: 1;
        grid-row-start: 1;
        grid-column-end: 2;
        grid-row-end: 2
    }

    .w-nav:after {
        clear: both
    }

.w-nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333333
}

.w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto
}

    .w-nav-link.w--current {
        color: #0082f3
    }

.w-nav-menu {
    position: relative;
    float: right
}

[data-nav-menu-open] {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #C8C8C8;
    text-align: center;
    overflow: visible;
    min-width: 200px
}

.w--nav-link-open {
    display: block;
    position: relative
}

.w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%
}

    .w-nav-overlay [data-nav-menu-open] {
        top: 0
    }

.w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto
}

.w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] [data-nav-menu-open] {
    right: auto;
    z-index: 1;
    top: 0
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto
}

.w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] [data-nav-menu-open] {
    left: auto;
    z-index: 1;
    top: 0
}

.w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .w-nav-button:focus {
        outline: 0
    }

    .w-nav-button.w--open {
        background-color: #C8C8C8;
        color: white
    }

.w-nav[data-collapse="all"] .w-nav-menu {
    display: none
}

.w-nav[data-collapse="all"] .w-nav-button {
    display: block
}

.w--nav-dropdown-open {
    display: block
}

.w--nav-dropdown-toggle-open {
    display: block
}

.w--nav-dropdown-list-open {
    position: static
}

@media screen and (max-width:991px) {
    .w-nav[data-collapse="medium"] .w-nav-menu {
        display: none
    }

    .w-nav[data-collapse="medium"] .w-nav-button {
        display: block
    }
}

@media screen and (max-width:767px) {
    .w-nav[data-collapse="small"] .w-nav-menu {
        display: none
    }

    .w-nav[data-collapse="small"] .w-nav-button {
        display: block
    }

    .w-nav-brand {
        padding-left: 10px
    }
}

@media screen and (max-width:479px) {
    .w-nav[data-collapse="tiny"] .w-nav-menu {
        display: none
    }

    .w-nav[data-collapse="tiny"] .w-nav-button {
        display: block
    }
}

.w-tabs {
    position: relative
}

    .w-tabs:before, .w-tabs:after {
        content: " ";
        display: table;
        grid-column-start: 1;
        grid-row-start: 1;
        grid-column-end: 2;
        grid-row-end: 2
    }

    .w-tabs:after {
        clear: both
    }

.w-tab-menu {
    position: relative
}

.w-tab-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 30px;
    text-align: left;
    cursor: pointer;
    color: #222222;
    background-color: #dddddd
}

    .w-tab-link.w--current {
        background-color: #C8C8C8
    }

    .w-tab-link:focus {
        outline: 0
    }

.w-tab-content {
    position: relative;
    display: block;
    overflow: hidden
}

.w-tab-pane {
    position: relative;
    display: none
}

.w--tab-active {
    display: block
}

@media screen and (max-width:479px) {
    .w-tab-link {
        display: block
    }
}

.w-ix-emptyfix:after {
    content: ""
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.w-dyn-empty {
    padding: 10px;
    background-color: #dddddd
}

.w-dyn-hide {
    display: none !important
}

.w-dyn-bind-empty {
    display: none !important
}

.w-condition-invisible {
    display: none !important
}

.wf-layout-layout {
    display: grid !important
}

/* ==========================================================================
   Start of custom Webflow CSS
   ========================================================================== */
.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

.w-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

    .w-checkbox::before {
        content: ' ';
        display: table;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

    .w-checkbox::after {
        content: ' ';
        display: table;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        clear: both;
    }

.w-checkbox-input {
    float: left;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: 4px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

    .w-checkbox-input--inputType-custom.w--redirected-checked {
        background-color: #3898ec;
        border-top-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        border-right-color: #3898ec;
        background-image: url(https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg);
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .w-checkbox-input--inputType-custom.w--redirected-focus {
        box-shadow: 0px 0px 3px 1px #3898ec;
    }

.w-commerce-commercecheckoutformcontainer {
    width: 100%;
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f5f5f5;
}

.w-commerce-commercelayoutcontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.w-commerce-commercelayoutmain {
    -webkit-flex-basis: 800px;
    -ms-flex-preferred-size: 800px;
    flex-basis: 800px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
    background-color: #000;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 8px;
    height: 38px;
    min-height: 30px;
}

.w-commerce-commercecartapplepayicon {
    width: 100%;
    height: 50%;
    min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
    background-color: #000;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 8px;
    height: 38px;
}

.w-commerce-commercequickcheckoutgoogleicon {
    display: block;
    margin-right: 8px;
}

.w-commerce-commercequickcheckoutmicrosofticon {
    display: block;
    margin-right: 8px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 20px;
    padding-left: 20px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #e6e6e6;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e6e6e6;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #e6e6e6;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #e6e6e6;
    background-color: #fff;
}

.w-commerce-commercecheckoutblockcontent {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e6e6e6;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #e6e6e6;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #e6e6e6;
    background-color: #fff;
}

.w-commerce-commercecheckoutlabel {
    margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutemailinput::-webkit-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutemailinput:-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutemailinput::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutemailinput:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutshippingaddresswrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutshippingfullname::-webkit-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingfullname:-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingfullname::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingfullname::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingfullname:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutshippingstreetaddress {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutshippingstreetaddress::-webkit-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingstreetaddress:-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingstreetaddress::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingstreetaddress::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingstreetaddress:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutshippingstreetaddressoptional {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutshippingstreetaddressoptional::-webkit-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingstreetaddressoptional:-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingstreetaddressoptional::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
}

.w-commerce-commercecheckoutcolumn {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
}

.w-commerce-commercecheckoutshippingcity {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutshippingcity::-webkit-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingcity:-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingcity::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingcity::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingcity:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutshippingstateprovince {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutshippingstateprovince::-webkit-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingstateprovince:-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingstateprovince::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingstateprovince::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingstateprovince:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutshippingzippostalcode {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutshippingzippostalcode::-webkit-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingzippostalcode:-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingzippostalcode::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingzippostalcode::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingzippostalcode:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutshippingcountryselector {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutshippingcountryselector::-webkit-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingcountryselector:-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingcountryselector::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingcountryselector::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingcountryselector:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutshippingmethodswrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
    border-left-color: #e6e6e6;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-color: #e6e6e6;
    border-right-width: 1px;
    border-right-style: solid;
}

.w-commerce-commercecheckoutshippingmethoditem {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
    padding-left: 16px;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom-color: #e6e6e6;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 0px;
    background-color: #fff;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
    margin-left: 12px;
    margin-right: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.w-commerce-commerceboldtextblock {
    font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 64px;
    padding-bottom: 64px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #e6e6e6;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #e6e6e6;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e6e6e6;
    background-color: #fff;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: text;
}

    .w-commerce-commercecheckoutcardnumber::-webkit-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutcardnumber:-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutcardnumber::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutcardnumber::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutcardnumber:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

    .w-commerce-commercecheckoutcardnumber.-wfp-focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutcardexpirationdate {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: text;
}

    .w-commerce-commercecheckoutcardexpirationdate::-webkit-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutcardexpirationdate:-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutcardexpirationdate::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutcardexpirationdate:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

    .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutcardsecuritycode {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: text;
}

    .w-commerce-commercecheckoutcardsecuritycode::-webkit-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutcardsecuritycode:-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutcardsecuritycode::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutcardsecuritycode:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

    .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
    margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
    font-weight: 400;
    margin-left: 8px;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
    margin-top: 16px;
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutbillingfullname::-webkit-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingfullname:-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingfullname::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingfullname::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingfullname:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutbillingstreetaddress {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutbillingstreetaddress::-webkit-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingstreetaddress:-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingstreetaddress::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingstreetaddress::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingstreetaddress:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutbillingstreetaddressoptional {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutbillingstreetaddressoptional::-webkit-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingstreetaddressoptional:-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingstreetaddressoptional::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutbillingcity {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutbillingcity::-webkit-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingcity:-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingcity::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingcity::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingcity:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutbillingstateprovince {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutbillingstateprovince::-webkit-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingstateprovince:-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingstateprovince::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingstateprovince::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingstateprovince:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutbillingzippostalcode {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutbillingzippostalcode::-webkit-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingzippostalcode:-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingzippostalcode::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingzippostalcode::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingzippostalcode:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutbillingcountryselector {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutbillingcountryselector::-webkit-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingcountryselector:-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingcountryselector::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingcountryselector::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingcountryselector:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutorderitemswrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 20px;
    padding-left: 20px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #e6e6e6;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e6e6e6;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #e6e6e6;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #e6e6e6;
    background-color: #fff;
}

.w-commerce-commercecheckoutorderitemslist {
    margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.w-commerce-commercecartitemimage {
    width: 60px;
    height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
    margin-left: 16px;
    margin-right: 16px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    white-space: pre-wrap;
}

.w-commerce-commercecheckoutorderitemoptionlist {
    text-decoration: none;
    padding-left: 0px;
    margin-bottom: 0px;
    list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: 320px;
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.w-commerce-commercecheckoutsummarytotal {
    font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
    background-color: #3898ec;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 20px;
    text-align: center;
}

.w-commerce-commercecheckouterrorstate {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    background-color: #ffdede;
}

.w-commerce-commercepaypalcheckoutformcontainer {
    width: 100%;
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f5f5f5;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem {
    margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummarylabel {
    margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
    margin-right: 0.33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
    margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    background-color: #ffdede;
}

.w-commerce-commerceorderconfirmationcontainer {
    width: 100%;
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f5f5f5;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .w-commerce-commercelayoutcontainer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .w-commerce-commercelayoutmain {
        margin-right: 0px;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .w-commerce-commercelayoutsidebar {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

@media screen and (max-width: 479px) {
    .w-commerce-commercecheckoutemailinput {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutshippingfullname {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutshippingstreetaddress {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutshippingstreetaddressoptional {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutrow {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .w-commerce-commercecheckoutshippingcity {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutshippingstateprovince {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutshippingzippostalcode {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutshippingcountryselector {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutcardnumber {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutcardexpirationdate {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutcardsecuritycode {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutbillingfullname {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutbillingstreetaddress {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutbillingstreetaddressoptional {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutbillingcity {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutbillingstateprovince {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutbillingzippostalcode {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutbillingcountryselector {
        font-size: 16px;
    }
}

body {
    font-family: Thicccboi, sans-serif;
    color: #40496b;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

h1 {
    margin-top: 0px;
    margin-bottom: 28px;
    color: #29335c;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

h2 {
    margin-top: 0px;
    margin-bottom: 28px;
    color: #29335c;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

h3 {
    margin-top: 40px;
    margin-bottom: 14px;
    color: #29335c;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
}

h4 {
    margin-top: 0px;
    margin-bottom: 14px;
    color: #29335c;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

h5 {
    margin-top: 0px;
    margin-bottom: 14px;
    color: #29335c;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

h6 {
    margin-top: 0px;
    margin-bottom: 7px;
    color: #29335c;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

p {
    margin-bottom: 28px;
}

a {
    height: 74px;
    color: #29335c;
    font-weight: 600;
    text-decoration: none;
}

label {
    display: flex;
    margin-bottom: 7px;
    font-weight: 700;
}

blockquote {
    margin-bottom: 28px;
    padding: 14px 0px;
    border-left: 5px none #e2e2e2;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

figure {
    margin-bottom: 10px;
}

figcaption {
    margin-top: 5px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.section {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    direction: ltr;
}

    .section.no-bottom-padding {
        padding-top: 0px;
        padding-bottom: 0px;
    }

        .section.no-bottom-padding.bg-primary-4 {
            margin-top: auto;
            margin-bottom: 0px;
        }

    .section.bg-primary-4 {
        margin-top: 0px;
        margin-bottom: 60px;
        padding-top: 0px;
    }

    .section.top-padding-small {
        padding-top: 84px;
    }

        .section.top-padding-small.bg-primary-4 {
            margin-top: 0px;
            padding-top: 0px;
        }

    .section.align-content-center {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 28px;
        padding-left: 28px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .section.align-content-center.bg-primary-4 {
            direction: ltr;
        }

    .section.no-top-padding {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .section.reduced-padding {
        padding-top: 84px;
        padding-bottom: 84px;
    }

    .section.reduced-bottom-padding {
        padding-bottom: 54px;
    }

    .section.screenshot-hero-section {
        overflow: hidden;
        padding-top: 0px;
    }

    .section.hide-now {
        display: none;
    }

.main-container {
    display: block;
    max-width: 1328px;
    margin: auto;
    padding-right: 28px;
    padding-bottom: 0px;
    padding-left: 28px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

    .main-container.narrow {
        max-width: 1106px;
        margin-top: auto;
        padding-top: 60px;
    }

    .main-container.top-layer {
        position: relative;
        z-index: 2;
    }

    .main-container.pricing-main-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 1106px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .main-container.search-results-container {
        max-width: 800px;
    }

.style-guide-grid {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    -ms-grid-columns: 1fr 2.5fr;
    grid-template-columns: 1fr 2.5fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.style-guide-title {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.style-guide-color-grid {
    grid-column-gap: 14px;
    grid-row-gap: 28px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.bg-primary-1 {
    background-color: #29335c;
    color: #fff;
}

    .bg-primary-1.relative {
        position: relative;
    }

.style-guide-color-wrapper {
    display: -ms-grid;
    display: grid;
    height: 112px;
    margin-bottom: 12px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

    .style-guide-color-wrapper.border {
        border: 1px solid #f2f4f5;
    }

.text-small {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.01em;
}

    .text-small.muted {
        opacity: 0.5;
    }

.bg-primary-2 {
    background-color: #a1ec83;
}

.bg-primary-3 {
    background-color: #c1e8ee;
}

.bg-primary-4 {
    background-color: #eff9fb;
}

.bg-primary-5 {
    background-color: #f3663f;
}

.bg-gray {
    background-color: #f2f4f5;
}

.bg-white {
    background-color: #fff;
}

.style-guide-grids {
    grid-column-gap: 112px;
    grid-row-gap: 112px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.style-guide-typography-grid {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}

.display-heading-1 {
    margin-bottom: 28px;
    color: #29335c;
    font-size: 52px;
    line-height: 64px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

    .display-heading-1.underline-heading {
        position: relative;
        z-index: 2;
        margin-bottom: -4px;
    }

.display-heading-2 {
    margin-bottom: 28px;
    color: #29335c;
    font-size: 54px;
    line-height: 54px;
    letter-spacing: -0.02em;
}

    .display-heading-2.text-white {
        text-align: center;
    }

    .display-heading-2.timeline-heading {
        position: -webkit-sticky;
        position: sticky;
        top: 112px;
    }

    .display-heading-2.blog-heading {
        margin-top: 28px;
        margin-bottom: 14px;
    }

.no-bottom-margin {
    margin-bottom: 0px;
}

.text-large {
    padding-bottom: 40px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
}

    .text-large.introductory-paragraph {
        margin-bottom: 56px;
    }

.text-uppercase {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

    .text-uppercase.text-small {
        font-size: 14px;
        line-height: 28px;
    }

        .text-uppercase.text-small.centered-title-text {
            position: relative;
            z-index: 2;
            padding: 7px 14px;
            background-color: #fff;
        }

    .text-uppercase.footer-menu-title {
        margin-bottom: 24px;
        opacity: 0.25;
    }

    .text-uppercase.subtitle {
        margin-bottom: 28px;
        opacity: 0.5;
    }

    .text-uppercase.dropdown-heading {
        opacity: 0.5;
        font-size: 14px;
    }

        .text-uppercase.dropdown-heading.space-left {
            margin-left: 21px;
        }

        .text-uppercase.dropdown-heading.increased-margin {
            margin-bottom: 21px;
        }

.bg-text-color {
    background-color: #40496b;
}

.style-guide-buttons-grid {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.button {
    padding: 14px 24px;
    border-radius: 200px;
    background-color: #a1ec83;
    box-shadow: inset 0 10px 3px 100px transparent;
    -webkit-transition: box-shadow 200ms ease;
    transition: box-shadow 200ms ease;
    color: #29335c;
    font-weight: 600;
    text-align: center;
}

    .button:hover {
        box-shadow: inset 0 10px 3px 100px rgba(0, 0, 0, 0.05);
    }

    .button.small {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .button.large {
        height: auto;
        padding: 19px 36px;
        font-size: 20px;
        line-height: 30px;
    }

        .button.large.bg-white {
            background-color: #fff;
        }

    .button.outline {
        border-style: solid;
        border-width: 2px;
        border-color: rgba(41, 51, 92, 0.1);
        background-color: transparent;
        box-shadow: none;
        -webkit-transition: border-color 200ms ease, background-color 200ms ease;
        transition: border-color 200ms ease, background-color 200ms ease;
    }

        .button.outline:hover {
            border-color: transparent;
            background-color: rgba(41, 51, 92, 0.1);
        }

        .button.outline.icon-button {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

    .button.icon {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .button.bg-white {
        background-color: #fff;
    }

    .button.dismiss-button {
        height: auto;
        padding: 7px 14px;
        font-size: 14px;
        line-height: 22px;
    }

    .button.bg-primary-3 {
        height: auto;
        background-color: #c1e8ee;
    }

    .button.bg-faded {
        background-color: rgba(41, 51, 92, 0.1);
    }

    .button.blog-category-button {
        height: auto;
        border-style: solid;
        border-width: 2px;
        border-color: rgba(41, 51, 92, 0.1);
        background-color: transparent;
        -webkit-transition: background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
        transition: background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
    }

        .button.blog-category-button:hover {
            border-color: transparent;
            background-color: #a1ec83;
        }

    .button.subscribe-form-button {
        margin-left: 14px;
        border-radius: 4px;
    }

.style-guide-icons-grid {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 28px;
    grid-row-gap: 56px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.button-icon {
    margin-left: 12px;
}

.form-block {
    margin-bottom: 0px;
}

.form-grid-vertical {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 28px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}
/*
.form-input {
    height: 56px;
    margin-bottom: 0px;
    padding: 14px 20px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(41, 51, 92, 0.2);
    border-radius: 4px;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    font-size: 18px;
    line-height: 28px;
}

    .form-input:focus {
        border-color: #29335c;
    }

    .form-input::-webkit-input-placeholder {
        color: rgba(64, 73, 107, 0.5);
        font-size: 18px;
        line-height: 28px;
    }

    .form-input:-ms-input-placeholder {
        color: rgba(64, 73, 107, 0.5);
        font-size: 18px;
        line-height: 28px;
    }

    .form-input::-ms-input-placeholder {
        color: rgba(64, 73, 107, 0.5);
        font-size: 18px;
        line-height: 28px;
    }

    .form-input::placeholder {
        color: rgba(64, 73, 107, 0.5);
        font-size: 18px;
        line-height: 28px;
    }

    .form-input.small {
        height: 48px;
        padding: 10px 18px;
    }

    .form-input.large {
        height: 68px;
        padding: 19px 24px;
        font-size: 20px;
        line-height: 30px;
        font-weight: 300;
    }

        .form-input.large::-webkit-input-placeholder {
            font-size: 20px;
            line-height: 30px;
        }

        .form-input.large:-ms-input-placeholder {
            font-size: 20px;
            line-height: 30px;
        }

        .form-input.large::-ms-input-placeholder {
            font-size: 20px;
            line-height: 30px;
        }

        .form-input.large::placeholder {
            font-size: 20px;
            line-height: 30px;
        }

    .form-input.text-area {
        min-height: 200px;
    }

    .form-input.search-form-input {
        padding-left: 0px;
        border-style: none;
    }

.checkbox-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkbox-label {
    margin-bottom: 0px;
    margin-left: 12px;
    font-size: 14px;
    line-height: 22px;
}

.checkbox {
    width: 24px;
    height: 24px;
    margin-top: 0px;
    border-color: rgba(41, 51, 92, 0.2);
    -webkit-transition: border-color 200ms ease, background-color 200ms ease;
    transition: border-color 200ms ease, background-color 200ms ease;
}

    .checkbox.w--redirected-checked {
        border-color: transparent;
        background-color: #a1ec83;
        background-image: url("https://uploads-ssl.webflow.com/5f4d0d549c879fcac8e96b1f/5f4d0d54eb34369d40e3ad0c_icon-check-small.svg");
        background-position: 50% 50%;
        background-size: 12px;
    }

.radio-button {
    width: 24px;
    height: 24px;
    margin-top: 0px;
    border-color: rgba(41, 51, 92, 0.2);
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
}

    .radio-button.w--redirected-checked {
        border-width: 7px;
        border-color: #a1ec83;
    }
*/
.style-guide-badges-grid {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.badge {
    padding: 6px 18px;
    border-radius: 100px;
}

    .badge.bg-primary-3 {
        height: auto;
    }

    .badge.small {
        padding: 2px 12px;
    }

.decoration-tall {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 112px;
    height: 224px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .decoration-tall.align-bottom {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .decoration-tall.top-left {
        position: absolute;
        top: -112px;
    }

    .decoration-tall.flush-top-left {
        position: absolute;
        top: 0px;
    }

    .decoration-tall.cta-decoration-2 {
        position: absolute;
        right: 0px;
        bottom: 0px;
        width: 196px;
        height: 392px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .decoration-tall.cta-decoration-2.left {
            left: 0px;
            right: auto;
        }

    .decoration-tall.top-right {
        position: absolute;
        top: -112px;
        right: 0px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .decoration-tall.top-right.align-top {
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

    .decoration-tall.customer-hero-decoration {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 30vw;
        height: 100%;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .decoration-tall.career-header-decoration {
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .decoration-tall.blog-header-decoration {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 15vw;
        height: 100%;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .decoration-tall.subscribe-decoration {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 196px;
        height: 392px;
    }

    .decoration-tall.screenshot-hero-decoration {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 25%;
        height: 120%;
        min-width: 430px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

.decoration-tall-inner {
    position: absolute;
    width: 100%;
    height: 50%;
}

    .decoration-tall-inner.bg-primary-1.round-bottom-right {
        width: 100%;
    }

.round-bottom-right {
    border-bottom-right-radius: 1200px;
}

.round-bottom-left {
    border-bottom-left-radius: 1200px;
}

.style-guide-decorations-grid {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.decoration-bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

    .decoration-bg.bg-primary-5.round-top-right {
        padding-top: 40px;
    }

.round-top-right {
    border-top-right-radius: 1200px;
}

.round-top-left {
    border-top-left-radius: 1200px;
}

.decoration-wide {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 224px;
    height: 112px;
}

    .decoration-wide.align-end {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .decoration-wide.align-end.top-right {
            position: absolute;
            top: 0px;
            right: 0px;
        }

    .decoration-wide.top-left {
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .decoration-wide.bottom-right {
        position: absolute;
        right: 0px;
        bottom: 0px;
        width: 336px;
        height: 168px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .decoration-wide.bottom-left {
        position: absolute;
        left: 0px;
        bottom: 0px;
    }

    .decoration-wide.fullwidth-section-decoration {
        position: absolute;
        right: 0px;
        bottom: 0px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

.decoration-wide-inner {
    position: absolute;
    width: 50%;
    height: 100%;
}

.navbar-container.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 10;
}

.navbar {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.nav-link {
    margin-right: 14px;
    margin-left: 14px;
    padding: 0px;
    color: #29335c;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

    .nav-link.text-white {
        color: #fff;
    }

    .nav-link.increased-margin {
        margin-right: 21px;
        margin-left: 21px;
    }

        .nav-link.increased-margin.w--current {
            color: #29335c;
        }

.navbar-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 72px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.nav-menu-wide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -14px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
}

.text-white {
    color: #fff;
}

.dropdown-arrow {
    margin-left: 6px;
}

.mobile-brand {
    display: none;
}

.footer {
    padding-top: 84px;
    padding-bottom: 56px;
}

    .footer.bg-primary-1 {
        border-bottom: 4px solid #c1e8ee;
    }

.footer-menus-grid {
    margin-bottom: 140px;
    grid-column-gap: 84px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

    .footer-menus-grid.footer-2-menus {
        margin-bottom: 0px;
        grid-column-gap: 56px;
        grid-row-gap: 84px;
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

.menu-vertical-grid {
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}

.hover-link {
    opacity: 0.5;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

    .hover-link:hover {
        opacity: 1;
    }

    .hover-link.icon-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .hover-link.icon-link.space-left {
            margin-left: 28px;
        }

.footer-lower {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-logo-and-copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-logo {
    margin-right: 28px;
}

.footer-small-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 22px;
}

.link-divider {
    width: 4px;
    height: 4px;
    margin-right: 12px;
    margin-left: 12px;
    border-radius: 6px;
    background-color: #fff;
    opacity: 0.5;
}

.cta {
    position: relative;
    max-width: 1270px;
    margin-right: auto;
    margin-left: auto;
    padding: 56px;
}

.large-heading {
    padding-top: 20px;
    color: #29335c;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

    .large-heading.cta-heading {
        max-width: 622px;
        margin-bottom: 0px;
    }

    .large-heading.text-white {
        padding-top: 40px;
        color: #fff;
    }

.cta-content {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cta-button-container {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.cta-decoration {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 112px;
    height: 100%;
    max-height: 224px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.cta-section {
    padding-top: 112px;
}

.grid-halves {
    margin-bottom: auto;
    padding-bottom: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 28px;
    grid-row-gap: 84px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

    .grid-halves.has-slider {
        margin-top: 40px;
    }

    .grid-halves.top-margin {
        margin-top: 84px;
    }

    .grid-halves.align-top {
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start;
    }

    .grid-halves.timeline-title {
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start;
    }

    .grid-halves.reverse-direction {
        direction: rtl;
    }

.hero-reviews {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 42px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .hero-reviews.rating-section-reviews {
        margin-top: 112px;
    }

.stars {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 14px;
}

.portrait-image-container {
    position: relative;
    padding-top: 56px;
    padding-bottom: 56px;
}

    .portrait-image-container.align-content-right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

.container {
    width: 100%;
    max-width: 497px;
    direction: ltr;
}

    .container.align-center {
        margin-right: auto;
        margin-left: auto;
    }

        .container.align-center.blog-header-container {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            padding-right: 28px;
            padding-left: 28px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .container.align-center.padded {
            padding-right: 28px;
            padding-left: 28px;
        }

    .container.wide {
        max-width: 650px;
    }

        .container.wide.align-center {
            margin-right: auto;
            margin-left: auto;
        }

    .container.top-layer {
        position: relative;
    }

    .container.narrow {
        max-width: 387px;
    }

    .container.card-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

.blurred-image-container {
    position: relative;
}

    .blurred-image-container.landscape {
        margin-right: 56px;
    }

    .blurred-image-container.collage-image-a {
        top: 56px;
        max-width: 387px;
        margin-left: -112px;
    }

    .blurred-image-container.blog-thumbnail {
        height: 208.21875px;
        margin-bottom: 28px;
    }

.blurred-image {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0.6;
    -webkit-filter: blur(20px);
    filter: blur(20px);
}

.focussed-image {
    position: relative;
    z-index: 2;
    max-height: 100%;
    margin-bottom: auto;
    padding-bottom: 0px;
}

.portrait-image {
    max-width: 418px;
    min-height: 532px;
}

.portrait-image-bg {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
    width: 80%;
    height: 100%;
}

    .portrait-image-bg.left {
        left: 0px;
        right: auto;
    }

.announcement {
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 14px 28px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(41, 51, 92, 0.1);
    background-color: #fff;
}

.portrait-image-overlay {
    position: absolute;
    right: 28px;
    bottom: 28px;
    z-index: 2;
}

    .portrait-image-overlay.left {
        left: 28px;
        right: auto;
    }

.horizontal-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 21px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .horizontal-icon.padded {
        min-width: 280px;
        padding: 14px 28px 14px 21px;
        background-color: #fff;
    }

    .horizontal-icon.padded-large {
        margin-right: 0px;
        padding: 14px 28px;
        background-color: #eff9fb;
    }

    .horizontal-icon.align-top {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

.horizontal-icon-image {
    margin-right: 14px;
}

    .horizontal-icon-image.increased-margin {
        margin-right: 28px;
    }

.icon-small {
    max-height: 42px;
}

    .icon-small.horizontal-icon {
        margin-right: 7px;
    }

.vertical-icon-grid {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}

.no-bottom-padding {
    padding-bottom: 0px;
}

.logo-row-title {
    margin-bottom: 56px;
    text-align: center;
}

.text-muted {
    opacity: 0.5;
}

.logo-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo-row-item {
    margin-right: 42px;
    margin-left: 42px;
    opacity: 0.3;
}

.horizontal-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 56px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.title-line {
    height: 2px;
    margin-left: 28px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: rgba(41, 51, 92, 0.1);
}

    .title-line.bg-white {
        background-color: rgba(255, 255, 255, 0.1);
    }

.icons-grid {
    margin-bottom: 60px;
    grid-column-gap: 56px;
    grid-row-gap: 56px;
}

    .icons-grid.resources {
        grid-column-gap: 75px;
        grid-row-gap: 75px;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }

    .icons-grid.past-papers {
        grid-column-gap: 75px;
        grid-row-gap: 75px;
        -ms-grid-rows: auto auto auto auto auto;
        grid-template-rows: auto auto auto auto auto;
    }

    .icons-grid.past-papers {
        grid-column-gap: 75px;
        grid-row-gap: 75px;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    }

.icons-grid-item {
    max-width: 413px;
}

    .icons-grid-item.centered {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: auto;
        margin-left: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

.icons-grid-image {
    margin-bottom: 28px;
}

.contained-section {
    max-width: 1328px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 28px;
    padding-left: 28px;
}

    .contained-section.pull-from-bottom {
        position: relative;
        z-index: 2;
        margin-bottom: 100px;
        padding-top: 60px;
    }

    .contained-section.bg-primary-4 {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .contained-section.grid {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        -ms-grid-columns: 1.5fr 1fr;
        grid-template-columns: 1.5fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }

        .contained-section.grid.reverse-direction {
            direction: rtl;
        }

.video-section {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 0.75fr;
    grid-template-columns: 1fr 0.75fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.video-section-image {
    -o-object-fit: cover;
    object-fit: cover;
}

.icon-button-text {
    margin-left: 14px;
}

.square-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 28px;
}

.padded-text {
    max-width: 320px;
    padding: 28px;
    background-color: #fff;
    color: #40496b;
}

.customers-grid {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 84px;
    grid-row-gap: 84px;
    -ms-grid-columns: 1fr 0.66fr;
    grid-template-columns: 1fr 0.66fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.text-center {
    text-align: center;
}

.section-heading {
    margin-bottom: 56px;
}

.metrics-grid-halves {
    grid-column-gap: 84px;
    grid-row-gap: 54px;
}

.underline-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-content-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.underline {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 14px;
    background-color: #a1ec83;
}

.metric-text {
    margin-top: 28px;
}

.customer-image-wrapper {
    position: relative;
}

.customer-logo-wrapper {
    position: absolute;
    left: 28px;
    bottom: 28px;
    padding: 10px 14px;
    background-color: #fff;
}

.customer-logo {
    max-height: 26px;
}

.card-body {
    padding: 56px 35px;
    background-color: #fff;
    color: #40496b;
}

    .card-body.border-bottom {
        border-bottom: 4px solid #c1e8ee;
    }

        .card-body.border-bottom.border-primary-2 {
            border-bottom-color: #a1ec83;
        }

    .card-body.reduced-padding {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 28px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .card-body.increased-padding {
        padding-right: 56px;
        padding-left: 56px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

.medium-heading {
    margin-bottom: 28px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

    .medium-heading.section-heading {
        margin-bottom: 56px;
    }

.back-to-top-container {
    position: absolute;
    width: 100%;
    height: 0px;
}

.back-to-top-button {
    position: fixed;
    right: 14px;
    bottom: 14px;
    z-index: 8;
    height: auto;
    padding: 14px;
    border-radius: 200px;
    background-color: #c1e8ee;
}

.back-to-top-image {
    position: relative;
    bottom: 1px;
    display: block;
}

.horizontal-icon-thirds {
    padding-top: 56px;
    padding-bottom: 56px;
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-top: 1px dotted rgba(41, 51, 92, 0.2);
    border-bottom: 1px dotted rgba(41, 51, 92, 0.2);
}

.horizontal-icon-large {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.horizontal-icon-large-image {
    margin-right: 28px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.overlay-bottom-right {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 2;
}

.interface-screenshot-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 448px;
    padding-top: 84px;
    padding-bottom: 84px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.interface-screenshot-decoration {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 35%;
    height: 75%;
}

.interface-screenshot-image {
    position: relative;
    left: 3vw;
}

.checklist-grid-thirds {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.checklist-horizontal-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.checklist-circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 50%;
}

.checklist-circle-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.checklist-horizontal-text {
    margin-left: 14px;
}

.fullwidth-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

    .fullwidth-image.wide {
        width: 100%;
    }

.quote-slider {
    height: auto;
    background-color: transparent;
}

.hide {
    display: none;
}

.quote-slide-nav {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 8px;
    margin-top: 28px;
    padding-top: 0px;
    font-size: 8px;
}

.handwriting {
    font-family: Reey, sans-serif;
    font-size: 54px;
    line-height: 60px;
}

    .handwriting.rotate {
        margin-top: 35px;
        margin-bottom: 56px;
        -webkit-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        transform: rotate(-8deg);
        color: #a1ec83;
    }

.quote-slide {
    height: auto;
}

.quote-mask {
    overflow: hidden;
}

.hero-form-container {
    padding: 56px;
    background-color: #fff;
    color: #40496b;
}

.hero-form-decoration {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-width: 30vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.shadow {
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
}

.bar-graph-grid {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.bar {
    height: 28px;
    margin-bottom: 7px;
    border-radius: 7px;
}

    .bar.bar-a {
        width: 65%;
        background-color: #f2f4f5;
    }

    .bar.bar-b {
        width: 45%;
        background-color: #f2f4f5;
    }

.vertical-text-grid {
    grid-row-gap: 35px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.pricing-tabs-heading {
    position: relative;
    z-index: 1;
    max-width: 650px;
    margin-bottom: -49px;
}

.pricing-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

    .pricing-tabs.allign-middle {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

.pricing-tabs-content {
    width: 100%;
    margin-top: 84px;
}

.tabs-menu {
    padding: 7px;
    border-radius: 200px;
    background-color: #eff9fb;
}

.tab-button {
    height: auto;
    padding: 10px 24px;
    border-radius: 200px;
    background-color: transparent;
    opacity: 0.5;
    -webkit-transition: background-color 200ms ease, opacity 200ms ease;
    transition: background-color 200ms ease, opacity 200ms ease;
}

    .tab-button:hover {
        opacity: 1;
    }

    .tab-button.w--current {
        background-color: #a1ec83;
        opacity: 1;
    }

.pricing-grid-halves {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.pricing-card-header {
    padding: 56px 35px;
}

.pricing-card-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: 2px solid rgba(41, 51, 92, 0.1);
    border-bottom: 2px solid rgba(41, 51, 92, 0.1);
    border-left: 2px solid rgba(41, 51, 92, 0.1);
}

.pricing-list-grid {
    margin-bottom: 35px;
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}

.pricing-card-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 14px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(41, 51, 92, 0.1);
}

.contained-section-grid {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 56px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1.25fr 1fr;
    grid-template-columns: 1.25fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.video-lightbox-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.video-lightbox-link {
    position: absolute;
}

.contained-section-wrapper {
    padding-bottom: 112px;
}

    .contained-section-wrapper.no-bottom-padding {
        padding-bottom: 0px;
    }

.footer-2-grid {
    margin-bottom: 140px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    -ms-grid-columns: 0.45fr 1fr;
    grid-template-columns: 0.45fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.logo-large {
    min-height: 35px;
}

.footer-2-logo {
    margin-bottom: 28px;
}

.link-icon {
    margin-right: 14px;
}

.footer-2 {
    padding-top: 84px;
    padding-bottom: 28px;
}

    .footer-2.border-bottom {
        border-bottom: 4px solid #a1ec83;
    }

.rating-section {
    padding-top: 140px;
    padding-bottom: 56px;
}

    .rating-section.bg-primary-1 {
        position: relative;
    }

.rating-section-decoration {
    position: absolute;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.section-large {
    position: relative;
    padding-top: 168px;
    padding-bottom: 168px;
}

.container-large {
    width: 100%;
    max-width: 608px;
}

    .container-large.align-center {
        margin-right: auto;
        margin-left: auto;
        padding-top: 40px;
    }

    .container-large.wide {
        max-width: 740px;
    }

.grid-halves-section {
    display: -ms-grid;
    display: grid;
    margin-top: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.grid-section-half {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 672px;
    padding: 84px 35px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-video-wrapper {
    position: relative;
    top: 84px;
}

.checklist-grid {
    margin-bottom: 40px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-bottom: 1px dotted rgba(41, 51, 92, 0.2);
}

    .checklist-grid.white {
        border-bottom-color: hsla(0, 0%, 100%, 0.2);
    }

.checklist-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 14px;
    padding-bottom: 14px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px dotted rgba(41, 51, 92, 0.2);
}

    .checklist-item.white {
        border-top-color: rgba(255, 255, 255, 0.2);
    }

.checklist-text {
    margin-left: 14px;
}

.faq-grid {
    margin-bottom: 56px;
    grid-auto-rows: minmax(auto, 0.5fr);
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    grid-template-areas: ". ."
        ". ."
        "Area-2 Area"
        "Area-3 Area-4";
    -ms-grid-rows: auto 56px auto 56px auto;
    grid-template-rows: auto auto auto;
}

.faq-heading {
    margin-bottom: 14px;
}

.pricing-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 21px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .pricing-cell.border {
        border-top: 2px solid rgba(41, 51, 92, 0.1);
        border-left: 2px solid rgba(41, 51, 92, 0.1);
    }

    .pricing-cell.text-center {
        border-left: 2px solid rgba(41, 51, 92, 0.1);
    }

.price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 14px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.price-subtitle {
    position: relative;
    margin-bottom: 3px;
    margin-left: 7px;
    opacity: 0.5;
}

.pricing-description {
    margin-bottom: 14px;
}

.pricing-table-head {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-right: 2px solid rgba(41, 51, 92, 0.1);
}

.pricing-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid rgba(41, 51, 92, 0.1);
}

.pricing-table-body {
    border-style: solid solid none;
    border-width: 2px;
    border-color: rgba(41, 51, 92, 0.1);
}

.horizontal-title-grid {
    display: -ms-grid;
    display: grid;
    margin-bottom: 56px;
    grid-auto-columns: 1fr;
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.detailed-form-wrapper {
    position: relative;
    padding: 56px;
    border-top: 4px solid #a1ec83;
    background-color: #fff;
}

    .detailed-form-wrapper.large {
        top: -56px;
        padding-top: 84px;
        padding-bottom: 84px;
    }

.detailed-form {
    max-width: 826px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.form-grid-halves {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.text-red {
    color: #bd3131;
}

.form-subtitle {
    margin-bottom: 7px;
}

.timeline-wrapper {
    position: relative;
    margin-top: 84px;
}

.timeline-item {
    position: relative;
    bottom: 18px;
    display: -ms-grid;
    display: grid;
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-auto-columns: 1fr;
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.timeline-item-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.timeline-pin-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.timeline-circle {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: rgba(41, 51, 92, 0.2);
}

.timeline-pin {
    width: 1px;
    min-height: 56px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: rgba(41, 51, 92, 0.2);
}

.timeline-text {
    margin-bottom: 54px;
}

.contact-heading {
    margin-top: 56px;
    margin-bottom: 56px;
}

.contact-grid-halves {
    grid-column-gap: 21px;
    grid-row-gap: 35px;
}

.large-link {
    font-size: 28px;
    line-height: 36px;
}

.text-primary-5 {
    color: #f3663f;
}

.map {
    height: 505px;
}

.contained-section-image {
    -o-object-fit: cover;
    object-fit: cover;
}

.form-success {
    padding: 28px;
    background-color: #a1ec83;
}

.form-error {
    margin-top: 14px;
    padding: 21px;
    font-size: 14px;
    line-height: 22px;
}

.customer-hero-image-wrapper {
    position: relative;
    max-width: 830px;
    margin-right: auto;
    margin-left: auto;
}

.caption-overlay {
    position: absolute;
    right: 28px;
    bottom: 28px;
}

.customer-reviews-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 84px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.customer-reviews-heading {
    margin-bottom: 0px;
}

.customer-reviews-grid {
    margin-bottom: 40px;
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.metric-grid-thirds {
    margin-top: 20px;
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.hero-collage-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 84px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.fullwidth-image-container {
    position: relative;
}

.career-row {
    display: -ms-grid;
    display: grid;
    padding-top: 28px;
    padding-bottom: 28px;
    grid-auto-columns: 1fr;
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    -ms-grid-columns: 2fr 1fr 1fr;
    grid-template-columns: 2fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-bottom: 1px solid rgba(41, 51, 92, 0.1);
    font-weight: 400;
}

    .career-row.header {
        padding-bottom: 28px;
        border-bottom: 2px solid #c1e8ee;
    }

.career-header-section {
    position: relative;
    padding-top: 35px;
    padding-bottom: 112px;
    background-color: #eff9fb;
}

.icon-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .icon-link.search-link {
        margin-right: 28px;
        font-weight: 400;
    }

.justify-content-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .justify-content-left.career-link {
        margin-bottom: 84px;
    }

    .justify-content-left.blog-link {
        margin-bottom: 35px;
    }

.icon-link-image {
    margin-right: 7px;
}

.article-sidebar-grid {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-grid-columns: 1fr 0.5fr;
    grid-template-columns: 1fr 0.5fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.article figure {
    margin-top: 28px;
    margin-bottom: 28px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.article h3 {
    margin-top: 36px;
    margin-bottom: 24px;
}

.article ul {
    display: -ms-grid;
    display: grid;
    margin-top: 36px;
    margin-bottom: 36px;
    padding-left: 24px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.article h4 {
    margin-bottom: 24px;
}

.article figure {
    margin-top: 48px;
    margin-bottom: 48px;
}

.sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 112px;
    display: -ms-grid;
    display: grid;
    min-width: 288px;
    padding: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 28px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #f2f4f5;
}

.career-interest-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 496px;
    margin-top: 56px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.empty-state {
    margin-top: 14px;
    padding: 28px;
    background-color: rgba(41, 51, 92, 0.1);
    text-align: center;
}

.detailed-form-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 84px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.fullscreen-split-section {
    display: -ms-grid;
    display: grid;
    min-height: 100vh;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.fullscreen-bg-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    -o-object-fit: cover;
    object-fit: cover;
}

    .fullscreen-bg-image.muted {
        opacity: 0.15;
    }

.fullscreen-section {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 84px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.fullscreen-logo {
    position: absolute;
    left: 56px;
    top: 56px;
}

.fullscreen-logo-image {
    min-height: 35px;
}

.centered-title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.centered-title-line {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: rgba(41, 51, 92, 0.1);
}

.icon-button-image {
    margin-right: 14px;
}

.label-pair {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-categories-section {
    padding-top: 56px;
    padding-bottom: 56px;
    background-color: #eff9fb;
}

.blog-categories-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.blog-categories-collection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 24px;
}

.blog-category-collection-item {
    margin-right: 6px;
    margin-left: 6px;
}

.blog-grid {
    display: -ms-grid;
    display: grid;
    padding-top: 40px;
    grid-auto-columns: 1fr;
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.blog-grid-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.blog-heading-link {
    height: auto;
    margin-top: auto;
}

.blog-description {
    margin-bottom: 14px;
    padding-top: 30px;
}

.subscribe-form-wrapper {
    width: 100%;
    margin-top: 56px;
    margin-bottom: 21px;
}

.subscribe-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.blog-header-section {
    padding-top: 35px;
    padding-bottom: 112px;
    background-color: #eff9fb;
}

.blog-header-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.blog-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.blog-author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
}

.avatar-small {
    width: 56px;
    height: 56px;
    margin-right: 14px;
    border-radius: 100%;
}

.blog-author-heading {
    margin-bottom: 0px;
}

.author-social-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 28px;
    margin-bottom: 28px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.avatar-large {
    width: 112px;
    height: 112px;
    margin-right: 28px;
    border-radius: 50%;
}

.author-heading {
    margin-bottom: 0px;
}

.case-study-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.customer-header-grid {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 28px;
    grid-row-gap: 56px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.customer-header-logo {
    margin-bottom: 28px;
}

.license-link-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 608px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #29335c;
}

.license-link-image {
    opacity: 0.5;
}

.license-link-text {
    position: absolute;
    color: #fff;
}

.typeface-demo {
    font-size: 140px;
    line-height: 140px;
}

.dropdown-large.w--open {
    overflow: hidden;
    width: 588px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(41, 51, 92, 0.1);
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
    color: #40496b;
    font-size: 18px;
    line-height: 28px;
}

.dropdown-large-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.dropdown-left {
    max-width: 338px;
    padding: 28px 21px 21px;
}

.dropdown-menu-large {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dropdown-link-large {
    padding: 14px 21px;
    border-radius: 10px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-weight: 400;
}

    .dropdown-link-large:hover {
        background-color: #eff9fb;
    }

.dropdown-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 28px 28px 21px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #eff9fb;
}

.dropdown.w--open {
    overflow: hidden;
    min-width: 200px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(41, 51, 92, 0.1);
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
    font-size: 18px;
    line-height: 28px;
}

.dropdown.dropdown-large.w--open {
    left: -294px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.dropdown.dropdown-large.temp {
    position: static;
}

.dropdown.right {
    right: 0px;
}

.dropdown-link {
    padding: 7px 21px;
    opacity: 0.5;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    color: #29335c;
}

    .dropdown-link:hover {
        opacity: 1;
    }

    .dropdown-link.w--current {
        opacity: 1;
        color: #f3663f;
    }

.navbar-2 {
    z-index: 10;
    padding-top: 20px;
    background-color: transparent;
}

.navbar-2-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 84px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.brand-and-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-2-brand {
    margin-right: 14px;
    padding-left: 0px;
}

.search-and-button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.search-modal {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10;
    display: none;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .search-modal.display {
        position: static;
        display: none;
        padding-bottom: 100px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

.modal-screen {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-color: hsla(0, 0%, 100%, 0.5);
}

.search-modal-body {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 612px;
    margin-top: 10vh;
    margin-right: 28px;
    margin-left: 28px;
    padding: 14px 28px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(41, 51, 92, 0.1);
    border-radius: 10px;
    background-color: #fff;
}

.search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .search-form.padded {
        padding: 14px 28px;
        background-color: #fff;
    }

.text-primary-1 {
    color: #29335c;
}

.card-grid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.card-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.demo-grid {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.screenshot-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 21px;
    padding-top: 56px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #c1e8ee;
}

.screenshot-image {
    max-width: 337px;
}

    .screenshot-image.shadow {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

        .screenshot-image.shadow.account-page {
            margin-bottom: 56px;
        }

.navbar-demos {
    position: relative;
    z-index: 9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.navbar-3-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 84px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top:0px!important;
}

.menu-and-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-layer {
    position: relative;
    z-index: 2;
}

.tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.tabs-content {
    width: 100%;
    margin-top: 56px;
}

.tab-link {
    padding: 10px 24px;
    border-radius: 200px;
    background-color: transparent;
    opacity: 0.5;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    color: #29335c;
}

    .tab-link.w--current {
        background-color: #c1e8ee;
        opacity: 1;
    }

.card-grid-halves {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.search-result-url {
    margin-bottom: 7px;
    opacity: 0.5;
    font-size: 12px;
    line-height: 24px;
}

.search-results-list {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.div-block {
    padding-right: 20px;
}

.text-block {
    padding-bottom: 40px;
}

.bold-text {
    font-size: 31px;
}

.heading {
    color: #7b7e8b;
    font-size: 20px;
    text-align: center;
}

.text-block-2 {
    padding-bottom: 40px;
}

.text-block-3 {
    padding-bottom: 40px;
}

.text-block-4 {
    padding-bottom: 40px;
}

.text-block-5 {
    padding-bottom: 20px;
}

.text-block-6 {
    padding-bottom: 20px;
}

.text-block-7 {
    padding-bottom: 20px;
}

.text-block-8 {
    padding-bottom: 20px;
}

.text-block-9 {
    padding-bottom: 20px;
}

.text-block-10 {
    padding-bottom: 20px;
}

.text-block-11 {
    padding-bottom: 20px;
}

.text-block-12 {
    padding-bottom: 20px;
}

.tab-menu-main {
    text-align: center;
}

.text-block-13 {
    text-align: center;
}

.sub-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.sub-tab-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tab-content-main {
    width: 863.25px;
}

.tab-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.tab-link-tab-4 {
    width: 215.859375px;
}

.tab-link-tab-1 {
    width: 215.8px;
}

.tab-link-main {
    width: 215.8px;
}

.tab-link-tab-3 {
    width: 215.8px;
}

.sub-tab-link-tab-1 {
    width: 215.8px;
}

    .sub-tab-link-tab-1.w--current {
        width: 216px;
    }

.sub-tab-content {
    width: 674.4px;
}

.div-block-2 {
    padding-top: 30px;
    padding-left: 30px;
}

.text-block-14 {
    padding-top: 10px;
}

.tab-dropdown {
    display: none;
}

.main-content {
    padding-bottom: 100px;
}

.columns {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.resource-link {
    display: block;
    height: auto;
}

.resources-column-w.margin-40 {
    margin-top: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(64, 73, 107, 0.1);
}

.column-header {
    color: #40496b;
}

.resources-title {
    font-size: 20px;
}

    .resources-title.margin-20 {
        margin-bottom: 20px;
    }

.resources-title-w.margin-40 {
    margin-top: 40px;
}

.resource-video-w {
    margin-top: 10px;
    margin-bottom: 30px;
}

.dropdown-2 {
    display: block;
}

.resources-dropdown {
    display: block;
    margin-bottom: 20px;
    padding-right: 3px;
    padding-left: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(41, 51, 92, 0.1);
    border-radius: 10px;
    color: #40496b;
}

.resources-dropdown-icon {
    color: #40496b;
}

.paragraph-59 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.faq-item-trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.container-13 {
    padding: 10px 60px 60px;
    font-family: 'Open Sans', sans-serif;
    line-height: 32px;
}

.heading-97 {
    margin-bottom: 40px;
    font-size: 26px;
    text-align: center;
}

.faq-item {
    border-bottom: 1px solid #e7e7e7;
}

.text-block-92 {
    font-size: 29px;
    text-align: center;
}

.faq-item-content {
    overflow: hidden;
}

.bold-text-39 {
    font-size: 16px;
}

.resource-dropdown {
    border-bottom: 1px solid #e7e7e7;
}

.resource-dropdown-trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.resource-dropdown-content {
    overflow: hidden;
}

.resource-dropdown-arrow {
    font-family: Materialicons, sans-serif;
    font-size: 29px;
    text-align: center;
}

.resources-dropdown-list {
    position: static;
}

    .resources-dropdown-list.w--open {
        background-color: #fff;
    }

.resources-dropdown-toggle {
    display: block;
    border-bottom: 1px solid rgba(64, 73, 107, 0.1);
}

.resources-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

    .resources-tabs.allign-middle {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

.resources-tabs-menu {
    padding: 7px;
    border-radius: 200px;
    background-color: #eff9fb;
}

.register-form-w {
    padding-right: 40px;
    padding-left: 40px;
}

.sub-page-link {
    display: block;
    height: auto;
    margin-bottom: 20px;
}

.sub-page-link-child {
    padding-left: 30px;
}

.div-block-3 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 120px;
    grid-row-gap: 100px;
    -ms-grid-columns: 0.5fr 0.5fr 0.5fr;
    grid-template-columns: 0.5fr 0.5fr 0.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.div-block-4 {
    padding-bottom: 14px;
    text-align: center;
}

.div-block-5 {
    text-align: center;
}

.link {
    font-size: 24px;
}

.image {
    margin-top: 5px;
    margin-left: 6px;
}

.div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.div-block-7 {
    margin-bottom: 50px;
}

.breadcrumb {
    font-size: 16px;
}

.breadcrumb-icon {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.grid-halves-section-2 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.large-heading-2 {
    padding-top: 20px;
    color: #29335c;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.link-2 {
    margin-top: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.heading-98 {
    margin-top: 20px;
    margin-bottom: auto;
    padding-bottom: 0px;
}

.logo-row-item-small {
    margin-top: 20px;
    margin-right: 42px;
    margin-left: 42px;
    opacity: 0.3;
}

@media screen and (max-width: 991px) {
    .section {
        padding-top: 84px;
        padding-bottom: 84px;
    }

    .main-container {
        max-width: 684px;
    }

        .main-container.navbar-container {
            max-width: 100%;
            padding-right: 0px;
            padding-left: 0px;
        }

        .main-container.narrow {
            max-width: 684px;
        }

        .main-container.pricing-main-container {
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .main-container.navbar-2-container {
            max-width: 100%;
        }

    .style-guide-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .style-guide-title {
        position: relative;
        top: 0px;
    }

    .display-heading-2.timeline-heading {
        position: relative;
        top: 0px;
    }

    .decoration-tall {
        width: 84px;
        height: 168px;
    }

        .decoration-tall.top-left {
            top: -84px;
        }

        .decoration-tall.cta-decoration-2 {
            width: 112px;
            height: 224px;
        }

        .decoration-tall.top-right.align-top {
            top: -84px;
        }

        .decoration-tall.customer-hero-decoration {
            top: auto;
            bottom: 0px;
            width: 35vw;
            height: 65%;
        }

        .decoration-tall.blog-header-decoration {
            display: none;
        }

        .decoration-tall.screenshot-hero-decoration {
            min-width: 350px;
        }

    .decoration-wide.top-left {
        width: 168px;
        height: 84px;
    }

    .decoration-wide.bottom-right {
        width: 224px;
        height: 112px;
    }

    .nav-link {
        margin-top: 7px;
        margin-bottom: 7px;
    }

        .nav-link.text-white {
            margin-right: 0px;
            margin-left: 0px;
        }

    .nav-menu-wide {
        margin-right: 0px;
        padding-right: 28px;
        padding-bottom: 28px;
        padding-left: 28px;
        background-color: #29335c;
    }

    .desktop-brand {
        display: none;
    }

    .mobile-brand {
        display: block;
        margin-left: 28px;
    }

    .menu-button {
        margin-right: 28px;
        padding: 14px;
    }

        .menu-button.w--open {
            margin-right: 28px;
            background-color: transparent;
        }

        .menu-button.navbar-2-menu-button {
            margin-right: 0px;
        }

    .footer-menus-grid {
        margin-bottom: 112px;
        grid-column-gap: 28px;
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .large-heading.cta-heading {
        margin-bottom: 28px;
        text-align: center;
    }

    .cta-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cta-section {
        padding-top: 0px;
    }

    .grid-halves {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

        .grid-halves.timeline-title {
            grid-row-gap: 28px;
        }

        .grid-halves.reverse-direction {
            direction: ltr;
        }

    .hero-reviews {
        margin-top: 28px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .container {
        margin-right: auto;
        margin-left: auto;
    }

        .container.align-center.blog-header-container {
            padding-right: 0px;
            padding-left: 0px;
        }

        .container.wide.top-layer {
            position: relative;
            z-index: 2;
        }

    .portrait-image {
        min-height: auto;
    }

    .menu-button-image {
        display: block;
    }

    .grid-text-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .horizontal-icon.align-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .horizontal-icon-image.increased-margin {
        margin-right: 0px;
        margin-bottom: 28px;
    }

    .logo-row {
        margin-top: -14px;
        margin-bottom: -14px;
    }

    .logo-row-item {
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .contained-section {
        max-width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }

        .contained-section.pull-from-bottom {
            margin-bottom: -84px;
        }

        .contained-section.grid {
            -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        }

    .video-section {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .video-section-image {
        max-height: 400px;
    }

    .customers-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .card-body.border-bottom.border-primary-2 {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .horizontal-icon-thirds {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .checklist-grid-thirds {
        grid-column-gap: 28px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .hero-form-decoration {
        top: auto;
        bottom: 0px;
        height: 50%;
        min-width: 50vw;
    }

    .pricing-tabs-heading {
        max-width: 100%;
        margin-bottom: 35px;
    }

    .pricing-tabs {
        max-width: 497px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .pricing-tabs.pricing-table-tabs {
            max-width: 100%;
        }

    .pricing-grid-halves {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .contained-section-grid {
        padding-right: 28px;
        padding-bottom: 28px;
        padding-left: 28px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .contained-section-wrapper {
        padding-bottom: 0px;
    }

    .footer-2-grid {
        margin-bottom: 84px;
        grid-row-gap: 56px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .footer-2-contact-details {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .rating-section-decoration {
        top: auto;
        bottom: 0px;
        height: 224px;
        min-width: 112px;
    }

    .section-large {
        padding-top: 112px;
        padding-bottom: 112px;
    }

    .grid-halves-section {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .grid-section-half {
        min-height: auto;
    }

    .faq-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .pricing-cell.header {
        -webkit-box-flex: 0;
        -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        border-bottom: 2px solid rgba(41, 51, 92, 0.1);
        border-left: 2px solid rgba(41, 51, 92, 0.1);
        text-align: center;
    }

    .pricing-table-head {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .pricing-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .pricing-table-body {
        border-left-style: none;
    }

    .horizontal-title-grid {
        grid-row-gap: 28px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .form-grid-halves {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .customer-reviews-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .customer-reviews-heading {
        margin-bottom: 28px;
    }

    .customer-reviews-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .metric-grid-thirds {
        grid-column-gap: 28px;
        grid-row-gap: 28px;
    }

    .article-sidebar-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .sidebar {
        margin-right: auto;
        margin-left: auto;
    }

    .fullscreen-split-section {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .fullscreen-section.bg-primary-1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .fullscreen-logo {
        position: relative;
        left: 0px;
        top: 0px;
        margin-bottom: 56px;
    }

    .blog-grid {
        grid-column-gap: 28px;
        grid-row-gap: 28px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .blog-header-grid {
        max-width: 608px;
        margin-right: auto;
        margin-left: auto;
        grid-row-gap: 56px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .blog-author {
        margin-top: 28px;
    }

    .case-study-grid {
        grid-column-gap: 28px;
        grid-row-gap: 28px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .customer-header-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .dropdown-left {
        max-width: 60%;
    }

    .dropdown-right {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .dropdown.w--open {
        position: relative;
    }

    .dropdown.dropdown-large.w--open {
        left: 0px;
    }

    .navbar-2-menu {
        padding: 14px 7px;
        border-radius: 10px;
        background-color: #fff;
    }

    .card-grid {
        max-width: 506px;
        margin-right: auto;
        margin-left: auto;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .demo-grid {
        max-width: 506px;
        margin-right: auto;
        margin-left: auto;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .tab-menu-main {
        position: absolute;
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: auto;
        z-index: 99;
        width: 100%;
        margin-top: -60px;
        padding-top: 60px;
    }

    .sub-tab {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tab-link-main {
        display: block;
        width: auto;
        height: 60px;
    }

    .tab-dropdown {
        display: block;
        width: 100%;
        height: 60px;
        padding-top: 12px;
        padding-left: 20px;
        background-color: #40496b;
        background-image: url("https://uploads-ssl.webflow.com/5f4d0d549c879fcac8e96b1f/5fae637eb24df2397054bca4_dropdown-arrow.svg");
        background-position: 95% 50%;
        background-size: auto;
        background-repeat: no-repeat;
    }

    .text-block-15 {
        color: #fff;
    }

    .main-content {
        margin-right: 20px;
        margin-left: 20px;
    }

    .resources-tabs {
        max-width: 497px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .resources-tabs.pricing-table-tabs {
            max-width: 100%;
        }

    .grid-halves-section-2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .logo-row-item-small {
        margin-top: 14px;
        margin-bottom: 14px;
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 16px;
        line-height: 24px;
    }

    h1 {
        margin-bottom: 14px;
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 0em;
    }

    h2 {
        margin-bottom: 14px;
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 0em;
    }

    h3 {
        margin-bottom: 14px;
        font-size: 24px;
        line-height: 32px;
    }

    .section {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .main-container {
        max-width: 488px;
    }

        .main-container.narrow {
            max-width: 488px;
        }

    .style-guide-color-grid {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .display-heading-1 {
        margin-bottom: 14px;
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -0.01em;
    }

    .display-heading-2 {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -0.01em;
    }

        .display-heading-2.contact-heading {
            margin-top: 28px;
            margin-bottom: 28px;
        }

    .text-large {
        font-size: 20px;
        line-height: 30px;
    }

        .text-large.introductory-paragraph {
            margin-bottom: 35px;
        }

    .style-guide-icons-grid {
        grid-row-gap: 28px;
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .decoration-tall.top-left {
        display: none;
    }

    .decoration-tall.top-right {
        display: none;
    }

    .decoration-tall.subscribe-decoration {
        display: none;
    }

    .decoration-tall.screenshot-hero-decoration {
        height: 100%;
        min-width: auto;
    }

    .decoration-wide.top-left {
        display: none;
    }

    .decoration-wide.fullwidth-section-decoration {
        display: none;
    }

    .footer-menus-grid {
        margin-bottom: 56px;
        grid-row-gap: 56px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

        .footer-menus-grid.footer-2-menus {
            grid-column-gap: 28px;
            grid-row-gap: 56px;
            -ms-grid-columns: 1fr 1fr;
            grid-template-columns: 1fr 1fr;
        }

    .footer-lower {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-logo-and-copyright {
        margin-bottom: 28px;
    }

    .large-heading {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 0em;
    }

    .grid-halves {
        grid-row-gap: 56px;
    }

        .grid-halves.has-slider {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        }

    .hero-reviews.rating-section-reviews {
        margin-top: 56px;
    }

    .portrait-image-container {
        padding-top: 0px;
        padding-bottom: 0px;
    }

        .portrait-image-container.align-content-right {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

    .blurred-image-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .blurred-image-container.landscape {
            margin-right: 0px;
        }

        .blurred-image-container.collage-image-a {
            display: none;
        }

    .portrait-image {
        max-width: 334px;
    }

        .portrait-image.blurred-image {
            left: auto;
        }

    .portrait-image-bg {
        display: none;
    }

        .portrait-image-bg.bg-primary-3 {
            display: none;
        }

    .portrait-image-overlay {
        position: relative;
        right: 0px;
        bottom: 0px;
        max-width: 334px;
        margin-top: 28px;
        margin-right: auto;
        margin-left: auto;
    }

        .portrait-image-overlay.left {
            left: auto;
        }

    .horizontal-icon-image.increased-margin {
        margin-bottom: 14px;
    }

    .icons-grid {
        grid-column-gap: 28px;
        grid-row-gap: 56px;
    }

    .icons-grid-image {
        margin-bottom: 14px;
    }

    .contained-section.pull-from-bottom {
        margin-bottom: -56px;
    }

    .section-heading {
        margin-bottom: 35px;
    }

    .metrics-grid-halves {
        grid-column-gap: 28px;
        grid-row-gap: 28px;
    }

    .card-body.border-bottom {
        padding: 35px 28px;
    }

    .medium-heading {
        margin-bottom: 14px;
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 0em;
    }

    .interface-screenshot-container {
        min-height: auto;
    }

        .interface-screenshot-container.bg-primary-3 {
            min-height: auto;
            padding-top: 56px;
            padding-bottom: 56px;
        }

    .interface-screenshot-image {
        left: 28px;
    }

    .quote-slider {
        margin-top: 84px;
    }

    .pricing-tabs-content {
        margin-top: 56px;
    }

    .rating-section {
        padding-top: 84px;
        text-align: center;
    }

    .section-large {
        padding-top: 84px;
        padding-bottom: 84px;
    }

    .faq-grid {
        grid-row-gap: 35px;
    }

    .pricing-cell.text-center {
        padding: 14px;
    }

    .price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .price-subtitle {
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .pricing-description {
        display: none;
    }

    .detailed-form-wrapper {
        padding: 56px 28px;
    }

    .timeline-wrapper {
        margin-top: 56px;
    }

    .timeline-item {
        grid-row-gap: 14px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .customer-reviews-title {
        margin-bottom: 56px;
    }

    .metric-grid-thirds {
        max-width: 297px;
        margin-right: auto;
        margin-left: auto;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .hero-collage-wrapper {
        margin-top: 56px;
    }

    .article h3 {
        margin-top: 24px;
    }

    .article ul {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .article figure {
        margin-top: 36px;
        margin-bottom: 36px;
    }

    .fullscreen-section {
        padding: 54px;
    }

    .blog-categories-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .blog-categories-collection {
        margin-top: 14px;
        margin-left: 0px;
    }

    .blog-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .subscribe-form-wrapper {
        margin-top: 28px;
    }

    .blog-header-section {
        padding-bottom: 56px;
    }

    .case-study-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .dropdown-left {
        padding-right: 14px;
        padding-left: 14px;
    }

    .dropdown-right {
        padding-right: 21px;
        padding-left: 21px;
    }

    .card-grid-halves {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .column-1 {
        margin-bottom: 10px;
    }

    .column-2 {
        margin-bottom: 10px;
    }

    .column-3 {
        margin-bottom: 10px;
    }

    .large-heading-2 {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 0em;
    }
}

@media screen and (max-width: 479px) {
    p {
        margin-bottom: 24px;
    }

    .main-container {
        padding-right: 21px;
        padding-left: 21px;
    }

    .style-guide-color-grid {
        grid-row-gap: 14px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .text-uppercase.subtitle {
        margin-bottom: 14px;
    }

    .text-uppercase.dropdown-heading.space-left {
        margin-left: 14px;
    }

    .style-guide-buttons-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .button.large {
        padding: 14px 24px;
        font-size: 18px;
        line-height: 28px;
    }

    .button.dismiss-button {
        margin-top: 14px;
    }

    .button.bg-primary-3.navbar-button {
        display: none;
    }

    .button.blog-category-button {
        width: 100%;
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .button.subscribe-form-button {
        margin-top: 13px;
        margin-left: 0px;
    }

    .style-guide-icons-grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .decoration-tall.flush-top-left {
        display: none;
    }

    .decoration-tall.cta-decoration-2 {
        display: none;
    }

    .decoration-tall.customer-hero-decoration {
        display: none;
    }

    .decoration-tall.screenshot-hero-decoration {
        display: none;
    }

    .style-guide-decorations-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .decoration-wide.bottom-right {
        display: none;
    }

    .decoration-wide.bottom-left {
        display: none;
    }

    .footer-menus-grid {
        justify-items: center;
        grid-row-gap: 28px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        text-align: center;
    }

        .footer-menus-grid.footer-2-menus {
            grid-row-gap: 28px;
            -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        }

    .footer-logo-and-copyright {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .footer-logo {
        margin-right: 0px;
        margin-bottom: 28px;
    }

    .cta {
        padding: 56px 28px;
    }

    .cta-decoration {
        display: none;
    }

    .hero-reviews.justify-content-center {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .hero-reviews.rating-section-reviews {
        margin-top: 28px;
    }

        .hero-reviews.rating-section-reviews.justify-content-center {
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

    .container.align-center.blog-header-container {
        padding-right: 21px;
        padding-left: 21px;
    }

    .container.align-center.padded {
        padding-right: 0px;
        padding-left: 0px;
    }

    .portrait-image {
        max-width: 100%;
    }

    .announcement {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .horizontal-icon.padded {
        margin-right: 0px;
    }

    .horizontal-title {
        margin-bottom: 35px;
    }

    .icons-grid {
        grid-row-gap: 35px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .square-button {
        padding: 21px;
    }

        .square-button.bg-white {
            position: relative;
        }

    .metrics-grid-halves {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .card-body.border-bottom {
        padding-right: 21px;
        padding-left: 21px;
    }

    .card-body.increased-padding {
        padding: 28px;
    }

    .horizontal-icon-thirds {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .interface-screenshot-container {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .interface-screenshot-image {
        left: 0px;
    }

    .checklist-grid-thirds {
        grid-row-gap: 35px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .quote-slider {
        margin-top: 28px;
    }

    .handwriting.rotate {
        margin-bottom: 35px;
        font-size: 40px;
        line-height: 48px;
    }

    .quote-slide {
        margin-top: 35px;
    }

    .hero-form-container {
        padding: 21px;
    }

    .pricing-tabs-heading {
        text-align: center;
    }

    .tabs-menu {
        border-radius: 20px;
    }

    .pricing-card-header {
        padding: 21px;
    }

    .pricing-card-body {
        padding: 21px;
    }

    .pricing-list-grid {
        margin-bottom: 28px;
    }

    .pricing-card-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .video-lightbox-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .video-lightbox-link {
        position: relative;
    }

    .rating-section-decoration {
        display: none;
    }

    .grid-section-half {
        padding-top: 56px;
        padding-bottom: 56px;
    }

        .grid-section-half.bg-primary-3 {
            padding-right: 28px;
            padding-left: 28px;
        }

    .pricing-table-head {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }

    .detailed-form-wrapper {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .timeline-pin-wrapper {
        margin-right: 21px;
    }

    .timeline-text {
        margin-bottom: 35px;
    }

    .contact-grid-halves {
        grid-row-gap: 28px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .map {
        height: 250px;
    }

    .customer-hero-image-wrapper {
        padding-bottom: 28px;
    }

    .caption-overlay {
        position: relative;
        right: 0px;
        bottom: 0px;
    }

    .customer-reviews-title {
        text-align: center;
    }

    .hero-collage-wrapper {
        margin-top: 28px;
    }

    .icon-link.search-link {
        display: none;
    }

    .article h3 {
        margin-bottom: 18px;
    }

    .article h4 {
        margin-bottom: 12px;
    }

    .sidebar {
        min-width: 100%;
    }

    .fullscreen-section {
        padding: 28px;
    }

    .blog-categories-collection {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .subscribe-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .blog-header-grid {
        grid-row-gap: 35px;
    }

    .customer-header-grid {
        padding-right: 21px;
        padding-left: 21px;
    }

    .dropdown-large-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .dropdown-left {
        max-width: 100%;
        padding: 21px 0px;
    }

    .dropdown-link-large {
        padding: 7px 14px;
    }

    .dropdown-right {
        padding-right: 14px;
        padding-bottom: 14px;
        padding-left: 14px;
    }

    .dropdown.dropdown-large.w--open {
        width: 100%;
    }

    .dropdown-right-top {
        margin-bottom: 28px;
    }

    .navbar-2-row {
        min-height: 72px;
    }

    .navbar-2-brand {
        padding-left: 0px;
    }

    .demo-grid {
        grid-row-gap: 35px;
    }

    .screenshot-wrapper {
        margin-bottom: 14px;
        padding: 14px;
    }

    .screenshot-image.shadow {
        max-width: 100%;
    }

        .screenshot-image.shadow.account-page {
            margin-bottom: 0px;
        }

    .resources-tabs-menu {
        border-radius: 20px;
    }
}

#w-node-_06848a89-16da-fe35-c873-5e50ea1d6d3f-19442b37 {
    -ms-grid-column-align: start;
    justify-self: start;
}

#w-node-_3f38c8d0-2b98-7ddd-920f-6248fd22d709-3e442b38 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-_0dff544a-18f4-216a-101f-32bd7f8418f1-18442b79 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-_5f41f5b3-91f1-316f-1f53-780f07b57dd4-18442b79 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
}

#w-node-de1c5dba-cf89-8860-17b9-988c4a9427a6-00442b7e {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
}

#w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-00442b7e {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-de1c5dba-cf89-8860-17b9-988c4a9427a6-e8442b7f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
}

#w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-e8442b7f {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-de1c5dba-cf89-8860-17b9-988c4a9427a6-82442b81 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
}

#w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-82442b81 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-de1c5dba-cf89-8860-17b9-988c4a9427a6-9e442b82 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
}

#w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-9e442b82 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-de1c5dba-cf89-8860-17b9-988c4a9427a6-10442b83 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
}

#w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-10442b83 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-de1c5dba-cf89-8860-17b9-988c4a9427a6-36442b87 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
}

#w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-36442b87 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-de1c5dba-cf89-8860-17b9-988c4a9427a6-fd442b88 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
}

#w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-fd442b88 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-de1c5dba-cf89-8860-17b9-988c4a9427a6-c3442b89 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
}

#w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-c3442b89 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-de1c5dba-cf89-8860-17b9-988c4a9427a6-e9442b8a {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
}

#w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-e9442b8a {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-_76b96dfd-ed38-eece-33a3-285b594dc249-db442b8e {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-_699be8d1-a092-5c15-aa75-b9744dd42e45-6908055e {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-_1557efee-7136-6828-7a54-3b95cfec7519-6908055e {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

#w-node-f0ab8d90-5268-4be9-cbc1-347d8c59a197-6908055e {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

#w-node-_2a40fcd9-6841-9252-52ba-f6b2aaf2a7c4-6908055e {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

#w-node-f065cde2-d5a0-2588-f727-f93b87c82880-6908055e {
    -ms-grid-column-align: start;
    justify-self: start;
}

#w-node-de1c5dba-cf89-8860-17b9-988c4a9427a6-9f16c692 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
}

#w-node-de1c5dba-cf89-8860-17b9-988c4a9427a6-be36e17f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
}

#w-node-de1c5dba-cf89-8860-17b9-988c4a9427a6-ebf55300 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
}

#w-node-de1c5dba-cf89-8860-17b9-988c4a9427a6-f78e7cd1 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
}

#w-node-de1c5dba-cf89-8860-17b9-988c4a9427a6-3e6f2700 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
}

#w-node-de1c5dba-cf89-8860-17b9-988c4a9427a6-fbd04e53 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
}

#w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-fbd04e53 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-_7b8b9d95-9e4a-a99b-eb46-0f24cd0686e3-cd0686b9 {
    -ms-grid-column-align: start;
    justify-self: start;
}

#w-node-de1c5dba-cf89-8860-17b9-988c4a9427a6-4391c020 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
}

#w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-4391c020 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-a3220de7-0ae2-1bbe-e5b9-7569ccb31d00-4391c020 {
    -ms-grid-column-align: start;
    justify-self: start;
}

#w-node-de1c5dba-cf89-8860-17b9-988c4a9427a6-4bff8f17 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
}

#w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-4bff8f17 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-a3220de7-0ae2-1bbe-e5b9-7569ccb31d00-4bff8f17 {
    -ms-grid-column-align: start;
    justify-self: start;
}

#w-node-de1c5dba-cf89-8860-17b9-988c4a9427a6-cd26ea65 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
}

#w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-cd26ea65 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-_76b96dfd-ed38-eece-33a3-285b594dc249-2d3df4d9 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-_76b96dfd-ed38-eece-33a3-285b594dc249-05bb2092 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-_76b96dfd-ed38-eece-33a3-285b594dc249-84bee491 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-de1c5dba-cf89-8860-17b9-988c4a9427a6-15fb6959 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
}

#w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-15fb6959 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-e8f625fa {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-b5757bad {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-a840142f {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-7be38445 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-7e27abe8 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-10ad73b3 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-f1ea9f1a {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-af5dd9d2 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-d285e541 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-7505ecf4 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-f08c05a5 {
    -ms-grid-column-align: end;
    justify-self: end;
}

@media screen and (max-width: 991px) {
    #w-node-_7f187cb8-7491-a3b5-9842-d2161eaf0482-c5442b32 {
        -ms-grid-column-align: center;
        justify-self: center;
    }

    #w-node-_0dff544a-18f4-216a-101f-32bd7f8418f1-18442b79 {
        -ms-grid-column-align: center;
        justify-self: center;
    }

    #w-node-_2f9dfad0-cc6a-b236-42e2-cd5dcb2cfba9-18442b79 {
        -ms-grid-column-align: center;
        justify-self: center;
    }

    #w-node-_9e215921-63b4-f8ce-c63f-c34c0103590a-18442b79 {
        -ms-grid-column-align: center;
        justify-self: center;
    }

    #w-node-_55f626a6-82d7-2bc4-0ad0-f40306a483ce-18442b79 {
        -ms-grid-column-align: center;
        justify-self: center;
    }

    #w-node-fa568005-d198-13f7-2b6f-8c999783673f-18442b79 {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 0;
        grid-column-end: 1;
        -ms-grid-row-span: 0;
        grid-row-end: 1;
    }

    #w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-00442b7e {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 0;
        grid-column-end: 1;
        -ms-grid-row-span: 0;
        grid-row-end: 1;
    }

    #w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-e8442b7f {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 0;
        grid-column-end: 1;
        -ms-grid-row-span: 0;
        grid-row-end: 1;
    }

    #w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-82442b81 {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 0;
        grid-column-end: 1;
        -ms-grid-row-span: 0;
        grid-row-end: 1;
    }

    #w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-9e442b82 {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 0;
        grid-column-end: 1;
        -ms-grid-row-span: 0;
        grid-row-end: 1;
    }

    #w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-10442b83 {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 0;
        grid-column-end: 1;
        -ms-grid-row-span: 0;
        grid-row-end: 1;
    }

    #w-node-_57010408-94e1-fc89-d6ba-e4ca052f5c8e-f8442b84 {
        -ms-grid-column-align: center;
        justify-self: center;
    }

    #w-node-ea4ce59b-2fbb-5f65-86b0-138e4da56d80-f8442b84 {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 0;
        grid-column-end: 1;
        -ms-grid-row-span: 0;
        grid-row-end: 1;
    }

    #w-node-fd5cdea5-f9bd-487f-63db-0e101773a602-f8442b84 {
        -ms-grid-column-align: center;
        justify-self: center;
    }

    #w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-36442b87 {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 0;
        grid-column-end: 1;
        -ms-grid-row-span: 0;
        grid-row-end: 1;
    }

    #w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-fd442b88 {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 0;
        grid-column-end: 1;
        -ms-grid-row-span: 0;
        grid-row-end: 1;
    }

    #w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-c3442b89 {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 0;
        grid-column-end: 1;
        -ms-grid-row-span: 0;
        grid-row-end: 1;
    }

    #w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-e9442b8a {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 0;
        grid-column-end: 1;
        -ms-grid-row-span: 0;
        grid-row-end: 1;
    }

    #w-node-_563a9ef4-0d60-1627-50f3-825c8bf2fcac-db442b8e {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 0;
        grid-column-end: 1;
        -ms-grid-row-span: 0;
        grid-row-end: 1;
    }

    #w-node-_76b96dfd-ed38-eece-33a3-285b594dc249-db442b8e {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 0;
        grid-column-end: 1;
        -ms-grid-row-span: 0;
        grid-row-end: 1;
    }

    #w-node-_699be8d1-a092-5c15-aa75-b9744dd42e45-6908055e {
        -ms-grid-column-align: center;
        justify-self: center;
    }

    #w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-fbd04e53 {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 0;
        grid-column-end: 1;
        -ms-grid-row-span: 0;
        grid-row-end: 1;
    }

    #w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-4391c020 {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 0;
        grid-column-end: 1;
        -ms-grid-row-span: 0;
        grid-row-end: 1;
    }

    #w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-4bff8f17 {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 0;
        grid-column-end: 1;
        -ms-grid-row-span: 0;
        grid-row-end: 1;
    }

    #w-node-_197613b6-e893-9c59-d9c2-2c8edaf1da99-115f55aa {
        -ms-grid-column-align: center;
        justify-self: center;
    }

    #w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-cd26ea65 {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 0;
        grid-column-end: 1;
        -ms-grid-row-span: 0;
        grid-row-end: 1;
    }

    #w-node-_563a9ef4-0d60-1627-50f3-825c8bf2fcac-2d3df4d9 {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 0;
        grid-column-end: 1;
        -ms-grid-row-span: 0;
        grid-row-end: 1;
    }

    #w-node-_76b96dfd-ed38-eece-33a3-285b594dc249-2d3df4d9 {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 0;
        grid-column-end: 1;
        -ms-grid-row-span: 0;
        grid-row-end: 1;
    }

    #w-node-_563a9ef4-0d60-1627-50f3-825c8bf2fcac-05bb2092 {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 0;
        grid-column-end: 1;
        -ms-grid-row-span: 0;
        grid-row-end: 1;
    }

    #w-node-_76b96dfd-ed38-eece-33a3-285b594dc249-05bb2092 {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 0;
        grid-column-end: 1;
        -ms-grid-row-span: 0;
        grid-row-end: 1;
    }

    #w-node-_563a9ef4-0d60-1627-50f3-825c8bf2fcac-84bee491 {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 0;
        grid-column-end: 1;
        -ms-grid-row-span: 0;
        grid-row-end: 1;
    }

    #w-node-_76b96dfd-ed38-eece-33a3-285b594dc249-84bee491 {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 0;
        grid-column-end: 1;
        -ms-grid-row-span: 0;
        grid-row-end: 1;
    }

    #w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-15fb6959 {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 0;
        grid-column-end: 1;
        -ms-grid-row-span: 0;
        grid-row-end: 1;
    }

    #w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-e8f625fa {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 0;
        grid-column-end: 1;
        -ms-grid-row-span: 0;
        grid-row-end: 1;
    }

    #w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-b5757bad {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 0;
        grid-column-end: 1;
        -ms-grid-row-span: 0;
        grid-row-end: 1;
    }

    #w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-a840142f {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 0;
        grid-column-end: 1;
        -ms-grid-row-span: 0;
        grid-row-end: 1;
    }

    #w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-7be38445 {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 0;
        grid-column-end: 1;
        -ms-grid-row-span: 0;
        grid-row-end: 1;
    }

    #w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-7e27abe8 {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 0;
        grid-column-end: 1;
        -ms-grid-row-span: 0;
        grid-row-end: 1;
    }

    #w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-10ad73b3 {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 0;
        grid-column-end: 1;
        -ms-grid-row-span: 0;
        grid-row-end: 1;
    }

    #w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-f1ea9f1a {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 0;
        grid-column-end: 1;
        -ms-grid-row-span: 0;
        grid-row-end: 1;
    }

    #w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-af5dd9d2 {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 0;
        grid-column-end: 1;
        -ms-grid-row-span: 0;
        grid-row-end: 1;
    }

    #w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-d285e541 {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 0;
        grid-column-end: 1;
        -ms-grid-row-span: 0;
        grid-row-end: 1;
    }

    #w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-7505ecf4 {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 0;
        grid-column-end: 1;
        -ms-grid-row-span: 0;
        grid-row-end: 1;
    }

    #w-node-_47eae83d-39a7-5c84-7173-4b46fabf97d1-f08c05a5 {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 0;
        grid-column-end: 1;
        -ms-grid-row-span: 0;
        grid-row-end: 1;
    }
}

@font-face {
    font-family: 'Thicccboi';
    src: url('https://uploads-ssl.webflow.com/5f4d0d549c879fcac8e96b1f/5f4d0d54eb343644f7e3acf6_THICCCBOI-ExtraBold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Thicccboi';
    src: url('https://uploads-ssl.webflow.com/5f4d0d549c879fcac8e96b1f/5f4d0d54eb343633a0e3acf7_THICCCBOI-SemiBold.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Thicccboi';
    src: url('https://uploads-ssl.webflow.com/5f4d0d549c879fcac8e96b1f/5f4d0d54eb34362a0ee3acf8_THICCCBOI-Bold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Thicccboi';
    src: url('https://uploads-ssl.webflow.com/5f4d0d549c879fcac8e96b1f/5f4d0d54eb34365c63e3acf9_THICCCBOI-Medium.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Materialicons';
    src: url('https://uploads-ssl.webflow.com/5f4d0d549c879fcac8e96b1f/5fb9526baa2fae5c864afcc2_MaterialIcons-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Reey';
    src: url('https://uploads-ssl.webflow.com/5f4d0d549c879fcac8e96b1f/5f4d0d54eb3436c63de3ad58_Reey-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}