img {
    max-width: 100%;
    height: auto;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

a img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ratio {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ratio > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.ratio:before {
    display: block;
    content: " ";
    width: 100%;
}

@media (min-width: 1440px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1440px;
    }
}

@media (max-width: 767px) {
    /*.container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .container .row,
    .container-lg .row,
    .container-md .row,
    .container-sm .row,
    .container-xl .row {
        margin-right: -2.5rem;
        margin-left: -2.5rem;
    }

    .container .row [class^="col-"],
    .container-lg .row [class^="col-"],
    .container-md .row [class^="col-"],
    .container-sm .row [class^="col-"],
    .container-xl .row [class^="col-"] {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }*/

}

/* Default browser size is 16px.
:root font-size: 62.5% sets the browser font at 10px.
Then body font-size: 1.6rem sets the font of the body back to 16px
This way any px sizes can be converted to rem by moving the decimal place up one
e.g. 20px becomes 2rem, 24px becomes 2.4rem */
:root {
    font-size: 62.5%;
}

@font-face {
    src: url("../fonts/ll-brown-pro/lineto-brown-pro-bold.woff2") format("woff2"), url("../fonts/ll-brown-pro/lineto-brown-pro-bold.woff") format("woff");
    font-family: "BrownPro";
    font-weight: 700;
}

@font-face {
    src: url("../fonts/ll-brown-pro/lineto-brown-pro-regular.woff2") format("woff2"), url("../fonts/ll-brown-pro/lineto-brown-pro-regular.woff") format("woff");
    font-family: "BrownPro";
    font-weight: 400;
}

@font-face {
    src: url("../fonts/ll-brown-pro/lineto-brown-pro-light.woff2") format("woff2"), url("../fonts/ll-brown-pro/lineto-brown-pro-light.woff") format("woff");
    font-family: "BrownPro";
    font-weight: 300;
}

@font-face {
    src: url("../fonts/ll-brown-pro/lineto-brown-pro-thin.woff2") format("woff2"), url("../fonts/ll-brown-pro/lineto-brown-pro-thin.woff") format("woff");
    font-family: "BrownPro";
    font-weight: 100;
}

body { font-family: "BrownPro"; font-size: 1rem; line-height: 1.625rem; letter-spacing: 0rem; }

:root {
    font-size: 16px;
    --linear-blue-gradient: linear-gradient(107.3deg, #000616 13.28%, #0542A0 103.49%);
    --linear-blue-gradient-mobile: linear-gradient(135deg,  rgba(0,6,22,1) 0%,rgba(0,6,22,1) 26%,rgba(1,6,25,1) 27%,rgba(1,9,28,1) 39%,rgba(0,14,40,1) 54%,rgba(0,15,41,1) 61%,rgba(0,15,44,1) 61%,rgba(2,17,48,1) 68%,rgba(1,18,48,1) 74%,rgba(2,18,51,1) 74%,rgba(1,21,56,1) 87%,rgba(2,24,65,1) 96%,rgba(1,24,65,1) 100%);
}

.justify-content-space-between { justify-content: space-between;}
.weight-100 { font-weight: 100; }
.weight-300 { font-weight: 300; }
.weight-700 { font-weight: 700; }

h1, .h1 { font-size: 4rem; line-height: 1.1; letter-spacing: -0.01875em; font-weight: 400; }
h2, .h2 { font-size: 2.5rem; line-height: 1.2; letter-spacing: -0.03em; font-weight: 400; }
h3, .h3 { font-size: 2rem; line-height: 1.2; letter-spacing: -0.03em; font-weight: 400; }
h4, .h4 { font-size: 1.75rem; line-height: 1.3; letter-spacing: -0.0625em; font-weight: 400; }
h5, .h5 { font-size: 1.5rem; line-height: 1.4; letter-spacing: 0; font-weight: 400; }
h6, .h6 { font-size: 1.375rem; line-height: 1.4; letter-spacing: 0; font-weight: 400; }

.caps { font-size: 1.25rem; line-height: 1.4; letter-spacing: 0.16rem; text-transform: uppercase; padding: 0; margin-bottom: 0.9rem; }
.caps.weight-700 { font-weight: 700; }

@media (min-width: 992px) {
    .caps { margin-bottom: 2.2rem; }
}

p { font-size: 1rem; line-height: 1.625rem; letter-spacing: 0rem; font-weight: 400; }
p.lead { font-size: 1.125rem; line-height: 1.5; letter-spacing: 0; }

.small, small { font-size: 0.875rem; line-height: 2;}

/*p.weight-100 { font-weight: 100; }
p.weight-300 { font-weight: 300; }
p.weight-700 { font-weight: 700; }*/

@media (min-width: 992px) {
    p { font-size: 1rem; }
}



@media (max-width: 1440px) {
    h1, .h1 { font-size: 3.25rem; }
    h2, .h2 { font-size: 2.25rem;}
    h3, .h3 { font-size: 1.75rem; }
    h4, .h4 { font-size: 1.55rem; }
   /* h5, .h5 { font-size: 1.5rem; }
    h6, .h6 { font-size: 1.25rem; }*/
}
@media (max-width: 1200px) {
    h1, .h1 { font-size: 2.6rem; }

}
@media (max-width: 991px) {
    h1, .h1 { font-size: 2.5rem; }
    h2, .h2 { font-size: 2rem;}
    h3, .h3 { font-size: 1.5rem; }
    h4, .h4 { font-size: 1.375rem; }
    /*h5, .h5 { font-size: 1.5rem; }
    h6, .h6 { font-size: 1.25rem; }*/

    body { line-height: 1.5rem; }
    p {font-size: 1rem; line-height: 1.5;}
}
@media (max-width: 768px) {}


Xbutton,
a.button,
input[type=submit],
.navbar-nav li.button a.nav-link {
    border: none;
    display: inline-block;
    background-color: transparent;
    border-radius: 30px;
    padding: 0.8rem 1rem;
    min-width: 158px;
    text-align: center;
   /* margin-right: 1rem;*/
}

Xbutton:hover,
a.button:hover,
input[type=submit]:hover,
.navbar-nav li.button a.nav-link:hover {
    text-decoration: none;
}

button.min-width-168,
a.button.min-width-168,
input[type=submit].min-width-168,
.navbar-nav li.button a.nav-link.min-width-168 {
    min-width: 168px;
}

button.min-width-208,
a.button.min-width-208,
input[type=submit].min-width-208,
.navbar-nav li.button a.nav-link.min-width-208 {
    min-width: 208px;
}

button.weight-700,
a.button.weight-700,
input[type=submit].weight-700,
.navbar-nav li.button a.nav-link.weight-700 {
    font-weight: 700;
}

a.button + a.button { margin-left: 0.75rem;}

.navbar-nav li.button a.nav-link {
    min-width: 114px;
    margin-right: 0;
}

[class$="__introduction"] {
    padding: 0;
    margin-bottom: 1.5rem;
}

[class$="__introduction"] h2 {
    padding: 0;
    margin-bottom: 1.5rem;
}

[class$="__introduction"] h5 {
    margin-bottom: 0;
}

[class$="__introduction"] a.button {
    margin-top: 2.4rem;
}

@media (min-width: 992px) {
    [class$="__introduction"] {
        margin-bottom: 3rem;
    }

    [class$="__introduction"] h2 {
        margin-bottom: 3rem;
    }

    [class$="__introduction"] a.button {
        margin-top: 3rem;
    }
}

body,
td,
th {
    color: var(--dark-blue);
}

h1 {
    color: var(--dark-blue);
}

h1.blue-1 {
    color: #4a90e2;
}

h1.white {
    color: #ffffff;
}

h2 {
    color: var(--dark-blue);
}

h2.white {
    color: #ffffff;
}

h2.blue-1 {
    color: #4a90e2;
}

h3 {
    color: var(--dark-blue);
}

h4 {
    color: var(--dark-blue);
}

h4.white {
    color: #ffffff;
}

h4.black-3 {
    color: #69757d;
}

h5 {
    color: var(--dark-blue);
}

h5.white {
    color: #ffffff;
}

h5.black-3 {
    color: #69757d;
}

h6 {
    color: var(--dark-blue);
}

h6.white {
    color: #ffffff;
}

h6.black-3 {
    color: #69757d;
}

h7 {
    color: var(--dark-blue);
}

.caps {
    color: #4a90e2;
}

.caps.black-4 {
    color: #b4babe;
}

.caps.white {
    color: #ffffff;
}


Xbutton, a.button, input[type="submit"] { position: relative;  display: inline-block; padding: 10px 28px; font-size: 1.375; color:#fff; font-weight: 700; line-height: 1.4; border-radius: 30px; transition:all 0.3s ease; background: linear-gradient(108.35deg, #000616 -131.5%, #0542A0 162.36%); z-index: 0; }

Xbutton:hover, a.button:not(.basic):hover, input[type="submit"]:hover,
.navbar-nav li.button a.nav-link:hover, button.solid, a.button.solid { background: linear-gradient(108.35deg, #000616 -131.5%, #0542A0 38.14%); color: #fff; }

button.solid::after, a.button.solid::after { z-index: -3;}

Xbutton:focus, a.button:focus, input[type="submit"]:focus,
Xbutton:active, a.button:active, input[type="submit"]:active { background: linear-gradient(108.35deg, #000616 -90.93%, #0542A0 180.12%); color: #fff;}

/*button:hover::after, a.button:hover:after { filter: blur(10px);}*/

/*button:focus:before, button:active:before,
a.button:focus:before, a.button:active:before,
input[type="submit"]:focus::before,
input[type="submit"]:active, .navbar-nav li.button a.nav-link:focus, .navbar-nav li.button a.nav-link:active { filter: blur(5px); }

Xbutton::before, a.button::before, input[type="submit"]::before { content: ''; position: absolute; left: -2px; top: -2px; width: -webkit-calc(100% + 4px); width: calc(100% + 4px); height: -webkit-calc(100% + 4px); height: calc(100% + 4px); background: -o-linear-gradient(left, #39EFD2, #0A8AF7 ); background: -webkit-gradient(linear, left top, right top, from(#39EFD2), to(#0A8AF7 )); background: linear-gradient(90deg, #39EFD2, #0A8AF7 ); z-index: -2; transition: .4s; -webkit-transition: .6s; -moz-transition: .6s; -ms-transition: .6s; -o-transition: .6s; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 35px; -ms-border-radius: 30px; -o-border-radius: 30px; }

Xbutton::after, a.button::after, input[type="submit"]::after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--dark-blue); z-index: -1; transition: .4s; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s; border-radius: 4px; -webkit-border-radius: 28px; -moz-border-radius: 28px; -ms-border-radius: 28px; -o-border-radius: 28px; }

Xbutton:hover::after , a.button:hover::after , input[type="submit"]::after { background: -o-linear-gradient(left, #39EFD2, #0A8AF7 ); background: -webkit-gradient(linear, left top, right top, from(#39EFD2), to(#0A8AF7 )); background: linear-gradient(90deg, #39EFD2, #0A8AF7 ); }
*/

/* BASIC BUTTON */
.button.basic {background-image:none !important; padding: 0; text-align: left; background-color: transparent; color: #0473da; font-size:1.25rem; font-weight: 700; border-color: transparent; line-height: 1.375; min-width: 0px; margin-right: 0; }
.button.basic:after  { vertical-align: middle; position: relative; width:auto; background:none; border-radius:0 !important; display: inline-block;font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f061"; margin-left: 10px; color: #0473da; transition:all 0.3s ease; vertical-align: bottom;  }
.button.basic:before  {border-radius:0 !important; display:none !important; background:none !important}
.button.basic:hover { color: var(--dark-blue);}
.button.basic:hover:after {transform:translateX(4px); background:none !important; filter:none !important; color: var(--dark-blue);}

.navbar-nav li.button a.nav-link {
    color: #ffffff;
    background-color: #ff5657;
    border: 0.3rem solid #ff5657;
}

.navbar-nav li.button a.nav-link:hover {
    color: #ffffff;
    background-color: #d9494a;
    border: 0.3rem solid #d9494a;
}

.navbar-nav li.button a.nav-link:focus, .navbar-nav li.button a.nav-link:active {
    border: 0.3rem solid rgba(255, 255, 255, 0.2);
    background-color: #d9494a;
}

.navbar-nav li.button.white a.nav-link {
    color: var(--dark-blue);
    background-color: #fafcfe;
    border: 0.3rem solid #fafcfe;
}

.navbar-nav li.button.white a.nav-link:hover {
    background-color: rgba(250, 252, 254, 0.7);
    border: 0.3rem solid transparent;
}

.navbar-nav li.button.white a.nav-link:focus, .navbar-nav li.button.white a.nav-link:active {
    background-color: rgba(250, 252, 254, 0.9);
    border: 0.3rem solid rgba(255, 255, 255, 0.5);
}

.navbar-nav li.button.blue a.nav-link {
    color: #ffffff;
    background-color: #4a90e2;
    border: 0.3rem solid #4a90e2;
}

.navbar-nav li.button.blue a.nav-link:hover {
    background-color: #3b7cdb;
    border: 0.3rem solid #3b7cdb;
}

.navbar-nav li.button.blue a.nav-link:focus, .navbar-nav li.button.blue a.nav-link:active {
    background-color: #3b7cdb;
    border: 0.3rem solid rgba(255, 255, 255, 0.2);
}

a {
    color: var(--dark-blue);
}

a:hover {
    color: var(--dark-blue);
}

header {
    position: absolute;
    width: 100%;
}

header nav {
    position: absolute !important;
    width: 100%;
    z-index: 4;
    background-color: transparent;
}

header nav .menu-wrapper {
    width: 100%;
}

header nav .menu-wrapper .navbar-collapse > * {
    width: 40%;
}

header nav .menu-wrapper .navbar-collapse .logo {
    width: 20%;
    text-align: center;
}

header nav .menu-wrapper .navbar-collapse .logo a img {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

header nav .menu-wrapper .navbar-collapse .logo a:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    opacity: .85;
}

header nav .menu-wrapper .navbar-collapse .ifx-right-menu ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

header ul li a {
    font-weight: 700;
    color: #222222;
}

header ul li a .item-name {
    display: inline-block;
}

header ul li ul.dropdown-menu {
    font-size: 1.6rem;
    padding: 0.5rem 0;
    border: none;
    border-radius: 0.8rem;
    background-color: transparent;
    margin-top: 0;
}

header ul li ul.dropdown-menu:before, header ul li ul.dropdown-menu:after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

header ul li ul.dropdown-menu:before {
    border-color: transparent;
    border-bottom-color: #ffffff;
    border-width: 0.8rem;
    margin-left: -3rem;
}

header ul li ul li a:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: ' ';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 32px;
    width: 32px;
    position: relative;
    top: 0;
}

@media only screen and (max-width: 991px) {
    header ul li ul li a:before {
        height: 26px;
        width: 26px;
    }
    .button.basic { font-size: 1.05rem;}
}

header ul li ul li a.dropdown-item {
    font-weight: 700;
    color: #222222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem;
    white-space: inherit;
}

header ul li ul li a .item-name {
    font-size: 16px;
    color: var(--dark-blue);
    font-weight: 700;
    padding-left: 20px;
    line-height: 1.5;
}

header ul li ul li a .item-name .desc {
    font-size: 16px;
    color: #69757d;
    font-weight: 400;
    line-height: 1.55;
}

header .navbar-toggler {
    width: 100%;
    border: none;
    background: transparent !important;
}

header .navbar-toggler .icon-bar {
    width: 16px;
    transition: all 0.2s;
    display: block;
    height: 2px;
    border-radius: 0.1rem;
    background-color: #222222;
    margin: auto;
}

header .navbar-toggler .icon-bar.top-bar {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

header .navbar-toggler .icon-bar.middle-bar {
    opacity: 1;
}

header .navbar-toggler .icon-bar.bottom-bar {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

header .navbar-toggler .icon-bar + .icon-bar {
    margin-top: 0.3rem;
}

header .navbar-toggler:hover {
    background: transparent !important;
}

header .mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: relative;
}

header .mobile-header button {
    min-width: auto;
    width: 4rem;
    height: 2.5rem;
    border-radius: 2rem;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    background-color: rgba(255, 255, 255, 0.4) !important;
}

header .mobile-header button i {
    color: var(--dark-blue);
    font-size: 2rem;
}

header .mobile-header .logo img {
    height: 35px;
}

header .mobile-menu-dropdown {
    position: absolute;
    width: 100%;
    z-index: 99;
    background-color: #fafcfe;
    height: 100vh;
    display: none;
    padding: 4.8rem 2.5rem;
}

header .mobile-menu-dropdown .mobile-close {
    border: none;
    background: transparent !important;
    min-width: auto;
    width: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 2rem;
    top: 20px;
}

header .mobile-menu-dropdown .mobile-close .icon-bar {
    width: 16px;
    transition: all 0.2s;
    display: block;
    height: 2px;
    border-radius: 0.1rem;
    background-color: var(--dark-blue);
}

header .mobile-menu-dropdown .mobile-close .icon-bar.top-bar {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

header .mobile-menu-dropdown .mobile-close .icon-bar.middle-bar {
    opacity: 0;
}

header .mobile-menu-dropdown .mobile-close .icon-bar.bottom-bar {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

header .mobile-menu-dropdown .mobile-close .icon-bar + .icon-bar {
    margin-top: 0.24rem;
}

header .mobile-menu-dropdown .mobile-close:hover {
    background: transparent !important;
}

header .mobile-menu-dropdown ul {
    padding: 0;
    margin-bottom: 0;
}

header .mobile-menu-dropdown ul li {
    list-style-type: none;
}

header .mobile-menu-dropdown ul li.wrap ul.sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

header .mobile-menu-dropdown ul li.wrap ul.sub-menu > li {
    width: 50%;
}

header .mobile-menu-dropdown ul li.button a {
    background-color: #ff5657;
    width: 100%;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 1.6rem;
    border-radius: 0.4rem;
    border: solid 1px rgba(34, 34, 34, 0.14);
    padding: 0.9rem 0;
}

header .mobile-menu-dropdown ul.menu > li {
    margin-bottom: 2.6rem;
}

header .mobile-menu-dropdown ul.menu > li > a {
    font-size: 1.8rem;
}

header .mobile-menu-dropdown ul.menu > li:last-child {
    margin-bottom: 0;
}

header .mobile-menu-dropdown ul.menu li a:hover {
    text-decoration: none;
}

header .mobile-menu-dropdown ul.sub-menu {
    padding-top: 1rem;
}

header .mobile-menu-dropdown ul.sub-menu a {
    color: #69757d;
    font-weight: 400;
    margin-bottom: 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header .mobile-menu-dropdown ul.sub-menu a:before {
    margin-right: 8px;
    position: relative;
}

header img.white {
    display: none;
}

.page-template-template-reverse-header header img.white {
    display: block;
    margin: auto;
}

.page-template-template-reverse-header header img.black {
    display: none;
}

.page-template-template-reverse-header header .navbar-nav li.button.white a.nav-link:hover {
    border: 0.3rem solid #fafcfe;
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.lh-1 {line-height: 1}
.lh-1-2 {line-height: 1.2}
.lh-2 {line-height: 2}

@media (min-width: 992px) {
    header nav .row {
        width: 100%;
    }

    header ul li {
        margin-right: 6rem;
    }

    header ul li ul.dropdown-menu {
        -webkit-box-shadow: 0 0 30px 0 rgba(51, 91, 130, 0.12), 0 0 50px 0 rgba(10, 31, 68, 0.1);
        box-shadow: 0 0 30px 0 rgba(51, 91, 130, 0.12), 0 0 50px 0 rgba(10, 31, 68, 0.1);
        padding: 1.4rem 0;
        background-color: #ffffff;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: visibility 0.4s, opacity 0.4s linear;
        -o-transition: visibility 0.4s, opacity 0.4s linear;
        transition: visibility 0.4s, opacity 0.4s linear;
        display: block;
    }

    header ul li ul.dropdown-menu.show {
        visibility: visible;
        opacity: 1;
        /*transition: visibility 0.2s, opacity 0.5s linear;*/
    }

    header ul li ul li {
        margin-right: 0;
    }

    header ul li ul li a.dropdown-item {
        white-space: nowrap;
        padding: 10px 32px;
        margin-bottom: 15px;
    }

    header ul li ul li a.dropdown-item:last-child {
        margin-bottom: 0;
    }

    header ul li ul li a.dropdown-item:hover {
        background-color: transparent;
    }

    header ul li ul li a.dropdown-item:active {
        color: #000000;
        background-color: #ffffff;
    }

    header ul li ul li a.dropdown-item:focus {
        background-color: #ffffff;
    }

    header ul li a.dropdown-toggle:after {
        display: none;
    }

    header ul li:last-child {
        margin-right: 0;
    }

    header .ifx-right-menu ul li {
        margin-right: 2.2rem;
    }

    header .ifx-right-menu ul li:last-child {
        margin-right: 0;
    }

    .page-template-template-reverse-header header ul li.button.white a {
        background-color: transparent !important;
        color: #ffffff !important;
    }

    .page-template-template-reverse-header header ul li a {
        color: #ffffff;
    }

    .page-template-template-reverse-header header ul li ul li a {
        color: var(--dark-blue);
    }
}

@media (max-width: 991px) {
    header ul li ul.dropdown-menu:before, header ul li ul.dropdown-menu:after {
        display: none;
    }

    header .ifx-right-menu ul.navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    header .ifx-right-menu ul li {
        margin-right: 2rem;
    }

    .page-template-template-reverse-header .mobile-header img.white {
        display: block;
    }

    .page-template-template-reverse-header .mobile-header img.black {
        display: none;
    }

    .page-template-template-reverse-header header .navbar-toggler .icon-bar {
        background-color: #ffffff;
    }
}

footer {
    position: relative;
    z-index: 2;
    background-color: #fafcfe;
    padding: 2.4rem 0 1.7rem;
}

/*footer .row:nth-child(2) {
    padding-top: 2.5rem;
}*/

footer ul {
    padding: 0;
    margin-bottom: 2.3rem;
}

footer ul li {
    list-style-type: none;
}

footer ul li a {
    color: #69757d;
}

footer ul li a:hover {
    text-decoration: none;
}

footer h5 {
    font-weight: bold;
    margin-bottom: 2.3rem;
}

footer .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

footer .social .icon {
    width: 100%;
    max-width: 10rem;
    text-align: center;
}

footer .social .icon i {
    color: #4a90e2;
    font-size: 1.7rem;
}

footer .social .icon i:hover {
    color: #69757d;
}

footer .logo {
    margin-bottom: 2.3rem;
}

@media (min-width: 992px) {
    footer {
        padding: 6.4rem 0 1.7rem;
    }

    footer ul {
        margin-bottom: 1rem;
    }

    /*footer .row:nth-child(2) {
        padding-top: 5.5rem;
    }*/

    footer .social {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    footer .social .icon {
        text-align: left;
    }

    footer .logo {
        margin-bottom: 0;
    }
}

.default-background {
    background-image: linear-gradient(15deg, #ffffff 31%, #ebf1fa 96%, #ebf1fa 96%);
    height: 100%;
    min-height: 1024px;
    position: absolute;
    z-index: 1;
    width: 100%;
}

div#main {
    position: relative;
}

div#main section {
    position: relative;
    z-index: 2;
}

div#main section:first-of-type {
    /*padding-top:1.5rem;*/
}

div#main section .ifx-row {
    position: relative;
}

div#main section .ifx-row .ifx-row-wrapper {
    padding: 3rem 0;
    background-repeat: no-repeat;
}

div#main section .ifx-row .ifx-row-wrapper-bg {
    width: 100%;
    position: absolute;
    height: 100%;
    background-repeat: no-repeat;
}

div#main section.overlap {
    z-index: 3;
}

div#main.reverse-header section:first-of-type h1, div#main.reverse-header section:first-of-type h2, div#main.reverse-header section:first-of-type h3, div#main.reverse-header section:first-of-type h4, div#main.reverse-header section:first-of-type h5, div#main.reverse-header section:first-of-type h6, div#main.reverse-header section:first-of-type p, div#main.reverse-header section:first-of-type a {
    color: #ffffff;
}

@media (min-width: 992px) {
    div#main section:first-of-type .ifx-row .ifx-row-wrapper {
        padding: 13.5rem 0 7.5rem;
    }

    div#main section:first-of-type.heroVideoBG {
        padding-top: 0;
    }

    div#main section .ifx-row .ifx-row-wrapper {
        padding: 7.5rem 0;
    }
}

.ifx-row-hero .hero__introduction {
    margin-top: 2rem;
}

.ifx-row-hero .hero__introduction h1 {
    margin-bottom: 1.6rem;
}

.ifx-row-hero .hero__introduction h1 span {
    background-color: #e4eefb;
    padding: 0 0.5rem;
}

.ifx-row-hero .hero__introduction h5 {
    color: #69757d;
}

.ifx-row-hero .hero__introduction .button.basic {
    padding: 0;
    text-align: left;
    background-color: transparent;
    color: var(--dark-blue);
    font-weight: 700;
    border-color: transparent;
}

.ifx-row-hero .hero__image a {
    height: 100%;
    position: relative;
}

.ifx-row-hero .hero__image a .hero__play-button {
    width: 17rem;
    height: 17rem;
    position: absolute;
    z-index: 1;
}

@media (min-width: 768px) {
    .ifx-row-hero .hero__image {
        text-align: right;
    }

    .ifx-row-hero .hero__image.image-absolute {
        position: relative;
        height: 100%;
    }

    .ifx-row-hero .hero__image.image-absolute img {
        position: absolute;
        top: 0;
        right: 0;
    }
}


.ifx-row-image_text .ifx-row-wrapper .image-text { margin-bottom: 0; max-width: 490px; }
.ifx-row-image_text .ifx-row-wrapper .image-text__image img { width: 100%; }
.ifx-row-image_text .ifx-row-wrapper .image-text .button { margin-top: 1rem;}

    @media (min-width: 768px) {
        .ifx-row-image_text .ifx-row-wrapper.text_image .image-text__image { width: 100%; text-align: right; }
        .ifx-row-image_text .ifx-row-wrapper.image_text .image-text__image { width: 100%; text-align: left; }
    }
    @media (max-width: 768px) {
        .ifx-row-image_text .ifx-row-wrapper .image-text__image { margin-bottom: 1.9375rem;}
    }


.ifx-row-feature_tiles .feature-tiles__introduction h5 {
    color: #69757d;
}

.ifx-row-feature_tiles .feature-tiles__introduction h5 strong {
    color: #4a90e2;
}

.ifx-row-feature_tiles .feature-tile {
    -webkit-box-shadow: 0 24px 30px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
    box-shadow: 0 24px 30px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
    border-radius: 0.8rem;
    padding: 2.4rem 1.6rem;
    background-color: #ffffff;
    margin-bottom: 2.4rem;
}

.ifx-row-feature_tiles .feature-tile h6 {
    margin: 0;
}

.ifx-row-feature_tiles .feature-tile h3 {
    margin-bottom: 1rem;
}

.ifx-row-feature_tiles .feature-tile .feature-tile__mobile-image {
    margin-bottom: 2.4rem;
}

.ifx-row-feature_tiles .feature-tile .feature-tile__mobile-image img {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
}

.ifx-row-feature_tiles .feature-tile .feature-tile__mobile-image svg {
    width: 40px;
    height: 40px;
}

.ifx-row-feature_tiles .feature-tile .feature-tile__desktop-image {
    margin-bottom: 3rem;
}

.ifx-row-feature_tiles .feature-tile .feature-tile__desktop-image img {
    width: 100%;
    max-width: 414px;
    height: auto;
}

@media (min-width: 992px) {
    .ifx-row-feature_tiles .feature-tile {
        padding: 4.8rem 8.8rem;
        text-align: center;
    }
}

@media (min-width: 768px) {
    .ifx-row-feature_tiles .col-12:nth-child(even) .feature-tile {
        position: relative;
        bottom: 10rem;
    }

    .ifx-row-feature_tiles .background-shape {
        background-color: #fafcfe;
        position: absolute;
        width: 60%;
        min-height: 90%;
        max-height: 3000px;
    }
}

@media (min-width: 992px) {
    .ifx-row-feature_tiles .col-12:nth-child(even) .feature-tile {
        position: relative;
        bottom: 30rem;
    }
}

@media (max-width: 767px) {
    .ifx-row-feature_tiles .col-12:last-child .feature-tile {
        margin-bottom: 0;
    }
}

/*.ifx-row-html .html__wrapper {
    border-radius: 1rem;
    box-shadow: 0 24px 30px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
    background-color: #27253F;
    padding: 48px 35px;
}

@media only screen and (max-width: 1199px) {
    .ifx-row-html .html__wrapper {
        padding: 40px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .ifx-row-html .html__wrapper {
        padding: 30px 25px;
    }
}*/

.ifx-row-logo_gallery .glide-wrap { }
.ifx-row-logo_gallery .logo-gallery__wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; /* border-radius: 1rem; -webkit-box-shadow: 0 24px 30px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1); box-shadow: 0 24px 30px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1); background-color: #ffffff; padding: 0.7rem 1.6rem; */ }
.ifx-row-logo_gallery .logo-gallery__wrapper .logo-gallery__single { /*padding: 1rem;*/ text-align: center; width: 50%; }
.ifx-row-logo_gallery .logo-gallery__wrapper .logo-gallery__single img { max-width: 160px; width: 100%; }

    @media (min-width: 768px) {
        .ifx-row-logo_gallery .logo-gallery__wrapper .logo-gallery__single { width: 33.33%; }
    }
    @media (min-width: 1200px) {
        .ifx-row-logo_gallery .logo-gallery__wrapper .logo-gallery__single { width: 16.666%; }
    }
    @media (max-width: 576px) {
        .ifx-row-logo_gallery .glide-wrap { margin: 0 -16px; }
    }

.ifx-row-icon_text .icon-text__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ifx-row-icon_text .icon-text__wrapper .icon-text__single {
    padding-right: 0;
    margin-top: 2rem;
}

.ifx-row-icon_text .icon-text__wrapper .icon-text__single:first-child {
    margin-top: 0;
}

.ifx-row-icon_text .icon-text__wrapper .icon-text__single .icon-text__single__icon img {
    width: 4rem;
    height: 4rem;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 992px) {
    .ifx-row-icon_text .icon-text__wrapper .icon-text__single .icon-text__single__icon img {
        width: 4.8rem;
        height: 4.8rem;
    }
}

.ifx-row-icon_text .icon-text__wrapper .icon-text__single .icon-text__single__heading h4 {
    margin-bottom: 1.5rem;
}

@media (min-width: 1200px) {
    .ifx-row-icon_text .icon-text__wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .ifx-row-icon_text .icon-text__wrapper .icon-text__single {
        padding-right: 5rem;
        margin-top: 0;
    }

    .ifx-row-icon_text .icon-text__wrapper .icon-text__single.icon-text__single-4 {
        width: 25%;
    }

    .ifx-row-icon_text .icon-text__wrapper .icon-text__single.icon-text__single-3 {
        width: 33.33%;
    }

    .ifx-row-icon_text .icon-text__wrapper .icon-text__single.icon-text__single-2 {
        width: 50%;
    }

    .ifx-row-icon_text .icon-text__wrapper .icon-text__single.icon-text__single-1 {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .ifx-row-icon_text .icon-text__wrapper h4 {
        font-size: 2.2rem;
        line-height: 1.8rem;
        letter-spacing: 0;
        margin-top: 1.5rem;
    }
}

.ifx-row-tiles .tiles__introduction {
    text-align: center;
}

.ifx-row-tiles .tiles__introduction p {
    color: #69757d;
}

.ifx-row-tiles .tiles__introduction p strong {
    color: #4a90e2;
}

.ifx-row-tiles .tile {
    -webkit-box-shadow: 0 24px 30px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
    box-shadow: 0 24px 30px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
    border-radius: 0.8rem;
    padding: 4.8rem 4.4rem;
    background-color: #ffffff;
    margin-bottom: 2.4rem;
}

@media (max-width: 767px) {
    .ifx-row-tiles .tile {
        min-height: 30rem;
    }
}

.ifx-row-tiles .tile h6 {
    margin: 0;
}

.ifx-row-tiles .tile h3 {
    margin-bottom: 1rem;
}

.ifx-row-tiles .tile .tile__image {
    margin-bottom: 1rem;
}

.ifx-row-tiles .tile .tile__image img {
    width: 4rem;
    height: 4rem;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 992px) {
    .ifx-row-tiles .tile .tile__image img {
        width: 4.8rem;
        height: 4.8rem;
    }
}

.ifx-row-tiles .tile .tile__image svg {
    width: 4rem;
    height: 4rem;
}

@media (min-width: 992px) {
    .ifx-row-tiles .tile .tile__image svg {
        width: 4.8rem;
        height: 4.8rem;
    }
}

@media (max-width: 991px) {
    .ifx-row-tiles .tiles__wrapper .tile {
        padding: 2.4rem 1.6rem;
    }

    .ifx-row-tiles .tiles__wrapper .tile h4 {
        font-size: 2.2rem;
        line-height: 1.8rem;
        letter-spacing: 0;
        margin-top: 1.2rem;
        margin-bottom: 1.2rem;
    }
}

@media (max-width: 767px) {
    .ifx-row-tiles .tiles__wrapper .tiles__introduction {
        text-align: left;
    }
}

.ifx-row-faqs {
    background-color: #fafcfe;
}

.ifx-row-faqs .faqs__introduction {
    text-align: center;
}

.ifx-row-faqs .faqs__questions .card {
    margin-bottom: 2.4rem;
    border: none;
    -webkit-box-shadow: 0 1px 1px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
    box-shadow: 0 1px 1px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 0.4rem;
    padding: 2.2rem 1.6rem;
}

.ifx-row-faqs .faqs__questions .card .card-header {
    background-color: #ffffff;
    border: none;
    padding: 0;
}

.ifx-row-faqs .faqs__questions .card .card-header a:hover {
    text-decoration: none;
}

.ifx-row-faqs .faqs__questions .card .card-header a h5 {
    margin: 0;
}

.ifx-row-faqs .faqs__questions .card .card-header a h5 img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    transform: rotate(-90deg);
    width: 26px;
}

.ifx-row-faqs .faqs__questions .card .card-header a:not(.collapsed) h5 img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
}

.ifx-row-faqs .faqs__questions .card .card-body {
    padding: 2.2rem 0 0;
}

.ifx-row-faqs .faqs__questions .card .card-body h6 p {
    font-size: initial;
}

.ifx-row-faqs .faqs__questions .card .card-body h6 li {
    list-style-type: none;
    position: relative;
    margin-bottom: 1rem;
}

.ifx-row-faqs .faqs__questions .card .card-body h6 li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f00c';
    margin: 0 0 0 -3.3rem;
    color: #ff5657;
    position: absolute;
}

.ifx-row-faqs .faqs__questions .card.open {
    -webkit-box-shadow: 0 24px 30px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
    box-shadow: 0 24px 30px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
}

@media (min-width: 768px) {
    .ifx-row-faqs .faqs__questions .card {
        padding: 2.65rem 3.2rem;
    }
}

.ifx-row-full_screen_parallax .ifx-row-wrapper {
    padding: 0 !important;
}

.ifx-row-full_screen_parallax .ifx-row-wrapper .full-screen-parallax__wrapper {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 768px) {
    .ifx-row-full_screen_parallax .ifx-row-wrapper .full-screen-parallax__wrapper {
        background-attachment: fixed;
    }
}

.ifx-row-contact_tiles .contact-tile {
    -webkit-box-shadow: 0 4px 8px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
    box-shadow: 0 4px 8px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
    background-color: #ffffff;
    padding: 0.8rem;
    border-radius: 0.8rem;
    text-align: center;
    margin-bottom: 2.4rem;
    transition: all 0.5s;
}

.ifx-row-contact_tiles .contact-tile .contact-tile__content {
    padding: 3rem 1.6rem 3rem;
}

.ifx-row-contact_tiles .contact-tile .contact-tile__content .contact-tile__image {
    margin-bottom: 2rem;
}

.ifx-row-contact_tiles .contact-tile .contact-tile__content .contact-tile__image img {
    width: 4rem;
    height: 4rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.ifx-row-contact_tiles .contact-tile .contact-tile__content h6 {
    margin: 0;
    line-height: 2.4rem;
}

.ifx-row-contact_tiles .contact-tile .contact-tile__content h4 {
    font-size: 2.2rem;
}

.ifx-row-contact_tiles .contact-tile .contact-tile__link a.button {
    transition: all 0.5s;
    width: 100%;
    background-color: #fafcfe;
    color: #4a90e2;
    font-size: 1.8rem;
    padding: 1rem 1.85rem;
    border-radius: 0 0 0.8rem 0.8rem;
    border-color: #fafcfe;
}

.ifx-row-contact_tiles .contact-tile .contact-tile__link a i {
    font-size: 1.5rem;
    margin-left: 0.4rem;
}

.ifx-row-contact_tiles .contact-tile:hover {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-box-shadow: 0 18px 18px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
    box-shadow: 0 18px 18px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
}

.ifx-row-contact_tiles .contact-tile:hover .contact-tile__link a.button {
    background-color: rgba(228, 238, 251, 0.4);
}

.ifx-row-contact_tiles .col-12:last-child .contact-tile {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .ifx-row-contact_tiles .contact-tile {
        margin-bottom: 0;
    }

    .ifx-row-contact_tiles .contact-tile .contact-tile__content h4 {
        font-size: 2.8rem;
    }

    .ifx-row-contact_tiles .contact-tile .contact-tile__content .contact-tile__image {
        margin-bottom: 0.5rem;
    }

    .ifx-row-contact_tiles .contact-tile .contact-tile__content .contact-tile__image img {
        width: 4.8rem;
        height: 4.8rem;
    }

    .ifx-row-contact_tiles .contact-tile .contact-tile__link a.button {
        padding: 1.65rem 1.85rem;
    }
}

@media (min-width: 768px) {
    .ifx-row-contact_tiles .contact-tile .contact-tile__content {
        padding: 4.8rem 4.8rem 4rem;
    }
}

.ifx-row-image_text_overlap .image-text-overlap__wrapper .col-image {
    padding: 0;
}

.ifx-row-image_text_overlap .image-text-overlap__wrapper .image-text-overlap__container .one {
    width: 100%;
    padding: 12rem 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 700px;
    border-radius:12px;
    align-items: center;
}

.ifx-row-image_text_overlap .image-text-overlap__wrapper .image-text-overlap__container .one .two {
    width: 60.7%;
    margin-right: -52%;
}

.ifx-row-image_text_overlap .image-text-overlap__wrapper .image-text-overlap__container .one .two .two-content {
    margin-right: 1.5rem;
    -webkit-box-shadow: 0 10px 12px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
    box-shadow: 0 10px 12px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
    border-radius: 0.6rem;
    background-color: #ffffff;
    padding: 5.4rem 4rem 8rem 6.2rem;
}

.ifx-row-image_text_overlap .image-text-overlap__wrapper .image-text-overlap__container .one .two .two-content .image-text-overlap__introduction {
    margin-bottom: 0;
}

.ifx-row-image_text_overlap .image-text-overlap__wrapper .two-content-mobile {
    margin-top: 5rem;
}

.ifx-row-image_text_overlap .image-text-overlap__wrapper .two-content-mobile .image-text-overlap__introduction {
    margin: 0;
}

.ifx-row-image_text_overlap .image-text-overlap__wrapper .two-content-mobile.two-content-mobile-carousel {
    box-shadow: 0 24px 30px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
    border-radius: 0.8rem;
    margin-top: 0;
}

.ifx-row-image_text_overlap .image-text-overlap__wrapper .two-content-mobile.two-content-mobile-carousel .glide {
    position: relative;
}

.ifx-row-image_text_overlap .image-text-overlap__wrapper .two-content-mobile.two-content-mobile-carousel .glide .glide__slide {
    padding: 2.4rem 2.4rem 0;
}

.ifx-row-image_text_overlap .image-text-overlap__wrapper .two-content-mobile.two-content-mobile-carousel .glide .glide__slide img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 1.5rem;
}

.ifx-row-image_text_overlap .image-text-overlap__wrapper .two-content-mobile.two-content-mobile-carousel .glide .glide__slide hr {
    display: none;
}

.ifx-row-image_text_overlap .image-text-overlap__wrapper .two-content-mobile.two-content-mobile-carousel .glide .glide__slide h2 {
    margin-bottom: 1.5rem;
}

.ifx-row-image_text_overlap .image-text-overlap__wrapper .two-content-mobile.two-content-mobile-carousel .glide .glide__slide h5 {
    margin-bottom: 2rem;
}

.ifx-row-image_text_overlap .image-text-overlap__wrapper .two-content-mobile.two-content-mobile-carousel .glide .glide__arrows {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    padding-right: 2rem;
}

.ifx-row-image_text_overlap .image-text-overlap__wrapper .two-content-mobile.two-content-mobile-carousel .glide .glide__arrows button {
    position: relative;
    min-width: auto;
    background-color: #ffffff;
    border-radius: 50%;
    left: auto;
    right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    width: 40px;
    height: 40px;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    margin-right: 2rem;
    margin-bottom: 1.6rem;
}

.ifx-row-image_text_overlap .image-text-overlap__wrapper .two-content-mobile.two-content-mobile-carousel .glide .glide__arrows button:last-child {
    margin-right: 0;
}

.ifx-row-image_text_overlap .image-text-overlap__wrapper .two-content-mobile.two-content-mobile-carousel .glide .glide__arrows button img {
    width: 18px;
    height: 18px;
    box-shadow: none;
    position: relative;
    left: 0;
    top: 0;
}

.ifx-row-image_text_overlap .image-text-overlap__wrapper .two-content-mobile.two-content-mobile-carousel .glide .glide__arrows button.glide__arrow--left img {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.ifx-row-image_text_overlap .image-text-overlap__wrapper .two-content-mobile.two-content-mobile-carousel .glide .glide__arrows button.glide__arrow--right img {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.ifx-row-image_text_overlap .image-text-overlap__wrapper .image-text-overlap__introduction h2 {
    margin: 0;
    margin-bottom: 2rem;
}

.ifx-row-image_text_overlap .image-text-overlap__wrapper .image-text-overlap__introduction h5 {
    margin-bottom: 3rem;
    margin-top: 1.5rem;
}

.ifx-row-image_text_overlap .image-text-overlap__wrapper.variation .row__variation-intro {
    margin-bottom: 3rem;
}

.ifx-row-image_text_overlap .image-text-overlap__wrapper.variation .image-text-overlap__introduction img {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 1.5rem;
    -webkit-box-shadow: 0 4px 8px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
    box-shadow: 0 4px 8px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
}

.ifx-row-image_text_overlap .image-text-overlap__wrapper.variation .image-text-overlap__introduction hr {
    border: solid 0.1rem #f7f8f8;
    margin-top: 0;
    margin-bottom: 0;
}

.ifx-row-image_text_overlap .image-text-overlap__wrapper.variation .image-text-overlap__introduction .glide {
    position: relative;
}

.ifx-row-image_text_overlap .image-text-overlap__wrapper.variation .image-text-overlap__introduction .glide .glide__arrows {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

@media (min-width: 1200px) {
    .ifx-row-image_text_overlap .image-text-overlap__wrapper.variation .image-text-overlap__introduction .glide .glide__arrows {
        position: absolute;
    }
}

.ifx-row-image_text_overlap .image-text-overlap__wrapper.variation .image-text-overlap__introduction .glide .glide__arrows button {
    position: relative;
    min-width: auto;
    background-color: #ffffff;
    border-radius: 22px;
    left: auto;
    right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    border:0;
    width: 60px;
    height: 40px;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    margin-right: 2rem;
    box-shadow: 0px 1px 2px #0473DA, 0px -1px 2px #32e0d8;
    transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
}


.ifx-row-image_text_overlap .image-text-overlap__wrapper.variation .image-text-overlap__introduction .glide .glide__arrows button:hover {background-color: #33e3d6 !important; }

       .ifx-row-image_text_overlap .image-text-overlap__wrapper.variation .image-text-overlap__introduction .glide .glide__arrows button:hover img {filter: brightness(0) invert(1); }


.ifx-row-image_text_overlap .image-text-overlap__wrapper.variation .image-text-overlap__introduction .glide .glide__arrows button:last-child {
    margin-right: 0;
}

.ifx-row-image_text_overlap .image-text-overlap__wrapper.variation .image-text-overlap__introduction .glide .glide__arrows button img {
    width: 18px;
    height: 18px;
    box-shadow: none;
    position: relative;
    left: 0;
    top: 0.7rem;
}

@media (min-width: 992px) {
    .ifx-row-image_text_overlap .image-text-overlap__wrapper.variation .image-text-overlap__introduction .glide .glide__arrows button img {
        top: 1.5rem;
    }
}

.ifx-row-image_text_overlap .image-text-overlap__wrapper.variation .image-text-overlap__introduction .glide .glide__arrows button.glide__arrow--left img {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.ifx-row-image_text_overlap .image-text-overlap__wrapper.variation .image-text-overlap__introduction .glide .glide__arrows button.glide__arrow--right img {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media (min-width: 768px) {
    .ifx-row-image_text_overlap .image-text-overlap__wrapper .col-image {
        padding: 0 1.5rem;
    }

    .ifx-row-image_text_overlap .image-text-overlap__wrapper .image-text-overlap__container .one {
        width: 75%;
        padding: 6rem 0;
    }

    .ifx-row-image_text_overlap .image-text-overlap__wrapper .image-text-overlap__container .one .two {
        width: 100%;
        margin-right: -36%;
    }

    .ifx-row-image_text_overlap .image-text-overlap__wrapper .image-text-overlap__container .one .two .two-content {
        padding: 4rem;
    }

    .ifx-row-image_text_overlap .image-text-overlap__wrapper .image-text-overlap__container.rtl {
        direction: rtl;
    }

    .ifx-row-image_text_overlap .image-text-overlap__wrapper .image-text-overlap__container.rtl .one .two {
        margin-left: -33.5%;
        margin-right: auto;
    }

    .ifx-row-image_text_overlap .image-text-overlap__wrapper .image-text-overlap__container.rtl .one .two .two-content {
        direction: ltr;
    }

    .ifx-row-image_text_overlap .image-text-overlap__wrapper.variation .image-text-overlap__introduction .caps {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .ifx-row-image_text_overlap .image-text-overlap__wrapper .image-text-overlap__container .one {
        width: 50%;
        padding: 6rem 0;
    }

    .ifx-row-image_text_overlap .image-text-overlap__wrapper .image-text-overlap__container .one .two {
        width: 100%;
        margin-right: -90%;
    }

    .ifx-row-image_text_overlap .image-text-overlap__wrapper .image-text-overlap__container .one .two .two-content h2 {
        font-size: 2.8rem;
        line-height: 1;
    }

    .ifx-row-image_text_overlap .image-text-overlap__wrapper .image-text-overlap__container.rtl .one .two {
        margin-left: -50.5%;
    }

    .ifx-row-image_text_overlap .image-text-overlap__wrapper.variation .row__variation-intro {
        margin-bottom: 4.5rem;
    }

    .ifx-row-image_text_overlap .image-text-overlap__wrapper.variation .image-text-overlap__introduction img {
        margin-bottom: 3rem;
    }
}

@media (min-width: 1200px) {
    .ifx-row-image_text_overlap .image-text-overlap__wrapper .image-text-overlap__container .one .two .two-content {
        padding: 5.4rem 4rem 8rem 6.2rem;
    }
}

.ifx-row-purchase_example .purchase-example__single {
    -webkit-box-shadow: 0 10px 12px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
    box-shadow: 0 10px 12px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
    margin-bottom: 3rem;
    padding: 2.2rem 3.1rem;
}

.ifx-row-purchase_example .purchase-example__single:last-child {
    background-color: #fafcfe;
}

.ifx-row-purchase_example .purchase-example__single .caps {
    margin: 0;
}

.ifx-row-purchase_example .purchase-example__single .purchase-example__single__price {
    text-align: left;
}

.ifx-row-purchase_example .purchase-example__single .purchase-example__single__price h3 {
    margin-top: 1rem;
}

.ifx-row-purchase_example .purchase-example__single .purchase-example__single__icon img {
    width: 40px;
    height: 40px;
}

.ifx-row-purchase_example .purchase-example__single .purchase-example__single__heading {
    margin: 1.2rem 0;
}

@media (min-width: 768px) {
    .ifx-row-purchase_example .purchase-example__single .purchase-example__single__price {
        text-align: right;
    }

    .ifx-row-purchase_example .purchase-example__single .purchase-example__single__price h3 {
        font-size: 1.8rem;
        margin: 0;
        line-height: 1;
    }

    .ifx-row-purchase_example .purchase-example__single .purchase-example__single__heading {
        margin: 0;
    }

    .ifx-row-purchase_example .purchase-example__single .purchase-example__single__text h6 {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .ifx-row-purchase_example .purchase-example__single .purchase-example__single__price h3 {
        font-size: 3.6rem;
    }

    .ifx-row-purchase_example .purchase-example__single .caps {
        line-height: 1;
        margin-bottom: 0.5rem;
    }

    .ifx-row-purchase_example .purchase-example__single h5 {
        margin: 0;
    }
}

.ifx-row-form .form__wrapper .form__single .gform_wrapper {
    margin: 0;
}

.ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_body ul .ifx-wrapper .ifx-sub-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_body ul .ifx-wrapper .ifx-sub-wrapper li {
    width: 114px;
    margin-bottom: 2.4rem !important;
}

.ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_body ul .ifx-wrapper .ifx-sub-wrapper li:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
}

.ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_body ul .ifx-wrapper .ifx-sub-wrapper li:first-child .ginput_container {
    width: 114px;
}

.ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_body ul .ifx-wrapper .ifx-sub-wrapper li:first-child:after {
    content: " to ";
    position: relative;
    top: 1.2rem;
    margin: 0 1rem;
}

.ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_body ul li {
    padding: 0;
    margin: 0 0 2.4rem;
}

.ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_body ul li .ginput_container {
    margin: 0;
}

.ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_body ul li .ginput_container input,
.ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_body ul li .ginput_container input[type=text],
.ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_body ul li .ginput_container textarea,
.ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_body ul li .ginput_container select {
    padding: 0;
    margin: 0;
    display: block;
    line-height: 1.65;
    border: 0.1rem solid #d9dcde;
    border-radius: 0.4rem;
    padding: 1.4rem 2rem;
    width: 100%;
    -webkit-appearance: none;
}

.ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_body ul li .ginput_container input:focus,
.ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_body ul li .ginput_container input[type=text]:focus,
.ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_body ul li .ginput_container textarea:focus,
.ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_body ul li .ginput_container select:focus {
    border: 0.1rem solid #69757d;
    outline: none;
}

.ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_body ul li .ginput_container input[type=text],
.ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_body ul li .ginput_container textarea {
    -webkit-appearance: none;
}

.ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_body ul li .ginput_container select {
    color: #69757d;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url("/wp-content/themes/tf-ifx-2021/img/blue/angle-down.svg");
    background-position: 98% center;
    background-repeat: no-repeat;
    outline: none;
    background-size: 25px;
    background-color: #ffffff;
}

.ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_body ul li .ginput_container.ginput_complex span {
    margin-bottom: 0;
}

@media (max-width: 641px) {
    .ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_body ul li .ginput_container.ginput_complex span {
        padding: 0;
    }
}

@media (max-width: 641px) {
    .ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_body ul li .ginput_container.ginput_complex span:first-child {
        margin-bottom: 2.4rem;
    }
}

.ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_body ul li .ginput_container.ginput_container_fileupload .fileinputs {
    position: relative;
}

.ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_body ul li .ginput_container.ginput_container_fileupload .fileinputs .fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
}

.ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_body ul li .ginput_container.ginput_container_fileupload .fileinputs .fakefile input {
    height: 56px;
}

.ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_body ul li .ginput_container.ginput_container_fileupload .fileinputs .fakefile p {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1.4rem 0 1.4rem 2rem;
    cursor: pointer;
}

.ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_body ul li .ginput_container.ginput_container_fileupload .fileinputs .fakefile .file-button {
    background-color: #3f4d58;
    color: white;
    width: 14.2rem;
    height: 4.8rem;
    border-radius: 0.4rem;
    border: solid 1px rgba(34, 34, 34, 0.14);
    position: absolute;
    top: 4px;
    right: 4px;
    text-align: center;
    padding: 9px 0;
    cursor: pointer;
}

.ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_body ul li .ginput_container.ginput_container_fileupload .fileinputs > input {
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_body ul li .ginput_container.ginput_container_fileupload .fileinputs > input.gform_hidden {
    display: block !important;
    padding: 56px 0 0;
}

.ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_body ul li .ginput_container.ginput_container_fileupload .ginput_preview {
    display: none;
}

.ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_body ul li:last-child {
    margin: 0 0 4rem;
}

.ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_body ul li:last-child.field_description_below {
    margin: 0 0 3.3rem;
}

.ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_body ul li .gfield_description {
    font-size: 1.6rem;
    padding: 0;
    margin: 2rem 0 0;
}

.ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_body ul li.ifx-sub-wrap .ginput_container select {
    background-position: 87% center;
}

.ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_footer {
    margin: 0;
    padding: 0;
}

.ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_footer input[type=submit] {
    min-width: 208px;
}

.ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_validation_errors h2 {
    line-height: 1.56;
}

@media (min-width: 768px) {
    .ifx-row-form .form__wrapper .form__single {
        -webkit-box-shadow: 0 24px 30px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
        box-shadow: 0 24px 30px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
        padding: 6.4rem 6rem;
        background-color: #ffffff;
    }

    .ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_body ul li .ginput_container.ginput_complex span {
        margin-bottom: 0;
    }

    .ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_body ul li .ginput_container.ginput_complex span:first-child {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_body ul .ifx-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_body ul .ifx-wrapper .ifx-sub-wrapper {
        margin-left: 2.2rem;
    }

    .ifx-row-form .form__wrapper .form__single .gform_wrapper .gform_body ul .ifx-wrapper .size-50 {
        width: 50%;
    }
}

.ifx-row-table {
    background-color: #fafcfe;
}

.ifx-row-table .table__wrapper .table__single {
    -webkit-box-shadow: 0 4px 8px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
    box-shadow: 0 4px 8px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
    border-radius: 0.8rem;
}

.ifx-row-table .table__wrapper .table__single a .table__row {
    background-color: #ffffff;
    box-shadow: inset 0 -1px 0 0 #f7f8f8;
    padding: 1.2rem 1.5rem;
}

.ifx-row-table .table__wrapper .table__single a .table__row .row {
    position: relative;
}

.ifx-row-table .table__wrapper .table__single a .table__row .row h6 {
    margin: 0;
}

.ifx-row-table .table__wrapper .table__single a .table__row .row h6.col2 {
    color: #69757d;
}

.ifx-row-table .table__wrapper .table__single a .table__row .row i {
    color: #3b7cdb;
    float: right;
}

.ifx-row-table .table__wrapper .table__single a .table__row .row .arrow-col {
    position: absolute;
}

.ifx-row-table .table__wrapper .table__single a .table__row.single-image .row .table__image-wrapper {
    position: absolute;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
}

@media (min-width: 768px) {
    .ifx-row-table .table__wrapper .table__single a .table__row.single-image .row .table__image-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

.ifx-row-table .table__wrapper .table__single a .table__row.single-image .row .table__image-wrapper img {
    border-radius: 50%;
    width: 4.8rem;
    height: 4.8rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.ifx-row-table .table__wrapper .table__single a .table__row.single-image .row .col-10 h6 {
    padding-left: calc(4.8rem + 1.6rem);
}

@media (min-width: 768px) {
    .ifx-row-table .table__wrapper .table__single a .table__row.single-image .row .col-10 h6.col1 {
        padding-left: 4.8rem;
    }

    .ifx-row-table .table__wrapper .table__single a .table__row.single-image .row .col-10 h6.col2 {
        padding-left: 0;
    }
}

.ifx-row-table .table__wrapper .table__single a:hover {
    text-decoration: none;
}

.ifx-row-table .table__wrapper .table__single a:hover .table__row {
    background-color: #f7f8f8;
}

.ifx-row-table .table__wrapper .table__single a:first-child .table__row {
    border-radius: 0.8rem 0.8rem 0 0;
}

.ifx-row-table .table__wrapper .table__single a:last-child .table__row {
    border-radius: 0 0 0.8rem 0.8rem;
}

@media (min-width: 768px) {
    .ifx-row-table .table__wrapper .table__single a .table__row {
        padding: 2.3rem 3.2rem;
    }

    .ifx-row-table .table__wrapper .table__single a .table__row .row .arrow-col {
        position: relative;
    }

    .ifx-row-table .table__wrapper .table__single a .table__row .row h6.col2 {
        color: var(--dark-blue);
    }

    .ifx-row-table .table__wrapper .table__single a .table__row .row h6.col2 span {
        display: none;
    }
}

.ifx-row-controls_carousel .controls-carousel__wrapper .glide {
    cursor: auto;
}

.ifx-row-controls_carousel .controls-carousel__wrapper .glide__slides {
    overflow: visible;
}

.ifx-row-controls_carousel .controls-carousel__wrapper .glide__slides .glide__slide .slide__content {
    margin-top: 2rem;
    position: relative;
}

.ifx-row-controls_carousel .controls-carousel__wrapper .glide__slides .glide__slide .slide__content h2 {
    margin-bottom: 2.5rem;
}

@media (max-width: 767px) {
    .ifx-row-controls_carousel .controls-carousel__wrapper .glide__slides .glide__slide .slide__content h2 {
        width: 70%;
    }
}

.ifx-row-controls_carousel .controls-carousel__wrapper .glide__slides .glide__slide .slide__content .caps {
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    .ifx-row-controls_carousel .controls-carousel__wrapper .glide__slides .glide__slide .slide__content .caps {
        margin-bottom: 0;
        padding-top: 1.5rem;
    }
}

.ifx-row-controls_carousel .controls-carousel__wrapper .glide__slides .glide__slide .slide__image img {
    -webkit-box-shadow: 0 24px 30px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
    box-shadow: 0 24px 30px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 20% 20%;
    object-position: 20% 20%;
}

@media (max-width: 767px) {
    .ifx-row-controls_carousel .controls-carousel__wrapper .glide__slides .glide__slide .slide__image img {
        box-shadow: none;
    }
}

.ifx-row-controls_carousel .controls-carousel__wrapper .glide__bullets {
    position: relative;
    bottom: 0;
}

.ifx-row-controls_carousel .controls-carousel__wrapper .glide__arrows {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
}

.ifx-row-controls_carousel .controls-carousel__wrapper .glide__arrows button {
    position: relative;
    min-width: auto;
    background-color: #ffffff;
    /*-webkit-box-shadow: 0 24px 30px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
            box-shadow: 0 24px 30px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);*/
    border-radius: 50%;
    left: auto;
    right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    width: 40px;
    height: 40px;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    margin-right: 2rem;
}

.ifx-row-controls_carousel .controls-carousel__wrapper .glide__arrows button:last-child {
    margin-right: 0.8rem;
}

.ifx-row-controls_carousel .controls-carousel__wrapper .glide__arrows button img {
    width: 18px;
    height: 18px;
}

.ifx-row-controls_carousel .controls-carousel__wrapper .glide__arrows button.glide__arrow--left img {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.ifx-row-controls_carousel .controls-carousel__wrapper .glide__arrows button.glide__arrow--right img {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media (min-width: 768px) {
    .ifx-row-controls_carousel .controls-carousel__wrapper .glide__slides .glide__slide {
        background-color: #fafcfe;
    }

    .ifx-row-controls_carousel .controls-carousel__wrapper .glide__slides .glide__slide .slide__content {
        margin-top: 0;
        padding: 3rem 0;
    }

    .ifx-row-controls_carousel .controls-carousel__wrapper .glide__slides .glide__slide .slide__content h2 {
        margin-bottom: 2.5rem;
    }

    .ifx-row-controls_carousel .controls-carousel__wrapper .glide__slides .glide__slide .slide__content .caps {
        margin-bottom: 1rem;
    }

    .ifx-row-controls_carousel .controls-carousel__wrapper .glide__slides .glide__slide .slide__image {
        padding: 0 2.5rem;
    }

    .ifx-row-controls_carousel .controls-carousel__wrapper .glide__slides .glide__slide .slide__image img {
        height: inherit;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .ifx-row-controls_carousel .controls-carousel__wrapper .slide-controls {
        margin-bottom: 6rem;
    }

    .ifx-row-controls_carousel .controls-carousel__wrapper .slide-controls button {
        position: relative;
        height: 104px;
        width: 104px;
        min-width: auto;
        -webkit-box-shadow: 0 1px 1px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
        box-shadow: 0 1px 1px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
        border-radius: 0.8rem;
        background-color: #ffffff;
        border: none;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        margin-right: 3rem;
        /*.circle {
      	height:56px;
      	width:56px;
      	background-color: rgba(219, 233, 249, 0.48);
      	border-radius:50%;
      	margin:auto;
      	position:relative;
      	.circle__inner {
      		width:36px;
      		height:36px;
      		border-radius:50%;
      		background-color: rgba(74, 144, 226, 0.3);
      		position:absolute;
      		-webkit-transition:all 0.5s;
      		-o-transition:all 0.5s;
      		transition:all 0.5s;
      	}
      }
      &:nth-child(1) {
      	.circle {
      		.circle__inner {
      			left:0;
      		}
      	}
      }
      &:nth-child(2) {
      	.circle {
      		.circle__inner {
      			right:0;
      		}
      	}
      }
      &:nth-child(3) {
      	.circle {
      		.circle__inner {
      			right:0;
      			bottom:0;
      		}
      	}
      }
      &:nth-child(4) {
      	.circle {
      		.circle__inner {
      			bottom:0;
      		}
      	}
      }*/
    }

    .ifx-row-controls_carousel .controls-carousel__wrapper .slide-controls button:after {
        color: #b4babe;
        text-transform: uppercase;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -4rem;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        letter-spacing: 0.2rem;
        font-weight: 700;
        white-space: nowrap;
    }

    .ifx-row-controls_carousel .controls-carousel__wrapper .slide-controls button:last-child {
        margin-right: 0;
    }

    .ifx-row-controls_carousel .controls-carousel__wrapper .slide-controls button.active {
        -webkit-box-shadow: 0 24px 30px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
        box-shadow: 0 24px 30px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
        border: solid 1px rgba(74, 144, 226, 0.03);
        /*&:nth-child(1),
        &:nth-child(2),
        &:nth-child(3),
        &:nth-child(4) {
        	.circle {
        		.circle__inner {
        			width:100%;
        			height:100%;
        		}
        	}
        }*/
    }

    .ifx-row-controls_carousel .controls-carousel__wrapper .slide-controls button.active:after {
        color: #4a90e2;
    }
}

@media (min-width: 992px) {
    .ifx-row-controls_carousel .controls-carousel__wrapper .glide__slides .glide__slide .slide__content {
        margin-top: 0;
    }

    .ifx-row-controls_carousel .controls-carousel__wrapper .glide__slides .glide__slide .slide__content h2 {
        margin-bottom: 4.5rem;
    }

    .ifx-row-controls_carousel .controls-carousel__wrapper .glide__slides .glide__slide .slide__content .caps {
        margin-bottom: 1rem;
    }

    .ifx-row-controls_carousel .controls-carousel__wrapper .glide__slides .glide__slide .slide__image {
        padding: 0 7.5rem;
        position: relative;
        top: 5rem;
    }

    .ifx-row-controls_carousel .controls-carousel__wrapper .slide-controls {
        text-align: right;
        margin-bottom: 0;
    }

    .ifx-row-controls_carousel .controls-carousel__wrapper .slide-controls button:after {
        bottom: -5rem;
    }
}

@media (min-width: 1200px) {
    .ifx-row-controls_carousel .controls-carousel__wrapper .glide__track {
        padding-bottom: 9rem;
    }
}

.ifx-row-directors {
    background-color: #fafcfe;
}

.ifx-row-directors .directors__wrapper .directors__introduction {
    text-align: center;
}

.ifx-row-directors .directors__wrapper .director-single {
    margin-bottom: 9rem;
}

.ifx-row-directors .directors__wrapper .director-single img {
    height: 342px;
    -o-object-fit: cover;
    object-fit: cover;
}

.ifx-row-directors .directors__wrapper .director-single h4 {
    margin-top: 2.4rem;
}

.ifx-row-directors .directors__wrapper .directors-row .col-12 > a {
    transition: all 0.5s;
}

.ifx-row-directors .directors__wrapper .directors-row .col-12 > a img {
    transition: all 0.5s;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
}

.ifx-row-directors .directors__wrapper .directors-row .col-12 > a:hover {
    text-decoration: none;
    transition: all 0.5s;
}

.ifx-row-directors .directors__wrapper .directors-row .col-12 > a:hover img {
    transition: all 0.5s;
    -webkit-box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.1), 0 18px 18px 0 rgba(51, 91, 130, 0.12);
    box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.1), 0 18px 18px 0 rgba(51, 91, 130, 0.12);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.ifx-row-directors .directors__wrapper .directors-row .glide__slides .glide__slide {
    padding: 0 2.5rem;
}

.ifx-row-directors .directors__wrapper .directors-row .glide__slides .glide__slide .director-single {
    position: relative;
}

.ifx-row-directors .directors__wrapper .directors-row .glide__slides .glide__slide .director-single .glide__arrows {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    padding-top: 2rem;
}

.ifx-row-directors .directors__wrapper .directors-row .glide__slides .glide__slide .director-single .glide__arrows button {
    position: relative;
    min-width: auto;
    background-color: #ffffff;
    -webkit-box-shadow: 0 24px 30px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
    box-shadow: 0 24px 30px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
    border-radius: 50%;
    left: auto;
    right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    width: 40px;
    height: 40px;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    margin-right: 2rem;
}

.ifx-row-directors .directors__wrapper .directors-row .glide__slides .glide__slide .director-single .glide__arrows button:last-child {
    margin-right: 0;
}

.ifx-row-directors .directors__wrapper .directors-row .glide__slides .glide__slide .director-single .glide__arrows button img {
    width: 18px;
    height: 18px;
}

.ifx-row-directors .directors__wrapper .directors-row .glide__slides .glide__slide .director-single .glide__arrows button.glide__arrow--left img {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.ifx-row-directors .directors__wrapper .directors-row .glide__slides .glide__slide .director-single .glide__arrows button.glide__arrow--right img {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.ifx-row-directors .directors__wrapper .directors-row .glide__slides .glide__slide .director-single img {
    height: 24.8rem;
}

.ifx-row-directors .directors__wrapper .directors-row .glide__slides .glide__slide .director-single h4 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 0.82;
    margin-top: 3rem;
    width: 70%;
}

.ifx-row-directors .directors__wrapper .directors-row .glide__slides .glide__slide .director-single h6 {
    line-height: 1.5;
}

@media (max-width: 991px) {
    .ifx-row-directors .directors__wrapper .director-single {
        margin-bottom: 4rem;
    }

    .ifx-row-directors .directors__wrapper .director-single h4 {
        font-size: 2.2rem;
        line-height: 1.8rem;
        letter-spacing: 0;
        margin-bottom: 1.2rem;
    }
}

.ifx-row-key_features .key-features__wrapper {
    border-radius: 1rem;
    -webkit-box-shadow: 0 24px 30px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
    box-shadow: 0 24px 30px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
    background-color: #ffffff;
    padding: 6rem 1.6rem 3rem;
}

.ifx-row-key_features .key-features__wrapper .feature-single {
    text-align: center;
    margin-bottom: 3rem;
}

.ifx-row-key_features .key-features__wrapper .feature-single h6 {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .ifx-row-key_features .key-features__wrapper {
        padding: 3rem 1.6rem 3rem;
    }

    .ifx-row-key_features .key-features__wrapper .feature-single {
        margin-bottom: 0;
    }
}

.ifx-row-hero_video_background {
    height: 100vh;
}

.ifx-row-hero_video_background #myVideo {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ifx-row-hero_video_background .ifx-row-wrapper {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.ifx-row-hero_video_background .ifx-row-wrapper .hero-video-background__wrapper .hero-video-background__introduction h1 {
    margin-bottom: 1.5rem;
}

.ifx-row-hero_video_background .ifx-row-wrapper .hero-video-background__wrapper .hero-video-background__introduction button {
    font-size: 1.6rem;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    text-align: left;
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ifx-row-hero_video_background .ifx-row-wrapper .hero-video-background__wrapper .hero-video-background__introduction button span {
    margin-left: 1rem;
    display: inline-block;
    border-radius: 50%;
    border: 0.2rem solid white;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ifx-row-hero_video_background .ifx-row-wrapper .hero-video-background__wrapper .hero-video-background__introduction button span i {
    font-size: 1.2rem;
    position: relative;
    left: 1px;
}

.modal.modal__video-background .modal-header {
    padding: 0;
    display: block;
    background-color: transparent;
    border: none;
}

.modal.modal__video-background .modal-header button {
    padding: 0;
    margin: 0;
    margin-bottom: 0.6rem;
    text-align: right;
    color: #ffffff;
    opacity: 1;
}

.modal.modal__video-background .modal-header button i {
    font-size: 1.6rem;
}

.modal.modal__video-background .modal-header button:hover {
    background-color: transparent;
    border: none;
}

.modal.modal__video-background .modal-content {
    border: none;
    background-color: transparent;
}

.modal.modal__video-background .modal-content .modal-body {
    padding: 0;
}

.modal.modal__video-background .modal-content .modal-body .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.modal.modal__video-background .modal-content .modal-body .embed-container iframe,
.modal.modal__video-background .modal-content .modal-body .embed-container object,
.modal.modal__video-background .modal-content .modal-body .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .ifx-row-hero_video_background .ifx-row-wrapper .hero-video-background__wrapper .hero-video-background__introduction {
        text-align: center;
    }

    .ifx-row-hero_video_background .ifx-row-wrapper .hero-video-background__wrapper .hero-video-background__introduction h1 {
        margin-bottom: 4rem;
    }

    .ifx-row-hero_video_background .ifx-row-wrapper .hero-video-background__wrapper .hero-video-background__introduction button {
        margin-left: auto;
        margin-right: auto;
    }

    .ifx-row-hero_video_background .ifx-row-wrapper .hero-video-background__wrapper .hero-video-background__introduction button span {
        width: 38px;
        height: 38px;
    }

    .ifx-row-hero_video_background .ifx-row-wrapper .hero-video-background__wrapper .hero-video-background__introduction button span i {
        font-size: 1.4rem;
    }

    .modal.modal__video-background .modal-dialog {
        max-width: 700px;
    }
}

@media (min-width: 992px) {
    .modal.modal__video-background .modal-dialog {
        max-width: 90%;
    }
}

.ifx-row-testimonial {
    background-color: #f8fafe;
}

.ifx-row-testimonial .testimonial__wrapper .testimonial {
    background-color: #f8fafe;
}

.ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_2 {
    background-color: initial;
}

.ifx-row-testimonial .testimonial__wrapper .testimonial .testimonial__content {
    margin-top: 3rem;
}

.ifx-row-testimonial .testimonial__wrapper .testimonial .testimonial__content hr {
    margin: 2.5rem 0;
    border-top-color: #d9dcde;
}

.ifx-row-testimonial .testimonial__wrapper .testimonial .testimonial__content h2 {
    margin-bottom: 0;
}

.ifx-row-testimonial .testimonial__wrapper .testimonial .testimonial__content h5 {
    line-height: 2.8rem;
}

.ifx-row-testimonial .testimonial__wrapper .testimonial .testimonial__content .subheading {
    margin-bottom: 0;
    margin-top: 1.5rem;
}

.ifx-row-testimonial .testimonial__wrapper .testimonial .testimonial__image {
    margin-bottom: 3rem;
}

.ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_1 {
    background-color: inherit;
}

.ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_1 .testimonial__content {
    margin-top: 0;
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_1 .testimonial__content h5 {
    color: var(--dark-blue);
}

.ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_1 .testimonial__content .testimonial__content__inner {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 3rem;
}

.ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_1 .testimonial__content .testimonial__content__image {
    width: 100%;
    margin-right: -0;
}

.ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_1 .testimonial__content .testimonial__content__image:before {
    padding-top: 79.06%;
}

@media (min-width: 768px) {
    .ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_3 .testimonial__content, .ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_4 .testimonial__content {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_3 .testimonial__content, .ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_4 .testimonial__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_3 .testimonial__image img, .ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_4 .testimonial__image img {
    width: 100%;
}

@media (min-width: 768px) {
    .ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_4 .testimonial__image img {
        height: 100%;
        object-fit: cover;
    }
}

.ifx-row-testimonial .testimonial__wrapper .testimonial .testimonial__cta {
    background-color: #fafcfe;
    margin-top: 3rem;
}

.ifx-row-testimonial .testimonial__wrapper .testimonial .testimonial__cta h4 {
    margin-bottom: 2rem;
    font-size: 2.2rem;
}

.ifx-row-testimonial .testimonial__wrapper .testimonial .testimonial__cta a {
    margin-right: 0;
}

.ifx-row-testimonial .statistics-container {
    background-color: var(--dark-blue);
}

.ifx-row-testimonial .statistics-container .testimonial-statistics {
    padding: 3rem 0;
}

.ifx-row-testimonial .statistics-container .testimonial-statistics .col-12 .statistics__single {
    margin-bottom: 2.5rem;
}

.ifx-row-testimonial .statistics-container .testimonial-statistics .col-12 .statistics__single h2 {
    color: #4a90e2;
}

.ifx-row-testimonial .statistics-container .testimonial-statistics .col-12 .statistics__single h6 {
    color: #ffffff;
}

.ifx-row-testimonial .statistics-container .testimonial-statistics .col-12:last-child .statistics__single {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .ifx-row-testimonial {
        background-color: initial;
    }

    .ifx-row-testimonial .testimonial__wrapper .testimonial {
        box-shadow: 0 24px 30px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
        border-radius: 0.8rem;
    }

    .ifx-row-testimonial .testimonial__wrapper .testimonial .testimonial__content {
        padding: 4.4rem 6rem;
    }

    .ifx-row-testimonial .testimonial__wrapper .testimonial .testimonial__content hr {
        border-top-color: #f7f8f8;
    }

    .ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_1 > * {
        width: 50%;
    }

    .ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_4 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_4 > * {
        width: 50%;
    }

    .ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_3 > * {
        width: 50%;
    }

    .ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_3 .testimonial__image img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .ifx-row-testimonial .testimonial__wrapper .testimonial .testimonial__image {
        margin-bottom: 0;
    }

    .ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_4 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_4 .testimonial__image {
        text-align: right;
    }

    .ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_2 {
        width: 83.33%;
        margin: auto;
        text-align: center;
        border-radius: 0;
    }

    .ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_2 .testimonial__content {
        padding: 4.4rem 7rem;
    }

    .ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_2 .testimonial__content hr {
        margin: 1.5rem 0;
    }

    .ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_2 .testimonial__content h5 {
        color: var(--dark-blue);
    }

    .ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_2 .testimonial__content .subheading {
        margin-top: 3.5rem;
    }

    .ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_1 {
        box-shadow: none;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_1 .testimonial__content {
        box-shadow: 0 24px 30px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
        width: 91.66%;
        padding: 6rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_1 .testimonial__content .testimonial__content__image {
        width: 50%;
        margin-right: -23%;
    }

    .ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_1 .testimonial__content .testimonial__content__inner {
        padding-top: 0;
        padding-right: 4rem;
    }

    .ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_1 .testimonial__cta {
        margin-top: 0;
        width: 91.66%;
        -webkit-box-shadow: 0 24px 30px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
        box-shadow: 0 24px 30px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
        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;
        padding: 3rem 6rem;
    }

    .ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_1 .testimonial__cta h4 {
        margin-bottom: 0;
        margin-right: 2rem;
    }

    .ifx-row-testimonial .statistics-container .testimonial-statistics {
        padding: 3rem 0;
        width: 83.33%;
        margin: auto;
        text-align: center;
    }

    .ifx-row-testimonial .statistics-container .testimonial-statistics .col-12 .statistics__single {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .ifx-row-testimonial .testimonial__wrapper .testimonial .testimonial__content {
        margin-top: 0;
    }

    .ifx-row-testimonial .testimonial__wrapper .testimonial .testimonial__content h5 {
        font-size: 2.8rem;
        font-weight: 300;
        line-height: 3.8rem;
        letter-spacing: -0.1rem;
    }

    .ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_2 {
        position: absolute;
        bottom: -15.6rem;
        background-color: white;
        left: 0;
        right: 0;
    }

    .ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_3 .testimonial__content {
        padding: 4.4rem 5rem 4.4rem 5rem;
    }

    .ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_4 .testimonial__content {
        padding: 4.4rem 5rem 4.4rem 5rem;
    }

    .ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_1 .testimonial__content .testimonial__content__image {
        width: 50%;
        margin-right: -18%;
    }

    .ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_1 .testimonial__cta h4 {
        font-size: 2.8rem;
        line-height: 4.8rem;
        letter-spacing: -0.1rem;
    }

    .ifx-row-testimonial .statistics-container {
        min-height: 500px;
    }

    .ifx-row-testimonial .statistics-container .testimonial-statistics {
        padding: 6rem 0;
    }

    .ifx-row-testimonial .statistics-container .testimonial-statistics .statistics__single h2 {
        font-size: 7.2rem;
        font-weight: 300;
        line-height: 7.8rem;
        letter-spacing: -0.18rem;
    }
}

@media (min-width: 1200px) {
    .ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_1 .testimonial__content {
        padding: 8rem 6rem;
    }

    .ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_1 .testimonial__content .testimonial__content__image {
        width: 60%;
        margin-right: -17%;
    }

    .ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_3 .testimonial__content {
        padding: 4.4rem 5rem 4.4rem 6.5rem;
    }
}

@media (min-width: 1440px) {
    .ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_1 .testimonial__content .testimonial__content__image {
        width: 688px;
        margin-right: -15%;
    }

    .ifx-row-testimonial .testimonial__wrapper .testimonial.testimonial-type_4 .testimonial__content {
        padding: 4.4rem 6.5rem 4.4rem 6.5rem;
    }
}

.ifx-row-cta_card .cta-card__wrapper {
    background: #ffffff;
    border-radius: 16px;
    padding: 64px;
    box-shadow: 0px 24px 78px 0px rgba(51, 91, 130, 0.12);
}

.ifx-row-cta_card .cta-card__wrapper .cta-card__content {
    text-align: center;
}

.ifx-row-cta_card .cta-card__wrapper .cta-card__content h2 {
    margin-bottom: 3rem;
}


.ifx-row-cta_card .cta-card__wrapper .cta-card__content a {
    min-width: 100%;
    margin-right: 0;
    margin-top: 7.5rem;
}

.ifx-row-cta_card .cta-card__wrapper .cta-card__content.dark h5 {
    color: #69757d;
}

.ifx-row-cta_card .cta-card__wrapper .cta-card__content.light .caps {
    color: #b4babe;
}

.ifx-row-cta_card .cta-card__wrapper .cta-card__content.light h2 {
    color: #ffffff;
}

.ifx-row-cta_card .cta-card__wrapper .cta-card__content.light h5 {
    color: #ffffff;
}

.ifx-row-cta_card .cta-card__wrapper.image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ifx-row-cta_card .cta-card__wrapper.video .row {
    position: relative;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
}

.ifx-row-cta_card .cta-card__wrapper.video .row video {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0.8rem;
}

.ifx-row-cta_card .cta-card__wrapper.video .row .cta-card__content {
    padding: 3rem 0 1.6rem;
}

@media (min-width: 768px) {
    .ifx-row-cta_card .cta-card__wrapper .cta-card__content a {
        min-width: 158px;
        margin-top: 3.5rem;
    }

    .ifx-row-cta_card .cta-card__wrapper.video .row .cta-card__content {
        padding: 3rem 0;
    }
}


.ifx-row-globe_animation {
    background-image: linear-gradient(6deg, #fdfdfd 21%, #ebf1fa 104%, #ebf1fa 105%);
}

.ifx-row-globe_animation .container {
    padding: 0;
}

.ifx-row-globe_animation .container .globe-animation__wrapper .globe-animation__introduction {
    text-align: center;
    padding: 0 2.5rem;
}

@media (min-width: 768px) {
    .ifx-row-globe_animation .container .globe-animation__wrapper .globe-animation__introduction {
        padding: 0;
    }
}

.ifx-row-globe_animation .container .globe-animation__wrapper .globe-animation__introduction h5 {
    color: #69757d;
}

.ifx-row-globe_animation .container .globe-animation__wrapper .globe-animation__media video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ifx-row-globe_animation .container .row {
    margin-left: 0;
    margin-right: 0;
}

.ifx-row-globe_animation .container .row [class^="col-"] {
    padding: 0;
}

@media (min-width: 768px) {
    .ifx-row-globe_animation .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .ifx-row-globe_animation .container .row {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .ifx-row-globe_animation .container .row [class^="col-"] {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.ifx-row-text_features .container .text-features__wrapper .feature__wrapper {
    margin-top: 2rem;
}

.ifx-row-text_features .container .text-features__wrapper .feature__wrapper .feature__single {
    margin-bottom: 2rem;
}

.ifx-row-text_features .container .text-features__wrapper .feature__wrapper .feature__single .feature__single__image {
    margin-right: 4.9rem;
    margin-bottom: 1.2rem;
}

.ifx-row-text_features .container .text-features__wrapper .feature__wrapper .feature__single .feature__single__image img {
    min-width: 50px;
}

.ifx-row-text_features .container .text-features__wrapper .feature__wrapper.width_column_2 h4 {
    color: #4a90e2;
}

.ifx-row-text_features .container .text-features__wrapper .text-feature__box .text-feature__content {
    margin-top: 2.4rem;
}

.ifx-row-text_features .container .text-features__wrapper .text-feature__box .text-feature__content hr {
    border-top: 1px solid #f7f8f8;
}

.ifx-row-text_features .container .text-features__wrapper .text-feature__box .text-feature__image {
    height: 100%;
    background-size: cover;
    background-position: center;
    min-height: 248px;
}

.ifx-row-text_features .container .text-features__wrapper h4 {
    font-size: 2.8rem;
    line-height: 3.8rem;
    letter-spacing: -0.1rem;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .ifx-row-text_features .container .text-features__wrapper .feature__wrapper.width_column_2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .ifx-row-text_features .container .text-features__wrapper .feature__wrapper.width_column_2 .feature__single {
        width: 50%;
    }

    .ifx-row-text_features .container .text-features__wrapper .feature__wrapper.width_column_2 .feature__single .feature__single__content {
        margin-right: 3rem;
    }

    .ifx-row-text_features .container .text-features__wrapper .text-feature__box {
        -webkit-box-shadow: 0 24px 30px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
        box-shadow: 0 24px 30px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
        background-color: #ffffff;
        border-radius: 0.8rem;
        margin-top: 3rem;
    }

    .ifx-row-text_features .container .text-features__wrapper .text-feature__box .text-feature__content {
        margin: 2.4rem 0 2.4rem 4rem;
    }

    .ifx-row-text_features .container .text-features__wrapper .text-feature__box .text-feature__image {
        border-radius: 0 0.8rem 0.8rem 0;
    }
}

@media (min-width: 992px) {
    .ifx-row-text_features .container .text-features__wrapper .feature__wrapper {
        margin-top: 0;
    }

    .ifx-row-text_features .container .text-features__wrapper .text-feature__box .text-feature__content {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .ifx-row-text_features .container .text-features__wrapper .text-feature__box .text-feature__content hr {
        margin: 2rem 0;
    }
}

.ifx-row-dark {
    position: relative;
}

.ifx-row-dark .container {
    padding-left: 0;
    padding-right: 0;
}

.ifx-row-dark .container .dark__wrapper .row {
    margin-right: 0;
    margin-left: 0;
}

.ifx-row-dark .container .dark__wrapper .row [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.ifx-row-dark .container .dark__wrapper .row [class^="col-"] .dark__text-col,
.ifx-row-dark .container .dark__wrapper .row [class^="col-"] .dark__features-col {
    padding: 0 25px;
}

.ifx-row-dark .container .dark__wrapper .row [class^="col-"] .dark__text-col {
    background-color: var(--dark-blue);
    text-align: center;
    padding-top: 3.2rem;
    padding-bottom: 4rem;
}

.ifx-row-dark .container .dark__wrapper .row [class^="col-"] .dark__text-col h2 {
    color: #ffffff;
    margin: 0;
}

.ifx-row-dark .container .dark__wrapper .row [class^="col-"] .dark__features-col .dark__features-col__single {
    padding: 1.5rem 0;
}

.ifx-row-dark .container .dark__wrapper .row [class^="col-"] .dark__features-col .dark__features-col__single h4 {
    color: #4a90e2;
    font-size: 2.8rem;
    line-height: 3.8rem;
    letter-spacing: -0.1rem;
}

.ifx-row-dark .container .dark__wrapper .row [class^="col-"] .dark__features-col .dark__features-col__single:first-child {
    padding-top: 0;
}

.ifx-row-dark .dark-wrapper-middle {
    display: none;
}

@media (min-width: 768px) {
    .ifx-row-dark .ifx-row-wrapper .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .ifx-row-dark .ifx-row-wrapper .container .dark__wrapper .row {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .ifx-row-dark .ifx-row-wrapper .container .dark__wrapper .row [class^="col-"] {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 992px) {
    .ifx-row-dark .ifx-row-wrapper {
        background-size: cover;
        padding: 0 !important;
    }

    .ifx-row-dark .ifx-row-wrapper .container .dark__wrapper .row [class^="col-"] .dark__text-col {
        background-color: transparent;
        text-align: left;
        padding: 0 0 0 1.7rem;
    }

    .ifx-row-dark .ifx-row-wrapper .container .dark__wrapper .row [class^="col-"] .dark__text-col .caps {
        color: #b4babe;
    }

    .ifx-row-dark .ifx-row-wrapper.dark-wrapper-top {
        background-image: url("../img/row-dark/top-part.svg");
        background-position: center top;
    }

    .ifx-row-dark .ifx-row-wrapper.dark-wrapper-top .container .dark__wrapper .row [class^="col-"] {
        min-height: 527px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .ifx-row-dark .ifx-row-wrapper.dark-wrapper-top .container .dark__wrapper .row [class^="col-"] .dark__text-col {
        border-left: 0.3rem solid #4a90e2;
        min-height: 340px;
    }

    .ifx-row-dark .ifx-row-wrapper.dark-wrapper-bottom {
        background-image: url("../img/row-dark/bottom-part-2.svg");
        background-position: center bottom;
    }

    .ifx-row-dark .ifx-row-wrapper.dark-wrapper-bottom .container .dark__wrapper .row [class^="col-"] {
        min-height: 430px;
    }

    .ifx-row-dark .ifx-row-wrapper.dark-wrapper-bottom .container .dark__wrapper .row [class^="col-"] .dark__text-col {
        border-left: 0.3rem solid rgba(140, 146, 150, 0.26);
        min-height: 340px;
    }

    .ifx-row-dark .ifx-row-wrapper.dark-wrapper-bottom .container .dark__wrapper .row [class^="col-"] .dark__text-col h4 {
        color: #ffffff;
        padding-top: 3rem;
    }

    .ifx-row-dark .ifx-row-wrapper.dark-wrapper-bottom .container .dark__wrapper .row [class^="col-"] .dark__text-col .caps {
        margin-bottom: 0;
    }

    .ifx-row-dark .ifx-row-wrapper.dark-wrapper-bottom .container .dark__wrapper .row [class^="col-"] .dark__features-col {
        padding: 0;
        min-height: 340px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 3rem;
    }

    .ifx-row-dark .ifx-row-wrapper.dark-wrapper-bottom .container .dark__wrapper .row [class^="col-"] .dark__features-col .dark__features-col__single:last-child {
        padding-bottom: 0;
    }

    .ifx-row-dark .ifx-row-wrapper.dark-wrapper-middle {
        display: block;
        position: relative;
    }

    .ifx-row-dark .ifx-row-wrapper.dark-wrapper-middle .dark-wrapper-middle__inner {
        width: 225px;
        height: 240px;
        background-color: #4a90e2;
        position: absolute;
        bottom: -12rem;
        border-radius: 0.8rem;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -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;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        padding: 1.5rem;
    }

    .ifx-row-dark .ifx-row-wrapper.dark-wrapper-middle .dark-wrapper-middle__inner .caps {
        color: #ffffff;
        margin: 0;
    }
}

@media (min-width: 1440px) {
    .ifx-row-dark .ifx-row-wrapper .container .dark__wrapper .row [class^="col-"] .dark__features-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .ifx-row-dark .ifx-row-wrapper .container .dark__wrapper .row [class^="col-"] .dark__features-col .dark__features-col__single {
        padding: 0;
    }

    .ifx-row-dark .ifx-row-wrapper .container .dark__wrapper .row [class^="col-"] .dark__features-col .dark__features-col__single h4,
    .ifx-row-dark .ifx-row-wrapper .container .dark__wrapper .row [class^="col-"] .dark__features-col .dark__features-col__single h6 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .ifx-row-dark .ifx-row-wrapper .container .dark__wrapper .row [class^="col-"] .dark__features-col .dark__features-col__single h4 {
        border-left: 0.2rem solid #d9dcde;
        line-height: 1;
        margin-bottom: 2rem;
    }

    .ifx-row-dark .ifx-row-wrapper .container .dark__wrapper .row [class^="col-"] .dark__text-col {
        padding-left: 1.7rem;
    }

    .ifx-row-dark .ifx-row-wrapper.dark-wrapper-bottom .container .dark__wrapper .row [class^="col-"] .dark__text-col h4 {
        padding-top: 5rem;
        margin-bottom: 2rem;
    }

    .ifx-row-dark .ifx-row-wrapper.dark-wrapper-bottom .container .dark__wrapper .row [class^="col-"] .dark__features-col {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.ifx-row-exchange_rates .exchange-rates__wrapper .exchange-rates__introduction {
    margin-top: 11rem;
    text-align: center;
}

.ifx-row-exchange_rates .exchange-rates__wrapper .exchange-rates__introduction h1 {
    margin-bottom: 4.5rem;
}

.ifx-row-exchange_rates .exchange-rates__wrapper #exchangeRatesComponent table.ratesTable {
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
    box-shadow: 0 1px 1px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
    border-radius: 0.4rem;
}

.ifx-row-exchange_rates .exchange-rates__wrapper #exchangeRatesComponent table.ratesTable tr {
    border-top: 1px solid #f7f8f8;
}

.ifx-row-exchange_rates .exchange-rates__wrapper #exchangeRatesComponent table.ratesTable tr td {
    padding: 1rem 0;
    color: var(--dark-blue);
    position: relative;
}

.ifx-row-exchange_rates .exchange-rates__wrapper #exchangeRatesComponent table.ratesTable tr td:first-child {
    padding-left: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ifx-row-exchange_rates .exchange-rates__wrapper #exchangeRatesComponent table.ratesTable tr td .currency-flag {
    width: 18px;
    height: 18px;
    background-position: center;
    border-radius: 50%;
    background-size: cover;
}

.ifx-row-exchange_rates .exchange-rates__wrapper #exchangeRatesComponent table.ratesTable tr td .currency-flag:first-child {
    margin-right: 0.5rem;
}

.ifx-row-exchange_rates .exchange-rates__wrapper #exchangeRatesComponent table.ratesTable tr td .currency-flag:nth-child(2) {
    margin-right: 0.5rem;
    margin-left: 1rem;
}

.ifx-row-exchange_rates .exchange-rates__wrapper #exchangeRatesComponent table.ratesTable tr td:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: auto;
    bottom: auto;
    left: -1rem;
}

.ifx-row-exchange_rates .exchange-rates__wrapper #exchangeRatesComponent table.ratesTable tr td.down {
    color: #dc3b42;
}

.ifx-row-exchange_rates .exchange-rates__wrapper #exchangeRatesComponent table.ratesTable tr td.down:before {
    content: "\f0d7";
}

.ifx-row-exchange_rates .exchange-rates__wrapper #exchangeRatesComponent table.ratesTable tr td.up {
    color: #00e2af;
}

.ifx-row-exchange_rates .exchange-rates__wrapper #exchangeRatesComponent table.ratesTable tr td.up:before {
    content: "\f0d8";
}

.ifx-row-exchange_rates .exchange-rates__wrapper #exchangeRatesComponent table.ratesTable tr td.high, .ifx-row-exchange_rates .exchange-rates__wrapper #exchangeRatesComponent table.ratesTable tr td.low, .ifx-row-exchange_rates .exchange-rates__wrapper #exchangeRatesComponent table.ratesTable tr td.open, .ifx-row-exchange_rates .exchange-rates__wrapper #exchangeRatesComponent table.ratesTable tr td.time {
    display: none;
}

.ifx-row-exchange_rates .exchange-rates__wrapper #exchangeRatesComponent table.ratesTable tr td.percentage span {
    display: inline-block;
    width: 4rem;
    text-align: right;
}

.ifx-row-exchange_rates .exchange-rates__wrapper #exchangeRatesComponent table thead tr th {
    font-size: 1.6rem;
    padding: 1rem 0;
    color: var(--dark-blue);
}

.ifx-row-exchange_rates .exchange-rates__wrapper #exchangeRatesComponent table thead tr th:first-child {
    padding-left: 1.5rem;
}

.ifx-row-exchange_rates .exchange-rates__wrapper #exchangeRatesComponent table thead tr th#high, .ifx-row-exchange_rates .exchange-rates__wrapper #exchangeRatesComponent table thead tr th#low, .ifx-row-exchange_rates .exchange-rates__wrapper #exchangeRatesComponent table thead tr th#open, .ifx-row-exchange_rates .exchange-rates__wrapper #exchangeRatesComponent table thead tr th#time {
    display: none;
}

.ifx-row-exchange_rates .exchange-rates__wrapper .exchange-rates__toc {
    margin-top: 3rem;
}

.ifx-row-exchange_rates .exchange-rates__wrapper .exchange-rates__toc p {
    font-size: 1.4rem;
    line-height: 2.2rem;
}

@media (min-width: 768px) {
    .ifx-row-exchange_rates .exchange-rates__wrapper #exchangeRatesComponent table.ratesTable tr td {
        padding: 2.3rem 0;
        width: 139px;
    }

    .ifx-row-exchange_rates .exchange-rates__wrapper #exchangeRatesComponent table.ratesTable tr td:first-child {
        padding-left: 3rem;
        width: 258px;
    }

    .ifx-row-exchange_rates .exchange-rates__wrapper #exchangeRatesComponent table.ratesTable tr td .currency-flag {
        width: 26px;
        height: 26px;
    }

    .ifx-row-exchange_rates .exchange-rates__wrapper #exchangeRatesComponent table.ratesTable tr td .currency-flag:first-child {
        margin-right: 1rem;
    }

    .ifx-row-exchange_rates .exchange-rates__wrapper #exchangeRatesComponent table.ratesTable tr td .currency-flag:nth-child(2) {
        margin-right: 1rem;
        margin-left: 2rem;
    }

    .ifx-row-exchange_rates .exchange-rates__wrapper #exchangeRatesComponent table.ratesTable tr td:before {
        left: -1.8rem;
    }

    .ifx-row-exchange_rates .exchange-rates__wrapper #exchangeRatesComponent table.ratesTable tr td.high, .ifx-row-exchange_rates .exchange-rates__wrapper #exchangeRatesComponent table.ratesTable tr td.low, .ifx-row-exchange_rates .exchange-rates__wrapper #exchangeRatesComponent table.ratesTable tr td.time {
        display: table-cell;
    }

    .ifx-row-exchange_rates .exchange-rates__wrapper #exchangeRatesComponent table thead tr th {
        font-size: 1.8rem;
        padding: 2.3rem 0;
    }

    .ifx-row-exchange_rates .exchange-rates__wrapper #exchangeRatesComponent table thead tr th:first-child {
        padding-left: 3rem;
    }

    .ifx-row-exchange_rates .exchange-rates__wrapper #exchangeRatesComponent table thead tr th#high, .ifx-row-exchange_rates .exchange-rates__wrapper #exchangeRatesComponent table thead tr th#low, .ifx-row-exchange_rates .exchange-rates__wrapper #exchangeRatesComponent table thead tr th#time {
        display: table-cell;
    }
}

@media (min-width: 992px) {
    .ifx-row-exchange_rates .exchange-rates__wrapper #exchangeRatesComponent table.ratesTable tr td.open {
        display: table-cell;
    }

    .ifx-row-exchange_rates .exchange-rates__wrapper #exchangeRatesComponent table thead tr th#open {
        display: table-cell;
    }
}

.page-container {
    position: relative;
    z-index: 2;
    padding: 4.5rem 0 0;
}

/*.page-container .page-headline {
    padding-top: 6rem;
    padding-bottom: 3rem;
}*/

.page-container .page-headline .caps {
    margin-top: 1.5rem;
}

.page-container .page-headline .ifx-social-share {
    margin-top: 2rem;
}

.page-container .page-headline .ifx-social-share a {
    margin-right: 1.2rem;
    display: inline-block;
}

.page-container .page-headline .ifx-social-share a i {
    color: #69757d;
    font-size: 2.1rem;
    opacity: 0.68;
}

.page-container .page-contents {
    padding-bottom: 5.3rem;
}

.page-container .page-contents .page-contents__inner h4 {
    /*font-size: 2.2rem;*/
/*    line-height: 4.8rem;
    letter-spacing: -0.1rem;
    margin: 4rem 0 2rem;*/
}

.page-container .page-contents .page-contents__inner h4:first-child {
    margin-top: 0;
}

.page-container .page-contents .page-contents__inner p {
    margin-bottom: 2rem;
}

.page-container .page-contents .page-contents__inner ul {
    margin-bottom: 2.5rem;
}

/*.page-container .page-contents .page-contents__inner ul li {
    font-size: 1.6rem;
}*/

.page-container .page-contents .page-contents__inner .button-wrap a.button.button-career {
    width: 100%;
    margin-right: 0;
    margin-top: 2.8rem;
}

@media (min-width: 768px) {



    .page-container .page-headline {
        text-align: center;
    }

    .page-container .page-headline h5 {
        margin-top: 1.5rem;
        margin-bottom: 0;
    }

    .page-container .page-contents .page-contents__inner {
        -webkit-box-shadow: 0 24px 30px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
        box-shadow: 0 24px 30px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
        background-color: #ffffff;
        border-radius: 0.8rem;
        border: 0.8rem solid #ffffff;
    }

    .page-container .page-contents .page-contents__inner .page-contents__inner__text {
        padding: 2.45rem 3.2rem;
    }

    .page-container .page-contents .page-contents__inner .button-wrap {
        background-color: #fafcfe;
        padding: 1.7rem;
        text-align: center;
    }

    .page-container .page-contents .page-contents__inner .button-wrap a.button.button-career {
        max-width: 208px;
        margin-top: 0;
    }

    .page-container.template-form .page-contents .page-contents__inner {
        border: none;
        box-shadow: none;
        background-color: transparent;
    }

    .page-container.template-form .page-contents .page-contents__inner .form__wrapper {
        width: 80%;
        margin: auto;
    }

    .page-container.template-form .page-contents .page-contents__inner .form__wrapper .form__single {
        background-color: #ffffff;
        border-radius: 1rem;
    }
}

@media (min-width: 992px) {
    /*.page-container {
        padding: 6rem 0 0;
    }/*

    .page-container .page-headline {
        padding-top: 18rem;
        padding-bottom: 5rem;
    }

    .page-container .page-headline .caps {
        margin-top: 2.5rem;
    }

    .page-container .page-headline .ifx-social-share {
        margin-top: 3rem;
    }

    .page-container .page-headline h5 {
        margin-top: 3.5rem;
    }

    .page-container .page-contents {
        padding-bottom: 10.2rem;
    }

    .page-container .page-contents .page-contents__inner .page-contents__inner__text {
        padding: 8.5rem 12rem;
    }

    /*.page-container .page-contents .page-contents__inner ul li {
        font-size: 1.8rem;
    }*/

    .page-container.template-form .page-headline {
        padding-top: 11rem;
    }

    .page-container.template-form .page-headline h1 {
        font-size: 4.6rem;
        line-height: 6.2rem;
        letter-spacing: -0.12rem;
    }

    .page-container.template-form .page-headline .caps {
        margin-top: 2rem;
    }

    .page-container.template-form .page-contents .page-contents__inner .form__wrapper {
        width: 50%;
    }
}

.ifx-row-news {
    padding-bottom: 3rem;
}

.ifx-row-news .news__introduction {
    margin-top: 4rem;
}

.ifx-row-news .news__introduction h1 {
    margin-bottom: 1.5rem;
}

.ifx-row-news .news-single {
    margin-bottom: 3rem;
}

.ifx-row-news .news-single a {
    transition: all 0.5s;
}

.ifx-row-news .news-single a .ratio {
    transition: all 0.5s;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
}

.ifx-row-news .news-single a:hover {
    transition: all 0.5s;
    text-decoration: none;
}

.ifx-row-news .news-single a:hover .ratio {
    transition: all 0.5s;
    -webkit-box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.1), 0 18px 18px 0 rgba(51, 91, 130, 0.12);
    box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.1), 0 18px 18px 0 rgba(51, 91, 130, 0.12);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.ifx-row-news .news-single .news-image .ratio {
    border-radius: 0.4rem;
}

.ifx-row-news .news-single .news-image .ratio.double:before {
    padding-top: 76.219%;
}

.ifx-row-news .news-single .news-image .ratio.single:before {
    padding-top: 76.219%;
}

.ifx-row-news .news-single .news-text {
    margin-top: 2rem;
}

.ifx-row-news .news-single .news-text h6 {
    display: none;
    margin-bottom: 0;
}

.ifx-row-news .news-single .news-text h4 {
    margin-top: 0;
    line-height: 3.8rem;
    margin-bottom: 2.8rem;
    font-size: 2.8rem;
    line-height: 3.8rem;
    letter-spacing: -0.1rem;
}

.ifx-row-news .news-single .news-text .caps {
    margin-bottom: 0;
}

.ifx-row-news .pagination-links {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ifx-row-news .pagination-links > * {
    margin: 0 0.3rem;
}

.ifx-row-news .pagination-links .navigation {
    margin: 0;
}

.ifx-row-news .pagination-links .navigation ul {
    margin: 0;
    padding: 0;
}

.ifx-row-news .pagination-links .navigation ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 1rem;
}

.ifx-row-news .pagination-links .navigation ul li:last-child {
    margin-right: 0;
}

@media (min-width: 768px) {
    .ifx-row-news .news__introduction {
        text-align: center;
        margin-bottom: 6rem;
    }

    .ifx-row-news .news-single .news-image .ratio.double:before {
        padding-top: 36.853%;
    }

    .ifx-row-news .news-single .news-image .ratio.single:before {
        padding-top: 76.339%;
    }

    .ifx-row-news .news-single .news-text h4 {
        margin-bottom: 1rem;
    }

    .ifx-row-news .news-single .news-text h6 {
        display: block;
    }
}

@media (min-width: 992px) {
    .ifx-row-news {
        padding-bottom: 7rem;
    }

    .ifx-row-news .news-single {
        margin-bottom: 5rem;
    }

    .ifx-row-news .news-single .news-text h4 {
        margin-bottom: 2rem;
        margin-top: 1rem;
    }
}

.ifx-row-market-report {
    padding-bottom: 3rem;
}

.ifx-row-market-report .news-market-report .market-report__title {
    margin-bottom: 3rem;
}

.ifx-row-market-report .news-market-report .market-report__title hr {
    border-top: solid 1px #f7f8f8;
}

.ifx-row-market-report .news-market-report .market-report__content h4 {
    margin-bottom: 1.5rem;
}

.ifx-row-market-report .news-market-report .market-report__content h5 p {
    margin-bottom: 2.5rem;
}

.ifx-row-market-report .news-market-report .market-report__content h5 p:last-child {
    margin-bottom: 0;
}

.ifx-row-market-report .news-market-report .market-report__button {
    text-align: center;
    margin-top: 3.5rem;
}

.ifx-row-market-report .news-market-report .market-report__button a {
    width: 100%;
    max-width: 448px;
    margin-right: 0;
    background-color: #fafcfe;
    color: #4a90e2;
    border-color: #fafcfe;
    -webkit-box-shadow: 0 4px 8px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
    box-shadow: 0 4px 8px 0 rgba(51, 91, 130, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
    font-weight: 700;
}

@media (min-width: 768px) {
    .ifx-row-market-report .news-market-report .market-report__content h5 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 3.4rem;
        -moz-column-gap: 3.4rem;
        column-gap: 3.4rem;
    }
}

@media (min-width: 992px) {
    .ifx-row-market-report {
        padding-bottom: 9.3rem;
    }

    .ifx-row-market-report .news-market-report .market-report__title .caps {
        margin-bottom: 1.4rem;
    }

    .ifx-row-market-report .news-market-report .market-report__title hr {
        margin-top: 1.8rem;
    }

    .ifx-row-market-report .news-market-report .market-report__button a {
        padding: 1.65rem 0;
        font-size: 1.8rem;
    }
}

.template-404 .template-404-wrap {
    padding: 3rem 0;
}

.template-404 .template-404-wrap .template-404__introduction {
    padding-top: 3rem;
}

@media (min-width: 992px) {
    .template-404 .template-404-wrap {
        padding: 7.5rem 0;
    }
}

@media (min-width: 1440px) {
    .template-404 .template-404__introduction h1 {
        width: 75%;
    }
}

/*# sourceMappingURL=ifx-2021.css.map */
