@import '../assets/fonts/HelveticaNeue/stylesheet.css'; *, *::before, *::after { box-sizing: border-box; } * { margin: 0; padding: 0; border: 0 solid transparent; } html { -webkit-text-size-adjust: 100%; } body { min-height: 100vh; line-height: 1; text-rendering: optimizeSpeed; } img, svg, video, canvas, audio, iframe, embed, object { display: block; max-width: 100%; } input, button, textarea, select { font: inherit; line-height: inherit; color: inherit; } table { border-collapse: collapse; border-spacing: 0; } button, [role=button] { cursor: pointer; background-color: transparent; -webkit-tap-highlight-color: transparent; } button:focus, [role=button]:focus { outline: 0; } a { cursor: pointer; color: inherit; text-decoration: inherit; -webkit-tap-highlight-color: transparent; } h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; } ol, ul { list-style: none; } [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea, select { -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; } [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus, select:focus { outline: 0; } ::-moz-placeholder { opacity: 1; } textarea { vertical-align: top; overflow: auto; } [type=checkbox], [type=radio] { -webkit-appearance: none; -moz-appearance: none; appearance: none; } [type=checkbox]:focus, [type=radio]:focus { outline: 0; } @media (prefers-reduced-motion: reduce) { html:focus-within { scroll-behavior: auto; } *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; } } * { font-family: "Helvetica Neue", sans-serif; } p:last-child { margin-bottom: 0; } .container { width: 100%; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; } @media (min-width: 576px) { .container { max-width: 540px; } } @media (min-width: 768px) { .container { max-width: 720px; } } @media (min-width: 992px) { .container { max-width: 960px; } } @media (min-width: 1200px) { .container { max-width: 1140px; } } @media (min-width: 1370px) { .container { max-width: 1310px; } } .btn_1, header#masthead .row .main-navigation-secondary li:nth-child(1) a { color: #232323 !important; font-size: 16px; font-weight: 500; line-height: 1; display: inline-block; padding: 15px 24px 13px; border-radius: 100px; background: rgba(139, 139, 139, 0.1); text-wrap-mode: nowrap; transition: all 250ms ease-in-out; } .btn_1:hover, header#masthead .row .main-navigation-secondary li:nth-child(1) a:hover { color: #ffffff !important; background: #232323; } .btn_2, header#masthead .row .main-navigation-secondary li:nth-child(2) a { color: #ffffff !important; font-size: 16px; font-weight: 500; line-height: 1; display: inline-block; padding: 15px 24px 13px; border-radius: 100px; background: #d9ba5c; text-wrap-mode: nowrap; transition: all 250ms ease-in-out; } .btn_2:hover, header#masthead .row .main-navigation-secondary li:nth-child(2) a:hover { background: #ba962b; } .btn_3 { color: #d9ba5c !important; font-size: 16px; font-weight: 500; line-height: 1; display: inline-block; padding: 15px 24px 13px; border-radius: 100px; background: rgba(217, 186, 92, 0.1); text-wrap-mode: nowrap; transition: all 250ms ease-in-out; } .btn_3:hover { color: #ffffff !important; background: #d9ba5c; } .btn_4 { color: #d9ba5c !important; font-size: 16px; font-weight: 500; line-height: 1; display: inline-block; padding: 15px 24px 13px; border-radius: 100px; background: #ffffff; text-wrap-mode: nowrap; transition: all 250ms ease-in-out; } .btn_4:hover { color: #ffffff !important; background: #d9ba5c; } .btn_5 { color: #d9ba5c !important; font-size: 16px; font-weight: 500; line-height: 1; text-wrap-mode: nowrap; transition: all 250ms ease-in-out; } .btn_5:hover { text-decoration: underline; } #breadcrumbs_box { margin-bottom: 24px; } #breadcrumbs_box #breadcrumbs { display: flex; flex-direction: row; align-items: center; gap: 10px; color: rgba(30, 30, 30, 0.502); font-weight: 500; font-size: 16px; line-height: 1; letter-spacing: -0.32px; } #breadcrumbs_box #breadcrumbs ul { margin: 0; padding: 0; display: flex; flex-direction: row; align-items: center; gap: 10px; } #breadcrumbs_box #breadcrumbs ul li a { color: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; text-decoration: none; } header#masthead { height: 77px; } header#masthead .row { display: flex; flex-direction: row; align-items: center; justify-content: space-between; -moz-column-gap: 40px; column-gap: 40px; height: 77px; } header#masthead .row .site-branding img { width: 246px; min-width: 246px; } header#masthead .row nav#site-navigation ul#primary-menu { gap: 50px; justify-content: center; } header#masthead .row nav#site-navigation ul#primary-menu li { position: relative; } header#masthead .row nav#site-navigation ul#primary-menu li.current-menu-item { display: flex; flex-direction: row; align-items: center; gap: 7px; } header#masthead .row nav#site-navigation ul#primary-menu li.current-menu-item::before { content: ""; position: relative; display: inline-block; width: 5px; height: 5px; border-radius: 100%; background: #d9ba5c; margin-bottom: 2px; } header#masthead .row nav#site-navigation ul#primary-menu li.current-menu-item a { color: #d9ba5c; } header#masthead .row nav#site-navigation ul#primary-menu li a { color: #232323; font-size: 16px; font-weight: 500; line-height: 1; } header#masthead .row .main-navigation-secondary { padding: 0; margin: 0; list-style: none; display: flex; flex-direction: row; align-items: center; gap: 16px; } footer#site-footer { background: #232323; } footer#site-footer .footer-1 { padding-top: 140px; padding-bottom: 90px; border-bottom: 1px solid #9e9e9e; } footer#site-footer .footer-1 .row { display: flex; flex-direction: row; -moz-column-gap: 60px; column-gap: 60px; } footer#site-footer .footer-1 .row .col-1 { display: flex; flex-direction: column; align-items: flex-start; width: 100%; max-width: 636px; } footer#site-footer .footer-1 .row .col-1 img { width: 239px; margin-bottom: 24px; } footer#site-footer .footer-1 .row .col-1 h2 { color: #ffffff; font-weight: 400; font-size: 64px; line-height: 1.2; letter-spacing: -0.96px; margin-bottom: 24px; } footer#site-footer .footer-1 .row .col-1 p { color: #9e9e9e; font-weight: 400; font-size: 20px; line-height: 1; letter-spacing: -0.38px; margin-bottom: 40px; } footer#site-footer .footer-1 .row .col-2 img { width: 100%; max-width: -moz-fit-content; max-width: fit-content; margin-top: -190px; } footer#site-footer .footer-2 { padding-top: 32px; padding-bottom: 32px; } footer#site-footer .footer-2 .row { display: flex; flex-direction: row; } footer#site-footer .footer-2 .row .col-1 { flex-basis: 40%; display: flex; flex-direction: column; justify-content: space-between; row-gap: 20px; } footer#site-footer .footer-2 .row .col-1 p { color: #ffffff; font-weight: 400; font-size: 16px; line-height: 1; letter-spacing: -0.32px; margin: 0; } footer#site-footer .footer-2 .row .col-1 a { color: #9e9e9e; font-weight: 400; font-size: 16px; line-height: 1; letter-spacing: -0.32px; } footer#site-footer .footer-2 .row .col-2 { flex-basis: 60%; } footer#site-footer .footer-2 .row .col-2 ol { display: flex; flex-direction: row; justify-content: space-between; -moz-column-gap: 30px; column-gap: 30px; margin: 0; padding: 0; } footer#site-footer .footer-2 .row .col-2 ol li p { color: #9e9e9e; margin: 0; font-weight: 400; font-size: 16px; line-height: 1.5; letter-spacing: -0.32px; } article.article-card .article-card--wrapper .article-card--image { margin-bottom: 24px; } article.article-card .article-card--wrapper .article-card--image a img { width: 100%; height: 286px; -o-object-fit: cover; object-fit: cover; } article.article-card .article-card--wrapper .article-card--content .article-card--title { margin-bottom: 24px; } article.article-card .article-card--wrapper .article-card--content .article-card--title h3 { color: #232323; font-weight: 400; font-size: 24px; line-height: 1.2; letter-spacing: -0.45px; } article.article-card .article-card--wrapper .article-card--content .article-card--title h3 a { color: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; letter-spacing: inherit; text-decoration: inherit; } .c-tabs .c-tabs--nav { padding: 0; margin: 0 0 64px 0; border-bottom: 1px solid #6a6a6a; display: flex; flex-direction: row; -moz-column-gap: 80px; column-gap: 80px; } .c-tabs .c-tabs--nav li { color: #9e9e9e; font-weight: 400; font-size: 16px; line-height: 120%; letter-spacing: -0.32px; display: inline-block; padding-bottom: 15px; margin-bottom: -1px; cursor: pointer; transition: all 250ms ease-in-out; } .c-tabs .c-tabs--nav li.active { color: #ffffff; border-bottom: 1px solid #d9ba5c; } .c-tabs .c-tabs--content .c-tab--item { display: none; } .c-acc .c-acc--item .c-acc--head { cursor: pointer; } body.page-id-25 main { margin-top: 60px; } body.page-id-25 main .box-1 .row { position: relative; display: flex; flex-direction: row; justify-content: space-between; align-items: center; -moz-column-gap: 40px; column-gap: 40px; } body.page-id-25 main .box-1 .row .col-2 { position: absolute; top: 0; right: 0; z-index: 1; } body.page-id-25 main .box-1 .box-head { margin-bottom: 24px; } body.page-id-25 main .box-1 .box-head h2 { color: #232323; font-weight: 500; font-size: 64px; line-height: 120%; letter-spacing: -1.4px; } body.page-id-25 main .box-1 .box-text { margin-bottom: 24px; max-width: 400px; } body.page-id-25 main .box-1 .box-text p { color: #232323; font-weight: 400; font-size: 20px; line-height: 150%; letter-spacing: -0.38px; } body.page-id-25 main .box-1 .box-quote { padding-left: 24px; margin-top: 64px; border-left: 1px solid #232323; max-width: 310px; } body.page-id-25 main .box-1 .box-quote p { color: #232323; font-weight: 400; font-size: 14px; line-height: 150%; letter-spacing: -0.27px; margin-bottom: 16px; } body.page-id-25 main .box-2 { position: relative; padding-top: 220px; padding-bottom: 180px; background: #232323; } body.page-id-25 main .box-2::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 105px; background: linear-gradient(0deg, #d9d9d9 0%, rgba(255, 255, 255, 0) 100%); transform: translateY(-100%); z-index: -1; } body.page-id-25 main .box-2 .row .col-1 { max-width: 474px; padding-left: 64px; position: relative; } body.page-id-25 main .box-2 .row .col-1::before { content: attr(box-title); color: #ffffff; font-weight: 700; font-size: 16px; line-height: 1; letter-spacing: -0.34px; transform: rotate(180deg); position: absolute; left: 0; top: 0; writing-mode: vertical-rl; padding-top: 24px; background: #232323; z-index: 1; } body.page-id-25 main .box-2 .row .col-1::after { content: ""; position: absolute; left: 7px; top: 10px; bottom: 0; width: 1px; background: #ffffff; } body.page-id-25 main .box-2 .row .col-1 .box-text { margin-bottom: 64px; } body.page-id-25 main .box-2 .row .col-1 .box-text p { color: #ffffff; font-weight: 400; font-size: 28px; line-height: 150%; letter-spacing: -0.53px; } body.page-id-25 main .box-3 { padding-top: 120px; padding-bottom: 215px; } body.page-id-25 main .box-3 .row { position: relative; padding-left: 64px; padding-top: 160px; padding-bottom: 90px; } body.page-id-25 main .box-3 .row::before { content: attr(box-title); color: #d4d4d4; font-weight: 700; font-size: 16px; line-height: 1; letter-spacing: -0.34px; transform: rotate(180deg); position: absolute; left: 0; top: 0; writing-mode: vertical-rl; padding-top: 24px; background: #ffffff; z-index: 1; } body.page-id-25 main .box-3 .row::after { content: ""; position: absolute; left: 7px; top: 10px; bottom: 0; width: 1px; background: #d4d4d4; } body.page-id-25 main .box-3 .row ul { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; -moz-column-gap: 40px; column-gap: 40px; row-gap: 50px; padding: 0; margin: 0; } body.page-id-25 main .box-3 .row ul li:not(.last) h2 { color: #232323; font-weight: 400; font-size: 36px; line-height: 1; letter-spacing: -0.68px; margin-bottom: 16px; } body.page-id-25 main .box-3 .row ul li:not(.last) p { color: #d9ba5c; font-weight: 400; font-size: 20px; line-height: 1.4; letter-spacing: 0.38px; } body.page-id-25 main .box-3 .row ul li.last { padding: 32px 40px; background: #f7f3e9; border-radius: 6px; display: flex; flex-direction: column; align-items: center; } body.page-id-25 main .box-3 .row ul li.last h2 { color: #232323; font-weight: 400; font-size: 20px; line-height: 1.4; letter-spacing: 0.38px; text-align: center; } body.page-id-25 main .box-3 .row ul li.last p { color: #d9ba5c; font-weight: 400; font-size: 20px; line-height: 1.4; letter-spacing: 0.38px; text-align: center; margin-bottom: 16px; } body.page-id-25 main .box-4 { position: relative; padding-top: 164px; padding-bottom: 164px; background: #232323; } body.page-id-25 main .box-4::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 105px; background: linear-gradient(0deg, #d9d9d9 0%, rgba(255, 255, 255, 0) 100%); transform: translateY(-100%); z-index: -1; } body.page-id-25 main .box-4 .row { display: flex; flex-direction: row; -moz-column-gap: 110px; column-gap: 110px; } body.page-id-25 main .box-4 .row .col-1 { position: relative; padding-left: 110px; } body.page-id-25 main .box-4 .row .col-1::before { content: attr(box-title); color: #ffffff; font-weight: 700; font-size: 16px; line-height: 1; letter-spacing: -0.34px; transform: rotate(180deg); position: absolute; left: 0; top: 0; writing-mode: vertical-rl; padding-top: 24px; background: #232323; z-index: 1; } body.page-id-25 main .box-4 .row .col-1::after { content: ""; position: absolute; left: 7px; top: 10px; bottom: 0; width: 1px; background: #ffffff; } body.page-id-25 main .box-4 .row .col-1 img { width: 100%; max-width: 627px; } body.page-id-25 main .box-4 .row .col-2 ul { padding: 0; margin: 0; display: flex; flex-direction: column; row-gap: 64px; max-width: 345px; } body.page-id-25 main .box-4 .row .col-2 ul li h3 { color: #ffffff; font-weight: 400; font-size: 36px; line-height: 1.2; letter-spacing: -0.68px; margin-bottom: 16px; } body.page-id-25 main .box-4 .row .col-2 ul li p { color: #ffffff; font-weight: 400; font-size: 20px; line-height: 1.5; letter-spacing: -0.38px; } body.page-id-25 main .box-5 { padding-top: 200px; padding-bottom: 200px; } body.page-id-25 main .box-5 .row .big-quote { position: relative; padding-left: 64px; } body.page-id-25 main .box-5 .row .big-quote::before { content: attr(box-title); color: #d4d4d4; font-weight: 700; font-size: 16px; line-height: 1; letter-spacing: -0.34px; transform: rotate(180deg); position: absolute; left: 0; top: 0; writing-mode: vertical-rl; padding-top: 24px; background: #ffffff; z-index: 1; } body.page-id-25 main .box-5 .row .big-quote::after { content: ""; position: absolute; left: 7px; top: 10px; bottom: 0; width: 1px; background: #d4d4d4; } body.page-id-25 main .box-5 .row .big-quote h3 { color: #232323; font-weight: 400; font-size: 20px; line-height: 1; letter-spacing: -0.38px; margin-bottom: 32px; } body.page-id-25 main .box-5 .row .big-quote .big-quote-text { margin-bottom: 40px; } body.page-id-25 main .box-5 .row .big-quote .big-quote-text p { color: #232323; font-weight: 400; font-size: 28px; line-height: 1.5; letter-spacing: -0.53px; } body.page-id-25 main .box-5 .row .big-quote .big-quote-text p strong { color: #d9ba5c; font-weight: 400; } body.page-id-25 main .box-5 .row .big-quote ol { margin: 40px 0 0 0; padding: 0; display: flex; flex-direction: row; } body.page-id-25 main .box-5 .row .big-quote ol li:not(:first-child) { margin-left: -24px; } body.page-id-25 main .box-6 { position: relative; background: #fafafa; } body.page-id-25 main .box-6 .row { display: flex; flex-direction: row; -moz-column-gap: 100px; column-gap: 100px; padding: 160px 0 125px; } body.page-id-25 main .box-6 .row .col-1 { position: relative; padding-left: 64px; width: 100%; max-width: 588px; } body.page-id-25 main .box-6 .row .col-1::before { content: attr(box-title); color: #d4d4d4; font-weight: 700; font-size: 16px; line-height: 1; letter-spacing: -0.34px; transform: rotate(180deg); position: absolute; left: 0; top: 0; writing-mode: vertical-rl; padding-top: 24px; background: #fafafa; z-index: 1; } body.page-id-25 main .box-6 .row .col-1::after { content: ""; position: absolute; left: 7px; top: 10px; bottom: 0; width: 1px; background: #d4d4d4; } body.page-id-25 main .box-6 .row .col-1 .box-text { margin-bottom: 120px; } body.page-id-25 main .box-6 .row .col-1 .box-text p { color: #232323; font-weight: 400; font-size: 28px; line-height: 1.5; letter-spacing: -0.53px; } body.page-id-25 main .box-6 .row .col-1 ul { padding: 0; margin: 0; display: flex; flex-direction: row; align-items: center; -moz-column-gap: 40px; column-gap: 40px; } body.page-id-25 main .box-6 .row .col-2 { position: absolute; right: 0; top: 0; bottom: 0; } body.page-id-25 main .box-6 .row .col-2 img { height: 100%; width: 673px; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; } body.page-id-25 main .box-7 { padding-top: 164px; padding-bottom: 200px; } body.page-id-25 main .box-7 .row { position: relative; padding-left: 64px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; } body.page-id-25 main .box-7 .row::before { content: attr(box-title); color: #d4d4d4; font-weight: 700; font-size: 16px; line-height: 1; letter-spacing: -0.34px; transform: rotate(180deg); position: absolute; left: 0; top: 0; writing-mode: vertical-rl; padding-top: 24px; background: #ffffff; z-index: 1; } body.page-id-25 main .box-7 .row::after { content: ""; position: absolute; left: 7px; top: 10px; bottom: 0; width: 1px; background: #d4d4d4; } body.page-id-38 main { padding-top: 80px; } body.page-id-38 main .box-1 { margin-bottom: 116px; } body.page-id-38 main .box-1 .row-1 { display: flex; flex-direction: row; -moz-column-gap: 120px; column-gap: 120px; margin-bottom: 80px; } body.page-id-38 main .box-1 .row-1 .col-1 .box-head h2 { color: #232323; font-weight: 500; font-size: 64px; line-height: 1.2; letter-spacing: -0.96px; } body.page-id-38 main .box-1 .row-1 .col-2 .box-text { width: 100%; max-width: 524px; } body.page-id-38 main .box-1 .row-1 .col-2 .box-text p { color: #232323; font-weight: 400; font-size: 28px; line-height: 1.5; letter-spacing: -0.53px; } body.page-id-38 main .box-1 .row-2 img { width: 100%; max-width: -moz-fit-content; max-width: fit-content; margin: 0 auto; } body.page-id-38 main .box-2 .row .col-1 { margin-bottom: 64px; max-width: 570px; } body.page-id-38 main .box-2 .row .col-1 p { color: #232323; font-weight: 400; font-size: 20px; line-height: 1.5; letter-spacing: -0.38px; } body.page-id-38 main .box-2 .row .col-2 .tiles { display: flex; flex-direction: row; justify-content: space-between; } body.page-id-38 main .box-2 .row .col-2 .tiles .tile { flex-basis: 33.3333333333%; padding-left: 40px; border-right: 1px solid; border-image-source: linear-gradient(180deg, #d9ba5c 0%, transparent 100%); border-image-slice: 1; padding-bottom: 230px; } body.page-id-38 main .box-2 .row .col-2 .tiles .tile:first-child { border-left: 1px solid; } body.page-id-38 main .box-2 .row .col-2 .tiles .tile .tile-data { position: relative; padding-left: 48px; } body.page-id-38 main .box-2 .row .col-2 .tiles .tile .tile-data::before { content: ""; position: absolute; left: 0; top: 0; width: 32px; min-width: 32px; height: 32px; background-image: url("/wp-content/uploads/2025/08/Check.svg"); background-position: center; background-repeat: no-repeat; background-size: contain; } body.page-id-38 main .box-2 .row .col-2 .tiles .tile .tile-data h3 { color: #232323; font-weight: 400; font-size: 36px; line-height: 1; letter-spacing: -0.68px; margin-bottom: 24px; } body.page-id-38 main .box-2 .row .col-2 .tiles .tile .tile-data p { color: #232323; font-weight: 400; font-size: 20px; line-height: 1.5; letter-spacing: -0.38px; } body.page-id-38 main .box-3 { position: relative; background: #232323; } body.page-id-38 main .box-3::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 105px; background: linear-gradient(0deg, #d9d9d9 0%, rgba(255, 255, 255, 0) 100%); transform: translateY(-100%); z-index: -1; } body.page-id-38 main .box-3 .row { display: flex; flex-direction: row; -moz-column-gap: 50px; column-gap: 50px; padding: 150px 0 130px; } body.page-id-38 main .box-3 .row .col-1 { position: relative; padding-left: 90px; padding-bottom: 30px; width: 100%; max-width: 660px; } body.page-id-38 main .box-3 .row .col-1::before { content: attr(box-title); color: #ffffff; font-weight: 700; font-size: 16px; line-height: 1; letter-spacing: -0.34px; transform: rotate(180deg); position: absolute; left: 0; top: 0; writing-mode: vertical-rl; padding-top: 24px; background: #232323; z-index: 1; } body.page-id-38 main .box-3 .row .col-1::after { content: ""; position: absolute; left: 7px; top: 10px; bottom: 0; width: 1px; background: #ffffff; } body.page-id-38 main .box-3 .row .col-1 .box-title { margin-bottom: 32px; } body.page-id-38 main .box-3 .row .col-1 .box-title p { color: #ffffff; font-weight: 400; font-size: 36px; line-height: 1.5; letter-spacing: -0.68px; } body.page-id-38 main .box-3 .row .col-1 .box-text { margin-bottom: 64px; } body.page-id-38 main .box-3 .row .col-1 .box-text p { color: rgba(255, 255, 255, 0.5); font-weight: 400; font-size: 20px; line-height: 1.5; letter-spacing: -0.38px; } body.page-id-38 main .box-3 .row .col-1 ul { padding: 0; margin: 0; display: flex; flex-direction: row; align-items: center; -moz-column-gap: 40px; column-gap: 40px; } body.page-id-38 main .box-3 .row .col-2 { position: absolute; right: 0; top: 0; bottom: 0; } body.page-id-38 main .box-3 .row .col-2::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #232323 0%, rgba(0, 0, 0, 0) 100%); z-index: 1; } body.page-id-38 main .box-3 .row .col-2 video { height: 100%; width: 640px; -o-object-fit: cover; object-fit: cover; filter: grayscale(1); } body.page-id-38 main .box-4 { padding-top: 190px; padding-bottom: 220px; background: #fafafa; } body.page-id-38 main .box-4 .row { display: flex; flex-direction: row; -moz-column-gap: 100px; column-gap: 100px; align-items: center; } body.page-id-38 main .box-4 .row .col-1 { position: relative; padding-left: 115px; } body.page-id-38 main .box-4 .row .col-1::before { content: attr(box-title); color: #d4d4d4; font-weight: 700; font-size: 16px; line-height: 1; letter-spacing: -0.34px; transform: rotate(180deg); position: absolute; left: 0; top: 0; writing-mode: vertical-rl; padding-top: 24px; background: #fafafa; z-index: 1; } body.page-id-38 main .box-4 .row .col-1::after { content: ""; position: absolute; left: 7px; top: 10px; bottom: 0; width: 1px; background: #d4d4d4; } body.page-id-38 main .box-4 .row .col-1 img { width: 100%; max-width: -moz-fit-content; max-width: fit-content; } body.page-id-38 main .box-4 .row .col-2 { max-width: 403px; } body.page-id-38 main .box-4 .row .col-2 .box-title { margin-bottom: 32px; } body.page-id-38 main .box-4 .row .col-2 .box-title p { color: #232323; font-weight: 400; font-size: 28px; line-height: 1.5; letter-spacing: -0.56px; } body.page-id-38 main .box-4 .row .col-2 .box-text { margin-bottom: 40px; max-width: 390px; } body.page-id-38 main .box-4 .row .col-2 .box-text p { color: #232323; font-weight: 400; font-size: 16px; line-height: 1.5; letter-spacing: -0.32px; } body.page-id-47.no-scroll { overflow: hidden; } body.page-id-47 main { padding-top: 80px; } body.page-id-47 main .box-1 { margin-bottom: 80px; } body.page-id-47 main .box-1 .row .col-1 .box-head h2 { color: #232323; font-weight: 500; font-size: 64px; line-height: 1.2; letter-spacing: -0.96px; } body.page-id-47 main .box-2 { margin-bottom: 180px; } body.page-id-47 main .box-2 .row .tiles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); -moz-column-gap: 32px; column-gap: 32px; row-gap: 40px; } body.page-id-47 main .box-2 .row .tiles .tile .tile--btn { width: 45px; min-width: 45px; height: 45px; line-height: 0; border-radius: 0; margin: 0; padding: 0; position: absolute; display: flex; align-items: center; justify-content: center; background: #ffffff; } body.page-id-47 main .box-2 .row .tiles .tile .tile--btn img { width: 100%; max-width: -moz-fit-content; max-width: fit-content; } body.page-id-47 main .box-2 .row .tiles .tile .tile--wrapper .tile--img { position: relative; margin-bottom: 24px; } body.page-id-47 main .box-2 .row .tiles .tile .tile--wrapper .tile--img > img { width: 100%; } body.page-id-47 main .box-2 .row .tiles .tile .tile--wrapper .tile--img .tile--btn { bottom: 16px; right: 16px; } body.page-id-47 main .box-2 .row .tiles .tile .tile--wrapper .tile--data h3 { color: #d9ba5c; font-weight: 400; font-size: 28px; line-height: 1.2; letter-spacing: -0.56px; margin-bottom: 16px; } body.page-id-47 main .box-2 .row .tiles .tile .tile--wrapper .tile--data p { color: #232323; font-weight: 400; font-size: 16px; line-height: 1.2; letter-spacing: -0.32px; } body.page-id-47 main .box-2 .row .tiles .tile .tile-sidebar { position: fixed; top: 0; right: 0; bottom: 0; z-index: 10; display: none; } body.page-id-47 main .box-2 .row .tiles .tile .tile-sidebar .tile-sidebar-bg { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.35); } body.page-id-47 main .box-2 .row .tiles .tile .tile-sidebar .tile-sidebar--wrapper { position: relative; width: 346px; height: 100%; background: #232323; overflow: auto; } body.page-id-47 main .box-2 .row .tiles .tile .tile-sidebar .tile-sidebar--wrapper .tile--btn { top: 24px; right: 16px; } body.page-id-47 main .box-2 .row .tiles .tile .tile-sidebar .tile-sidebar--wrapper .tile--btn img { transform: rotate(45deg); } body.page-id-47 main .box-2 .row .tiles .tile .tile-sidebar .tile-sidebar--wrapper .tile--img img { width: 100%; } body.page-id-47 main .box-2 .row .tiles .tile .tile-sidebar .tile-sidebar--wrapper .tile--data { padding: 24px; } body.page-id-47 main .box-2 .row .tiles .tile .tile-sidebar .tile-sidebar--wrapper .tile--data .tile--data-head { padding-bottom: 24px; border-bottom: 1px solid #6a6a6a; } body.page-id-47 main .box-2 .row .tiles .tile .tile-sidebar .tile-sidebar--wrapper .tile--data .tile--data-head h3 { color: #d9ba5c; font-weight: 400; font-size: 24px; line-height: 1.2; letter-spacing: -0.45px; margin-bottom: 8px; } body.page-id-47 main .box-2 .row .tiles .tile .tile-sidebar .tile-sidebar--wrapper .tile--data .tile--data-head p { color: #ffffff; font-weight: 400; font-size: 16px; line-height: 1.2; letter-spacing: -0.32px; } body.page-id-47 main .box-2 .row .tiles .tile .tile-sidebar .tile-sidebar--wrapper .tile--data .tile--data-contact { padding: 14px 0 28px 0; margin: 0; border-bottom: 1px solid #6a6a6a; } body.page-id-47 main .box-2 .row .tiles .tile .tile-sidebar .tile-sidebar--wrapper .tile--data .tile--data-contact li { display: flex; flex-direction: column; row-gap: 2px; } body.page-id-47 main .box-2 .row .tiles .tile .tile-sidebar .tile-sidebar--wrapper .tile--data .tile--data-contact li:not(:last-child) { margin-bottom: 14px; } body.page-id-47 main .box-2 .row .tiles .tile .tile-sidebar .tile-sidebar--wrapper .tile--data .tile--data-contact li label { color: #bebebe; font-weight: 400; font-size: 12px; line-height: 1.2; letter-spacing: -0.24px; } body.page-id-47 main .box-2 .row .tiles .tile .tile-sidebar .tile-sidebar--wrapper .tile--data .tile--data-contact li a { color: #ffffff; font-weight: 400; font-size: 14px; line-height: 1.2; letter-spacing: -0.28px; } body.page-id-47 main .box-2 .row .tiles .tile .tile-sidebar .tile-sidebar--wrapper .tile--data .tile--data-text { padding-top: 14px; } body.page-id-47 main .box-2 .row .tiles .tile .tile-sidebar .tile-sidebar--wrapper .tile--data .tile--data-text p { color: #ffffff; font-weight: 400; line-height: 1.3; letter-spacing: -0.28px; } body.page-id-47 main .box-2 .row .tiles .tile .tile-sidebar .tile-sidebar--wrapper .tile--data .tile--data-text .text-1 { margin-bottom: 1.5em; } body.page-id-47 main .box-2 .row .tiles .tile .tile-sidebar .tile-sidebar--wrapper .tile--data .tile--data-text .text-1 p { font-size: 14px; } body.page-id-47 main .box-2 .row .tiles .tile .tile-sidebar .tile-sidebar--wrapper .tile--data .tile--data-text .text-2 p { font-size: 12px; } body.page-id-54 main { padding-top: 80px; } body.page-id-54 main .box-1 { padding-bottom: 100px; } body.page-id-54 main .box-1 .row .col-1 .box-head h2 { color: #232323; font-weight: 500; font-size: 48px; line-height: 1.2; letter-spacing: -0.96px; margin-bottom: 24px; } body.page-id-54 main .box-1 .row .col-1 .box-head h2 strong { color: #d9ba5c; font-weight: 500; } body.page-id-54 main .box-1 .row .col-1 .box-text { margin-bottom: 32px; } body.page-id-54 main .box-1 .row .col-1 .box-text p { color: #232323; font-weight: 400; font-size: 20px; line-height: 1.5; letter-spacing: -0.38px; } body.page-id-54 main .box-2 { position: relative; background: #232323; } body.page-id-54 main .box-2::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 105px; background: linear-gradient(0deg, #d9d9d9 0%, rgba(255, 255, 255, 0) 100%); transform: translateY(-100%); z-index: -1; } body.page-id-54 main .box-2 .row-1 img { width: 100%; max-width: 1920px; height: 250px; margin-left: auto; margin-right: auto; -o-object-fit: cover; object-fit: cover; } body.page-id-54 main .box-2 .row-2 { padding-top: 130px; padding-bottom: 120px; } body.page-id-54 main .box-2 .row-2 .t-row-1 { margin-bottom: 100px; } body.page-id-54 main .box-2 .row-2 .t-row-1 .t-col-1 .t-head { margin-bottom: 24px; } body.page-id-54 main .box-2 .row-2 .t-row-1 .t-col-1 .t-head h2 { color: #ffffff; font-weight: 400; font-size: 36px; line-height: 1.2; letter-spacing: -0.72px; } body.page-id-54 main .box-2 .row-2 .t-row-1 .t-col-1 .t-text p { color: #ffffff; font-weight: 400; font-size: 20px; line-height: 1.5; letter-spacing: -0.38px; } body.page-id-54 main .box-2 .row-2 .t-row-2 { display: flex; flex-direction: row; } body.page-id-54 main .box-2 .row-2 .t-row .t-col-1 { width: 60%; } body.page-id-54 main .box-2 .row-2 .t-row .t-col-2 { width: 40%; } body.page-id-54 main .box-2 .row-2 .t-row .tab-description { padding-left: 48px; border-left: 1px solid #d9ba5c; } body.page-id-54 main .box-2 .row-2 .t-row .tab-description .tab-description--head { margin-bottom: 24px; } body.page-id-54 main .box-2 .row-2 .t-row .tab-description .tab-description--head h3 { color: #d9ba5c; font-weight: 400; font-size: 24px; line-height: 1.1; letter-spacing: -0.48px; } body.page-id-54 main .box-2 .row-2 .t-row .tab-description .tab-description--text { margin-bottom: 40px; } body.page-id-54 main .box-2 .row-2 .t-row .tab-description .tab-description--text p { color: #ffffff; font-weight: 400; font-size: 16px; line-height: 1.5; letter-spacing: -0.32px; } body.page-id-54 main .box-2 .row-2 .t-row .tab-description .tab-description--text p:last-child { margin-bottom: 0; } body.page-id-54 main .box-2 .row-2 .t-row .c-acc { padding: 0; margin: 0; max-width: 630px; margin-right: 30px; } body.page-id-54 main .box-2 .row-2 .t-row .c-acc .c-acc--item:not(:last-child) { border-bottom: 1px solid #6a6a6a; } body.page-id-54 main .box-2 .row-2 .t-row .c-acc .c-acc--item.active .c-acc--head { padding-left: 27px; transition-delay: 0ms; } body.page-id-54 main .box-2 .row-2 .t-row .c-acc .c-acc--item.active .c-acc--head .icon { opacity: 1; visibility: visible; transition-delay: 250ms; } body.page-id-54 main .box-2 .row-2 .t-row .c-acc .c-acc--item.active .c-acc--head span { color: #d9ba5c; transition-delay: 0ms; } body.page-id-54 main .box-2 .row-2 .t-row .c-acc .c-acc--item .c-acc--head { position: relative; transition: all 250ms ease-in-out; cursor: pointer; transition-delay: 250ms; } body.page-id-54 main .box-2 .row-2 .t-row .c-acc .c-acc--item .c-acc--head .icon { position: absolute; display: inline-block; width: 12px; height: 12px; top: 50%; left: 0; transform: translateY(-50%); opacity: 0; visibility: hidden; transition: all 250ms ease-in-out; } body.page-id-54 main .box-2 .row-2 .t-row .c-acc .c-acc--item .c-acc--head .icon::before { content: ""; position: absolute; top: 50%; left: 0; width: 12px; height: 1px; background: #d9ba5c; transform: translateY(-50%); } body.page-id-54 main .box-2 .row-2 .t-row .c-acc .c-acc--item .c-acc--head .icon::after { content: ""; position: absolute; top: 50%; left: 50%; width: 1px; height: 12px; background: #d9ba5c; transform: translateY(-50%) translateX(-50%); } body.page-id-54 main .box-2 .row-2 .t-row .c-acc .c-acc--item .c-acc--head span { display: block; padding: 16px 0; color: #ffffff; font-weight: 400; font-size: 20px; line-height: 1.1; letter-spacing: -0.38px; transition: all 250ms ease-in-out; transition-delay: 250ms; } body.page-id-54 main .box-2 .row-2 .t-row .c-acc .c-acc--item .c-acc--body { display: none; } body.page-id-54 main .box-2 .row-2 .t-row .c-acc .c-acc--item .c-acc--body .c-acc--body-text { padding-bottom: 16px; } body.page-id-54 main .box-2 .row-2 .t-row .c-acc .c-acc--item .c-acc--body .c-acc--body-text p { color: #ffffff; font-weight: 400; font-size: 16px; line-height: 1.5; letter-spacing: -0.32px; } body.page-id-54 main .box-3 { position: relative; background: #fafafa; } body.page-id-54 main .box-3 .row { display: flex; flex-direction: row; -moz-column-gap: 110px; column-gap: 110px; padding: 140px 0; } body.page-id-54 main .box-3 .row .col-1 { position: absolute; left: 0; top: 0; bottom: 0; } body.page-id-54 main .box-3 .row .col-1 img { height: 100%; width: 673px; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; } body.page-id-54 main .box-3 .row .col-2 { width: 100%; max-width: 569px; margin-left: auto; } body.page-id-54 main .box-3 .row .col-2 > p { color: #232323; font-weight: 400; font-size: 20px; line-height: 1.1; letter-spacing: -0.38px; } body.page-id-54 main .box-3 .row .col-2 .box-text { margin-bottom: 95px; } body.page-id-54 main .box-3 .row .col-2 .box-text p { color: #232323; font-weight: 400; font-size: 28px; line-height: 1.5; letter-spacing: -0.56px; } body.page-id-54 main .box-3 .row .col-2 .box-text p strong { color: #d9ba5c; font-weight: 400; } body.page-id-54 main .box-3 .row .col-2 ul { padding: 0; margin: 0; } body.page-id-54 main .box-3 .row .col-2 ul li { padding-top: 16px; padding-bottom: 16px; color: #232323; font-weight: 400; font-size: 20px; line-height: 1.1; letter-spacing: -0.38px; } body.page-id-54 main .box-3 .row .col-2 ul li:not(:last-child) { border-bottom: 1px solid #d4d4d4; } body.page-id-54 main .box-4 { padding-top: 130px; padding-bottom: 160px; } body.page-id-54 main .box-4 .row-1 { margin-bottom: 64px; } body.page-id-54 main .box-4 .row-1 h2 { color: #232323; font-weight: 400; font-size: 20px; line-height: 1.1; letter-spacing: -0.38px; } body.page-id-54 main .box-4 .row-2 .c-acc { padding: 0; margin: 0; } body.page-id-54 main .box-4 .row-2 .c-acc .c-acc--item { border-bottom: 1px solid #d4d4d4; } body.page-id-54 main .box-4 .row-2 .c-acc .c-acc--item:first-child { border-top: 1px solid #d4d4d4; } body.page-id-54 main .box-4 .row-2 .c-acc .c-acc--item.active .c-acc--head .icon::after { height: 0; } body.page-id-54 main .box-4 .row-2 .c-acc .c-acc--item .c-acc--head { position: relative; padding-top: 24px; padding-bottom: 24px; padding-left: 48px; } body.page-id-54 main .box-4 .row-2 .c-acc .c-acc--item .c-acc--head span { color: #232323; font-weight: 400; font-size: 28px; line-height: 1.5; letter-spacing: -0.56px; } body.page-id-54 main .box-4 .row-2 .c-acc .c-acc--item .c-acc--head .icon { position: absolute; display: inline-block; width: 24px; height: 24px; top: 50%; left: 0; transform: translateY(-50%); transition: all 250ms ease-in-out; } body.page-id-54 main .box-4 .row-2 .c-acc .c-acc--item .c-acc--head .icon::before { content: ""; position: absolute; top: 50%; left: 0; width: 24px; height: 1px; background: #d9ba5c; transform: translateY(-50%); } body.page-id-54 main .box-4 .row-2 .c-acc .c-acc--item .c-acc--head .icon::after { content: ""; position: absolute; top: 50%; left: 50%; width: 1px; height: 24px; background: #d9ba5c; transform: translateY(-50%) translateX(-50%); transition: all 250ms ease-in-out; } body.page-id-54 main .box-4 .row-2 .c-acc .c-acc--item .c-acc--body { display: none; } body.page-id-54 main .box-4 .row-2 .c-acc .c-acc--item .c-acc--body .c-acc--body-text { padding-bottom: 24px; } body.page-id-54 main .box-4 .row-2 .c-acc .c-acc--item .c-acc--body .c-acc--body-text p { color: #232323; font-weight: 400; font-size: 20px; line-height: 1.5; letter-spacing: -0.38px; } body.blog main.blog-page { padding-top: 32px; } body.blog main.blog-page .box-1 { margin-bottom: 48px; } body.blog main.blog-page .box-1 .box--wrapper { position: relative; height: 568px; padding: 64px; } body.blog main.blog-page .box-1 .box-bg { position: absolute; inset: 0; filter: brightness(0.7); } body.blog main.blog-page .box-1 .box-bg img { width: 100%; -o-object-fit: cover; object-fit: cover; height: 100%; -o-object-position: center; object-position: center; } body.blog main.blog-page .box-1 .row { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: space-between; row-gap: 40px; height: 100%; } body.blog main.blog-page .box-1 .row .col-1 #breadcrumbs_box .container { padding: 0; } body.blog main.blog-page .box-1 .row .col-1 #breadcrumbs_box #breadcrumbs { color: #ffffff; } body.blog main.blog-page .box-1 .row .col-2 .box-head { max-width: 785px; margin-bottom: 32px; } body.blog main.blog-page .box-1 .row .col-2 .box-head h2 { color: #ffffff; font-weight: 500; font-size: 48px; line-height: 1.2; letter-spacing: -0.96px; } body.blog main.blog-page .box-2 { padding-bottom: 150px; } body.blog main.blog-page .box-2 .posts-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 64px; margin-bottom: 100px; } body.blog main.blog-page .box-2 .posts-more { text-align: center; } body.blog main.blog-page .box-2 .posts-more a { display: inline-flex; flex-direction: row; gap: 16px; } body.blog main.blog-page .box-2 .posts-more a:hover .loader::after, body.blog main.blog-page .box-2 .posts-more a:hover .loader::before { background: #ffffff; } body.blog main.blog-page .box-2 .posts-more a .loader { width: 16px; height: 16px; display: inline-block; position: relative; margin-top: -3px; display: none; } body.blog main.blog-page .box-2 .posts-more a .loader::after, body.blog main.blog-page .box-2 .posts-more a .loader::before { content: ""; box-sizing: border-box; width: 20px; height: 20px; border-radius: 50%; background: #d9ba5c; position: absolute; left: 0; top: 0; animation: animloader 1s linear infinite; transition: all 250ms ease-in-out; } body.blog main.blog-page .box-2 .posts-more a .loader::after { opacity: 0; animation-delay: 0.5s; } @keyframes animloader { 0% { transform: scale(0); opacity: 1; } 100% { transform: scale(1); opacity: 0; } } body.page-id-59 main { padding-top: 80px; } body.page-id-59 main .box-1 { margin-bottom: 110px; } body.page-id-59 main .box-1 .row { display: flex; flex-direction: row; -moz-column-gap: 80px; column-gap: 80px; } body.page-id-59 main .box-1 .row .col-1 { flex: 1; } body.page-id-59 main .box-1 .row .col-1 .box-head { max-width: 700px; margin-top: 24px; margin-bottom: 24px; } body.page-id-59 main .box-1 .row .col-1 .box-head h2 { color: #232323; font-weight: 500; font-size: 64px; line-height: 1.2; letter-spacing: -0.96px; } body.page-id-59 main .box-1 .row .col-1 .box-text { margin-bottom: 48px; } body.page-id-59 main .box-1 .row .col-1 .box-text p { color: #232323; font-weight: 500; font-size: 20px; line-height: 1.5; letter-spacing: -0.38px; } body.page-id-59 main .box-1 .row .col-1 .contact-cards { margin-bottom: 80px; display: flex; flex-direction: row; -moz-column-gap: 80px; column-gap: 80px; row-gap: 40px; } body.page-id-59 main .box-1 .row .col-1 .contact-cards .contact-card .card-title { margin-bottom: 16px; } body.page-id-59 main .box-1 .row .col-1 .contact-cards .contact-card .card-title h3 { color: #232323; font-weight: 500; font-size: 16px; line-height: 1.5; letter-spacing: -0.32px; } body.page-id-59 main .box-1 .row .col-1 .contact-cards .contact-card .card-data { padding-left: 24px; border-left: 1px solid #d9ba5c; } body.page-id-59 main .box-1 .row .col-1 .contact-cards .contact-card .card-data p { color: #232323; font-weight: 400; font-size: 16px; line-height: 1.5; letter-spacing: -0.32px; } body.page-id-59 main .box-1 .row .col-1 .contact-cards .contact-card .card-data ul { padding: 0; margin: 0; } body.page-id-59 main .box-1 .row .col-1 .contact-cards .contact-card .card-data ul li a { color: #232323; font-weight: 500; font-size: 16px; line-height: 1.5; letter-spacing: -0.32px; } body.page-id-59 main .box-1 .row .col-1 .contact-description p { color: #747474; font-weight: 500; font-size: 16px; line-height: 1.5; letter-spacing: -0.32px; } body.page-id-59 main .box-1 .row .col-2 { flex-basis: 500px; } body.page-id-59 footer { position: relative; } body.page-id-59 footer::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 105px; background: linear-gradient(0deg, #d9d9d9 0%, rgba(255, 255, 255, 0) 100%); transform: translateY(-100%); z-index: -1; }/*# sourceMappingURL=custom.css.map */