<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
::-webkit-input-placeholder { color: #919191 !important; font-style: normal !important; }  /* Chrome &lt;=56, Safari &lt; 10 */
:-moz-placeholder {  color: #919191 !important; font-style: normal !important; } /* FF 4-18 */
::-moz-placeholder {  color: #919191 !important; font-style: normal !important; } /* FF 19-51 */
:-ms-input-placeholder {  color: #919191 !important; font-style: normal !important; } /* IE 10+ */
::placeholder {  color: #919191 !important; font-style: normal !important; } /* Modern Browsers */


.flexiContainer {
    padding: 60px 0;
}
.flexiBody {
    box-shadow: 0 0 25px #e4e4e4;
    width: 1200px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
}
.flexiBody .whiteSide {
    background-color: rgba(255,255,255,0.9);
    border-radius: 10px 0 0 10px;
    float: left;
    width: 67%;
    padding-bottom: 500em;
    margin-bottom: -500em;
    padding-right: 8%;
    padding-left: 8%;
}
.flexiBody .whiteSide .title {
    font-size: 28px;
    color: #242424;
    font-weight: bold;
    padding: 70px 0 70px 110px;
    background-image: url("../assets/img/fx_credit_cards.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left center;
}
.flexiBody .darkSide {
    background-color: #282d38;
    border-radius: 0 10px 10px 0;
    float: left;
    width: 33%;
    padding-bottom: 500em;
    margin-bottom: -500em;
}
.flexiBody .darkSide .title,
.flexiBody .darkSide .txt,
.flexiBody .darkSide ul,
.flexiBody .darkSide .reviews-io {
    color: #fff;
    padding: 10px 25px;
}
.flexiBody .darkSide .title {
    font-size: 28px;
    font-weight: bold;
    padding-top: 70px;
}
.flexiBody .darkSide ul {
    list-style: none;
    margin: 0;
}
.flexiBody .darkSide ul li {
    font-size: 16px;
    line-height: 1.3;
    padding-bottom: 15px;
    padding-left: 26px;
    background-image: url("../assets/img/fx_check.png");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left top;
}
.flexiBody .darkSide .txt,
.flexiBody .darkSide .total-reviews {
    font-size: 16px;
    line-height: 1.3;
}
.flexiBody .darkSide .txt a {
    display: block;
    font-size: 28px;
    font-weight: bold;
    padding-left: 25px;
    background-image: url("../assets/img/fx_call.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left center;
    margin: 15px 0 60px;
    transition: all .3s;
}
.flexiBody .darkSide .txt a:hover {
    color: #efbc16;
}
.flexiBody .darkSide .line {
    background-color: #3e424c;
    width: 100%;
    height: 1px;
    margin: 25px 0;
}
.flexiBody .darkSide .reviews-img {
    background-image: url("../assets/img/flexi_reviews.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 24px;
    width: 150px;
    margin-bottom: 15px;
    display: block;
}
.flexiBody .darkSide .review-stars {
    background-image: url("../assets/img/flexi_stars.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 12px;
    width: 69px;
    display: block;
    margin: 10px 0 5px;
}
.flexiBody .darkSide .total-reviews span {
    font-size: 12px;
}

/* Form style */
label,
.labelTitle {
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 10px;
}
input,
select {
    font-size: 16px !important;
    border: 1px solid #e4e4e4 !important;
    color: #919191 !important;
    border-radius: 5px !important;
    background: transparent !important;
    box-shadow: none !important;
    margin-bottom: 25px !important;
}
select {
    background-image: url("../assets/img/fpn_arrow_down.png") !important;
    background-position: right 10px center !important;
    background-repeat: no-repeat !important;
    background-size: 12px !important;
}
input:focus,
select:focus {
    border: 1px solid #919191 !important;
    box-shadow: none !important;
    background-color: transparent !important;
    outline: none !important;
}
button {
    color: #2a2d37;
    background-color: #efbc16;
    border-radius: 5px;
    font-weight: 200;
    padding: 15px 25px;
    font-size: 18px;
    margin: 15px 0 0;
}
button:focus {
    outline: none;
}
button:active,
button:focus,
button:hover {
    background-color: #e3b727;
}
p.afterBtnExplain {
    font-size: 14px;
    font-weight: normal;
    color: #919191;
    margin: 10px 0 55px;
}

.usingFunds,
.otherUsingFunds {
    display: none;
}

/*.flexiBody {*/
.stepMagic {
    display: none;
}

.mountain {
    background-image: url("../assets/img/mountain-longer.jpg");
}
.mountain.makeOver {
    background: url("../assets/img/mountain-longer.jpg");
    box-shadow: inset 0 0 0 2000px rgba(3, 61, 60, 0.8);
}

label,
.labelTitle {
    position: relative;
}
input.changeWithPound.noPound {
    padding-left: 22px;
}
input.changeWithPound.perMonth {
    padding-right: 90px;
}
.inputBlock {
    position: relative;
}
.inputBlock .pound {
    position: absolute;
    bottom: 35px;
    left: 10px;
    font-size: 16px;
    color: #919191;
}
.inputBlock .pM {
    position: absolute;
    bottom: 25px;
    right: 0;
    height: 48px;
    font-size: 14px;
    color: #919191;
    border-radius: 0 5px 5px 0;
    background-color: #e4e4e4;
    padding: 9px 10px;
}
.customField {
    display: none;
}

.poundy {
    display: none;
    position: absolute;
    bottom: 9px;
    left: 10px;
    font-size: 16px;
    color: #919191;
}
input.newAmountPound {
    padding-left: 18px;
}

.poundy.dontHide {
    display: block;
    bottom: 34px;
}



.stepMagic {
    position: relative;
}

/* Left side navigation */
ul[role="tablist"] {
    position: fixed;
    left: 0;
    top: 20%;
    list-style: none;
    margin: 0;
    box-shadow: 0 0 15px rgba(0,0,0,.4);
    border-radius: 10px;
    width: 110px;
}
ul[role="tablist"] li {
    background-color: rgba(255,255,255,.7);
    padding: 15px;
    line-height: 1;
}
ul[role="tablist"] li.disabled a {
    cursor: default;
}
ul[role="tablist"] li.current {
    background-color: #fff;
}
ul[role="tablist"] li.current .current-info {
    display: none;
}
ul[role="tablist"] li .number {
    display: block;
    position: relative;
    font-size: 30px;
}
ul[role="tablist"] li.current .number {
    padding-left: 22px;
}
ul[role="tablist"] li.current .number::before {
    content: "\2014";
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 17px;
    font-weight: 700;
}
ul[role="tablist"] li:first-child {
    border-top-right-radius: 10px;
}
ul[role="tablist"] li:last-child {
    border-bottom-right-radius: 10px;
}
ul[role="tablist"] li a {
    font-weight: 300;
    color: #4a4a4a;
    font-size: 14px;
}

/* Content head */
.stepMagic header {
    display: none;
}
.stepMagic .body {
    width: 1200px;
    margin: 0 auto;
}
.stepMagic .stepTitle {
    text-align: center;
    font-weight: 600;
    font-size: 25px;
    color: #444b5a;
    margin-bottom: 50px;
}
.stepMagic .stepTitle .nr {
    font-size: 60px;
    font-weight: 100;
    margin-bottom: 15px;
}

/* Business Type */
.businessType {
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 25px #e4e4e4;
}
.businessLabel {
    text-align: center;
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 10px;
}
.businessType .bssType {
    float: left;
    width: 50%;
    position: relative;
}
.businessType .bssType:first-child {
    border-top-left-radius: 10px;
}
.businessType .bssType:last-child {
    border-top-right-radius: 10px;
}
.businessType .bssType input {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.businessType .bssType input+label {
    background-color: #282d32;
    color: #fff;
    font-size: 18px;
    display: block;
    position: relative;
    z-index: 2;
    margin: 0;
    text-align: center;
    padding: 10px 5px 5px;
    transition: background-color .3s;
}
.businessType .bssType input#limitedCompany+label {
    border-radius: 10px 0 0 0;
}
.businessType .bssType input#soleTrader+label {
    border-radius: 0 10px 0 0;
}
.businessType .bssType input#limitedCompany+label span.img,
.businessType .bssType input#soleTrader+label span.img {
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: center bottom;
    width: 75px;
    height: 65px;
    display: block;
    margin: 0 auto;
}
.businessType .bssType input#limitedCompany+label span.img {
    background-image: url("../assets/img/fx_limited_company.png");
}
.businessType .bssType input#soleTrader+label span.img {
    background-image: url("../assets/img/fx_sole_trader.png");
}
.businessType .bssType input:checked+label {
    color: #4a4a4a;
    background-color: rgba(255,255,255,0.9) !important;
    cursor: default;
}
.businessType .bssType input+label:hover {
    background-color: #464d5c;
}
.businessType .bssType input:checked+label span.img {
    background-position: center top !important;
}

/* Compony Type Head */
.businessTypeHead {
    padding: 22px 20px 25px 100px;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
}
.businessTypeHead::before {
    content: '';
    background-image: url("../assets/img/fx_limited_company.png");
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: center top;
    width: 75px;
    height: 65px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

}

/* Input body */
.magicBody {
    box-shadow: 0 0 25px #e4e4e4;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.9);
    padding: 40px 20% 150px;
}
.businessType+.magicBody {
    border-radius: 0 0 10px 10px;
}
.magicBody p {
    margin: 0;
}
.magicBody .inputBlock,
.magicBody .inputBlock .doubleFields {
    float: left;
    width: 49%;
    margin-right: 1%;
    position: relative;
}
.magicBody .inputBlock.rg,
.magicBody .inputBlock .doubleFields.rg {
    margin-right: 0;
    margin-left: 1%;
}
.magicBody .inputBlock.full {
    margin: 0;
    width: 100%;
}
.magicBody .inputBlock .doubleTrouble {
    width: 50%;
    float: left;
}
.magicBody .inputBlock .doubleTrouble .buRight,
.magicBody .inputBlock .doubleTrouble .buRight input {
    border-radius: 0 5px 5px 0 !important;
}
.magicBody .inputBlock .doubleTrouble .buLeft {
    border-radius: 5px 0 0 5px !important;
}

/* Action buttons */
.actions {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.actions ul {
    list-style: none;
    margin: -100px 20% 0;
}
.actions ul li {
    display: inline-block;
    width: 50%;
}
.actions ul li.disabled {
    display: none;
}
.actions ul li a {
    color: #2a2d37;
    background-color: #efc416;
    border: 1px solid #efc416;
    display: block;
    text-transform: uppercase;
    font-weight: 200;
    text-align: center;
    padding: 5px 8px;
    border-radius: 5px;
    transition: all .3s;
}
.actions ul li a[href="#previous"] {
    margin-right: 1%;
    color: #2a2d37;
    background-color: transparent;
    border: 1px solid #efc416;
}
.actions ul li a[href="#next"] {
    margin-right: 1%;
}
.actions ul li a[href="#finish"] {
    margin-left: 1%;
}
.actions ul li a:hover {
    background-color: #e3b727;
    border: 1px solid #e3b727;
    color: #fff;
}

/* Error */
select ~ div.error,
input[type=radio] ~ div.error,
input[type=checkbox] ~ div.error {
    bottom: -27px;
}
.flexibe input[type=radio] ~ div.error {
    bottom: -5px;
}
div.error {
    color: #8a2020;
    position: absolute;
    bottom: -5px;
    font-size: 12px;
    display: none;
}
.whiteSide select ~ div.error {
    bottom: 0;
}
.whiteSide input ~ div.error {
    bottom: -25px;
}
input.error,
input.error ~ .mf-wrapper input,
select.error ~ input,
input[type="radio"].error ~ label,
select.error,
input[type=checkbox].error ~ label {
    border-color: #8a2020 !important;
}
input[type=checkbox].error ~ label {
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(255, 245, 245);
}
.inputBlock &gt; label &gt; span {
    color: #8a2020;
}

.specialInfo {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.3;
    font-weight: 400;
}
.specialInfo b {
    color: #8a2020;
}

/* Magic select */
.magicSelect {
    position: relative;
}
.magicSelect.show {
    position: absolute;
    width: 100%;
    top: 0;
}
.magicSelect &gt; select {
    width:100px;
    display: none;
}
.magicSelect .opts-holder {
    position: absolute;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    background: #fff;
    border: 1px solid #afafaf;
    z-index: 999;
    top: 48px;
}
.magicSelect &gt; input {
    border: none;
    border-bottom:2px solid #dfdfdf;
    padding: 5px 10px;
    outline: none;
    box-shadow:none;
    /*margin-bottom: 0 !important;*/
}
.magicSelect div.arrow {
    position: absolute;
    width: 22px;
    height: 10px;
    background-image: url(../assets/img/fpn_arrow_down.png) !important;
    background-position: right 10px center !important;
    background-repeat: no-repeat !important;
    background-size: 12px !important;
    top: 18px;
    right: 0;
}
/*.magicSelect &gt; input:focus ~ div.arrow,*/
.magicSelect &gt; input.show ~ .opts-holder + .arrow {
    transform: rotate(180deg);
    right: 10px;
}
.magicSelect &gt; input.show ~ .opts-holder,
.magicSelect.show .opts-holder {
    display: block;
}
.magicSelect.show .opts-holder.nodata {
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
}

.magicSelect .opts-holder .option {
    padding: 5px 10px;
    font-size: 10pt;
}
.magicSelect .opts-holder .option.selected,
.magicSelect .opts-holder .option:hover {
    background: #efefef;
}
.magicSelect .opts-holder .option:not(:last-child) {
    border-bottom: 1px solid #afafaf;
}


.junior {
    background: #0cf;
    color: #fff;
    padding: 10px !important;
}
.junior.selected {
    color: #333;
    background: #fc0 !important;
}


/* Explain "?" information */
.questionMark {
    background-image: url("../assets/img/fx_question_mark.png") !important;
    background-repeat: no-repeat;
    background-size: 20px;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 3px !important;
    right: inherit !important;
    margin-left: 5px;
}
.questionMark:hover .explain {
    opacity: 1;
    visibility: visible;
}
.explain {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    display: table;
    bottom: 40px;
    right: -3px;
    width: 260px;
    min-height: 46px;
    padding: 5px 5px 5px 40px;
    color: #ebeef4;
    background: #444b5a;
    border-radius: 5px;
    font-size: 12px;
    background-image: url(../assets/img/frm2_question_mark.png);
    background-repeat: no-repeat;
    background-position: left 7px center;
    line-height: 1.3;
}
.explain::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #444b5a;
    position: absolute;
    bottom: -8px;
    right: 15px;
    z-index: 1;
}
p.smallInfo {
    font-size: 12px;
    position: absolute;
    bottom: 5px;
    right: 0;
    color: #919191;
}
p.smallInfo a {
    color: #444b5a;
    transition: color .3s;
}
p.smallInfo a:hover {
    color: #e3b727;
}


/* Radio buttons */
.radioBtn {}
.radioBtn input {
    position: absolute;
    /* display: none; */
    visibility: hidden;
}
.radioBtn input~label {
    border: 1px solid #e4e4e4;
    width: 50%;
    float: left;
    margin: 0;
    text-align: center;
    padding: 11px 2px;
    font-size: 16px;
    transition: color .2s, background-color .2s, border .2s;
    border-left-width: 0;
}
.radioBtn label.buLeft {
    border-radius: 5px 0 0 5px;
    border-left-width: 1px;
}
.radioBtn label.buRight {
    border-radius: 0 5px 5px 0;
}
.radioBtn input:checked+label,
.radioBtn input:hover+label,
.radioBtn input:hover+div+label {
    border-color: #464d5c;
    background-color: #464d5c;
    color: #fff;
}
.radioBtn input:checked+label {
    border-color: #282d32 !important;
    background-color: #282d32 !important;
    cursor: default;
}
.radioBtn .flexibe {
    display: flex;
    margin-bottom: 25px;
}
.radioBtn .flexibe .bb {
    flex: 1;
}
.radioBtn .flexibe .bb label {
    width: 100%;
}
.radioBtn .flexibe .bb:last-child {
    flex: 2;
}

/* Magic input postcode */
.mf-wrapper {
    position: relative;
}
.mf-wrapper input {}
.mf-wrapper button {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    height: 48px;
    padding: 0 25px;
    font-size: 16px;
    border-radius: 0 5px 5px 0;
    background-color: #282d38;
    transition: background-color .2s;
}
.mf-wrapper button.search,
.mf-wrapper button.edit {
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
}
.mf-wrapper button.search {
    background-image: url(../assets/img/fx_search.png);
}
.mf-wrapper button.edit {
    background-image: url(../assets/img/appStep_edit.png);
}
.mf-wrapper div.load {
    display: block;
    height: 32px;
    width: 32px;
    -webkit-animation: loader-2-1 3s linear infinite;
    animation: loader-2-1 3s linear infinite;
}
@-webkit-keyframes loader-2-1 {
    0%   { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes loader-2-1 {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.mf-wrapper div.load span {
    display: block;
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: 0;
    margin: auto;
    height: 32px;
    width: 32px;
    clip: rect(16px, 32px, 32px, 0);
    -webkit-animation: loader-2-2 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    animation: loader-2-2 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-2-2 {
    0%   { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes loader-2-2 {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.mf-wrapper div.load span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: 0;
    margin: auto;
    height: 32px;
    width: 32px;
    border: 3px solid transparent;
    border-top: 3px solid #FFF;
    border-radius: 50%;
    -webkit-animation: loader-2-3 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    animation: loader-2-3 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-2-3 {
    0%   { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes loader-2-3 {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.mf-wrapper div.load span::after {
    content: "";
    display: block;
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: 0;
    margin: auto;
    height: 32px;
    width: 32px;
    border: 3px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
}
.mf-wrapper button:hover {
    background-color: #efbc16;
}

/* Checkbox */
.checkBtn {
    margin-top: 20px !important;
}
.checkBtn input[type="checkbox"] {
    display: none;
}
.checkBtn input[type="checkbox"]~label {
    background-image: url(../assets/img/fx_appStep_cc2.png);
    background-position: -30px 0;
    background-repeat: no-repeat;
    margin: 0 5px 5px 0;
    padding-left: 33px;
    font-size: 14px;
    line-height: 1.3;
    padding-top: 2px;
    border: 1px solid transparent;
}
.checkBtn input[type="checkbox"]~label ul {
    margin: 20px 0 20px 30px;
}
.checkBtn input[type="checkbox"]~label ul li {
    font-size: 14px;
    line-height: 1.3;
}
.checkBtn input[type="checkbox"]:checked~label {
    background-position: -1px -27px;
}

/* Responsive style */

@media screen and (max-width: 1300px) {
    .magicBody {
        padding: 20px 20px 120px 20px;
    }
    .stepMagic .body {
        width: auto;
        margin: 0 15px 15px 120px;
    }
    .actions ul {
        margin: -100px 140px 0;
    }
    .actions ul li {
        width: 200px;
    }
}

@media screen and (max-width: 1240px) {
    .flexiBody {
        width: auto;
        max-width: 100%;
        margin: 0 15px;
    }
}
@media screen and (max-width: 990px) {
    .flexiBody .darkSide ul li {
        font-size: 14px;
        background-size: 14px;
    }
    .flexiBody .darkSide .txt {
        font-size: 14px;
    }
    .flexiBody .darkSide .title,
    .flexiBody .darkSide .txt .phone,
    .flexiBody .whiteSide .title {
        font-size: 24px;
    }
    .flexiBody .whiteSide .title {
        background-size: 64px;
        padding: 40px 0 40px 90px;
    }
    .flexiBody .whiteSide {
        padding-top: 30px;
    }
}
@media screen and (max-width: 767px) {
    .flexiBody .whiteSide,
    .flexiBody .darkSide {
        width: 100%;
        float: none;
        border-radius: 0;
    }
    .flexiBody .darkSide .title,
    .flexiBody .darkSide .txt,
    .flexiBody .darkSide ul,
    .flexiBody .darkSide .reviews-io {
        padding-left: 8%;
        padding-right: 8%;
    }
    .magicBody .inputBlock, .magicBody .inputBlock .doubleFields {
        width: 100%;
        margin-right: 0;
    }
    .magicBody .inputBlock.rg, .magicBody .inputBlock .doubleFields.rg {
        margin-left: 0;
    }
}
@media screen and (max-width: 600px) {
    .flexiBody .darkSide .txt a {
        margin: 15px 0 40px
    }
    .flexiBody .darkSide .title {
        padding-top: 55px;
    }
}
@media screen and (max-width: 480px) {
    label {
        font-size: 16px !important;
        margin-bottom: 0;
    }
    .flexiBody .whiteSide {
        padding-top: 0;
    }
    .stepMagic .body {
        margin: 0 15px 15px 15px;
    }
    ul[role="tablist"] {
        display: none;
    }
    .actions ul {
        margin: -100px 35px 0;
    }
}
</pre></body></html>