
@font-face {
    font-family: 'Lora';
    src: url('https://client-config.metadata.works/fft-prod/fonts/lora/Lora-VariableFont_wght.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('https://client-config.metadata.works/fft-prod/fonts/Roboto/Roboto-VariableFont_wdth\,wght.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Aptos';
    src: url('https://client-config.metadata.works/fft-prod/fonts/Aptos/Aptos.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Aptos Display';
    src: url('https://client-config.metadata.works/fft-prod/fonts/Aptos/Aptos-Display.ttf') format('truetype');
    font-style: normal;
}

body{
    margin:0px;
    font-size:18px;
    font-weight:400;
    color:#374151;
}

.fft-content{
    max-width:1290px;
    margin:0px auto;
    text-align:left;
}

.fft-header *,
.fft-footer *{
	font-family:Aptos, Roboto, Helvetica, Arial, sans-serif;
}

.fft-header{
    display:table;
    width:100%;
    height:112px;
}

.fft-header .fft-space{
    display:table-cell;
    width:64px;
}

.fft-header .fft-search{
    display:table-cell;
    width:64px;
    background-color:#ff5722;
    text-align:center;
    text-decoration:none;
}

.fft-header .fft-search-icon{
    width:20px;
    height:20px;
    color:#fff;
    display:inline-block;
    vertical-align:middle;
}

.fft-header .fft-centre{
    display:table-cell;
}

.fft-header .fft-logo{
    display:inline-block;
    vertical-align:middle;
    margin:8px 24px 8px 0px;
}

.fft-header .fft-logo img{
    width:160px;
    height:96px;
    display:block;
}

.fft-header .fft-right{
    display:inline-block;
    text-align:right;
    width:calc(100% - 207px);
}

.fft-header .fft-menu{
    display:inline-table;
    vertical-align:middle;
    box-sizing:border-box;
    padding:0px 14px;
    text-align:right;
    margin-top:12px;
}

.fft-header .fft-menu a{
    text-align:center;
    display:table-cell;
    font-family:Aptos, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"!important;
    font-weight:700;
    font-size:16px;
    line-height:24px;
    color:#37474f;
    text-decoration:none;
    padding:0px 14px 0px 14px;
}

.fft-header .fft-menu a:hover{
    color:#ff5722;
}

.fft-header .fft-menu a div{
    text-align:center;
    overflow:hidden;
    height:16px;
}

.fft-header .fft-menu a div span{
    display:inline-block;
    vertical-align:middle;
    background-color:#b0bec5;
    width:4px;
    height:4px;
    border-radius:4px;
    margin:0px 1.75px 2px 1.75px;
}

.fft-page .fft-search{
    padding:80px 0px 120px 0px;
}

.fft-button{
    display:inline-block;
    font-family:Aptos, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"!important;
    font-weight:700;
    font-size:18px;
    line-height:28px;
    color:#fff;
    padding:12px 20px;
    text-align:center;
    min-width:80px;
    width:auto;
    height:auto;
    background-color:#ff5722;
    border:0px;
    cursor:pointer;
    text-decoration:none;
    box-sizing:border-box;
}

.fft-button:hover{
    background-color:#f4511e;
}

.fft-apply{
    margin-bottom:64px;
}

.fft-apply span{
    margin-right:21px;
}

.fft-form{
    display:block;
}

.fft-form .fft-field{
    margin:28px 0px;
    display:table;
    width:100%;
    position:relative;
}

.fft-form .fft-field .fft-search-icon{
    width:16px;
    height:16px;
    color:#000;
    display:inline-block;
    vertical-align:middle;
    position:absolute;
    top:18px;
    left:14px;
}

.fft-form .fft-field input{
    margin:0px;
    box-sizing:border-box;
    width:calc(100% - 214px);
    border:1px solid #aaa;
    border-right:0px;
    height:52px;
    display:table-cell;
    vertical-align:top;
    padding:0px 14px 0px 48px;
    font-size:16px;
    line-height:20px;
    color:#000;
}

.fft-form .fft-field input,.fft-form .fft-field button{
    outline:none;
}

.fft-form .fft-field .fft-button{
    width:214px;
    display:table-cell;
    vertical-align:top;
}

.fft-button svg{
    display:inline-block;
    vertical-align:middle;
    margin:-2px 0px 2px 5px;
}

.fft-open-icon{
    width:15.75px;
    height:18px;
    color:#fff;
}

.fft-form .fft-tag{
    background-color:#37474f;
    display:inline-block;
    font-weight:400;
    font-size:16px;
    line-height:20px;
    color:#fff;
    padding:8px 18px;
    border-radius:48px;
    text-align:center;
    min-width:70px;
    width:auto;
    height:auto;
    border:0px;
    cursor:pointer;
    text-decoration:none;
    box-sizing:border-box;
    margin-right:7px;
}

.fft-form .fft-tag:hover{
    background-color:#263238;
}

.fft-page .fft-content{
    box-sizing:border-box;
    max-width:1418px;
    padding:0px 64px;
}

.fft-page .fft-heading{
    height:432px;
    background-image:url('teal-2.502aaf23.svg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
}

.fft-page .fft-heading h1{
    margin:104px 0px 0px 0px;
    font-weight:800;
    font-size:36px;
    line-height:40px;
    color:#fff;
}

.fft-page .fft-heading h2{
    margin:16px 0px 0px 0px;
    font-weight:400;
    font-size:18px;
    line-height:32px;
    color:#fff;
}

.fft-page .fft-social{
    height:60px;
    border-bottom:1px solid #fff;
    box-sizing:border-box;
    text-align:right;
    padding-top:17px;
}

.fft-page .fft-social a{
    display:inline-block;
    vertical-align:middle;
    text-decoration:none;
    margin:0px 14px;
}

.fft-page .fft-social a:hover svg{
    color:#b7c4ca;
}

.fft-page .fft-social a:last-child{
    margin-right:2px;
}

.fft-page .fft-social .fft-facebook-icon{
    width:11.25px;
    height:28px;
    color:#fff;
}

.fft-page .fft-social .fft-twitter-icon{
    width:18px;
    height:28px;
    color:#fff;
}

.fft-page .fft-text{
    font-family:Lora, Georgia, serif;
    font-weight:400;
    font-size:30px;
    line-height:36px;
    color:#37474f;
    padding:80px 0px 120px 0px;
}

.fft-footer {
    box-sizing:border-box;
}

.fft-footer-upper{
    background-color:#37474f;
    height:148px;
    box-sizing:border-box;
    padding:0px 50px;
}

.fft-footer-upper .fft-content{
  box-sizing:border-box;
  display:table;
  width:100%;
  height:148px;
  max-width:1318px;
}

.fft-footer-upper .fft-menu{
    display:table-cell;
    vertical-align:middle;
}

.fft-footer-upper a{
    text-align:left;
    width:284px;
    display:inline-block;
    vertical-align:middle;
    font-family:Aptos, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"!important;
    font-weight:700;
    font-size:18px;
    line-height:28px;
    color:#fff;
    text-decoration:none;
    border-bottom:1px solid rgba(255, 255, 255, 0.2);
    margin:0px 14px;
    transition:border-color 200ms;
}

.fft-footer-upper a:hover{
    border-color:#fff;
}

.fft-footer-upper a span{
    display:inline-block;
    vertical-align:middle;
    margin:8px 0px;
    width:calc(100% - 14px);
}

.fft-chevron-icon{
    width:8px;
    height:16px;
    color:#fff;
    display:inline-block;
    vertical-align:middle;
    color:#fff;
    margin-top:2px;
}

.fft-footer-lower{
    background-color:#263238;
    height:124px;
    font-family:Aptos, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"!important;
    font-weight:400;
    font-size:14px;
    line-height:20px;
    color:#fff;
    box-sizing:border-box;
    padding:0px 50px;
}

.fft-footer-lower .fft-content{
  text-align:left;
  box-sizing:border-box;
  display:table;
  width:100%;
  height:124px;
  max-width:1318px;
}

.fft-footer-lower .fft-copyright{
    display:table-cell;
    width:608px;
    vertical-align:middle;
    padding-left:14px;
}

.fft-footer-lower .fft-social{
    display:table-cell;
    text-align:right;
    vertical-align:middle;
}

.fft-footer-lower a{
    display:inline-block;
    vertical-align:middle;
    text-decoration:none;
    margin:0px 14px;
}

.fft-footer-lower .fft-social .fft-x-icon{
    width:18px;
    height:28px;
    color:#fff;
}

.fft-footer-lower .fft-social .fft-twitter-icon{
    width:20px;
    height:28px;
    color:#fff;
}

.fft-footer-lower .fft-social .fft-facebook-icon{
    width:12.5px;
    height:28px;
    color:#fff;
}

.fft-footer-lower .fft-social .fft-wikipedia-icon{
    width:25px;
    height:28px;
    color:#fff;
}

.fft-footer-lower .fft-social .fft-linkedin-icon{
    width:17.5px;
    height:28px;
    color:#fff;
}

.fft-footer-lower .fft-social .fft-youtube-icon{
    width:22.5px;
    height:28px;
    color:#fff;
}
