@font-face {
    font-family: Avenir-Demi;
    src: url(../fonts/AvenirNext-Demi.otf)
}

@font-face {
    font-family: Avenir-Regular;
    src: url(../fonts/AvenirNext-Regular.otf)
}

@font-face {
    font-family: Avenir-Bold;
    src: url(../fonts/AvenirNext-Bold.otf)
}

@font-face {
    font-family: Exo-Bold;
    src: url(../fonts/Exo-Bold.otf)
}

@font-face {
    font-family: Exo-Light;
    src: url(../fonts/Exo-Light.otf)
}

/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

strong {
    font-family: Exo-Bold
}

body {
    background: linear-gradient(315deg, cyan 17%, #5b00a0 100%);
    height: 100%;
    margin: 0;
    font-family: Avenir-Regular
}

body .flag-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 1231px;
    height: 723px;
    -webkit-transform: translate(-209px, -197px);
    transform: translate(-209px, -197px)
}

body .flag-front {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 1130px;
    height: 665px;
    -webkit-transform: translate(-48px, -200px);
    transform: translate(-48px, -200px)
}

body .elipse {
    position: absolute;
    width: 70px;
    height: 70px;
    z-index: 999;
    right: 50%;
    top: 10%
}

@media only screen and (min-width:1438px) {
    body .flag-back {
        width: 1555px;
        height: 723px
    }
    body .flag-front {
        width: 1372px;
        height: 665px
    }
}

@media only screen and (max-width:1338px) {
    body .flag-back {
        display: none
    }
    body .flag-front {
        display: none
    }
}

header {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .12);
    background-color: #fff;
    width: 100%;
    z-index: 9999;
    position: relative
}

header .header-row {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2e3346
}

header .brand-img {
    width: 140px;
    height: 15px;
    cursor: pointer
}

header .brand-divider {
    height: 43px
}

header .brand-subname {
    font-family: Exo-Light;
    font-size: 10px;
    margin: 6px 0 0
}

header .nav-menu,
header .nav-menu-right {
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Avenir-Regular
}

header .nav-menu .nav-menu_item,
header .nav-menu .nav-menu-right_item,
header .nav-menu-right .nav-menu_item,
header .nav-menu-right .nav-menu-right_item {
    font-weight: 700;
    text-decoration: none;
    color: #2e3346;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Avenir-Bold;
    margin-right: 53px;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

header .nav-menu .nav-menu_item:last-child,
header .nav-menu .nav-menu-right_item:last-child,
header .nav-menu-right .nav-menu_item:last-child,
header .nav-menu-right .nav-menu-right_item:last-child {
    margin-right: 0
}

header .nav-menu .nav-menu_item:hover,
header .nav-menu .nav-menu-right_item:hover,
header .nav-menu-right .nav-menu_item:hover,
header .nav-menu-right .nav-menu-right_item:hover {
    color: #3279f7
}

header .nav-menu .nav-menu-right_item,
header .nav-menu-right .nav-menu-right_item {
    margin-right: 15px
}

header .nav-menu .nav-menu-right_item:last-child,
header .nav-menu-right .nav-menu-right_item:last-child {
    margin-right: 0;
    background: #3279f7;
    color: #fff;
    border-radius: 100px;
    padding: 12px 30px;
    -webkit-transition: .3s linear;
    transition: .3s linear
}

header .nav-menu .nav-menu-right_item:last-child:hover,
header .nav-menu-right .nav-menu-right_item:last-child:hover {
    background: #1a56c1
}

.infoSection {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.infoSection .infos {
    width: 400px;
    color: #fff;
    margin-top: 65px;
    z-index: 99
}

.infoSection .infos h1 {
    font-size: 42.5px;
    font-family: Avenir-Bold;
    margin: 0
}

.infoSection .infos h2 {
    font-size: 24px;
    font-family: Avenir-Regular;
    width: 90%
}

.infoSection .cookie-right-img {
    background: url(../img/window.png);
    background-size: cover;
    margin: 35px -55px 0 0;
    width: 500px;
    height: 350px;
    position: absolute;
    right: 0
}

.infoSection .window-in-cookie {
    z-index: 12
}

.infoSection .window-in-cookie .cookies-hand {
    position: absolute;
    left: 70%;
    top: 33%;
    width: 212px
}

.infoSection .window-in-cookie .elipse {
    position: absolute;
    width: 65px;
    height: 65px;
    z-index: 999;
    top: 39px;
    -webkit-transform: translate(78px);
    transform: translate(78px);
    right: 262px
}

@media only screen and (min-width:1438px) {
    .infoSection .cookie-right-img {
        margin: 0 -45px 0 0;
        width: 600px;
        height: 450px
    }
    .infoSection .window-in-cookie .cookies-hand {
        left: 62%;
        top: 22%;
        width: 280px
    }
    .infoSection .window-in-cookie .elipse {
        top: 10px;
        -webkit-transform: translate(17px);
        transform: translate(17px)
    }
}

.setSection {
    margin-bottom: 200px;
    width: 100%;
    color: #fff;
    margin-top: 150px;
    position: relative
}

.setSection-heads {
    text-align: center
}

.setSection .elipse {
    top: 0;
    left: 0;
    -webkit-transform: translate(437%, -79px);
    transform: translate(437%, -79px)
}

.setSection h2 {
    font-size: 42.5px;
    font-family: Avenir-Bold;
    margin: 0
}

.setSection .small-opa {
    font-size: 18px;
    opacity: .8;
    margin-top: 10px
}

.setSection .sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.setSection .sec-item {
    position: relative
}

.setSection .sec-item_img {
    width: 40px;
    height: 40px
}

.setSection .sec-item_number {
    position: absolute;
    left: 15px;
    top: 11px;
    font-size: 12px;
    font-family: Avenir-Bold
}

.setSection .sec-item_link {
    font-family: Avenir-Bold;
    color: #fff;
    font-size: 15px;
    margin-left: 15px;
    margin-right: 15px
}

.setSection .sec-item_link:hover {
    text-decoration: none
}

@media screen and (max-width:600px) {
    .setSection .sec-item_link {
        font-size: 13px
    }
}

.setSection .sec-item2,
.setSection .sec-item4,
.setSection .sec-item3,
.setSection .sec-item5 {
    opacity: .5;
    color: #325aa0
}

.setSection .position,
.setSection .layout,
.setSection .wd-div,
.setSection .palettes {
    margin-top: 30px;
    text-align: left
}

.setSection .position .head,
.setSection .layout .head,
.setSection .wd-div .head,
.setSection .palettes .head {
    font-family: Avenir-Bold;
    font-size: 15px;
    margin-left: 10px
}

.setSection .position .box-list,
.setSection .layout .box-list,
.setSection .wd-div .box-list,
.setSection .palettes .box-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.setSection .position .box-list .box,
.setSection .layout .box-list .box,
.setSection .wd-div .box-list .box,
.setSection .palettes .box-list .box {
    width: 262.5px;
    height: 100px;
    border-radius: 10px;
    background: #fff;
    color: #29496a;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.setSection .position .box-list .box .box-inner,
.setSection .layout .box-list .box .box-inner,
.setSection .wd-div .box-list .box .box-inner,
.setSection .palettes .box-list .box .box-inner {
    width: 95%;
    height: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px
}

.setSection .position .box-list .box .radioContainer,
.setSection .layout .box-list .box .radioContainer,
.setSection .wd-div .box-list .box .radioContainer,
.setSection .palettes .box-list .box .radioContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding-left: 100px;
    color: #29496a;
    font-size: 18px;
    margin-bottom 0px
}

.setSection .position .box-list .box .radioContainer input,
.setSection .layout .box-list .box .radioContainer input,
.setSection .wd-div .box-list .box .radioContainer input,
.setSection .palettes .box-list .box .radioContainer input {
    display: none
}

.setSection .position .box-list .box .radioContainer input:checked+.circle,
.setSection .layout .box-list .box .radioContainer input:checked+.circle,
.setSection .wd-div .box-list .box .radioContainer input:checked+.circle,
.setSection .palettes .box-list .box .radioContainer input:checked+.circle {
    background-color: #3279f7
}

.setSection .position .box-list .box .radioContainer input:checked+.circle .dot,
.setSection .layout .box-list .box .radioContainer input:checked+.circle .dot,
.setSection .wd-div .box-list .box .radioContainer input:checked+.circle .dot,
.setSection .palettes .box-list .box .radioContainer input:checked+.circle .dot {
    width: 0;
    height: 0;
    top: 0;
    left: 4px
}

.setSection .position .box-list .box .radioContainer input:checked+.circle .dot::after,
.setSection .layout .box-list .box .radioContainer input:checked+.circle .dot::after,
.setSection .wd-div .box-list .box .radioContainer input:checked+.circle .dot::after,
.setSection .palettes .box-list .box .radioContainer input:checked+.circle .dot::after {
    opacity: 1
}

.setSection .position .box-list .box .radioContainer .circle,
.setSection .layout .box-list .box .radioContainer .circle,
.setSection .wd-div .box-list .box .radioContainer .circle,
.setSection .palettes .box-list .box .radioContainer .circle {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #d0d3d9;
    border-radius: 50%;
    position: absolute;
    left: 20%;
    top: 30px
}

.setSection .position .box-list .box .radioContainer .circle .dot,
.setSection .layout .box-list .box .radioContainer .circle .dot,
.setSection .wd-div .box-list .box .radioContainer .circle .dot,
.setSection .palettes .box-list .box .radioContainer .circle .dot {
    right: 0;
    width: 10px;
    height: 10px;
    background: #d0d3d9;
    position: absolute;
    bottom: 0;
    border-radius: 50%;
    -webkit-transform: translate(-89%, -86%);
    transform: translate(-89%, -86%)
}

.setSection .position .box-list .box .radioContainer .circle .dot::after,
.setSection .layout .box-list .box .radioContainer .circle .dot::after,
.setSection .wd-div .box-list .box .radioContainer .circle .dot::after,
.setSection .palettes .box-list .box .radioContainer .circle .dot::after {
    content: '';
    color: #fff;
    text-align: center;
    opacity: 0;
    position: absolute;
    left: 6px;
    top: 7px;
    -webkit-transform: rotate(0deg);
    transform: rotate(45deg);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    border: 2px solid #fff;
    padding-right: 5px;
    padding-bottom: 8px;
    border-top-width: 0;
    border-left-width: 0
}

.setSection .layout {
    margin-top: 50px
}

.setSection .next-button {
    position: absolute;
    right: 15px;
    width: 360px;
    height: 55px;
    border-radius: 80px;
    background: linear-gradient(175deg, #50a1ff 0%, #2561cc 100%);
    border: none;
    color: #fff;
    font-family: Avenir-Bold;
    font-size: 15px;
    margin-top: 50px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    letter-spacing: 1.2px
}

.setSection .next-button:focus {
    outline: none
}

.setSection .next-button:hover {
    background: linear-gradient(175deg, #2561cc 0%, #50a1ff 100%)
}

.setSection .next-button .btn-img {
    position: absolute;
    left: 10px;
    top: 7px
}

.setSection .next-button .btn-img img {
    width: 40px;
    height: 40px
}

.setSection .next-button .btn-img span {
    position: absolute;
    top: 14px;
    left: 16px;
    font-family: Avenir-Bold;
    font-size: 12px;
    color: #325aa0
}

.active-box {
    -webkit-box-shadow: 0 25px 20px 0 #00000030;
    box-shadow: 0 25px 20px 0 #00000030;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.active-box .box-inner {
    border: 2px solid #297efd;
    border-radius: 10px
}

footer {
    height: 70px;
    background: linear-gradient(312deg, #2d8893 0%, #543295 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer .folo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

footer .folo .tools {
    color: #fff
}

footer .folo .tools a {
    text-decoration: none;
    font-family: Avenir-Regular;
    color: #fff;
    font-size: 18px
}

footer .folo .tools span {
    margin: 0 10px
}

footer .folo .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

footer .folo .social img {
    width: 35px;
    height: 35px;
    cursor: pointer
}

footer .folo .social img:last-child {
    margin-right: 0
}

footer .folo .social a {
    margin-right: 7.5px
}

.palette {
    display: none
}

.palette .sec-item2,
.palette .sec-item4,
.palette .sec-item3,
.palette .sec-item1 {
    opacity: .5 !important;
    color: #325aa0 !important
}

.palette .sec-item5 {
    opacity: 1 !important
}

.palette .colorize {
    width: 75px;
    height: 50px;
    position: relative;
    background: red
}

.palette .colorize::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: #ff0;
    width: 25px;
    height: 25px
}

.palette .color1 {
    background-image: linear-gradient(234deg, #272626 0%, #394245 90%)
}

.palette .color1::before {
    background: #ff0
}

.palette .color2 {
    background-color: #edeff5 !important
}

.palette .color2::before {
    background-color: #1e90ff !important
}

.palette .color3 {
    background-image: linear-gradient(234deg, #438ed9 30%, #5a94ce 90%)
}

.palette .color3::before {
    background-color: #0b5eb1 !important
}

.palette .color4 {
    background-image: linear-gradient(234deg, #8c869f 60%, #bcbcc6 90%)
}

.palette .color4::before {
    background-color: #000 !important
}

.palette .color5 {
    background-color: #000
}

.palette .color5::before {
    background-color: #0f0 !important
}

.palette .color6 {
    background-color: #252e39
}

.palette .color6::before {
    background-color: #14a7d0 !important
}

.palette .color7 {
    background-color: #eb6c44
}

.palette .color7::before {
    background-color: #f5d948 !important
}

.palette .color8 {
    background-color: #64386b
}

.palette .color8::before {
    background-color: #f8a8ff !important
}

.sec-item {
    cursor: pointer
}

.when-display,
.palette {
    display: none
}

.when-display .sec-item1,
.when-display .sec-item3,
.when-display .sec-item4,
.when-display .sec-item5,
.palette .sec-item1,
.palette .sec-item3,
.palette .sec-item4,
.palette .sec-item5 {
    opacity: .5;
    color: #29496a
}

.when-display .sec-item2,
.palette .sec-item2 {
    opacity: 1;
    color: #fff
}

.when-display .palettes,
.palette .palettes {
    margin: 100px 0 75px
}

.when-display .palettes .box-list,
.palette .palettes .box-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.when-display .palettes .box-list .box,
.palette .palettes .box-list .box {
    margin-bottom: 30px
}

.when-display .palettes .box-list .box:nth-child(n+5),
.palette .palettes .box-list .box:nth-child(n+5) {
    margin-bottom: 0
}

@media screen and (max-width:1000px) {
    .when-display .palettes .box-list .box:nth-child(n+5),
    .palette .palettes .box-list .box:nth-child(n+5) {
        margin-bottom: 30px
    }
}

.when-display .next-button,
.palette .next-button {
    -webkit-transform: translate(0px, -40px);
    transform: translate(0px, -40px)
}

.edit-content {
    display: none
}

.edit-content .sec-item1,
.edit-content .sec-item2,
.edit-content .sec-item4,
.edit-content .sec-item5 {
    opacity: .5;
    color: #29496a
}

.edit-content .sec-item3 {
    opacity: 1;
    color: #fff
}

.edit-content .costimise-text-p {
    text-align: center;
    font-size: 24px;
    margin: 50px 0
}

.edit-content .costimise-inputs .inputs-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.edit-content .costimise-inputs p {
    margin-bottom: 5px;
    font-size: 12px;
    padding-left: 15px
}

.edit-content .costimise-inputs input {
    width: 100%;
    height: 55px;
    border-radius: 80px;
    border: none;
    padding: 0 25px;
    margin-bottom: 30px;
    font-size: 18px;
    color: #29496a
}

.edit-content .costimise-inputs input::-webkit-input-placeholder {
    color: #29496a
}

.edit-content .costimise-inputs input:-ms-input-placeholder {
    color: #29496a
}

.edit-content .costimise-inputs input::-ms-input-placeholder {
    color: #29496a
}

.edit-content .costimise-inputs input::placeholder {
    color: #29496a
}

.edit-content .costimise-inputs input:focus {
    outline: none;
    -webkit-box-shadow: 0 0 17px 2px #1a56c1;
    box-shadow: 0 0 17px 2px #1a56c1
}

.edit-content .costimise-inputs .next-button {
    margin-top: 25px
}

.publish {
    display: none
}

.publish .sec-item1,
.publish .sec-item2,
.publish .sec-item3 {
    opacity: .5;
    color: #29496a
}

.publish .sec-item4 {
    opacity: 1;
    color: #fff
}

.publish .copy-text-p {
    text-align: center;
    font-size: 24px;
    margin: 50px 0
}

.publish .copy-code {
    width: 100%;
    height: 175px;
    background-color: #fff;
    color: #29496a;
    border-radius: 27.5px;
    padding: 40px;
    pointer-events: none
}

.publish .copy-code textarea {
    width: 100%;
    height: 100%;
    border: none;
    overflow: hidden
}

.publish .copy-code textarea:focus {
    outline: none
}

.publish .next-button {
    left: 35%
}

.publish .next-button .tooltiptext {
    visibility: hidden;
    width: 140px;
    background: linear-gradient(312deg, #2d8893 0%, #543295 100%);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 110%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.publish .next-button .tooltiptext::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent
}

@media only screen and (max-width:1338px) {
    header .nav-menu {
        display: none
    }
    .elipse {
        display: none
    }
    .infoSection {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .infoSection .window-in-cookie .cookies-hand {
        left: 22%;
        top: 65%;
        width: 160px
    }
    .setSection {
        margin-top: 0
    }
    .cookie-right-img {
        position: relative !important;
        width: 100% !important;
        height: 255px !important
    }
    .infos {
        width: 100% !important;
        text-align: center
    }
    .infos h2 {
        width: 100% !important;
        margin-top: 15px
    }
    .setSection {
        text-align: center
    }
    .setSection .sec {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .setSection .box-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .setSection .box-list .box {
        margin-bottom: 10px
    }
    .setSection .next-button {
        position: relative !important;
        width: 275px;
        margin-left: 30px;
        left: auto
    }
    .costimise-inputs .inputs-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .brand {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .brand-divider {
        display: none
    }
    footer .folo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    footer .folo .tools {
        margin-bottom: 6px
    }
    footer .folo .tools a {
        font-size: 10px !important
    }
    footer .folo .social {
        margin-bottom: 5px
    }
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    margin-bottom: 20px;
    height: 0
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}