* {
    -webkit-transition: all 0.25s ease-in-out 0s !important;
    transition: all 0.25s ease-in-out 0s !important;
    -moz-transition: all 0.25s ease-in-out 0s !important;
    -ms-transition: all 0.25s ease-in-out 0s !important;
    -o-transition: all 0.25s ease-in-out 0s !important;
}


html {
    color: #76828c;
    font-family: 'OpenSauceSans-Medium', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    box-sizing: border-box;
    height: 100%;
}

body {
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility;
    background-color: #ecf1f2;
    font-family: 'OpenSauceSans-Medium', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    overflow-x: hidden;
    min-height:100%; 
}
body.post-type-post{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

@font-face {
    font-family: 'OpenSauceSans-Bold';
    src: url('../fonts/OpenSauceSans-Bold.eot');
    src: url('../fonts/OpenSauceSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSauceSans-Bold.woff2') format('woff2'), url('../fonts/OpenSauceSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'OpenSauceSans-ExtraBold';
    src: url('../fonts/OpenSauceSans-ExtraBold.eot');
    src: url('../fonts/OpenSauceSans-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSauceSans-ExtraBold.woff2') format('woff2'), url('../fonts/OpenSauceSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
}


@font-face {
    font-family: 'OpenSauceSans-Light';
    src: url('../fonts/OpenSauceSans-Light.eot');
    src: url('../fonts/OpenSauceSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSauceSans-Light.woff2') format('woff2'), url('../fonts/OpenSauceSans-Light.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'OpenSauceSans-Medium';
    src: url('../fonts/OpenSauceSans-Medium.eot');
    src: url('../fonts/OpenSauceSans-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSauceSans-Medium.woff2') format('woff2'), url('../fonts/OpenSauceSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'OpenSauceSans-SemiBold';
    src: url('../fonts/OpenSauceSans-SemiBold.eot');
    src: url('../fonts/OpenSauceSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSauceSans-SemiBold.woff2') format('woff2'), url('../fonts/OpenSauceSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}


p:not(:last-child),
li:not(:last-child) {
    margin: 0px;
    padding-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre {
    font-family: 'OpenSauceSans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    margin: 0;
}

h1 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    color: #001C48;
    font-family: 'OpenSauceSans-ExtraBold';
    font-weight: 800;
    line-height: 1.3;
    margin: 1.125rem 0; 
}
header h1{
    margin: 0;
}

h2 {
    font-weight: 700;
    font-size: 1.5625rem;
    line-height: 1.2;
    color:  #001C48;
    letter-spacing: 0;
}

h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color:  #001C48;
    line-height: 1.2;
}

h4 {
    font-size: 1.25rem;
    color:  #001C48;
    line-height: 1.2;
    font-weight: 700;
}

h5 {
    font-size: 1.125rem;
    color:  #001C48;
    line-height: 1.7;
    font-weight: 700;
}

h6 {
    color: #414042;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    font-weight: 700;
}

p {
    color: #414042;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
}

ul,
li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
}

.wp-block-kadence-column.margin-0,
figure {
    margin: 0;
}

.wp-block {
    /* default was 674px */
    max-width: 2000px;
    width: 100%;
}

.container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}



a {
    color: #001c48;
    text-decoration: none;
}
a:visited,
a:hover,
a:focus {
    color: #001c48;

}


/* ==========================================================================
    Base styles: opinionated defaults
    ========================================================================== */

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

input[type="text"] {
    border: 0;
    outline: none;
}





/* ==========================================================================
    Author's default styles
    ========================================================================== */

a:hover,
a:active,
a:focus,
a:active:focus,
.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus {
    text-decoration: none;
    outline: none;
    border: none;
}



blockquote::after {
    background-color: red;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    width: 125px;
}

blockquote {
    border-left: medium none;
    color: #fc5441;
    font-size: 1.75rem;
    line-height: 1.3;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 80%;
}

ul.list-style li {
    list-style: none;
}



.margin-center {
    margin-left: auto;
    margin-right: auto;
}

.text-center {
    text-align: center;
}

.navbar-toggle.collapsed .top-bar {
    margin-left: 0;
    margin-right: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    margin-left: 0;
    margin-right: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.icon-bar {
    width: 22px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.top-bar {
    margin-left: 3px;
    margin-right: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10% 0;
    transform-origin: 10% 10% 0;
}

.middle-bar {
    opacity: 0;
}

.bottom-bar {
    margin-left: 3px;
    margin-right: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90% 0;
    transform-origin: 10% 90% 0;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-shrink {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.full-width {
    width: 100%;
}

.entry-content {
    min-height: calc(100vh - 445px);
    margin-top: 68px !important;
}
.home .entry-content{
    margin-top: 0 !important;
}
.single-hero-section{
    margin-top: 120px !important;
}

/*coming-soon & 404 page*/

.coming-soon,
.not-found {
    height: calc(100vh - 341px);
    background-color: #eff8fa;
}

.coming-soon .content-coming-soon h1,
.not-found .header-pagenotfound h1 {
    color: #003766;
    font-weight: 700;
}

.coming-soon .content-coming-soon,
.not-found .container {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}

.coming-soon .page-header,
.not-found .not-found-info {
    text-align: center;
}

.wp-block-button {
    margin-bottom: 0;
}

.kt-gutter-default .wp-block-kadence-column {
    margin-right: 0;
}

.wp-block-image {
    margin-bottom: 0;
}

input[type="text"],
select[type="text"],
input[type="password"],
input[type="tel"],
input[type="date"],
input[type="email"]{
    letter-spacing: -0.01em;
    border: none;
    outline: none;
    margin: 0;
    padding: 10px 1.25rem;
    font-weight: 400;
    line-height: 1.2;
    display: block;
    color:  #001C48;
    background-color: transparent;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    font-size: 13px;
    background-color: rgba(255, 255, 255, 0.2);
}


/*Header*/

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.entry-title {
    display: none;
}

.header {
    right: 0;
    left: 0;
    top: 0;
    z-index: 99999;
    max-width: 1200px;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}



.site-header {
    padding: 3rem 0 1rem 0;
    background-color: #ffffff;
    left: 0;
    right: 0;
    z-index: 9999;
    position: fixed;
    top: 0;
    display: flex;
    max-width: 1600px;
    margin: 0 auto;
    margin-top: 54px;
}
.site-header .container{
    display: inline-block;
}
.page .site-header{
       padding: 1.25rem 5rem;
    background-color: #ffffff;

}
.single.single-post .site-header{
    padding: 1.25rem 5rem;
}
.single.single-post .site-header.header-overlay{
    padding: 1rem 0;
}
.home .site-header{
    padding: 1.25rem 5rem;
    background-color: transparent;
}
.page-id-414 .site-header{
    background-color: #ffffff;
}

.site-header.header-overlay {
    -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, .06), 0 0 5px rgba(0, 0, 0, .06);
    box-shadow: 0 0px 2px rgba(0, 0, 0, .06), 0 0 5px rgba(70, 61, 61, 0.06);
    padding: 1rem 0;
    background-color: #ffffff;
}
.home .site-header.header-overlay{
    background-color: #001c48
}
.site-header .navbar-toggler {
    display: none;
    background-color: transparent;
    border: 0;
    padding: 0;
    width: 26px;
    outline: none;
    cursor: pointer;
}

.main-navigation .navbar-brand {
    background-repeat: no-repeat;
    float: left;
    width: 140px;
    height: 28px;
    background-size: 100%;
    background-image: url('../images/svg/logo-blue.svg');
}
.home .main-navigation .navbar-brand{
    background-image: url('../images/svg/logo.svg');
}


.navbar-toggler.collapsed .icon-bar {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #fff;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin-bottom: 4px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.navbar-toggler.collapsed .icon-bar:last-child{
    margin-bottom: 0;
}
.home .navbar-toggler .icon-bar{
    background-color: #ffffff;
}
.navbar-toggler .icon-bar {
    background-color: #001C48;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin-bottom: 4px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    -webkit-transform: translateX(13%);
    transform: translateX(13%);
}
.home .main-navigation .navbar-collapse li>a{
    color: #ffffff;
}

.main-navigation .navbar-collapse li>a {
    color: #001C48;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;

}

.main-navigation .navbar-collapse li>a:hover {
    opacity: 0.7;
}

.main-navigation .navbar-collapse li {
    padding-right: 2.75rem;
    line-height: 1;
}


.main-navigation .navbar-collapse li:last-child {
    padding-right: 0;
}

.header-links ul {
    display: flex;
}
.error404 .site-header{
    padding: 1.25rem 5rem;
    background-color: #001c48;
}


/* Footer */
footer{
    overflow: hidden;
}
.section-footer {
    background-color: #323232;
    padding: 2.5rem 0 10.1875rem 0;
    overflow: hidden;
    max-width: 1600px;
    margin: 0 auto;
}
.section-footer .container {
    padding: 0 5rem;
}

.subscribe input[type="submit"] {
    font-size: 0px;
    width: 45px;
    height: 45px;
    background-color: #005A8B;
    border-radius: 3px;
    border: 0;
    outline: none;
    margin-left: 5px;
    background-image: url('../images/svg/icon-right-arrow.svg');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    cursor: pointer;

}

.footer-list h6 {
    color: #FFFFFF;
    padding-bottom: 10px;
}

.list-style li {
    line-height: 1;
    margin-bottom: 10px;
}

.list-style li>a {
    color: #FFFFFF;
    font-size: 13px;
    line-height: 1;
    font-weight: 400;

}

.list-style li>a:hover {
    opacity: 0.7;
}

.list-style li:last-child {
    margin-bottom: 0;
}

.footer-list P {
    font-size: 14px;
    line-height: 1.5;
    color: #FFFFFF;
    padding-top: 1.25rem;
    margin-bottom: 15px;
}

.footer-logo {
    background-repeat: no-repeat;
    display: block;
    width: 70px;
    height: 55px;
    background-size: 100%;
    background-image: url('../images/svg/logo-footer.svg');
}
.subscribe input[type="email"]{
    color:#fff;
}
/*Button*/


.btn:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    color: #005A8B;
}

.btn {
    margin-top: 1.5625rem;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 1.125rem 2.5rem;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.07em;
    color: #005A8B;
    display: inline-table;
    line-height: 1;
    text-transform: uppercase;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0 !important;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}


/* Custom Style */
/* Main column width */
#page {
    max-width: 1600px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
}

.page {
    margin-bottom: 0;
}

.wp-block {
    max-width: 1200px;
}

.acf-field input[type="text"],
.acf-field input[type="password"],
.acf-field input[type="date"],
.acf-field input[type="datetime"],
.acf-field input[type="datetime-local"],
.acf-field input[type="email"],
.acf-field input[type="month"],
.acf-field input[type="number"],
.acf-field input[type="search"],
.acf-field input[type="tel"],
.acf-field input[type="time"],
.acf-field input[type="url"],
.acf-field input[type="week"],
.acf-field textarea,
.acf-field select {
    border: 1px solid;
    color: #32373c;
}
.wp-block-columns{
 margin:0
}

.w-100 {
    width: 100%;
}

/* Hero-section */
.hero-section {
    padding-top: 12.9375rem;
    padding-bottom: 12.6875rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #001c48;
    background-position: 50% 50%;
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.entry-content .hero-section, .entry-content section, .entry-content .section-contact-us, .entry-content .section-spacing{
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}


.hero-section .container{
    z-index: 9995;
    position: inherit;
}
.particles-js-canvas-el{
    position: absolute;
    top:0;
    z-index: 1;
}
article{
    overflow: hidden;
}


.hero-info h1 {
    max-width: 575px !important;
    width: 100%;
    margin: 0 auto !important;
    text-align: center;
    font-family: 'OpenSauceSans-Medium';
    font-weight: 500;
    font-size: 3rem;
    color: #ffffff;
}


/* About section */

.section-about {
    padding: 3.75rem 0 1.5625rem 0;
}
.section-about .container{
    padding-left: 0;
}

.about-hero-img {
    max-width: 31.375rem;
    position: relative;
}

.about-description {
    padding-left: 3.3125rem;
    max-width: 32rem;
        width: 100%;
}

.about-description p {
    font-size: 1.125rem;
    line-height: 2;
    padding-top: 12px;
}

.video-wrapper {
    padding-top: 1rem;
}

.video-wrapper small {
    color: #1F73B4;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 500;
}

.video-controller {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    margin-left: 10px;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000001;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
    background-color: rgba(255, 255, 255, 0.9);
}
.mfp-wrap .mfp-content {
    -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: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-content {
    vertical-align: middle;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: scroll;
    padding: 0 15px;
}

.mfp-iframe-scaler {
    border-radius: 10px;
    max-width: 900px;
    width: 100%;
    height: 500px;
    margin: 0 auto;
    position: relative;
}

.mfp-iframe-scaler iframe {
    max-width: 950px;
    width: 100%;
    height: 500px;
    margin: 0 auto;
}

.mfp-close-btn-in .mfp-close {
    position: absolute;
    color: #9cadbc !important;
    font-size: 2rem;
    font-weight: 300;
    top: -50px;
    right: 0;
    width: auto;
    height: auto;
    opacity: 1;
    border: none;
    background-color: transparent;
    padding: 0;
    outline: none;
}

.mfp-wrap.mfp-ready .mfp-iframe {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
    position: fixed;
    overflow-y: scroll;
    right: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-box-shadow: 0 1px 16px 0 rgba(23, 30, 37, .17), 0 15px 46px 0 rgba(23, 30, 37, .23);
    box-shadow: 0 1px 16px 0 rgba(23, 30, 37, .17), 0 15px 46px 0 rgba(23, 30, 37, .23);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
}

.mfp-wrap .mfp-iframe {
    opacity: 0;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}


/* Logo-section */

.section-logo {
    padding: 1.5625rem 0 4.5rem 0;
}

.section-logo .container {
    padding: 0 2rem;
}

.logo-list a {
    max-width: 150px;
    margin: 0 15px;
}


/* section-pagaya-pluse */
.section-pagaya-pluse {
    padding: 6.4375rem 0 9.125rem 0;
    background-image: url(../images/blue-waves.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom -30% center;
}

.pagaya-pluse-info p {
    font-size: 1.5625rem;
    line-height: 2;
    padding-top: 15px;
}

.pagaya-pluse-info {
    max-width: 950px;
}


/* recent-post-blog */
.recent-post-blog {
    padding: 2rem 0 2.5rem 0;
}

.recent-post-blog .wp-block-group__inner-container{
    padding: 0 5rem;
}

.wp-block-latest-posts {
    display: flex;
    padding-top: 1.625rem;
    justify-content: space-between;
}

.wp-block-latest-posts li {
    width: 100%;
    max-width: 225px;
    background: #FFFFFF;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
    padding-bottom: 16px;
}
.recent-post-blog .wp-block-latest-posts__featured-image{
    width: 225px;
    height: 160px;
    overflow: hidden;
}
.wp-block-latest-posts__featured-image>img {
    width: 100%;
    object-fit: cover;
}

.wp-block-latest-posts li a {
    color: #005A8B;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 1.25rem 14px 16px;
    display: block;
}

.wp-block-latest-posts li time {
    font-size: 13px;
    font-weight: 700;
    line-height: 2.3;
    color: #2D3537;
    padding: 0 1.25rem 0 16px;

}

/* section-logo-list-wrapper */
.section-logo-list-wrapper {
    padding: 3rem 0 4rem 0;
}

.section-logo-list-wrapper .container {
    padding: 0 3.75rem;
}


/* section-pagaya-team */
.section-pagaya-team {
    padding: 15.9375rem 0 4.375rem 0;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}
.section-pagaya-team .container{
    padding-left: 0;
}
.pagaya-team-info {
    padding: 2rem 7.625rem 2rem 5rem;
    background-color: #fff;
    max-width: 630px;
}

.pagaya-team-info p {
    padding: 14px 0;
}

.join-btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.8;
    color: #005A8B;
}


/* section-contact-us */
.section-contact-us {
    padding: 7.25rem 0 6.5rem 0;
}

.section-contact-us .wp-block-group__inner-container {
    padding: 0 5rem;
}

.contact-link {
    padding: 1.875rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, .23);
    border-opacity: 0.23;

}
.contact-link a{
    color: #414042;
}
.contact-wrapper {
    max-width: 365px;
}

.contact-wrapper p {
    padding-top: 12px;
}

.contact {
    padding-left: 1.5rem;
    background-repeat: no-repeat;
    background-position: left top 5px;
}

.contact-phone {
    margin-right: 1.5rem;
    background-image: url('../images/svg/icon-phone.svg');
}

.contact-email {
    background-image: url('../images/svg/icon-email.svg');
}

.social-links {
    padding-top: 2.5rem;

}

.contact:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.contact-twitter {
    background-image: url('../images/svg/icon-twitter.svg');
}

.contact-linked-in {
    background-image: url('../images/svg/icon-linkedin.svg');
}

.social-links a {
    padding-left: 1.5rem;
    background-position: left top;
    color: #005A8B;
    margin-left: 15px;
    background-size: contain;

}

.social-links a:first-child {
    margin-left: 0;
}


/* Image Gallery */
.section-image-gallery {
    overflow: hidden;
}

.item-holder figure {
    width: 100%;
    height: 604px;
}

.item-holder figure>img {
    height: 100%;
    object-fit: cover;
}

.item-holder {
    text-align: center;
    background-size: cover;
    max-width: 100%;
    min-width: 36%;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
    margin-left: -33px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.country-title {
    position: absolute;
    top: 0;
    z-index: 9900;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 8px;
    padding: 8px 1rem;
    font-size: 16px;
    font-weight: 600;
    color: #373737;
    cursor: pointer;
    line-height: 1.2;
}
.recent-post-blog .wp-block-group__inner-container,
.section-contact-us .wp-block-group__inner-container {
       max-width: 1170px;
       margin: 0 auto;
}
.single.single-post .single-hero-section h1{
    color:  #001C48;
    font-family: 'OpenSauceSans-ExtraBold';
    line-height: 1.38;
    max-width: 610px;
    margin: 0 auto;
    margin-bottom: 1.187rem;
    margin-left: 0;
    margin-left: 215px;
}
.block-editor-writing-flow .editor-post-title__input{
    color:  #001C48;
    font-family: 'OpenSauceSans-ExtraBold';
    line-height: 1.38;
}
.single.single-post .single-hero-section .page-hero-image, .featured-hero-section figure{
    position: relative;
    overflow: hidden;
    max-height: 540px;
}
.single.single-post .single-hero-section .post-title{
    background-color: white;
    position: absolute;
    bottom: 0;
    max-width: 964px;
    width: 100%;
    padding-top: 2.312rem;
}
.single.single-post .content-part{
    max-width: 600px;
    width: 100%;
    background-color: #ffffff;
}
.single.single-post .content-part .content{
    padding-bottom: 6.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}
.single.single-post .content-part .content>*,.page-careers-single .comeet-outer-wrapper>*{
    max-width: 586px;
    width: 100%;
    margin: 0 auto;
    margin-left: 0;
}
.single.single-post .content-part .content p,.block-editor-writing-flow p,.page-careers-single .comeet-outer-wrapper p{
    line-height: 2 !important;
    font-size: 1rem;
    font-family: 'OpenSauceSans-Light';
    color:  #001C48;
    margin-bottom: 1.875rem !important;
}
.single.single-post .content-part .content h2,.block-editor-writing-flow h2,.page-careers-single .comeet-outer-wrapper h2{
    font-size: 1.125rem; 
    line-height: 1.7;
    font-family: 'OpenSauceSans-Bold';
    color:  #001C48;
    margin-bottom: 13px;
}
.page-careers-single .comeet-outer-wrapper h2{
    font-size: 1.875rem !important;
}
.page-careers-single .comeet-outer-wrapper h3,.page-careers-single .comeet-outer-wrapper h4,.page-careers-single .comeet-outer-wrapper h5,.page-careers-single .comeet-outer-wrapper h6{
    font-family: 'OpenSauceSans-Bold';
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}
.single.single-post .content-part .content ol,.block-editor-writing-flow ol,.page-careers-single .comeet-outer-wrapper ol{
    padding-left: 1.875rem;
    list-style: decimal;
    margin-bottom: 1.875rem;
}
.single.single-post .content-part .content ol li,.block-editor-writing-flow ol li,.page-careers-single .comeet-outer-wrapper ol li{
    line-height: 2.5;
    list-style: inherit !important;
    font-family: 'OpenSauceSans-Light';
    font-weight: 400;
    color:  #001C48;
    font-family: 'OpenSauceSans-Light';
    font-weight: 400;
}
.single.single-post .content-part .content .wp-block-quote, .block-editor-writing-flow .wp-block-quote,.single.single-post .content-part .content .wp-block-media-text, .block-editor-writing-flow .wp-block-media-text, .block-editor-writing-flow .wp-calendar-table, .single.single-post .content-part .content  .wp-calendar-table{
    padding: 15px 0;
}

.single.single-post .content-part .content ul,.block-editor-writing-flow ul,.page-careers-single .comeet-outer-wrapper ul{
    padding-left: 1.875rem;
    margin-bottom: 1.875rem;
}

.single.single-post .content-part .content ul li,.block-editor-writing-flow ul li,.page-careers-single .comeet-outer-wrapper ul li{
    font-family: 'OpenSauceSans-Light';
    font-weight: 400;
    line-height: 2;
    padding-bottom: 5px;
    list-style-type: disc;
    color:  #001C48;
}

.single.single-post .related-articles{
    padding-bottom: 100px;
}
.single.single-post .related-articles article{
    max-width: 175px;
    width: 100%;
    margin-right: 2.375rem;
}
.single.single-post .related-articles article:last-child{
    margin-right: 0;
}
.single.single-post .related-articles article .feature-image{
    max-height: 125px;
    overflow: hidden;
}
.single.single-post .related-articles article a h5, .single.single-post .next-post article a,.Recent-insights .recent-articles .d-flex article a h5{
    font-family: 'OpenSauceSans-Light';
    color: #005A8B;
    line-height: 1.6;
    margin: 14px 0 10px 0;
    letter-spacing: 0em;
    font-size: 15px;
}
.single.single-post .related-articles article p.post-date, .single.single-post .next-post article p.post-date{
    font-size: 13px;
    line-height: 1.2;
    font-family: 'OpenSauceSans-Light';
    color: rgba(0, 0, 0, 0.5);
}
.single.single-post .next-post article p.post-date,.Recent-insights .recent-articles .d-flex article .post-details  p.post-date{
    margin-top: 6px;
}
.single.single-post .related-articles h2,.single.single-post .next-post h2{
    font-family: 'OpenSauceSans-Bold';
    line-height: 2.7;
    padding: 1.25rem 0 8px 0;
    
}
.single.single-post .next-post{
    max-width: 350px;
    width: 100%;
    
}
.single.single-post .next-post article a.post-title{
    margin: 0 !important;
}
.single.single-post .next-post article{
    padding-bottom: 2.312rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}
.single.single-post .next-post article figure{
    max-width: 75px;
    width: 100%;
    max-height: 75px;
    overflow: hidden;
}
.single.single-post .content .blocks-gallery-grid,.block-editor-writing-flow .blocks-gallery-grid{
    justify-content: center;
    padding: 0 !important;
    margin: 0 !important;
}

.single.single-post .content .blocks-gallery-grid li,.block-editor-writing-flow .blocks-gallery-grid li {
    max-width: 300px;
    margin: 15px;
    padding: 0 !important;
}
.single.single-post .content-part .content .blocks-gallery-grid li::before,.block-editor-writing-flow .blocks-gallery-grid li::before,.block-editor-writing-flow ul.wp-block-latest-posts li::before{
    position: unset;
    background-image: unset;
}
.single.single-post .content-part .content .wp-block-embed__wrapper div,.block-editor-writing-flow .wp-block-embed__wrapper div{
    margin-left: auto;
    margin-right: auto;
}
.post-date-author-category{
    font-size: 13px;
    color: #899699;
    margin-bottom: 1.25rem;
}
.post-date-author-category a{
    color: #005A8B;
}
.featured-hero-section{
    margin-top: 120px;
}
.featured-hero-section figure{
    position: relative;
}
.featured-hero-section figure article{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 13.5%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
}
.featured-hero-section figure img{
    height: 100%;
}
.featured-hero-section article{
    padding: 2.312rem 3.125rem 2.812rem 3.125rem;
    background-color: #ffffff;
    max-width: 475px;
    width: 100%;
}
.featured-hero-section article h5{
    line-height: 1.42;
    font-size: 1.75rem;
    font-family: 'OpenSauceSans-Medium';
    color: #005A8B;
    max-width: 300px;
    font-weight: 500;
}
.featured-hero-section article p.trim{
    line-height: 1.8;
    font-size: 1rem;
    color:  #414042;
    font-family: 'OpenSauceSans-Light';
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 1.875rem;
}
.featured-hero-section article a.read-more-button{
    border-radius: 3px;
    background-color: #005A8B;
    font-family: 'OpenSauceSans-SemiBold';
    font-weight: 600;
    font-size: 14px;
    line-height: 2.7;
    padding: 1.4rem 2.312rem 1.4rem 2.312rem;
    color: #ffffff;
}
.Recent-insights .recent-articles .d-flex{
    flex-wrap: wrap;
    justify-content: center;
}
.Recent-insights .recent-articles .d-flex article{
    max-width: 250px;
    width: 100%;
    margin: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
}
.Recent-insights .recent-articles .d-flex article .post-details{
    padding: 1rem;
}

.Recent-insights{
    padding: 3.125rem 0 3.125rem  0;
}

.Recent-insights .recent-articles h2{
    font-size: 1.562rem;
    line-height: 2.4;
    color:  #001C48;
    font-family: 'OpenSauceSans-Bold';
}
.Recent-insights a.load-more{
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #005A8B;
    color: #005A8B;
    padding: 13px 1.03rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    max-width: 150px;
    width: 100%;
    margin: 0 auto;
    margin-top: 3.5rem;
}
.align-items-center{
    align-items: center !important;
}
.justify-content-end{
    justify-content: flex-end;
}
.justify-between{
    justify-content: space-between !important;
}
.custom-pagination.justify-content-end{
    justify-content: flex-end !important;
}
.custom-pagination.justify-content-between{
    justify-content: space-between !important;
}
.custom-pagination li a{
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #005A8B;
    color: #005A8B;
    padding: 13px 1.03rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin-top: 3.5rem;
}

.category-page,.search-page,.archive-page{
    margin-top: 92px;
}
.category-page .category-header,.search-page .page-header,.archive-page .page-header{
    padding-top: 40px;
}
.category-page .category-header .page-title,.search-page .page-header .page-title,.archive-page .page-header .page-title{
    font-family: 'OpenSauceSans-Bold';
    font-weight: 700;
    color:  #001C48;
}
form.search-bar{
    max-width: 400px;
    width: 100%;
}
form.search-bar input{
    max-width: 400px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, .23);
    font-family: 'OpenSauceSans-Light';
    font-size: 1rem;
    padding-right: 2.5rem;
}
form.search-bar .input-group{
    position: relative;
}
form.search-bar .input-group::after{
    position: absolute;
    content: '';
    background-image: url(../images/svg/search-icon.svg);
    height: 17px;
    width: 17px;
    right: 15px;
    top: 13px;
    background-size: cover;
    background-repeat: no-repeat;
}
.Recent-insights .recent-articles .search-block{
    padding-bottom: 30px;
}
.single.single-post .next-post form.search-bar{
    padding-top: 30px;
}
.single.single-post .navbar-toggler .icon-bar,.archive.category .navbar-toggler .icon-bar,.search.search-results .navbar-toggler .icon-bar,.page.page-id-262 .navbar-toggler .icon-bar,.page.page-id-414 .navbar-toggler .icon-bar,.archive .navbar-toggler .icon-bar{
    background-color: #001C48;
}
.Recent-insights .recent-articles .d-flex article figure{
    max-height: 200px;
    height: 100%;
    overflow: hidden;
}
.page-id-262 article:hover{
    box-shadow: 0px 8px 10px rgb(0 0 0 / 13%) !important;
    transform: translateY(-10px);
}
.featured-hero-section figure article:hover{
    box-shadow: unset !important;
    transform: translateY(-50%);
}
.single.single-post .related-articles article:hover,.single.single-post .next-post article:hover{
    box-shadow: unset !important;
    transform: unset !important;
}
.post-date-author-category .author-name{
    text-transform: capitalize;
}
.page-careers .careers-hero{
    padding: 11.125rem 0 5.125rem 0;
}
.page-careers .careers-hero h1{
    color:  #001C48;
    font-family: 'OpenSauceSans-ExtraBold';
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 1.125rem;
    text-align: center;
}
.page-careers .careers-hero p{
    max-width: 635px;
    line-height: 2;
    margin: 0 auto;
    text-align: center;
}
.comeet-outer-wrapper,.all-jobs-link{
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.comeet-u-1-2 .comeet-group-name{
    margin: 1rem 0 1.625rem 0;
    line-height: 1.25;
    font-family: 'OpenSauceSans-SemiBold';
    font-weight: 600;
    color:  #001C48;
}
.comeet-u-1-2 .comeet-group-name a{
    font-size: 1.5rem !important;
    color: #414042 !important;
}
article.post-414:hover{
    box-shadow:unset;
    transform: unset;
}
div.comeet-social{
    display: none;
}
.comeet-u-1-2 .comeet-list ul.comeet-positions-list{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.comeet-u-1-2 .comeet-list ul.comeet-positions-list li{
    min-width: 320px;
    max-width: 320px;
    width: 100%;
    margin: 20px;
}
.comeet-u-1-2 .comeet-list ul.comeet-positions-list li a.comeet-position{
    width: 100%;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    margin: 0;
    padding: 1.375rem 1.5rem 1.875rem 1.5rem;
   
}
.comeet-u-1-2 .comeet-list ul.comeet-positions-list li a.comeet-position:hover{
    border: 1px solid #005A8B;
    box-shadow: unset !important;
}
.comeet-u-1-2 .comeet-list ul.comeet-positions-list li a.comeet-position div.comeet-position-name,.comeet-position-name a,.comeet-position-name{
    color: #005A8B;
    font-size: 1.125rem !important;
    line-height: 1.5;
    font-family: 'OpenSauceSans-Bold';
    font-weight: 700;
    margin-bottom: 5px !important;
}
div.comeet-position-meta{
    font-family: 'OpenSauceSans-Light';
    font-size: 13px !important;
    line-height: 1;
    font-weight: 300;
    color:  #414042 !important;
}
.page-careers-single{
    padding-top: 68px;
}
.all-jobs-link{
    border-top: unset !important;
}
.all-jobs-link a{
    color: #005A8B;
}
.comeet-groups-list{
    padding-bottom: 6.25rem;
}
.section-contact-us form .wrapper{
    margin-bottom: 1.25rem;
}
.section-contact-us form .wrapper .row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-contact-us form input[type="text"], .section-contact-us form select[type="text"], .section-contact-us form input[type="password"], .section-contact-us form input[type="tel"], .section-contact-us form input[type="date"], .section-contact-us form input[type="email"]{
    border: 1px solid #DFDFDF;
    max-width: 250px;
    width: 100%;
    padding: 14px 1.25rem;
}
.wp-block-column:not(:first-child){
    margin-left: 0;
}
span.select2-container{
    display: none;
}
.dropdown.col-xs-12.col-sm-12.col-md-6{
    display: flex;
    flex-direction: column;
}
.section-contact-us form label,.section-contact-us form label sup,.section-contact-us form p label{
    font-size: 14px;
    font-family: 'OpenSauceSans-Bold';
    color: #404040 !important;
}
.section-contact-us form p{
    margin-bottom: 1.25rem;
}
.section-contact-us form p.Accredidation{
    min-width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-contact-us form p.Accredidation input{
    margin-right: 5px;
}
.section-contact-us form p.Accredidation label.field-label{
    display: none;
}
.section-contact-us form .select2-hidden-accessible,form#pardot-form p select{
    min-width: 250px;
    width: 100%;
    padding: 11px 1.25rem;
    border-radius: 3px;
    border: 1px solid #DFDFDF;  
    font-family: 'OpenSauceSans-Light';
    font-size: 14px;
    color: #414042;
    background-color: transparent;
    z-index: 1;
    cursor: pointer;
}
.section-contact-us form .required.email{
    padding: 0;
}
.section-contact-us form input[type="submit"]{
    background-color: transparent;
    border: 1px solid #005A8B;
    min-width: 250px;
    width: 100%;
    padding: 14px 1.25rem;
    font-size: 14px;
    color: #005A8B;
    font-family: 'OpenSauceSans-SemiBold';
    font-weight: 600;
    cursor: pointer;
    margin-left: 15px;
}
.section-contact-us form input[type="submit"]:hover{
    transform: scale(1.05);
}
.section-contact-us form .wrapper:last-child{
    padding-top: 10px;
}
.section-contact-us form {
    padding: 3.125rem 0;
}
.single.single-post .next-post article div.post-width{
    max-width: 250px;
    margin-left: 30px;
}

#no-load,.no-load{
    display: block;
    width: 100%;
    text-align: center;
}
.no-load:nth-of-type(2){
    display: none !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.dropdown.col-xs-12.col-sm-12.col-md-6 label,form#pardot-form p.Investor_Type,form#pardot-form p.Nationality {
    position: relative;
}

.dropdown.col-xs-12.col-sm-12.col-md-6 label::after, form#pardot-form p.Investor_Type::after,form#pardot-form p.Nationality::after{
    position: absolute;
    content: '';
    background-image: url(../images/svg/dropdown.svg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 11px;
    width: 11px;
    right: 15px;
    top: 43px;
    pointer-events: none;
}

.contact-linked-in-footer{
    background-image: url(../images/svg/icon-linkedin-white.svg);
    background-position: left top 0;
    margin-top: 15px;
}
.contact-twitter-footer{
    background-image: url(../images/svg/icon-twiter-white.svg);
    background-position: left top 0;
    margin-right: 10px;
    margin-top: 15px;
}
.subscribe input[type="email"]{
    font-family: 'OpenSauceSans-Medium';
    padding: 15px 1.25rem;
    color: #ffffff;
}
.subscribe input[type="email"]:focus,.required.email:focus{
    color:  #ffffff;
}
.required.email {
    padding: 15px 1.25rem;
    max-width: 186px;
    color: #ffffff;

}
.footer-list P.form-field{
    max-width: 186px;
}
.hero-section form .required.email{
    padding: 0;
    max-width: 235px;
}
.subscribe input[type="email"]::placeholder, .hero-section form p.email input::placeholder,.required.email::placeholder{
    color: #ffffff;
}
.hero-section form p.submit input{
    font-size: 0px;
    width: 45px;
    height: 45px;
    background-color: #005A8B;
    border-radius: 3px;
    border: 0;
    outline: none;
    margin-left: 5px;
    background-image: url(../images/svg/icon-right-arrow.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    cursor: pointer;
}
.hero-section form p.email input{
    max-width: 235px;
    width: 100%;
    padding: 15px 1.25rem;
    font-family: 'OpenSauceSans-Medium';
    color: #ffffff;
}
.hero-section .btn{
    position: relative;
}
.hero-section form{
    justify-content: center;
    position: absolute;
    top: 146px;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    max-width: 285px;
    width: 100%;
}

.hero-section form.visible{
    visibility: visible;
}
.footer-list P.form-field,.footer-list P.submit{
    padding-top: 0;
}
.page-careers-single .entry-content .comeet-outer-wrapper{
    position: relative;
    padding-bottom: 3.125rem;
}
.comeet-apply {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    right: 0;
}
.common-hero h1{
    color: #000000;
    font-family: 'OpenSauceSans-Bold';
    margin-bottom: 1.875rem;
}
.entry-content h1{
    margin-top: 6.125rem;
}
.page-disclaimer .entry-content, .page-thank-you .entry-content {
    max-width: 40rem;
}

.entry-content p:last-child{
    margin-bottom: 3.125rem;
    position: relative;
}
.header-hire{
    left: 0;
    right: 0;
    z-index: 9999;
    position: fixed;
    top: 0;
    display: flex;
    max-width: 1600px;
    margin: 0 auto;
}
.header-hire li,.header-hire li a{
    width: 100%;
    display: block;
    text-align: center;
    padding: 8px 0;
    background-color:#fff;
    color:#005A8B;
    font-size: 14px;
    
}
.header-hire li{
    border-bottom: 1px solid #f0f2f3;
}
.header-hire li a:hover span{
    margin-right: -10px;
    margin-left: 20px;
}
.header-hire li a span{
    color: white;
    background-color: #005A8B;
    padding: 6px 10px;
    border-radius: 6px;
    margin-left: 10px;
}
.single.single-post .content-part .content h3{
    font-size: 1rem;
    line-height: 1.7;
    font-family: 'OpenSauceSans-Bold';
    color: #001C48;
    margin-bottom: 12px;
}
.single.single-post .content-part .content h4{
    font-size: 15px;
    font-family: 'OpenSauceSans-Bold';
}
.single.single-post .content-part .content h5{
    font-size: 12px;
    font-family: 'OpenSauceSans-Bold';
}
.single.single-post .content-part .content h6{
    font-size: 10px;
    font-family: 'OpenSauceSans-Bold';
}
.single.single-post .content-part .content a{
    color: #005A8B;
}
.section-image-gallery .image-gallery-wrapper{
    max-width: 1600px;
    margin: 0 auto;
}
.section-careers-city .item-holder{
    text-align: center;
    background-size: cover;
    max-width: 100%;
    min-width: 59%;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
    margin-left: -100px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.section-careers-city .item-holder .country-title{
    position: absolute !important;
}
.section-image-gallery .item-holder figure img{
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .5s ease-in-out !important;
	transition: .5s ease-in-out !important;
}
.section-careers-city .item-holder:hover figure img{
    -webkit-transform: scale(1.3) !important;
	transform: scale(1.3) !important;
}
.page-careers .entry-content{
    margin-top: 0 !important;
    min-height: unset !important;
}
.page-careers-tel-aviv .entry-content{
    margin-top: 130px !important;
}
.section-careers-city .container{
    justify-content: center;
}
main.page-careers{
    min-height: 72vh;
}
.section-careers-city .item-holder:nth-of-type(1){
    margin-right: 30px;
}
form#pardot-form{
    display: flex;
    flex-wrap: wrap;
}
form#pardot-form p:nth-of-type(1),form#pardot-form p:nth-of-type(3),form#pardot-form p:nth-of-type(5),form#pardot-form p:nth-of-type(7){
    margin-right: 15px;
}
form#pardot-form p{
    max-width: 250px;
}
.hero-section form#pardot-form p{
    min-width: unset !important;
    max-width: unset !important;
    margin-right: unset;
}

.section-image-gallery .country-title{
    cursor: default;
}
.section-careers-city .item-holder figure img{
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}
