.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}:root {
--white: #fff;
--orange: #d35400;
--black: #070707;
--gray: #b1b1b1;
--btn-bg: var(--black);
--btn-color: var(--white);
}
*::selection {
background-color: var(--white);
color: var(--orange);
}
img::selection {
background-color: transparent;
}
* {
margin: 0;
padding: 0;
font-family: Poppins;
font-weight: 400;
font-style: normal;
line-height: normal;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*:focus {
outline: none;
}
html,
body {
height: 100%;
width: 100%;
scroll-behavior: smooth;
}
body {
display: flex;
flex-direction: column;
}
main {
flex: auto;
}
ol,
ul {
list-style: none;
}
a {
text-decoration: none;
}
strong {
font-weight: 700;
}
b {
font-weight: 500;
}
img {
width: 100%;
height: auto;
}
input,
textarea,
select {
vertical-align: middle;
padding: 0;
box-sizing: border-box;
resize: none;
border: 1px solid transparent;
color: #000c49;
background-color: #fff;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
color: var(--white);
font-size: 16px;
}
textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
color: #b9b9b9;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-background-clip: text;
-webkit-text-fill-color: #fff;
transition: background-color 5000s ease-in-out 0s;
box-shadow: inset 0 0 20px 20px transparent;
}
.hover {
transition: opacity 0.4s;
}
.hover:hover {
opacity: 0.5;
}
.container {
display: block;
position: relative;
width: 1440px;
padding: 0;
margin: 0 auto;
height: 100%;
}    .header {
position: absolute;
top: 0;
width: 100%;
background-color: var(--dark, #070707);
z-index: 10;
padding-top: 20px;
}
.header-logo {
max-width: 208px;
}
section {
overflow: hidden;
}
.header-relative {
position: relative;
z-index: 11;
}
.header__inner {
display: flex;
align-items: center;
gap: 10px;
justify-content: space-between;
}
.header-nav {
display: flex;
align-items: center;
gap: 0px;
}
.header__nav-link {
color: var(--white);
font-family: "Poppins";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 110.16%;
transition: all 0.45s;
padding: 15px 20px;
border-radius: 10px;
display: block;
}
.header__nav-link:hover {
background-color: rgba(255, 255, 255, 0.1);
text-shadow: 0px 0px 0.5px var(--white);
}
.menu {
display: none;
}
.header__r {
display: flex;
align-items: center;
gap: 20px;
}  .mobile-menu {
position: fixed;
z-index: 1;
background-color: var(--black);
width: 100%;
height: 100vh;
top: 0;
left: 0;
transition: all 0.45s;
transform: translateX(-110%);
display: none;
}
.mobile-menu__outer {
width: 100%;
height: 100%;
position: relative;
}
.mobile-menu__circle {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%) translateX(-50%);
border-radius: 320px;
width: 320px;
height: 320px;
background: var(--orange);
filter: blur(250px);
-webkit-filter: blur(250px);
}
.mobile-menu.active {
transform: translateX(0);
}
.mobile-menu__inner {
padding-top: 150px;
width: 100%;
height: 100%;
padding-bottom: 20px;
display: flex;
flex-direction: column;
align-items: center;
gap: 40px;
}
.mobile-menu__self {
display: flex;
align-items: center;
flex-direction: column;
}
.line {
fill: none;
stroke-linecap: round;
stroke-linejoin: round;
stroke: var(--white);
stroke-width: 3;
transition:
stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
stroke-dasharray: 60 207;
stroke-width: 6;
}
.line2 {
stroke-dasharray: 60 75;
stroke-width: 6;
stroke-dashoffset: -134;
}
.line3 {
stroke-dasharray: 60 207;
stroke-width: 6;
}
.opened .line1 {
stroke-dasharray: 90 207;
stroke-dashoffset: -134;
stroke-width: 6;
}
.opened .line2 {
stroke-dasharray: 1 60;
stroke-dashoffset: -90;
stroke-width: 6;
}
.opened .line3 {
stroke-dasharray: 90 207;
stroke-dashoffset: -134;
stroke-width: 6;
} body {
background-color: var(--black);
color: var(--white);
}
body.fixed {
overflow: hidden;
}
.orange--hover {
cursor: pointer;
color: var(--white);
transition: 0.4s all;
}
.orange--hover:hover {
color: var(--orange);
}
.m-t {
margin-top: 130px;
}
.p-t {
padding-top: 130px;
}
.mk--btn {
min-width: max-content;
cursor: pointer;
width: max-content;
display: flex;
gap: 10px;
align-items: center;
justify-content: center;
padding: 14px 30px;
border-radius: 10px;
outline: none;
border: none;
background: var(--btn-bg);
color: var(--btn-color);
text-align: center;
font-size: 18px;
font-weight: 500;
line-height: 110%;
transition: 0.4s all;
border: 1px solid transparent;
}
.mk--btn.orange {
--btn-bg: var(--orange);
}
.mk--btn.black {
--btn-bg: var(--black);
}
.mk--btn.white {
--btn-bg: var(--black);
--btn-color: var(--white);
border-color: var(--white);
}
.mk--btn:hover {
background: var(--btn-color);
color: var(--btn-bg);
} .title-h2 {
color: #fff;
font-variant-numeric: lining-nums proportional-nums;
font-family: "Playfair Display";
font-size: 64px;
font-style: normal;
font-weight: 500;
line-height: 110%; letter-spacing: -3.2px;
}
.text-24-400 {
font-family: Poppins;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 120%;
} .footer {
padding: 90px 0 50px;
}
.footer__inner {
display: flex;
flex-direction: column;
gap: 80px;
}
.footer .top {
display: flex;
justify-content: space-between;
align-items: end;
gap: 20px;
}
.footer .top .title-h2-footer {
max-width: 975px;
color: var(--white);
font-family: "Playfair Display";
font-size: 64px;
font-weight: 600;
line-height: 102.765%;
letter-spacing: -1.92px;
}
.footer .center {
display: flex;
justify-content: space-between;
}
.footer .center .title {
color: var(--white);
font-family: "Playfair Display";
font-size: 16px;
font-weight: 600;
line-height: 145%;
letter-spacing: -0.08px;
}
.footer .center ul {
margin-top: 20px;
display: flex;
flex-direction: column;
gap: 10px;
}
.footer .center ul a {
opacity: 0.8;
display: block;
font-size: 16px;
font-weight: 400;
line-height: 120%; }
.footer-social {
display: flex;
flex-direction: column;
gap: 25px;
}
.footer-social .text-orange {
color: var(--orange);
text-align: justify;
font-size: 16px;
font-weight: 300;
line-height: 100%; letter-spacing: -1px;
}
.footer-social .text-white {
margin-top: 10px;
text-align: justify;
font-size: 16px;
font-weight: 400;
line-height: 100%; letter-spacing: -1px;
}
.footer-social_wrap {
display: flex;
gap: 10px;
align-items: center;
}
.footer-social_wrap a {
margin-top: 40px;
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 500px;
border: 1px solid #fff;
}
.footer-bottom_text {
margin-top: 25px;
display: flex;
justify-content: space-between;
align-items: center;
}
.footer-bottom_text p,
.footer-bottom_text p a {
color: rgba(255, 255, 255, 0.55);
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 107%; letter-spacing: -0.08px;
}
.footer-bottom_text p a {
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}
.footer-logo svg {
width: 100%;
height: auto;
}  .proofForm .container {
border-radius: 30px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 90px;
background-image: url(//proofoftalk.io/wp-content/themes/proof/assets/images/form-img.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding: 86px 40px 66px 40px;
}
.proofForm-content {
max-width: 580px;
padding: 50px 30px;
border-radius: 40px;
background: rgba(255, 255, 255, 0.05);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
}
.proofForm-content .title-h2 {
text-align: center;
}
.proofForm-descr {
margin-top: 20px;
text-align: center;
color: rgba(255, 255, 255, 0.8);
font-size: 18px;
font-weight: 400;
line-height: 120%; letter-spacing: -0.09px;
}
.proofForm .form--wrap {
margin-top: 40px;
}
.input {
width: 100%;
display: flex;
padding: 15px 20px;
border-radius: 10px;
background: rgba(255, 255, 255, 0.1);
color: var(--white);
font-family: Poppins;
font-size: 16px;
font-weight: 400;
}
.proofForm .mk--btn {
margin-top: 20px;
width: 100%;
}  .textAnimation {
min-height: 100vh;
}
.textAnimation--inner {
display: flex;
align-items: center;
flex-direction: column;
justify-content: space-between;
gap: 30px;
width: 100%;
height: 100%;
position: relative;
padding: 200px 0 150px;
}
.textAnimation--wrap {
flex: 1;
}
.textAnimation-back {
text-align: center;
color: var(--orange);
text-align: center;
font-family: "Playfair Display";
font-size: 107px;
font-style: normal;
font-weight: 500;
line-height: 110%;
letter-spacing: -3.21px;
text-transform: capitalize;
}  .aboutText {
padding-bottom: 220px; background-color: #fff;
background-image: url(//proofoftalk.io/wp-content/themes/proof/assets/images/bottomgrad.webp);
background-position: bottom -1px center;
background-repeat: no-repeat;
background-size: contain;
}
.aboutText--inner {
display: flex;
flex-direction: column;
align-items: center;
gap: 24px;
}
.aboutText--link {
display: flex;
align-items: center;
gap: 60px;
}
.aboutText--link a {
display: block;
color: var(--orange);
font-size: 18px;
font-weight: 500;
line-height: 150%;
}
.aboutText--content {
max-width: 1088px;
}
.aboutText--content,
.aboutText--content span {
display: inline;
text-align: center;
color: var(--black);
font-size: 40px;
font-weight: 400;
line-height: 150%;
letter-spacing: -1.2px;
}
.aboutText--content span {
color: var(--orange);
font-family: "Playfair Display";
font-style: italic;
font-weight: 600;
}
.aboutText--content img {
transform: translateY(10px);
margin: 0 10px;
display: inline-block;
width: 48px;
height: 48px;
}  .greatest {
padding-bottom: 20px;
position: relative;
}
.greatest--inner {
display: flex;
flex-direction: column;
align-items: center;
}
.greatest--inner .container {
display: flex;
flex-direction: column;
gap: 65px;
align-items: center;
justify-content: center;
}
.greatest--inner .title-h2 {
max-width: 1240px;
text-align: center;
}
.greatest--inner .title-h2 {
max-width: 60%;
}
.greatest--inner .text-24-400 {
max-width: 760px;
opacity: 0.7;
text-align: center;
margin-top: 30px;
}
.greatest--inner .img {
margin: 40px 0 0 0;
display: flex;
justify-content: center;
}
.greatest-elem {
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: center;
}
.greatest-item {
padding: 15px 20px;
border-radius: 15px;
background: rgba(255, 255, 255, 0.05);
display: flex;
align-items: center;
gap: 10px;
}
.greatest-img {
display: flex;
width: 105px;
height: 38px;
padding: 6px 8px;
align-items: center;
}
.greatest-item .white,
.greatest-item .white span {
font-size: 16px;
font-style: italic;
font-weight: 400;
line-height: 88.992%; }
.greatest-item .white span {
font-weight: 600;
}
.greatest-item .orange {
margin-top: 6px;
color: var(--orange);
font-size: 14px;
font-weight: 600;
line-height: 88.992%; }
.greatest-btn {
margin-top: 40px;
display: flex;
align-items: center;
gap: 22px;
}  .gradient-svg {
background-color: var(--white);
}
.gradient-svg svg {
width: 100%;
}
.gradient-svg-wrap img {
display: block;
}  .numbersSpeak {
overflow: visible;
}
.numbersSpeak--inner {
position: relative;
min-height: auto;
}
.numbersSpeak--text {
top: 0;
width: 100%;
position: absolute;
height: 100%;
}
.numbersSpeak--text-stiky {
top: 0;
position: sticky;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 75vh;
}
.numbersSpeak--text p {
text-align: center;
font-family: "Playfair Display";
font-size: 147.488px;
font-weight: 500;
line-height: 110%;
letter-spacing: -10.324px;
}
.numbersSpeak--wrap {
position: relative;
max-height: 1450px;
height: auto;
width: 100%;
z-index: 2;
}
.numbersSpeak--item {
position: relative;
display: flex;
max-width: 465px;
padding: 50px 30px;
flex-direction: column;
align-items: center;
gap: 20px;
border-radius: 40px;
background: rgba(255, 255, 255, 0.05);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
}
.numbersSpeak--item .title {
text-align: center;
font-family: "Playfair Display";
font-size: 20px;
font-weight: 400;
line-height: 101%;
letter-spacing: -0.6px;
}
.numbersSpeak--item .num {
color: var(--orange);
text-align: center;
font-variant-numeric: lining-nums proportional-nums;
font-family: "Playfair Display";
font-size: 96px;
font-weight: 400;
line-height: 110%;
letter-spacing: -2.88px;
}
.numbersSpeak--item .text {
text-align: center;
font-size: 24px;
font-weight: 400;
line-height: 100%; letter-spacing: -0.48px;
}
.numbersSpeak--item.item2 {
left: 50%;
}
.numbersSpeak--item.item3 {
margin-left: auto;
}
.numbersSpeak--item.item4 {
margin-left: 10%;
}
.numbersSpeak--item.item5 {
margin-left: 45%;
}
.numbersSpeak--about {
display: flex;
align-items: stretch;
gap: 10px;
max-width: 1176px;
margin: 70px auto 0;
}
.numbersSpeak--about .img {
flex-shrink: 0;
width: 315px;
height: 315px;
border-radius: 20px;
overflow: hidden;
background: rgba(255, 255, 255, 0.05);
}
.numbersSpeak--about .text {
display: flex;
flex-direction: column;
justify-content: center;
padding: 40px 20px;
border-radius: 15px;
background: rgba(255, 255, 255, 0.05);
}
.numbersSpeak--about .text .title {
color: #fff;
font-family: "Playfair Display";
font-size: 25px;
font-style: italic;
font-weight: 700;
line-height: 110%; }
.numbersSpeak--about .text .name {
margin-top: 28px;
font-size: 20px;
font-weight: 500;
line-height: 105%; letter-spacing: -0.6px;
text-transform: capitalize;
}
.numbersSpeak--about .text .position {
margin-top: 5px;
color: var(--orange);
font-size: 18px;
font-weight: 400;
line-height: 110%;
}  .contentCouncil {
padding-top: 60px;
}
.contentCouncil-title {
margin: 40px 0;
display: flex;
justify-content: space-between;
align-items: end;
}
.contentCouncil-title .text {
font-size: 32px;
font-weight: 400;
line-height: 110%;
letter-spacing: -1.6px;
}
.contentCouncil--img {
margin: 0 auto;
max-width: 1195px;
}
.contentCouncil-wrap {
margin-top: 20px;
display: flex;
gap: 20px;
justify-content: space-between;
}
.contentCouncil-item {
display: flex;
flex-direction: column;
gap: 15px;
}
.contentCouncil-item .name {
font-size: 24px;
font-weight: 600;
line-height: 110%; letter-spacing: -1.2px;
}
.contentCouncil-item .text {
color: #b1b1b1;
font-size: 20px;
font-weight: 400;
line-height: 110%;
letter-spacing: -1px;
}
.contentCouncil-item .img {
flex: 1;
display: flex;
align-items: center;
justify-content: center;
width: 198px;
padding: 17px 20px;
}
.contentCouncil-bottom {
margin-top: 20px;
display: flex;
flex-direction: column;
gap: 20px;
align-items: center;
}
.contentCouncil-bottom .text-orange {
color: var(--orange);
text-align: center;
font-family: "Playfair Display";
font-size: 36px;
font-weight: 600;
line-height: 110%;
}  .focus-slider {
margin-top: 40px;
}
.focusSwiper .swiper-slide {
height: auto;
}
.focus-item .img {
border-radius: 5px;
height: 455px;
overflow: hidden;
}
.focus-item .img img {
height: 100%;
object-fit: cover;
object-position: center;
}
.focus-item .num {
margin-top: 20px;
font-variant-numeric: lining-nums proportional-nums;
font-family: "Playfair Display";
font-size: 36px;
font-weight: 600;
line-height: 120%;
letter-spacing: -1.08px;
}
.focus-item .title {
margin-top: 10px;
font-size: 24px;
font-weight: 600;
line-height: 120%;
letter-spacing: -0.72px;
}
.focus-item .text,
.focus-item .text span {
margin-top: 25px;
font-size: 18px;
font-weight: 400;
line-height: 120%;
letter-spacing: -0.54px;
}
.focus-item .text span {
color: var(--orange);
} .greatest--first .greatest-img {
display: flex;
justify-content: center;
width: 60px;
height: 38px;
padding: 5px;
align-items: center;
}
.greatest-img {
display: flex;
justify-content: center;
width: 105px;
height: 38px;
padding: 6px 8px;
align-items: center;
}
.greatest--first .greatest-item {
background: none;
}
.greatest-img img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
display: block;
}
.full-video__wrap {
max-width: 1025px;
width: 100%;
border-radius: 32px;
overflow: hidden;
perspective: 1200px;
}
.soldOut .title-h2 {
text-align: center;
}
.soldOut--btn {
margin-top: 40px;
display: flex;
justify-content: center;
gap: 20px;
}
.soldOut-content {
margin-top: 40px;
display: flex;
justify-content: center;
}
.full-video__wrap .video-block {
width: 100%;
height: 100%;
min-height: 600px;
object-fit: cover;
object-position: center;
border-radius: unset;
max-width: 100%;
max-height: 100%;
will-change: transform, filter, opacity;
}
.video-block {
background-color: var(--white);
display: flex;
position: relative;
border-radius: 32px;
overflow: hidden;
cursor: pointer;
}
.video-block__poster {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
object-position: top;
}
.video-block__play {
position: absolute;
inset: 0;
margin: auto;
width: 132px;
height: 147px;
border: none;
background: transparent;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.video-block__player {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.video-block__play::before {
content: "";
width: 132px;
height: 147px;
background-image: url(//proofoftalk.io/wp-content/themes/proof/assets/images/play.png);
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}
.text-white {
color: var(--white);
}
.text-semi-white {
color: rgba(255, 255, 255, 0.7);
} .slider__inner {
display: flex;
align-items: flex-start;
gap: 70px;
}
.slider__l {
display: flex;
flex-direction: column;
max-width: 514px;
width: 100%;
gap: 80px;
flex-shrink: 0;
}
.slider__l > div {
display: flex;
flex-direction: column;
gap: 30px;
}
.slider__r {
flex: 1;
}
.slider__r-mobile {
display: none;
}
.slider__r-desktop {
display: flex;
align-items: flex-start;
gap: 10px;
position: relative;
padding-bottom: 110px;
}
.slider-card {
width: 100%;
aspect-ratio: 1;
position: relative;
border-radius: 20px;
overflow: hidden;
background-color: rgba(255, 255, 255, 0.05);
position: relative;
}
.slider-card img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
transition: all 0.45s;
opacity: 0;
}
.slider-card img.active {
opacity: 1;
}
.slider-card__first {
flex-shrink: 0;
flex-grow: 1;
max-width: 315px;
}
.slider-block {
width: 100%;
position: absolute;
z-index: 1;
right: 0;
bottom: 0;
display: flex;
align-items: flex-end;
justify-content: flex-end;
gap: 180px;
}
.slider-block__main {
display: flex;
flex-direction: column;
gap: 5px;
width: 100%;
max-width: 381px;
}
.slider-line {
height: 5px;
width: 100%;
}
.slider-line__inner {
width: 0%;
height: 100%;
background-color: var(--orange);
border-radius: 3px;
transition: all 0.45s ease;
}
.slider-text {
border-radius: 15px;
background: rgba(255, 255, 255, 0.05);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
padding: 40px 20px;
display: flex;
flex-direction: column;
gap: 30px;
transition: all 0.45s;
}
.slider-text-main {
color: var(--white);
font-family: "Playfair Display";
font-size: 32px;
font-style: italic;
font-weight: 500;
line-height: 120%;
}
.slider-text-name {
color: var(--white);
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 105%;
letter-spacing: -0.6px;
text-transform: capitalize;
}
.slider-text-position {
color: var(--orange);
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 110%;
}  .slider-btn {
color: var(--white);
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
overflow: hidden;
flex-shrink: 0;
border-radius: 50%;
background-color: rgba(255, 255, 255, 0.05);
transition: all 0.45s;
cursor: pointer;
border: none;
outline: none;
}
.slider-btn-prev {
transform: rotate(-180deg);
}
.slider-btn.swiper-button-disabled,
.slider-btn.slider-btn--disabled {
cursor: not-allowed;
opacity: 0.5;
}
.slider-block__nav {
display: flex;
align-items: center;
gap: 10px;
flex-shrink: 0;
}   .hero2__img video {
width: 100%;
height: 100%;
object-fit: cover;
}
.hero-circle {
aspect-ratio: 1;
width: 320px;
border-radius: 321.83px;
background: var(--orange);
filter: blur(250px);
-webkit-filter: blur(250px);
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.hero__inner {
display: flex;
flex-direction: column;
align-items: center;
gap: 140px;
justify-content: center;
padding: 120px 0px 40px;
height: 100%;
}
.hero__title {
color: var(--white);
font-family: "Playfair Display";
font-size: 96px;
font-style: normal;
font-weight: 400;
line-height: 101%;
letter-spacing: -4.8px;
display: flex;
width: 100%;
flex-direction: column;
gap: 10px;
}
.hero__title span {
color: inherit;
font: inherit;
}
.hero2__title-w2 {
text-align: right;
}
.hero__texts {
padding-bottom: 40px;
flex: 1;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 40px;
width: 100%;
align-items: end;
}
.hero__texts div {
display: flex;
flex-direction: column;
align-items: center;
}
.hero__text {
color: var(--white); font-family: "Poppins", sans-serif;
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 110%;
letter-spacing: -0.96px;
margin-bottom: 5px;
}
.hero__subtext {
color: var(--white); font-family: "Poppins", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 110%;
letter-spacing: -0.18px;
}   .loader {
position: fixed;
inset: 0;
z-index: 9999;
background: #000;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
transition: opacity 0.6s ease;
}
.loader.hidden {
opacity: 0;
pointer-events: none;
}
.loader-text {
font-family: "Playfair Display", serif;
font-size: 1rem;
font-weight: 400;
letter-spacing: 0.15em;
color: rgba(255, 255, 255, 0.5);
margin-bottom: 1.5rem;
}
.loader-bar {
width: 200px;
height: 1px;
background: rgba(255, 255, 255, 0.1);
border-radius: 2px;
overflow: hidden;
}
.loader-fill {
height: 100%;
width: 0%;
background: #fff;
border-radius: 2px;
transition: width 0.15s linear;
} .hero {
position: relative;
height: 500vh;
overflow: visible;
}
.hero-sticky {
position: sticky;
top: 0;
height: 100vh;
height: 100dvh;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
}
.hero-canvas {
position: absolute;
inset: 0;
}
.hero-canvas canvas,
.hero-canvas video {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
will-change: contents;
} .hero-overlay {
position: absolute;
inset: 0;
background: linear-gradient(
to bottom,
rgba(0, 0, 0, 0.3) 0%,
rgba(0, 0, 0, 0.1) 30%,
rgba(0, 0, 0, 0.1) 50%,
rgba(0, 0, 0, 0.35) 100%
);
pointer-events: none;
z-index: 1;
opacity: 0;
transition: opacity 0.3s ease;
}
.hero-overlay.visible {
opacity: 1;
} .hero-text-container {
position: absolute;
inset: 0;
z-index: 2;
pointer-events: none;
display: flex;
flex-direction: column;
justify-content: center;
padding: 0 5vw;
}
.hero-text-line1 {
font-family: "Playfair Display", serif;
font-weight: 400;
font-style: normal;
font-size: clamp(2.5rem, 6.5vw, 5.5rem);
line-height: 1.1;
color: #fff;
opacity: 0;
transform: translateX(-80px);
transition:
opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
max-width: 55%;
text-shadow: 0 2px 30px rgba(0, 0, 0, 0.4);
}
.hero-text-line1.visible {
opacity: 1;
transform: translateX(0);
}
.hero-text-line2 {
font-family: "Playfair Display", serif;
font-weight: 400;
font-style: normal;
font-size: clamp(2.5rem, 6.5vw, 5.5rem);
line-height: 1.1;
color: #fff;
opacity: 0;
transform: translateX(80px);
transition:
opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
align-self: flex-end;
text-align: right;
max-width: 55%;
margin-top: 1rem;
text-shadow: 0 2px 30px rgba(0, 0, 0, 0.4);
}
.hero-text-line2.visible {
opacity: 1;
transform: translateX(0);
} .hero-stats {
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: 3;
display: flex;
justify-content: center;
gap: 4vw;
padding: 2rem 2.5rem;
background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
opacity: 0;
transform: translateY(20px);
transition:
opacity 0.8s ease,
transform 0.8s ease;
}
.hero-stats.visible {
opacity: 1;
transform: translateY(0);
}
.stat {
text-align: center;
}
.stat-value {
font-family: "Poppins", sans-serif;
font-weight: 700;
font-size: clamp(1.1rem, 2vw, 1.5rem);
color: #fff;
letter-spacing: -0.01em;
}
.stat-label {
font-family: "Poppins", sans-serif;
font-size: clamp(0.65rem, 1vw, 0.8rem);
color: rgba(255, 255, 255, 0.65);
margin-top: 0.25rem;
font-weight: 400;
} .scroll-indicator {
position: absolute;
bottom: 5.5rem;
left: 50%;
transform: translateX(-50%);
z-index: 3;
width: 28px;
height: 2px;
background: rgba(255, 255, 255, 0.5);
border-radius: 2px;
opacity: 0;
transition: opacity 0.6s ease;
}
.scroll-indicator.visible {
opacity: 1;
} .nav-hamburger {
display: none;
flex-direction: column;
gap: 5px;
cursor: pointer;
padding: 5px;
}
.nav-hamburger span {
width: 22px;
height: 1.5px;
background: #fff;
border-radius: 2px;
} @media (max-width: 900px) {
.nav-links {
display: none;
}
.nav-hamburger {
display: flex;
margin-left: auto;
}
.nav {
padding: 1rem 1.5rem;
}
.hero-text-line1,
.hero-text-line2 {
max-width: 90%;
font-size: clamp(1.8rem, 5vw, 3.5rem);
}
.hero-text-line2 {
margin-top: 2.5rem;
}
.hero-overlay {
background: linear-gradient(
to bottom,
rgba(0, 0, 0, 0.45) 0%,
rgba(0, 0, 0, 0.25) 30%,
rgba(0, 0, 0, 0.25) 50%,
rgba(0, 0, 0, 0.5) 100%
);
}
.hero-stats {
gap: 2rem;
padding: 1.5rem 1rem;
}
.nav-cta {
display: none;
}
} .hero-spacer {
height: 500vh;
} .cta-section {
position: sticky;
top: 0;
z-index: 10;
background: #0a0806;
padding: 8rem 2rem;
min-height: 100vh;
min-height: 100dvh;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
overflow: hidden;
}
.cta-bg {
position: absolute;
inset: 0;
background: url(//proofoftalk.io/wp-content/themes/proof/assets/css/louvre-bg.png) center bottom / cover no-repeat;
opacity: 0.12;
pointer-events: none;
}
.cta-eyebrow {
position: relative;
z-index: 1;
font-family: "Poppins", sans-serif;
font-size: 0.75rem;
font-weight: 500;
letter-spacing: 0.25em;
text-transform: uppercase;
color: #d35400;
margin-bottom: 3rem;
}
.cta-eyebrow span {
color: rgba(255, 255, 255, 0.35);
margin: 0 0.75rem;
}
.cta-heading {
position: relative;
z-index: 1;
font-family: "Playfair Display", serif;
font-weight: 400;
font-size: clamp(2.5rem, 6vw, 5rem);
line-height: 1.15;
color: #fff;
max-width: 700px;
margin-bottom: 0.5rem;
}
.cta-heading em {
font-style: italic;
color: #d35400;
}
.cta-subtitle {
position: relative;
z-index: 1;
font-family: "Playfair Display", serif;
font-style: italic;
font-weight: 400;
font-size: clamp(1rem, 2vw, 1.25rem);
color: rgba(255, 255, 255, 0.45);
margin-top: 1.5rem;
margin-bottom: 2.5rem;
}
.cta-stats {
position: relative;
z-index: 1;
display: flex;
gap: 2rem;
margin-bottom: 3rem;
font-family: "Poppins", sans-serif;
font-size: 0.7rem;
font-weight: 500;
letter-spacing: 0.15em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.4);
}
.cta-buttons {
position: relative;
z-index: 1;
display: flex;
gap: 1rem;
align-items: center;
}
.cta-btn-primary {
font-family: "Poppins", sans-serif;
background: #d35400;
color: #fff;
padding: 1rem 2.25rem;
border: none;
border-radius: 0;
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 0.15em;
text-transform: uppercase;
cursor: pointer;
text-decoration: none;
transition: background 0.2s;
}
.cta-btn-primary:hover {
background: #b84a00;
}
.cta-btn-secondary {
font-family: "Poppins", sans-serif;
background: transparent;
color: #fff;
padding: 1rem 2.25rem;
border: 1px solid rgba(255, 255, 255, 0.3);
border-radius: 0;
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 0.15em;
text-transform: uppercase;
cursor: pointer;
text-decoration: none;
transition:
border-color 0.2s,
background 0.2s;
}
.cta-btn-secondary:hover {
border-color: rgba(255, 255, 255, 0.6);
background: rgba(255, 255, 255, 0.05);
}
@media (max-width: 900px) {
.cta-section {
padding: 5rem 1.5rem;
}
.cta-stats {
flex-direction: column;
gap: 0.75rem;
}
.cta-buttons {
flex-direction: column;
width: 100%;
max-width: 320px;
}
.cta-btn-primary,
.cta-btn-secondary {
width: 100%;
text-align: center;
}
}  .hero2 {
width: 100%;
height: 100vh;
overflow: hidden;
position: relative;
}
.hero2__img {
position: absolute;
inset: 0;
}
.hero2__img picture {
display: block;
width: 100%;
height: 100%;
}
.hero2__img img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: bottom;
}
.hero2__title {
color: var(--white);
font-variant-numeric: lining-nums proportional-nums;
font-family: "Playfair Display";
font-size: 128px;
font-style: normal;
font-weight: 400;
line-height: 90%;
letter-spacing: -6.4px;
margin-top: 155px;
max-width: 795px;
}  .mk-grid__main {
display: grid;
perspective: 600px;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
}
.mk-grid__card {
border-radius: 40px;
background-color: #131313;
height: 270px;
overflow: hidden;
}
.mk-grid__card--double {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
grid-column: 2 / 4;
grid-row: 2;
}
.mk-grid__card--def {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 10px;
padding: 20px;
}
.mk-grid__upnum {
color: var(--white);
text-align: center;
font-family: "Playfair Display";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 101%;
letter-spacing: -0.54px;
}
.mk-grid__num {
color: var(--orange);
text-align: center;
font-variant-numeric: lining-nums proportional-nums;
font-family: "Playfair Display";
font-size: 50px;
font-style: normal;
font-weight: 400;
line-height: 110%;
letter-spacing: -1.5px;
}
.mk-grid__unnum {
color: var(--white);
text-align: center;
font-family: "Poppins", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 100%;
letter-spacing: -0.4px;
}
.mk-grid__img {
position: relative;
height: 100%;
}
.mk-grid__content {
padding: 20px;
display: flex;
flex-direction: column;
gap: 20px;
justify-content: center;
}
.mk-grid__text {
color: var(--white);
font-family: "Playfair Display";
font-size: 20px;
font-style: normal;
font-weight: 300;
line-height: 110%;
}
.mk-grid__img img {
position: absolute;
bottom: 0;
left: 20px;
width: calc(100% - 40px);
height: 100%;
object-fit: contain;
object-position: bottom;
}  .partners-grid__inner {
display: flex;
align-items: center;
flex-direction: column;
gap: 40px;
width: 100%;
}
.partners-grid__btns {
display: flex;
align-items: center;
gap: 40px;
}
.partners-grid__self {
display: flex;
gap: 15px;
flex-wrap: wrap;
align-items: center;
justify-content: center;
margin: 0px auto;
}
.partners-grid__self--on-main {
max-width: 1150px;
}
.partners-grid__cell {
width: 179px;
height: 60px;
flex-shrink: 0;
}
.partners-grid__cell img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}  .mk-greatest__inner {
display: flex;
flex-direction: column;
gap: 40px;
}
.mk-greatest__top {
display: flex;
align-items: center;
gap: 10px;
justify-content: space-between;
}
.mk-greatest-btn {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.mk-greatest-slide {
display: flex;
flex-direction: column;
gap: 10px;
}
.mk-greatest-slide__img {
aspect-ratio: 345 / 458;
overflow: hidden;
flex-shrink: 0;
margin-bottom: 5px;
border-radius: 5px;
}
.mk-greatest-slide__img img {
height: 100%;
object-fit: cover;
object-position: center;
}
.mk-greates-slide__title {
color: var(--white);
font-family: "Poppins";
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 1;
}
.mk-greatest-slide__name {
color: var(--orange);
font-family: "Poppins";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 1;
}  .ceo-standart {
background: #faf8f5;
}
.ceo-standart__title {
text-align: left;
color: var(--black);
}
.ceo-standart__content {
display: flex;
flex-direction: column;
gap: 50px;
max-width: 600px;
flex-shrink: 0;
width: 100%;
}
.ceo-standart__content > div {
display: flex;
flex-direction: column;
gap: 30px;
}
.ceo-standart__text {
color: rgba(7, 7, 7, 0.8);
font-family: "Poppins";
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 120%;
}
.ceo-standart__subtext {
color: var(--black);
font-family: "Playfair Display";
font-size: 36px;
font-style: normal;
font-weight: 500;
line-height: 100%;
letter-spacing: -1.08px;
}
.ceo-standart__inner {
display: flex;
align-items: center;
gap: 20px;
}
.ceo-standart__img {
flex: 1;
aspect-ratio: 800 / 512;
border-radius: 35px;
overflow: hidden;
}  .paris-view {
padding-top: 40px;
background: #faf8f5;
}
.paris-view img {
display: block;
transform: translateY(5px);
}  .mk-proof__inner {
display: flex;
gap: 20px;
}
.mk-proof__l {
width: 50%;
display: flex;
flex-direction: column;
padding: 50px 20px;
border-radius: 20px;
background: rgba(255, 255, 255, 0.05);
}
.mk-proof__r {
width: 50%;
position: relative;
border-radius: 20px;
overflow: hidden;
}
.mk-proof__r img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.mk-proof__title {
font-size: 60px;
text-align: left;
}
.mk-proof__subtitle {
color: rgba(255, 255, 255, 0.7);
font-family: "Poppins";
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 120%;
margin: 30px 0px;
}
.mk-proof__winners {
display: block;
padding: 20px 10px;
color: rgba(255, 255, 255, 0.7);
font-family: "Playfair Display";
font-size: 36px;
font-style: normal;
font-weight: 500;
line-height: 100%;
letter-spacing: -1.08px;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mk-proof__blocks {
margin-top: 40px;
display: flex;
flex-direction: column;
gap: 30px;
}
.mk-proof__block {
display: grid;
grid-template-columns: 234px 1fr;
align-items: center;
gap: 20px;
}
.mk-proof__block-title {
color: var(--orange);
font-family: "Playfair Display";
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 110%; letter-spacing: -0.9px;
}   .partners-grid__self--startup {
max-width: 784px;
}  .designations {
padding: 230px 0px;
position: relative; }
.designations .title-h2 {
text-align: center;
margin-bottom: 60px;
}
.desigation-bg {
position: absolute;
width: 100%;
aspect-ratio: 128 / 63;
top: 50%;
transform: translateY(-50%);
z-index: 0;
pointer-events: none;
overflow: hidden;
}
.desigation-bg img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.designations__inner {
max-width: 851px;
margin: 0px auto;
display: flex;
gap: 40px;
}
.designations__circle {
aspect-ratio: 1;
width: 356px;
flex-shrink: 0;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.designations__svg {
position: absolute;
width: 100%;
height: 100%;
}
.designation-num {
display: flex;
gap: 5px; }
.designation-num1 {
color: var(--white);
font-family: "Playfair Display";
font-size: 100px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
min-width: 96px;
text-align: right;
}
.designation-num2 {
color: var(--white);
font-family: "Playfair Display";
font-size: 55px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
margin-top: 10px;
min-width: 105px;
}
.designation__items {
display: flex;
flex-direction: column;
gap: 20px;
}
.designation__item {
border-radius: 25px;
border-bottom: 1px solid rgba(255, 255, 255, 0.4);
background-color: rgba(255, 238, 230, 0.2);
padding: 8px 20px;
display: flex;
align-items: center;
gap: 16px;
cursor: pointer;
opacity: 0.7;
transition: all 0.45s;
min-width: 394px;
}
.designation__item.mid {
transform: translateX(30px);
}
.designation__item.center {
transform: translateX(60px);
}
.designation__item.active {
opacity: 1;
}
.designation__marker {
flex-shrink: 0;
width: 20px;
height: 20px;
border-radius: 50%;
background-color: var(--orange);
}
.designation__items > :nth-child(1) .designation__marker {
background-color: var(--orange);
}
.designation__items > :nth-child(2) .designation__marker {
background-color: #d35400;
}
.designation__items > :nth-child(3) .designation__marker {
background-color: #a03200;
}
.designation__items > :nth-child(4) .designation__marker {
background-color: #812500;
}
.designation__items > :nth-child(5) .designation__marker {
background-color: #3a0e00;
}
.designation__item-text {
color: var(--white);
font-family: "Poppins";
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.48px;
}  .women { padding-bottom: 220px;
background-color: var(--white);
background-image: url(//proofoftalk.io/wp-content/themes/proof/assets/images/bottomgrad.webp);
background-position: bottom -1px center;
background-repeat: no-repeat;
background-size: contain;
}
.women__inner {
display: flex;
flex-direction: column;
align-items: center;
gap: 50px;
}
.women__heading {
max-width: 973px;
display: flex;
flex-direction: column;
gap: 25px;
}
.women__title {
text-align: center;
color: var(--black);
}
.women__title > span {
font: inherit;
color: var(--orange);
}
.women__sub {
color: #808080;
font-family: "Poppins";
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 1;
text-align: center;
}
.women__sub > span {
font: inherit;
color: var(--black);
font-weight: 700;
}
.women__img {
width: 100%;
}
.women__cards {
width: 100%;
max-width: 1265px;
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 45px;
}
.women__card {
display: flex;
flex-direction: column;
gap: 15px;
}
.women__card-name {
color: var(--black);
text-align: center;
font-family: "Poppins";
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 110%;
letter-spacing: -1.2px;
}
.women__card-text {
flex: 1;
color: #b1b1b1;
text-align: center;
font-family: "Poppins";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 110%;
letter-spacing: -0.9px;
}
.women__card-img {
aspect-ratio: 217 / 99;
overflow: hidden;
}
.women__card-img img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}  .track {
position: relative;
overflow: hidden;
padding-bottom: 30px;
}
.track__img {
position: absolute;
bottom: 0;
width: 1920px;
left: 50%;
transform: translateX(-50%);
}
.track__inner {
display: flex;
flex-direction: column;
align-items: center;
gap: 400px;
}
.track-btn__wrap {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.track__content {
display: flex;
flex-direction: column;
max-width: 1150px;
gap: 60px;
}
.track__heading {
display: flex;
flex-direction: column;
gap: 30px;
align-items: center;
}
.track__sub > span {
color: var(--orange);
}  .speakers-title {
text-align: center;
text-transform: capitalize;
}  .cards {
background-color: var(--white);
}
.cards__inner {
display: flex;
flex-direction: column;
gap: 60px;
}
.my-cards__inner {
display: flex;
height: 573px;
gap: 20px;
align-items: center;
}
.my-card {
flex-shrink: 0;
height: 85%;
flex-basis: 174px;
position: relative;
cursor: pointer;
overflow: hidden;
border-radius: 25px;
}
.my-card__vertical {
position: absolute;
left: 0;
width: 100%;
max-width: 174px;
height: 100%;
padding: 20px 15px;
display: flex;
flex-direction: column;
gap: 10px;
justify-content: space-between;
z-index: 1;
}
.my-card__background {
position: absolute;
inset: 0;
z-index: 0;
overflow: hidden;
width: 100%;
height: 100%;
background-color: rgba(247, 228, 220, 1);
}
.my-card__background img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.my-card__text-block {
position: absolute;
z-index: 1;
bottom: 40px;
left: 30px;
width: calc(100% - 60px);
opacity: 0;
transform: translateY(30px);
display: flex;
flex-direction: column;
gap: 10px;
}
.my-card__text-block > h3 {
color: var(--black);
font-family: "Poppins";
font-size: 34px;
font-style: normal;
font-weight: 400;
line-height: 100%;
}
.my-card__text-block > p {
color: rgba(7, 7, 7, 0.7);
font-family: "Poppins";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 120%;
}
.my-card__num {
color: var(--orange);
font-variant-numeric: lining-nums proportional-nums;
font-family: "Playfair Display";
font-size: 64px;
font-style: normal;
font-weight: 500;
line-height: 120%;
letter-spacing: -0.149px;
}
.my-card__text {
color: var(--black);
font-family: "Poppins";
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 120%;
letter-spacing: -0.149px;
min-height: 66px;
}
.cards__heading > div {
display: flex;
flex-direction: column;
gap: 30px;
max-width: fit-content;
}
.cards__heading {
display: flex;
justify-content: space-between;
gap: 10px;
align-items: flex-end;
}
.cards__title {
color: var(--black);
}
.cards__subtitle {
color: rgba(7, 7, 7, 0.7);
font-family: "Poppins";
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 120%;
letter-spacing: -0.72px;
}  .speakers__inner {
display: flex;
flex-direction: column;
align-items: center;
gap: 40px;
}
.speakers-grid {
display: grid;
width: 100%;
}
.speakers-grid--desktop {
grid-template-columns: repeat(5, 1fr);
column-gap: 20px;
row-gap: 40px;
}
.speaker-img {
aspect-ratio: 1;
width: 100%;
margin-bottom: 5px;
}
.speaker {
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
}
.speaker-position {
color: var(--orange);
text-align: center;
font-family: "Poppins";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 110%;
}
.speaker-name {
color: var(--white);
text-align: center;
font-family: "Poppins";
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 88.992%;
}
.speakers-grid--mobile {
grid-template-columns: 1fr 1fr;
column-gap: 10px;
row-gap: 20px;
}
.speakers-mobile {
display: none;
flex-direction: column;
gap: 40px;
align-items: center;
}  .footer-form {
display: flex;
flex-direction: column;
gap: 20px;
max-width: 467px;
width: 100%;
flex-shrink: 0;
}
.footer-form__text {
margin-bottom: 20px;
color: rgba(255, 255, 255, 0.8);
font-family: "Poppins";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 120%;
letter-spacing: -0.09px;
}
.footer-form__input {
border-radius: 10px;
background: rgba(255, 255, 255, 0.05);
width: 100%;
padding: 15px 20px;
}
.footer-form__input,
.footer-form__input::placeholder {
color: var(--white);
font-family: "Poppins";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.footer-form-btn {
margin-left: auto;
margin-top: 20px;
}  .empires {
width: 100%;
height: 100vh;
position: relative;
overflow: hidden;
}
.empires__block {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
clip-path: circle(14% at 50% 50%);
}
.empires__block video {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.empires__title {
position: relative;
color: var(--white);
text-align: center;
font-family: "Playfair Display";
font-size: 96px;
font-style: normal;
font-weight: 500;
line-height: 100%;
letter-spacing: -6.72px;
}
.empires__title span,
.empires__title div {
font: inherit; }
.emp-title2 {
color: var(--orange);
}
.empires__inner {
height: 100%;
display: flex;
align-items: center;
max-width: 1200px;
margin: 0px auto;
}
.quote {
position: absolute;
width: 67px;
height: 46px;
display: block; }
.quote svg {
width: 100%;
height: 100%;
}
.quote1 {
top: 0;
left: 0;
transform: translate(-100%, -100%);
}
.quote2 {
right: 0;
top: 100%;
}  body:has(.inside-page) footer .top {
display: none;
}
.mk-d-none {
display: none;
}  .mobileSwiper .swiper-slide {
display: flex;
flex-direction: column;
gap: 20px;
height: auto;
}
.mobileSwiper .text {
flex: 1;
padding: 20px;
border-radius: 15px;
background: rgba(255, 255, 255, 0.05);
backdrop-filter: blur(25px);
-webkit-backdrop-filter: blur(25px);
}
.mobileSwiper .title {
font-family: "Playfair Display";
font-size: 20px;
font-style: italic;
font-weight: 500;
line-height: 120%; }
.mobileSwiper .name {
margin-top: 20px;
font-size: 18px;
font-weight: 500;
line-height: 105%; letter-spacing: -0.54px;
text-transform: capitalize;
}
.mobileSwiper .position {
margin-top: 5px;
color: var(--orange);
font-size: 18px;
font-weight: 500;
line-height: 105%; letter-spacing: -0.54px;
text-transform: capitalize;
}  .hero3 {
height: 100vh;
padding-top: 135px;
padding-bottom: 80px;
position: relative;
overflow: hidden;
}
.hero3 .container {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.hero3__title {
font-variant-numeric: lining-nums proportional-nums;
font-family: "Playfair Display";
font-size: 96px;
font-style: normal;
font-weight: 400;
line-height: 100%; letter-spacing: -4.8px;
max-width: 725px;
}
.hero--title > div:nth-child(2) {
display: flex;
justify-content: end;
}
div.hero3__title {
text-align: end;
}
.hero3 .mk-btn-conteiner {
margin-top: 80px;
display: flex;
align-items: center;
gap: 40px;
}
.mk--btn.transparent {
border: 1px solid #fff;
background: transparent;
}
.mk--btn.transparent:hover {
opacity: 0.6;
color: var(--white);
}  .textSection {
padding: 90px 0 60px;
}
.textSection .container {
display: flex;
justify-content: space-between;
gap: 40px;
}
.textSection .text {
display: flex;
gap: 20px;
flex-shrink: 0;
}
.textSection .text p {
max-width: 300px;
width: 100%;
flex-shrink: 0;
text-align: justify;
font-size: 20px;
font-weight: 400;
line-height: 127%; }
.textSection .text-orange {
max-width: 566px;
color: var(--orange);
font-family: "Playfair Display";
font-size: 27px;
font-weight: 500;
line-height: 127%; }
.textSection .line {
min-height: 150px;
height: 100%;
width: 1px;
background: rgba(255, 255, 255, 0.55);
}  .sponsorSlider {
background: var(--white);
}
.mk-swiper-pagination {
display: block;
position: static !important;
}
.mk-swiper-pagination span.swiper-pagination-progressbar-fill {
position: static;
display: block;
height: 4px;
width: 100%;
background: var(--orange);
}
.sponsorSlider-first .swiper-slide {
padding: 40px 20px;
border-radius: 15px;
background: rgba(7, 7, 7, 0.05);
backdrop-filter: blur(25px);
-webkit-backdrop-filter: blur(25px);
height: auto;
}
.sponsorSlider-first .num {
color: #070707;
font-variant-numeric: lining-nums proportional-nums;
font-family: "Playfair Display";
font-size: 36px;
font-weight: 600;
line-height: 120%; letter-spacing: -1.08px;
}
.sponsorSlider-first .text {
margin-top: 10px;
color: #070707;
font-family: "Playfair Display";
font-size: 32px;
font-style: italic;
font-weight: 500;
line-height: 120%;
}
.sponsorSlider-first .position {
margin-top: 28px;
color: var(--orange);
font-size: 18px;
font-weight: 400;
line-height: 110%; }
.sponsorSlider-second .swiper-slide {
padding: 40px 20px;
border-radius: 15px;
background: rgba(7, 7, 7, 0.05);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(25px);
height: auto;
}
.sponsorSlider-second .position {
margin-top: 10px;
color: var(--black);
font-size: 16px;
font-weight: 400;
line-height: 100%;
letter-spacing: -0.32px;
}
.sponsorSlider-second .num {
color: var(--black);
font-variant-numeric: lining-nums proportional-nums;
font-family: "Playfair Display";
font-size: 36px;
font-weight: 600;
line-height: 120%;
letter-spacing: -1.08px;
}
.sponsorSlider .slider-btn {
border-radius: 50px;
background: rgba(7, 7, 7, 0.05);
color: var(--black);
}
.sponsorSlider--content {
max-width: 100%;
display: flex;
align-items: end;
gap: 10px;
}
.sponsorSlider--1 {
max-width: 60%;
}
.sponsorSlider--2 {
width: 100%;
max-width: 39%;
}
.sponsorSlider .bottom {
margin-top: 40px;
}
.sponsorSlider .mobail-bottom {
margin-top: 40px;
display: flex;
align-items: end;
gap: 20px;
justify-content: space-between;
padding-bottom: 10px;
}
.sponsorSlider .mk-swiper-pagination {
max-width: 900px;
}
.sponsorSlider .top {
display: flex;
gap: 80px;
align-items: end;
justify-content: space-between;
}
.sponsorSlider .top .title-h2 {
color: var(--black);
max-width: 680px;
}
.sponsorSlider .top > div {
display: flex;
flex-direction: column;
align-items: end;
gap: 20px;
}
.sponsorSlider .top p,
.sponsorSlider .top p a {
color: #808080;
font-size: 24px;
font-weight: 400;
line-height: 120%;
}
.sponsorSlider .top p a {
color: #070707;
font-weight: 600;
} section.foto {
background: var(--white);
}
section.foto img {
display: block;
} .lets .container {
display: flex;
flex-direction: column;
align-items: center;
gap: 40px;
}
.lets--title {
text-align: center;
font-variant-numeric: lining-nums proportional-nums;
font-family: "Playfair Display";
font-size: 150px;
font-weight: 500;
line-height: 110%;
letter-spacing: -2px;
}
.lets--text {
max-width: 940px;
text-align: center;
font-family: Poppins;
font-size: 24px;
font-weight: 400;
line-height: 120%;
}
.lets--btn {
display: flex;
gap: 20px;
}  .co-hosting .container {
display: flex;
justify-content: center;
}
.co-hosting .title-h2 {
text-align: center;
}
.co-hosting--content {
max-width: 917px;
display: flex;
align-items: center;
flex-direction: column;
gap: 30px;
}
.co-hosting .descr {
color: rgba(255, 238, 230, 0.7);
text-align: center;
font-size: 24px;
font-weight: 400;
line-height: 120%; }
.co-hosting--bottom {
margin-top: 10px;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
.co-hosting--bottom > div {
border-radius: 40px;
padding: 40px;
}
.co-hosting--bottom .orange {
background: var(--orange);
}
.co-hosting--bottom .black {
background: rgba(255, 255, 255, 0.05);
}
.co-hosting--bottom .title {
font-family: "Playfair Display";
font-size: 30px;
font-weight: 500;
line-height: 30px;
}
.co-hosting--bottom .text {
margin-top: 10px;
font-size: 16px;
font-weight: 300;
line-height: 20.8px;
}
.co-hosting--bottom .black .text {
color: #808080;
}
.co-hosting--bottom ul {
margin-top: 40px;
display: flex;
flex-direction: column;
gap: 16px;
}
.co-hosting--bottom ul li {
display: flex;
align-items: center;
gap: 16px;
}
.co-hosting--bottom ul li p {
font-size: 14px;
font-weight: 300;
line-height: 20px;
}  .dedicated .title-h2 {
text-align: center;
}
.dedicated--content {
margin-top: 40px;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 40px 20px;
}
.dedicated--content .img {
height: 375px;
border-radius: 10px;
overflow: hidden;
}
.dedicated--content .img img {
height: 100%;
object-fit: cover;
object-position: center;
}
.dedicated--content .num {
margin-top: 25px;
font-variant-numeric: lining-nums proportional-nums;
font-family: "Playfair Display";
font-size: 36px;
font-weight: 600;
line-height: 120%;
letter-spacing: -1.08px;
}
.dedicated--content .title {
margin-top: 10px;
font-size: 24px;
font-weight: 600;
line-height: 120%;
letter-spacing: -0.72px;
}
.dedicated--btn {
margin-top: 60px;
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
}  .quotes {
overflow: visible;
}
.quotes--btn {
margin-top: 40px;
display: flex;
gap: 20px;
justify-content: center;
}
.quotes--inner {
position: relative;
min-height: 40vh;
padding-top: 250px;
}
.vip--inner a {
font-size: 16px;
padding: 15px 21px;
}
.quotes--inner a {
padding: 15px 21px;
font-size: 16px;
}
.quotes--inner.quotes--inner2 {
padding-top: 0;
}
.quotes--text {
top: 0;
width: 100%;
position: absolute;
height: 100%;
}
.quotes--text-stiky {
top: 0;
position: sticky;
display: flex;
align-items: end;
justify-content: center;
width: 100%;
height: 7vh;
}
.quotes--text-stiky.quotes--text-stiky2 {
height: 55vh;
}
.quotes--text p {
font-family: "Playfair Display";
font-size: 260px;
font-weight: 500;
line-height: 110%;
letter-spacing: -8.152px;
}
.quotes--wrap {
position: relative;
height: auto;
width: 100%;
z-index: 2;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 60px;
}
.quotes-foto {
width: 226px;
aspect-ratio: 1/1;
border-radius: 15px;
overflow: hidden;
background-color: rgba(7, 7, 7, 0.9);
background-image: url(//proofoftalk.io/wp-content/themes/proof/assets/images/q-bg.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
backdrop-filter: blur(7px);
-webkit-backdrop-filter: blur(7px);
}
.quotes-foto img {
display: block;
height: 100%;
object-fit: cover;
object-position: bottom;
}
.quotes--item {
position: relative;
z-index: 1;
display: flex;
align-items: flex-start;
}
.quotes-text {
margin-top: 70px;
margin-left: -40px;
max-width: 380px;
padding: 40px 20px;
border-radius: 15px;
background: rgba(0, 0, 0, 0.05);
backdrop-filter: blur(25px);
-webkit-backdrop-filter: blur(25px);
}
.quotes-text .text {
font-family: "Playfair Display";
font-size: 32px;
font-style: italic;
font-weight: 500;
line-height: 120%;
}
.quotes-text .name {
margin-top: 28px;
font-size: 20px;
font-weight: 500;
line-height: 105%;
letter-spacing: -0.6px;
text-transform: capitalize;
}
.quotes-text .position {
margin-top: 5px;
color: var(--orange);
font-size: 18px;
font-weight: 400;
line-height: 110%; }  .spoken .title-h2 {
text-align: center;
}
.spoken--content {
margin-top: 40px;
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 40px 20px;
}
.spoken-item .img {
height: 457px;
border-radius: 5px;
overflow: hidden;
}
.spoken-item .img img {
height: 100%;
object-fit: cover;
object-position: center;
}
.spoken-item .position {
margin-top: 15px;
font-size: 20px;
font-weight: 500;
line-height: 88.992%;
}
.spoken-item .name {
margin-top: 10px;
color: var(--orange);
font-size: 18px;
font-weight: 400;
line-height: 110%;
}
.spoken-btn {
margin-top: 40px;
display: flex;
justify-content: center;
}
.spoken-btn .mk--btn {
text-transform: uppercase;
}  .bgText--inner {
min-height: 100vh;
height: 100%;
padding: 40px;
border-radius: 25px;
overflow: hidden;
position: relative;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 40px;
}
.bgText--inner .img {
width: 100%;
height: 100%;
position: absolute;
inset: 0;
z-index: -1;
}
.bgText--inner .img img {
height: 100%;
object-fit: cover;
object-position: center;
}
.bgText--title,
.bgText--title span {
font-variant-numeric: lining-nums proportional-nums;
font-family: "Playfair Display";
font-size: 96px;
font-weight: 500;
line-height: 110%;
letter-spacing: -2px;
}
.bgText--title span {
color: var(--orange);
}  .hero4 {
padding: 200px 0 100px;
height: 100vh;
}
.hero4 .container {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.hero4__title {
max-width: 950px;
font-variant-numeric: lining-nums proportional-nums;
font-family: "Playfair Display";
font-size: 96px;
font-weight: 400;
line-height: 100%;
letter-spacing: -4.8px;
}
.hero-bottom-conteiner {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 40px;
}
.hero-bottom-conteiner .mk--btn {
text-transform: uppercase;
}
.hero-bottom-conteiner .left {
display: flex;
gap: 40px;
}
.hero-bottom-conteiner p {
max-width: 450px;
text-align: justify;
font-size: 20px;
font-weight: 400;
line-height: 127%; }  .mk__numbers {
padding-top: 90px;
}
.mk__numbers .img {
width: 698px;
position: absolute;
top: -190px;
left: 50%;
transform: translateX(-50%);
}
.mk__numbers--inner {
display: grid;
grid-template-columns: repeat(3, 1fr);
align-items: start;
gap: 20px;
}
.mk__numbers-item {
padding: 50px 30px;
border-radius: 40px;
background: rgba(255, 255, 255, 0.05);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
}
.mk__numbers-item .num {
color: var(--orange);
text-align: center;
font-variant-numeric: lining-nums proportional-nums;
font-family: "Playfair Display";
font-size: 96px;
font-weight: 400;
line-height: 110%; letter-spacing: -2.88px;
}
.mk__numbers-item p {
text-align: center;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 100%; letter-spacing: -0.48px;
}
.mk__numbers--inner .mk__numbers-item:nth-child(2) {
margin-top: 100px;
}
.mk__numbers--inner .mk__numbers-item:nth-child(3) {
margin-top: 200px;
} .contentCouncil-bottom--btn {
margin-top: 20px;
display: flex;
gap: 20px;
}
.speaker-page .contentCouncil-item {
align-items: center;
}
.speaker-page .contentCouncil-title {
margin: 40px 0;
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: column;
gap: 30px;
}
.speaker-page .contentCouncil-title .title-h2 {
text-align: center;
}
.speaker-page .contentCouncil-title .text {
color: rgba(255, 255, 255, 0.7);
text-align: center;
font-size: 24px;
font-weight: 400;
line-height: 120%; letter-spacing: -0.72px;
}
.q-theme .quotes--wrap {
display: block;
}
.quotesThems--grid {
display: flex;
flex-wrap: wrap;
gap: 16px;
align-items: flex-start;
}
.quotesThems--item {
position: relative;
flex: 0 0 auto;
min-width: 300px;
padding: 20px 30px;
display: flex;
flex-direction: column;
overflow: hidden;
border-radius: 15px;
background-color: rgba(255, 238, 230, 0.05);
border: 1px solid transparent;
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
cursor: pointer;
transition:
background 0.35s ease,
border-color 0.35s ease;
}
.quotesThems--item.is-open {
background: linear-gradient(
180deg,
rgba(0, 0, 0, 0.46) 4%,
rgba(15, 15, 15, 0.46) 76%
);
border-color: rgba(255, 238, 230, 0.2);
}
.quotesThems--item .foto {
position: absolute;
inset: 0;
z-index: -1;
}
.quotesThems--header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
}
.quotesThems--item .title {
font-size: 20px;
font-weight: 500;
line-height: normal;
white-space: nowrap;
color: #fff;
transition: color 0.35s ease;
}
.quotesThems--item.is-open .title {
color: #e76315;
}
.quotesThems--toggle {
flex-shrink: 0;
width: 32px;
height: 32px;
border-radius: 50%;
border: 1px solid rgba(255, 255, 255, 0.4);
background: transparent;
color: #fff;
font-size: 22px;
line-height: 1;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition:
border-color 0.35s ease,
color 0.35s ease;
}
.quotesThems--item.is-open .quotesThems--toggle {
border-color: rgba(231, 99, 21, 0.5);
color: #e76315;
}
.qt-minus {
display: none;
}
.quotesThems--item.is-open .qt-plus {
display: none;
}
.quotesThems--item.is-open .qt-minus {
display: block;
}
.quotesThems--body {
display: grid;
grid-template-rows: 0fr;
padding-top: 0;
transition:
grid-template-rows 0.35s ease,
padding-top 0.35s ease; contain: inline-size;
}
.quotesThems--body > .text {
overflow: hidden;
font-size: 16px;
font-weight: 400;
line-height: 110%;
letter-spacing: -0.8px;
max-width: 440px;
color: #a8a8a8;
opacity: 0;
transition: opacity 0.15s ease;
}
.quotesThems--item.is-open .quotesThems--body,
.quotesThems--item.is-closing .quotesThems--body {
padding-top: 14px;
}
.quotesThems--item.is-open .quotesThems--body {
grid-template-rows: 1fr;
}
.quotesThems--item.is-open .quotesThems--body > .text {
opacity: 1;
transition: opacity 0.2s ease 0.25s;
} .speaker2--inner {
display: flex;
flex-direction: column;
gap: 20px;
align-items: center;
}
.speaker2-wrap {
display: grid;
gap: 20px;
grid-template-columns: repeat(4, 1fr);
}
.speaker2--item {
display: flex;
flex-direction: column;
gap: 15px;
}
.greatest__grid {
display: grid;
grid-template-columns: repeat(5, 1fr);
width: 100%;
}
.greatest__grid-item {
border-right: 1px solid rgba(255, 255, 255, 0.44);
padding-left: 10px;
}
.greatest__grid-item:nth-child(5) {
border: none;
}
.greatest__btns {
display: flex;
align-items: center;
justify-content: center;
gap: 30px;
}
.greatest__btns a {
font-size: 16px;
}
.greatest__grid-item-img,
.greatest_item_text {
width: 266px;
height: 73px;
display: flex;
justify-content: center;
align-items: center;
}
.greatest__grid-item-img {
border-bottom: 1px solid rgba(255, 255, 255, 0.44);
}
.greatest--inner .mk--btn {
padding: 15px 21px;
}
.greatest_item_text p {
color: #fff;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "Playfair Display";
font-size: 37.108px;
font-style: normal;
font-weight: 700;
line-height: 87.365%; letter-spacing: -1.855px;
}
.greatest__grid-item-img img {
max-height: 45px;
width: auto;
}
.speaker2--item .top {
height: 277px;
overflow: hidden;
border-radius: 25px;
background: rgba(255, 255, 255, 0.05);
}
.speaker2--item .top img {
display: block;
height: 100%;
object-fit: cover;
object-position: center;
}
.speaker2--item .bottom {
display: flex;
align-items: center;
gap: 10px;
}
.speaker2--item .bottom .logo {
flex-shrink: 0;
width: 77px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
}
.speaker2--item .bottom .logo img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
display: block;
}
.speaker2--item .text {
display: flex;
flex-direction: column;
gap: 10px;
}
.speaker2--item .position,
.speaker2--item .position span {
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 100%; }
.speaker2--item .position span {
font-style: italic;
font-weight: 700;
}
.speaker2--item .name {
color: var(--orange);
font-size: 14px;
font-weight: 600;
line-height: 100%;
}
.speaker2--inner .orange-text {
color: #9c9c9c;
font-family: Poppins;
font-size: 25.335px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-top: 20px;
}
.speaker2--inner .mk--btn {
padding: 15px 21px;
font-size: 16px;
}
.speaker2--btn {
display: flex;
gap: 20px;
}  .vip--inner {
display: flex;
flex-direction: column;
align-items: center;
}
.vip--inner .text {
margin-top: 30px;
color: rgba(255, 255, 255, 0.7);
text-align: center;
font-size: 24px;
font-weight: 400;
line-height: 120%; letter-spacing: -0.72px;
}
.vip--grid3 {
margin-top: 40px;
display: grid;
gap: 20px;
grid-template-columns: repeat(3, 1fr);
}
.vip--grid3 .item {
aspect-ratio: 1/1;
border-radius: 15px;
overflow: hidden;
}
.vip--grid3 .item img {
display: block;
height: 100%;
object-position: center;
object-fit: cover;
}
.vip--grid5 {
margin-bottom: 40px;
margin-top: 20px;
display: grid;
gap: 20px;
grid-template-columns: repeat(5, 1fr);
}
.vip--grid5 .item {
aspect-ratio: 1/1;
border-radius: 15px;
overflow: hidden;
}
.vip--grid5 .item img {
display: block;
height: 100%;
object-position: center;
object-fit: cover;
} .testik {
margin-top: 80px;
position: relative;
height: 500px;
background: var(--black);
overflow: hidden;
}
.testik__white {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
background: var(--white);
z-index: 1;
}
.testik__white.testik__white--first {
background: #faf8f5;
}
.testik__circle {
position: absolute;
left: 50%;
top: -390px;
z-index: 2;
width: 2000px;
height: 900px;
border-radius: 50%;
pointer-events: none;
--grad-progress: 0%;
--orange-color: #070707;
--white-color: #e4e4e4;
background: radial-gradient(
ellipse 80% 60% at 50% 30%,
#070707 0%,
#070707 calc(60% - var(--grad-progress)),
var(--orange-color) calc(85% - var(--grad-progress)),
var(--white-color) calc(100% - var(--grad-progress))
);
filter: blur(40px);
}  .hero_pitch {
overflow: initial;
}
.hero_pitch::before {
content: url(//proofoftalk.io/wp-content/themes/proof/assets/images/pr_hero_grad.png);
height: 100%;
width: 100%;
display: block;
z-index: -1;
position: absolute;
}
.hero_pitch_img {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
padding-top: 80px;
}
.hero_pitch_img img {
max-width: 1195px;
width: 100%;
}
.hero_pitch h1 {
font-size: 95px;
font-weight: 500;
color: #fff;
font-family: "Playfair Display";
line-height: 95px;
margin-top: 14px;
letter-spacing: -3px;
margin-bottom: 3px;
}
.hero_pitch p {
font-size: 25px;
color: #fff;
font-weight: 400;
padding-top: 15px;
}
.hero_pitch_but {
position: absolute;
right: 0;
background: transparent;
color: #fff;
border: 1px solid #fff;
border-radius: 10px;
padding: 15px 21px;
margin-top: -70px;
cursor: pointer;
}
.hero_sponsors {
display: flex;
gap: 15px;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}
.hero_sponsors_itm {
height: 50px;
flex: 0 0 calc(100% / 7);
background-color: #161616;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 10px 30px;
border-radius: 10px;
}
.hero_sponsors_itm img {
width: 100%;
height: 100%;
}
.hero_sponsors_itm:nth-child(7n + 1) {
flex-basis: 100%;
height: 0;
margin: 0;
padding: 0;
}
.pfp_tracks {
padding-top: 200px;
position: relative;
padding-bottom: 222px;
}
.pfp_tracks::after {
content: "";
display: block;
z-index: -1;
position: absolute;
right: 0;
bottom: 0;
background: url(//proofoftalk.io/wp-content/themes/proof/assets/images/track_elipse.png);
background-position: bottom right;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: contain;
}
.pfp_tracks_row {
display: flex;
}
.pfp_tracks h2 {
color: #fff;
font-family: "Playfair Display";
font-size: 176px;
margin-top: 49px;
letter-spacing: 1px;
line-height: 181px;
}
.pfp_tracks_glasses {
width: 100%;
display: flex;
flex-direction: column;
align-items: end;
}
.pfp_tracks_glass {
padding: 30px 43px;
font-size: 38px;
font-weight: 500;
text-align: center;
background: rgb(82 82 82 / 20%);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
width: 373px;
border-radius: 15px;
border: 1px solid rgba(255, 255, 255, 0.3);
color: #fff;
}
.pfp_tracks_glass.glass_1 {
margin-top: 58px;
margin-right: 62px;
}
.pfp_tracks_glass.glass_2 {
margin-right: 202px;
margin-top: 78px;
}
.speaker2_proof {
padding-top: 62px;
}
.more_anonce {
color: #9b9b9b;
font-size: 18px;
text-align: center;
}
.ecosystems {
padding-top: 130px;
}
.title-h2.center {
text-align: center;
}
.ecosystem_row {
display: flex;
margin-top: 50px;
}
.ecosystem_col {
width: 50%;
}
.ecosystems_itm {
}
.ecosystems_4_logo {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
.ecosystems_4_logo .ecosystems_itm {
width: 50%;
text-align: center;
padding: 10px 0;
}
.ecosystems_itm img {
max-width: 175px;
width: 100%;
}
.ecosystem_title {
color: #d35400;
font-family: "Playfair Display";
font-size: 35px;
font-weight: 500;
text-align: center;
margin-bottom: 30px;
}
.container.ecosystems_cont {
max-width: 1196px;
}
.ecosystems_3_logo {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
.ecosystems_3_logo .ecosystems_itm {
width: 33%;
text-align: center;
padding: 10px 0;
}
.eco_logos {
margin-top: 40px;
}
.eco_logos_items {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
.eco_logos_items .ecosystems_itm {
text-align: center;
padding: 10px 0;
}
.eco_button {
text-align: center;
margin-top: 30px;
}
.eco_button_apply {
padding: 18px 35px;
text-transform: uppercase;
color: #fff;
background: #d35400;
border-radius: 10px;
border: none;
font-size: 22px;
cursor: pointer;
transition: 0.4s all;
display: inline-block;
text-align: center;
}
.eco_button_apply:hover {
color: #d35400;
background: #fff;
}
.logo_table {
margin-top: 100px;
}
.title_desc {
text-align: center;
color: #fff;
font-size: 24px;
font-weight: 400;
margin-top: 20px;
}
.orange_text_title {
color: #d35400;
font-family: "Playfair Display";
font-size: 64px;
font-variant-numeric: lining-nums proportional-nums;
font-family: "Playfair Display";
font-style: normal;
font-weight: 500;
line-height: 110%;
letter-spacing: -3.2px;
}
.logos_tbl {
display: flex;
flex-wrap: wrap;
gap: 15px;
align-items: center;
justify-content: center;
max-width: 1283px;
margin: 0 auto;
margin-top: 30px;
}
.logo_tbl_itm {
width: 14.7%;
}
.logo_tbl_itm img {
}
.promis_desc {
color: #a4a4a4;
font-size: 18px;
text-align: center;
margin-top: 30px;
}
.promis_items {
display: flex;
justify-content: space-between;
gap: 15px;
margin-top: 30px;
}
.promis_item {
width: 100%;
background-color: #161616;
height: 200px;
border-radius: 25px;
justify-content: center;
display: flex;
align-items: center;
padding: 20px 40px;
text-align: center;
}
.road {
padding-top: 130px;
}
.road_items {
display: flex;
justify-content: space-between;
gap: 15px;
margin-top: 30px;
}
.road_item {
width: 100%;
background: linear-gradient(
131deg,
rgb(211 84 0 / 51%) 0%,
rgba(22, 22, 22, 1) 53%
);
background-color: #161616;
padding: 15px;
border-radius: 25px;
}
.road_item_title {
border-bottom: 1px solid #ffffff69;
font-family: "Playfair Display";
font-size: 17px;
font-weight: 600;
height: 52px;
align-items: center;
display: flex;
line-height: 15px;
}
.road_item_title span {
color: #d35400;
font-family: Poppins;
margin-right: 15px;
}
.road_item_body {
font-size: 18px;
font-weight: 400;
height: 100px;
display: flex;
align-items: end;
}
.prizes {
padding-top: 130px;
}
.prz_lv1_row {
max-width: 954px;
margin: 0 auto;
display: flex;
gap: 15px;
margin-top: 30px;
}
.prz_lv1_col {
width: 100%;
}
.prz_title {
color: #d35400;
font-size: 35px;
font-family: "Playfair Display";
font-weight: 600;
}
.prz_lv1_body {
background-color: #161616;
height: 184px;
display: flex;
padding: 20px 30px;
border-radius: 25px;
margin-top: 20px;
align-items: center;
}
.prz_lv1_body ul {
height: auto;
gap: 12px;
display: grid;
padding-left: 10px;
}
.prz_lv1_body ul li {
font-size: 16px;
line-height: 16px;
list-style: disc;
}
.prz_lv2 {
max-width: 1196px;
width: 100%;
margin: 0 auto;
}
.prz_lv2_title {
display: flex;
justify-content: space-between;
margin-top: 20px;
}
.prz_lv2_row {
display: flex;
gap: 15px;
margin-top: 20px;
}
.prz_lv2_col {
width: 100%;
}
.prz_lv2_body {
background-color: #161616;
padding: 20px;
border-radius: 25px;
min-height: 136px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.prz_lv2_body svg {
width: 100%;
}
.prz_lv2_body_text {
font-size: 16px;
}
.prz_tags {
max-width: 923px;
margin: 0 auto;
margin-top: 30px;
}
.prz_title.center_title {
text-align: center;
margin-top: 20px;
}
.prz_tags_line {
display: flex;
justify-content: center;
align-items: center;
gap: 15px;
margin-bottom: 15px;
margin-top: 15px;
}
.prz_tags_line span {
background-color: #161616;
padding: 10px 30px;
border-radius: 50px;
text-align: center;
}
.prz_lv1_row.width_1196 {
max-width: 1196px;
width: 100%;
}
.prz_lv1_body.height_148px {
height: 148px;
}
.past {
background-color: #fff;
color: #000;
}
.black_title {
font-family: "Playfair Display";
font-size: 64px;
color: #000000;
text-align: center;
}
.black_desc {
font-size: 20px;
text-align: center;
color: #000000;
margin-top: 10px;
}
.past_stat {
display: flex;
max-width: 954px;
margin: 0 auto;
margin-top: 40px;
padding-bottom: 30px;
}
.past_stat_col {
width: 100%;
display: flex;
justify-content: space-around;
}
.past_stat_itm_big {
color: #d35400;
font-size: 45px;
font-family: "Playfair Display";
font-weight: 600;
text-align: center;
line-height: 50px;
}
.past_stat_itm_text {
font-size: 20px;
color: #000;
text-align: center;
}
.orange_buttton {
background-color: #d35400;
color: #fff;
text-transform: uppercase;
border-radius: 10px;
border: none;
padding: 16px 30px;
font-size: 22px;
transition: 0.4s all;
cursor: pointer;
border: 1px solid #d35400;
}
.orange_buttton:hover {
background-color: #fff;
color: #d35400;
}
.line_button {
background-color: transparent;
color: #000;
text-transform: uppercase;
border-radius: 10px;
border: none;
padding: 16px 30px;
font-size: 22px;
transition: 0.4s all;
cursor: pointer;
border: 1px solid #000;
}
.line_button:hover {
background-color: #fff;
color: #d35400;
border: 1px solid #d35400;
}
.past_stat_itm {
display: grid;
align-items: center;
}
.bottom_images {
background-color: #fff;
}
.bottom_images_top {
margin-bottom: 10px;
}
.bottom_images_top img {
width: 100%;
border-radius: 25px;
}
.bottom_images_bot {
display: flex;
gap: 15px;
}
.bottom_images_bot img {
width: 100%;
border-radius: 25px;
}
.bottom_images_bot div:nth-child(2) {
margin-left: auto;
}
.media_hero {
background: url(//proofoftalk.io/wp-content/themes/proof/assets/images/media_hero.png);
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
height: 116vh;
}
.media_hero h1 {
font-size: 122px;
font-family: "Playfair Display";
text-align: center;
line-height: 85%;
letter-spacing: -5%;
margin-top: 133px;
}
.orange_link_but {
background-color: #d35400;
text-decoration: none;
text-transform: uppercase;
color: #fff;
font-size: 16px;
padding: 15px 20px;
border: 1px solid #d35400;
border-radius: 10px;
}
.orange_link_but:hover {
background-color: #fff;
border: 1px solid #fff;
color: #d35400;
}
.line_link_but {
background-color: transparent;
text-decoration: none;
text-transform: uppercase;
color: #fff;
font-size: 16px;
padding: 15px 20px;
border: 1px solid #fff;
border-radius: 10px;
}
.line_link_but:hover {
border: 1px solid #d35400;
color: #d35400;
}
.media_hero_buttons {
max-width: 468px;
margin: 0 auto;
margin-top: 41px;
gap: 30px;
display: flex; }
.media_hero > .container {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}
.hero_stats {
display: flex;
gap: 30px; }
.hero_stats_itm {
width: 100%;
text-align: center;
backdrop-filter: blur(10px);
border-radius: 40px;
background: #0000001a;
padding-bottom: 20px;
}
.hsi_big {
color: #df5e26;
font-family: "Playfair Display";
font-size: 70px;
}
.hsi_small {
font-size: 20px;
}
.efew {
padding-top: 104px;
}
.weight_normal {
font-weight: 400;
}
.title-h2 b {
font-family: "Playfair Display";
font-size: 64px;
font-weight: 600;
}
.efew_desc {
color: #c3c3c3;
font-size: 24px;
text-align: center;
padding-top: 10px;
}
.efew_desc b {
font-weight: 700;
}
.efew_image {
text-align: center;
padding-top: 29px;
}
.efew_image img {
width: 100%;
}
.efew_names {
display: flex;
margin: 0 auto;
}
.efew_names div {
font-family: "Playfair Display";
font-size: 32px;
color: #fff;
font-weight: 600;
line-height: 32px;
}
.efew_names div:nth-child(1) {
width: 22%;
padding-left: 157px;
}
.efew_names div:nth-child(2) {
width: 23%;
padding-left: 93px;
}
.efew_names div:nth-child(3) {
width: 19%;
padding-left: 16px;
}
.efew_names div:nth-child(4) {
}
.efew_names div:nth-child(5) {
padding-left: 89px;
}
.efew_logos {
display: flex;
margin: 0 auto;
padding-top: 16px;
}
.efew_logos div {
}
.efew_logos div img {
width: 100%;
max-width: 164px;
}
.efew_logos div:nth-child(1) {
width: 22%;
padding-left: 125px;
}
.efew_logos div:nth-child(2) {
width: 22%;
padding-left: 67px;
}
.efew_logos div:nth-child(3) {
width: 17%;
padding-left: 4px;
}
.efew_logos div:nth-child(4) {
padding-left: 16px;
}
.efew_logos div:nth-child(5) {
padding-left: 92px;
}
.efew_button {
text-align: center;
padding-top: 48px;
padding-bottom: 50px;
}
.media_turn {
padding-top: 95px;
}
.mt_cards {
max-width: 1196px;
margin: 0 auto;
padding-top: 38px;
display: flex;
gap: 23px;
}
.mt_cards::before {
content: "";
background: #070707;
background: radial-gradient(
circle,
rgba(211, 84, 0, 0.216) 0%,
rgba(7, 7, 7, 1) 55%
);
width: 50%;
height: 100%;
display: block;
position: absolute;
z-index: -1;
top: 27px;
}
.mt_cards_left {
width: 31%;
display: flex;
gap: 23px;
flex-direction: column;
}
.mt_card {
padding: 20px 30px;
border-radius: 15px;
display: flex;
flex-direction: column;
gap: 10px;
align-items: center;
justify-content: center;
backdrop-filter: blur(20px);
border: 1px solid #ffffff1f;
background: #0e0e0e6e;
height: 156px;
}
.mt_card_big {
color: #d35400;
font-family: "Playfair Display";
font-size: 60px;
font-weight: 500;
text-align: center;
line-height: 53px;
}
.mt_card_small {
color: #fff;
font-size: 18px;
text-align: center;
padding-bottom: 10px;
}
.mt_cards_right {
flex: 1;
display: flex;
gap: 23px;
flex-direction: column;
}
.mt_card_logos {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 10px;
}
.mt_card_logos img {
width: 23%;
}
.mt_card.mt_card_images {
flex: 1;
}
.mt_card_screens {
width: 100%;
}
.live_it {
padding-top: 156px;
}
.live_it_wrap {
background: url(//proofoftalk.io/wp-content/themes/proof/assets/images/lit_bg.png);
padding: 40px;
}
.live_it_top {
display: flex;
}
.lit_left {
}
.lit_left h2 {
font-family: "Playfair Display";
color: #fff;
font-size: 88px;
line-height: 102%;
font-weight: 500;
line-height: 103%;
}
.lit_left h2 span {
font-family: "Playfair Display";
color: #fff;
font-size: 88px;
font-style: italic;
font-weight: 500;
line-height: 103%;
}
.lit_right {
margin-left: auto;
background: #000;
width: 558px;
display: flex;
gap: 20px;
align-items: center;
justify-content: space-around;
border-radius: 20px;
backdrop-filter: blur(20px);
background: #0e0e0e6e;
}
.lit_right_itm {
text-align: center;
width: 100%;
}
.lit_right_itm_big {
font-family: "Playfair Display";
font-size: 60px;
color: #d35400;
line-height: 110%;
}
.lit_right_itm_small {
color: #fff;
line-height: 110%;
font-size: 18px;
padding-top: 18px;
}
.lit_anonce {
font-size: 18px;
color: #fff;
padding-top: 27px;
}
.live_it_bottom {
display: flex;
gap: 20px;
padding-top: 46px;
}
.live_it_bottom img {
width: calc((100% - 40px) / 3);
}
.qt {
padding-top: 115px;
padding-bottom: 50px;
}
.qt_wrap {
max-width: 1195px;
margin: 0 auto;
display: flex;
gap: 20px;
}
.qt_img {
width: 315px;
display: block;
padding-top: 14px;
}
.qt_img img {
width: 315px;
height: 315px;
border-radius: 15px;
}
.qt_text {
padding: 40px 20px;
}
.qt_text_body {
font-family: "Playfair Display";
color: #fff;
font-size: 32px;
padding-top: 24px;
line-height: 110%;
}
.qt_text_name {
font-size: 20px;
margin-top: 24px;
}
.qt_text_job {
color: #d35400;
font-size: 18px;
}
.md_partners {
padding-top: 74px;
}
.md_partners_wrap {
max-width: 1195px;
margin: 0 auto;
display: flex;
gap: 20px;
flex-direction: column;
}
.md_partners_wrap h3 {
font-family: "Playfair Display";
color: #fff;
font-size: 64px;
line-height: 110%;
text-align: center;
margin-bottom: 20px;
}
.md_logos {
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: center;
margin-bottom: 40px;
}
.md_logos div {
width: 21%;
padding: 10px 30px;
border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
background-color: #212121;
}
.md_logos img {
width: 100%;
}
.lanch_gallery {
padding-top: 126px;
}
.lanch_gallery_desc {
text-align: center;
font-size: 24px;
color: #fff;
padding-top: 28px;
}
.lg_items {
display: flex;
flex-wrap: wrap;
gap: 20px;
padding-top: 35px;
}
.lg_items div {
width: calc((100% - 40px) / 3);
}
.lg_items div img {
width: 100%;
}
.press_pass {
position: relative;
overflow: visible;
background-color: #fff;
}
.press_pass::before {
content: "";
position: absolute;
left: 0;
top: 0;
z-index: 1;
width: 100%;
height: 100%;
background: url(//proofoftalk.io/wp-content/themes/proof/assets/images/press_pass_bg.png);
background-repeat: no-repeat;
background-size: cover;
}
.press_pass_wrap {
width: 50%;
margin-left: auto;
padding-top: 228px;
padding-bottom: 491px;
z-index: 9;
position: relative;
}
.press_pass_wrap h2 {
font-family: "Playfair Display";
color: #000;
font-size: 63px;
line-height: 110%;
}
.gallery_container {
display: flex;
flex-direction: column;
gap: 25px;
justify-content: center;
align-items: center;
}
.gallery_container .line_link_but {
width: fit-content;
}
.press_pass_wrap p {
font-size: 20px;
color: #000;
text-align: right;
margin-top: 33px;
line-height: 130%;
}
.press_pass_buttons {
padding-top: 50px;
display: flex;
gap: 20px;
justify-content: end;
}
.line_link_black_but {
background-color: transparent;
text-decoration: none;
text-transform: uppercase;
color: #000;
font-size: 16px;
padding: 15px 20px;
border: 1px solid #000;
border-radius: 10px;
}
.line_link_black_but:hover {
border: 1px solid #d35400;
color: #d35400;
}
.media_logos_butt {
display: flex;
gap: 20px;
justify-content: center;
padding-top: 68px;
padding-bottom: 50px;
}
.mg_wrap {
display: flex;
gap: 20px;
}
.mg_left {
width: 478px;
}
.mg_left img {
width: 100%;
}
.mg_right {
display: flex;
gap: 20px;
flex: 1;
flex-wrap: wrap;
}
.mg_right img {
width: calc((100% - 20px) / 2);
height: calc((100% - 20px) / 2);
}
.media_gallary {
padding-top: 80px;
}
.media_bn {
padding-top: 125px;
}
.media_bn_wrap {
background: url(//proofoftalk.io/wp-content/themes/proof/assets/images/media_bn_bg.png);
padding: 40px;
border-radius: 25px;
background-repeat: no-repeat;
background-size: cover;
}
.media_bn_wrap p {
font-size: 96px;
font-family: "Playfair Display";
color: #fff;
line-height: 110%;
padding-top: 54px;
}
.media_bn_wrap p span {
color: #d35400;
font-size: 96px;
font-family: "Playfair Display";
line-height: 110%;
}
.media_bn_but {
padding-top: 50px;
text-align: center;
padding-bottom: 61px;
}
.efew_names_mobi,
.efew_logos_mobi {
display: none;
}
.bit_hero {
background: url(//proofoftalk.io/wp-content/themes/proof/assets/images/bit_hero_bg.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.bit_hero_inner {
text-align: center;
padding-top: 371px;
}
.bit_hero_logo {
max-width: 500px;
}
.bit_hero_inner h1 {
font-family: "Playfair Display";
line-height: 85%;
font-size: 115px;
padding-top: 14px;
letter-spacing: -3%;
}
.bit_hero_but {
text-align: center;
padding-top: 91px;
padding-bottom: 100px;
}
.opensource {
padding-top: 64px;
}
.web_title {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
background: url(//proofoftalk.io/wp-content/themes/proof/assets/images/web_bg.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 181px;
border: 1px solid #ffffff33;
border-radius: 15px;
}
.web_title h3 {
font-family: "Playfair Display";
text-align: center;
font-size: 40px;
font-style: italic;
}
.web_text {
display: flex;
justify-content: space-between;
padding-top: 25px;
}
.web_text > div {
width: 45%;
}
.web_text p {
color: #b6b6b6;
font-size: 20px;
line-height: 119%;
}
.web_text b {
font-weight: 700;
color: #fff;
}
.text-right {
text-align: right;
}
.web_logos {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 70px;
padding-top: 80px;
}
.web_logos > div {
width: calc((100% - 140px) / 3);
text-align: center;
}
.web_logos img {
max-width: 340px;
}
.bit_community {
background-color: #fff;
color: #000;
padding-top: 92px;
background-image: url(//proofoftalk.io/wp-content/themes/proof/assets/images/bit_c_bg.png);
background-repeat: no-repeat;
background-size: contain;
background-position: bottom center;
padding-bottom: 446px;
}
.bit_c_date {
display: flex;
justify-content: space-between;
max-width: 728px;
margin: 0 auto;
font-size: 20px;
}
.bit_community h2 {
color: #000;
font-family: "Playfair Display";
text-align: center;
font-weight: 600;
font-size: 98px;
line-height: 110%;
padding-top: 15px;
}
.bit_c_desc {
text-align: center;
font-size: 34px;
line-height: 115%;
padding-top: 12px;
}
.bit_c_desc span {
font-size: 34px;
color: #e76315;
font-weight: 800;
}
.bit_c_but {
text-align: center;
padding-top: 53px;
padding-bottom: 50px;
}
.first_speakers {
padding-top: 133px;
}
.fp_image {
max-width: 1196px;
margin: 0 auto;
padding-top: 37px;
}
.fp_names {
display: flex;
justify-content: space-around;
max-width: 1196px;
margin: 0 auto;
}
.fp_names_itm {
text-align: center;
}
.fp_names_itm_name {
font-family: "Playfair Display";
font-size: 40px;
}
.fp_names_itm_job {
color: #e76315;
font-style: italic;
font-size: 18px;
}
.fp_names_itm_logo {
padding-top: 22px;
text-align: center;
}
.fp_names_itm_logo img {
max-width: 164px;
}
.fp_buttons {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
padding-top: 37px;
}
.sp_text {
padding-top: 50px;
}
.sp_text p {
font-family: "Playfair Display";
color: #d35400;
font-size: 36px;
text-align: center;
}
.sp_but {
text-align: center;
padding-top: 44px;
padding-bottom: 20px;
}
.bit_gallery {
padding-top: 80px;
}
.bit_gallery_title {
font-family: "Playfair Display";
font-size: 64px;
font-style: italic;
font-weight: 400;
text-align: center;
}
.bit_gallery_subtitle {
font-size: 24px;
font-style: italic;
font-weight: 100;
text-align: center;
}
.bit_gallery_items {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin: 35px 0;
}
.bit_gallery_items > div {
width: calc((100% - 60px) / 4);
}
.council-text .title-h2 {
max-width: 848px;
text-align: center;
}
.council-subtitle {
color: #c3c3c3;
font-family: Poppins;
font-size: 24px;
font-style: normal;
text-align: center;
font-weight: 400;
line-height: 120%; letter-spacing: -0.72px;
}
.council-text {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 25px;
margin-bottom: 48px;
}
.council__jobs img {
align-self: center;
width: auto;
height: revert;
}
.council__jobs img:nth-child(1) {
grid-column: span 2;
justify-self: center;
}
.council__img {
width: 278px;
height: 228px;
}
.council__item:nth-child(1) .council__jobs {
display: grid;
grid-template-rows: repeat(2, 1fr);
grid-template-columns: repeat(2, 1fr);
width: fit-content;
row-gap: 0;
column-gap: 0;
}
.council__jobs {
display: flex;
width: 100%;
gap: 40px;
align-items: center;
justify-content: center;
}
.council__grid {
display: flex;
flex-wrap: wrap;
justify-content: center;
row-gap: 25px;
}
.council__grid .council__item {
flex: 0 0 21%;
max-width: 302px;
}
.council_info {
display: flex;
flex-direction: column;
align-items: center;
padding-right: 30px;
gap: 20px;
}
.council__pos,
.council__pos * {
color: #b1b1b1;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Poppins;
font-size: 16.598px;
font-style: italic;
font-weight: 300;
line-height: 107%; letter-spacing: -0.83px;
}
.council__pos span {
max-width: 136px;
}
.council__pos {
display: flex;
justify-content: space-between;
gap: 40px;
height: 30px;
}
.council__name {
color: #fff;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "Playfair Display";
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 87.365%; letter-spacing: -1.5px;
padding-right: 30px;
margin: 20px 0 25px 0;
}
.council_subtext p {
color: #d35400;
text-align: center;
font-family: "Playfair Display";
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 110%; }
.council_subtext {
display: flex;
flex-direction: column;
gap: 40px;
margin-top: 50px;
}
.council__btns {
display: flex;
align-items: center;
justify-content: center;
gap: 30px;
}
.council__btns a {
padding: 15px 21px;
font-size: 16px;
}
.global__item {
width: 311px;
height: 161px;
border-radius: 30px;
background: rgba(14, 14, 14, 0.43);
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
gap: 15px;
position: relative;
backdrop-filter: blur(10px);
}
.global__item::before {
content: "";
position: absolute;
inset: 0;
border-radius: 30px;
padding: 1px;
background:
radial-gradient(
ellipse at 0% 0%,
rgba(255, 255, 255, 0.75) 0%,
transparent 55%
),
radial-gradient(
ellipse at 100% 100%,
rgba(255, 255, 255, 0.75) 0%,
transparent 55%
),
rgba(255, 255, 255, 0.1);
-webkit-mask:
linear-gradient(#fff 0 0) content-box,
linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask:
linear-gradient(#fff 0 0) content-box,
linear-gradient(#fff 0 0);
mask-composite: exclude;
pointer-events: none;
}
.global__item span {
color: #d35400;
font-variant-numeric: lining-nums proportional-nums;
font-family: "Playfair Display";
font-size: 61.15px;
font-style: normal;
font-weight: 500;
line-height: 110%; letter-spacing: -3.057px;
}
.global__item p {
color: #fff;
font-variant-numeric: lining-nums proportional-nums;
font-family: Poppins;
font-size: 18.345px;
font-style: normal;
font-weight: 500;
line-height: 110%; letter-spacing: -0.917px;
}
.global .title-h2 {
max-width: 1188px;
text-align: center;
}
.global .container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 81px;
}
.global-l {
display: flex;
flex-direction: column;
gap: 32px;
}
.global-r-t-item img {
max-height: 36px;
width: auto;
}
.global-r-t-item {
height: 82px;
padding: 0 35px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.global-r-t-item::after {
content: "";
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
height: 60%;
width: 1px;
background: rgba(255, 255, 255, 0.35);
}
.global-r-t-item:nth-child(1),
.global-r-t-item:nth-child(2),
.global-r-t-item:nth-child(3),
.global-r-t-item:nth-child(4) {
border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.global-r-t-item:nth-child(4)::after,
.global-r-t-item:nth-child(7)::after {
display: none;
}
.global-r-t {
display: flex;
flex-wrap: wrap;
max-width: 807px;
border-radius: 31.118px;
background: rgba(14, 14, 14, 0.43);
position: relative;
backdrop-filter: blur(10px);
}
.global-r-t::before {
content: "";
position: absolute;
inset: 0;
border-radius: 31.118px;
padding: 1px;
background:
radial-gradient(
ellipse at 0% 0%,
rgba(255, 255, 255, 0.35) 0%,
transparent 55%
),
radial-gradient(
ellipse at 100% 100%,
rgba(255, 255, 255, 0.35) 0%,
transparent 55%
),
rgba(255, 255, 255, 0.1);
-webkit-mask:
linear-gradient(#fff 0 0) content-box,
linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask:
linear-gradient(#fff 0 0) content-box,
linear-gradient(#fff 0 0);
mask-composite: exclude;
pointer-events: none;
}
.global {
background-image: url(//proofoftalk.io/wp-content/themes/proof/assets/images/global-bg.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.global__content {
display: flex;
gap: 27px;
}
.global-r-b-img {
width: 807px;
display: flex;
align-items: end;
justify-content: end;
overflow: hidden;
height: 345px;
position: relative;
backdrop-filter: blur(10px);
border-radius: 30px;
}
.global-r-b-img::before {
content: "";
position: absolute;
inset: 0;
border-radius: inherit;
padding: 1px;
background:
radial-gradient(
ellipse at 0% 0%,
rgba(255, 255, 255, 0.35) 0%,
transparent 55%
),
radial-gradient(
ellipse at 100% 100%,
rgba(255, 255, 255, 0.35) 0%,
transparent 55%
),
rgba(255, 255, 255, 0.1);
-webkit-mask:
linear-gradient(#fff 0 0) content-box,
linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask:
linear-gradient(#fff 0 0) content-box,
linear-gradient(#fff 0 0);
mask-composite: exclude;
pointer-events: none;
}
.global-r-b-img img {
object-fit: cover;
}
.global-r-b {
margin-top: 36px;
display: flex;
flex-direction: column;
gap: 25px;
}
.global-r-b h3 {
color: #fff;
font-family: Poppins;
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: 110%; letter-spacing: -2px;
text-transform: capitalize;
}
.global-r-b-info-item span {
color: #fff;
text-align: center;
font-family: Poppins;
font-size: 18px;
font-style: italic;
font-weight: 300;
line-height: 133.08%; opacity: 0.57;
}
.global-r-b-info-item p {
color: #d35400;
text-align: center;
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 133.08%; }
.global-r-b-info-item {
gap: 8px;
padding: 0 15px;
display: flex;
flex-direction: column;
align-items: center;
border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.global-r-b-info-item:nth-child(5) {
border-right: none;
}
.global-r-b-info {
display: flex;
align-items: center;
gap: 0;
padding: 28px 0 28px 24px;
border-radius: 30px;
position: relative;
backdrop-filter: blur(10px);
max-width: 807px;
}
.global-r-b-info::before {
content: "";
position: absolute;
inset: 0;
border-radius: 30px;
padding: 1px;
background:
radial-gradient(
ellipse at 0% 0%,
rgba(255, 255, 255, 0.75) 0%,
transparent 55%
),
radial-gradient(
ellipse at 100% 100%,
rgba(255, 255, 255, 0.75) 0%,
transparent 55%
),
rgba(255, 255, 255, 0.1);
-webkit-mask:
linear-gradient(#fff 0 0) content-box,
linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask:
linear-gradient(#fff 0 0) content-box,
linear-gradient(#fff 0 0);
mask-composite: exclude;
pointer-events: none;
}
.graphics .title-h2 {
max-width: 1142px;
text-align: center;
}
.graphics__subtitle {
color: rgba(255, 255, 255, 0.7);
font-family: Poppins;
font-size: 24px;
font-style: normal;
text-align: center;
font-weight: 400;
line-height: 120%; margin: 31px 0 41px 0;
}
.graphics .container {
display: flex;
flex-direction: column;
align-items: center;
gap: 0;
}
.graphics__content {
display: flex;
gap: 4px;
}
.graphics-l img {
height: 588px;
width: auto;
}
.graphics-l {
display: flex;
flex-direction: column;
margin-right: 6px;
gap: 25px;
padding: 20px 15px 0 30px;
border-radius: 25px;
background: rgba(19, 19, 19, 0.8);
backdrop-filter: blur(4.5px);
}
.graphics-l h3 {
color: #fff;
font-family: "Playfair Display";
font-size: 25.86px;
font-style: normal;
font-weight: 700;
line-height: 110%; letter-spacing: -0.808px;
}
.graphics-c {
display: flex;
flex-direction: column;
gap: 10px;
}
.graphics-item {
width: 449px;
height: 173px;
display: flex;
flex-direction: column;
padding: 24px 0 24px 30px;
border-radius: 25px;
background: rgba(19, 19, 19, 0.8);
backdrop-filter: blur(4.5px);
justify-content: space-between;
}
.graphics-item:nth-child(3) {
height: 309px;
}
.graphics-item p {
color: #fff;
font-variant-numeric: lining-nums proportional-nums;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 110%; letter-spacing: -0.9px;
}
.graphics-item span {
color: #e76315;
font-family: "Playfair Display";
font-size: 80px;
font-style: normal;
font-weight: 500;
line-height: 110%; letter-spacing: -5.347px;
}
.graphics-item:nth-child(3) p {
color: #fff;
font-family: "Playfair Display";
font-size: 25.86px;
font-style: normal;
font-weight: 700;
line-height: 110%; letter-spacing: -0.808px;
}
.graphics-r {
padding: 20px 16px 16px 30px;
border-radius: 25px;
background: rgba(19, 19, 19, 0.8);
backdrop-filter: blur(4.5px);
display: flex;
flex-direction: column;
justify-content: space-between;
}
.graphics-r h3 {
color: #fff;
font-family: "Playfair Display";
font-size: 25.86px;
font-style: normal;
font-weight: 700;
line-height: 110%; letter-spacing: -0.808px;
}
.graphics-r-content {
display: flex;
flex-direction: column;
gap: 20px;
}
.graphics-r-content > span {
color: #e76315;
font-family: "Playfair Display";
font-size: 54px;
font-style: normal;
font-weight: 500;
line-height: 110%; letter-spacing: -2px;
}
.graphics-r-content > p {
color: #fff;
leading-trim: both;
text-edge: cap;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 100%; letter-spacing: -0.36px;
margin-bottom: 8px;
}
.graphics-r-list p {
color: #e76315;
font-variant-numeric: lining-nums proportional-nums;
font-family: "Playfair Display";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 110%; letter-spacing: -0.435px;
}
.graphics-r-list li {
display: flex;
flex-direction: column;
gap: 20px;
}
.graphics-r-list {
display: flex;
flex-direction: column;
gap: 25px;
}
.graphics__btns,
.investors__btns {
display: flex;
align-items: center;
gap: 25px;
justify-content: center;
margin-top: 55px;
}
.graphics__btns a,
.investors__btns a {
width: fit-content;
padding: 10px 21px;
}
.investors .container {
display: flex;
flex-direction: column;
align-items: center;
}
.investors .title-h2 {
text-align: center;
max-width: 1260px;
}
.investors__subtitle {
color: rgba(255, 238, 230, 0.7);
text-align: center;
font-family: Poppins;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 120%; letter-spacing: -0.72px;
margin: 30px 0 18px 0;
max-width: 758px;
}
.investor {
width: 193px;
height: 97px;
}
.investors__list {
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: center;
align-items: center;
}
.investors__btns {
margin-top: 50px;
}
.reason .title-h2 {
text-align: center;
width: 90%;
}
.reason .container {
display: flex;
flex-direction: column;
align-items: center;
gap: 60px;
}
.reason__content {
display: flex;
flex-direction: column;
background-image: url(//proofoftalk.io/wp-content/themes/proof/assets/images/reason-img.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 45px;
height: 726px;
width: 100%;
padding: 133px 0 30px 0;
align-items: center;
justify-content: space-between;
}
.reason__text h3 {
color: #fff;
text-align: center;
font-family: Poppins;
font-size: 35px;
font-style: italic;
font-weight: 400;
line-height: 137.8%; letter-spacing: -1.05px;
max-width: 863px;
}
.reason__text p {
color: #fff;
font-family: Poppins;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 137.8%; letter-spacing: -0.9px;
}
.reason__text {
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
}
.reason__btns {
display: flex;
align-items: center;
justify-content: center;
gap: 25px;
}
.reason__btns a {
padding: 15px 21px;
}
.proofForm__text-sm {
color: rgba(255, 255, 255, 0.58);
font-family: "Playfair Display";
font-size: 66.296px;
font-style: normal;
font-weight: 500;
line-height: 111%; letter-spacing: -3.799px;
}
.proofForm__text-lg {
color: #fff;
font-family: "Playfair Display";
font-size: 111.74px;
font-style: normal;
font-weight: 500;
line-height: 111%; letter-spacing: -5.129px;
}
.proofForm__text {
display: flex;
flex-direction: column;
gap: 0;
}
.proofForm .mk--btn {
padding: 15px 21px;
width: fit-content;
background-color: transparent;
}
.partners__grid-img {
width: 100%;
height: auto;
max-width: 1028px;
}  .speaker-single__hero {
padding-top: 130px;
padding-bottom: 0;
}
.speaker-single__back {
display: inline-flex;
align-items: center;
gap: 10px;
color: rgba(255, 255, 255, 0.5);
font-size: 14px;
font-weight: 400;
letter-spacing: 0.5px;
text-transform: uppercase;
transition: 0.3s color;
margin-bottom: 40px;
}
.speaker-single__back:hover {
color: var(--orange);
}
.speaker-single__back svg {
width: 16px;
height: 16px;
transform: rotate(180deg);
} .speaker-single__card {
display: flex;
gap: 0;
border-radius: 30px;
overflow: hidden;
background: rgba(255, 255, 255, 0.03);
border: 1px solid rgba(255, 255, 255, 0.06);
}
.speaker-single__photo {
width: 420px;
flex-shrink: 0;
}
.speaker-single__photo img {
display: block;
width: 100%;
height: 100%;
min-height: 500px;
object-fit: cover;
object-position: center top;
}
.speaker-single__info {
padding: 60px 60px 50px;
display: flex;
flex-direction: column;
justify-content: center;
flex: 1;
}
.speaker-single__logo {
margin-bottom: 30px;
height: 32px;
}
.speaker-single__logo img {
max-height: 32px;
width: auto;
object-fit: contain;
opacity: 0.6;
}
.speaker-single__name {
font-family: "Playfair Display";
font-size: 60px;
font-weight: 600;
line-height: 105%;
letter-spacing: -3px;
color: var(--white);
margin-bottom: 16px;
}
.speaker-single__role {
font-size: 20px;
font-weight: 400;
color: var(--gray);
line-height: 140%;
}
.speaker-single__role span {
color: var(--orange);
font-weight: 600;
font-style: italic;
}
.speaker-single__social {
display: flex;
gap: 12px;
margin-top: 36px;
}
.speaker-single__social a {
display: flex;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
border-radius: 50%;
border: 1px solid rgba(255, 255, 255, 0.12);
color: var(--white);
transition: 0.3s all;
}
.speaker-single__social a:hover {
border-color: var(--orange);
color: var(--orange);
background: rgba(211, 84, 0, 0.08);
}
.speaker-single__social a svg {
width: 18px;
height: 18px;
}
.speaker-single__cta-inline {
display: flex;
gap: 16px;
margin-top: 40px;
}
.speaker-single__cta-inline .mk--btn {
font-size: 16px;
padding: 13px 28px;
} .speaker-single__bio {
padding: 80px 0;
}
.speaker-single__bio-inner {
max-width: 860px;
}
.speaker-single__bio-label {
font-family: "Playfair Display";
font-size: 36px;
font-weight: 500;
letter-spacing: -1.5px;
margin-bottom: 30px;
color: var(--white);
}
.speaker-single__bio p {
font-size: 18px;
font-weight: 300;
line-height: 190%;
color: rgba(255, 255, 255, 0.65);
}
.speaker-single__bio p + p {
margin-top: 20px;
} .speaker-single__tags {
display: flex;
gap: 10px;
flex-wrap: wrap;
margin-top: 36px;
}
.speaker-single__tag {
padding: 8px 20px;
border-radius: 100px;
border: 1px solid rgba(255, 255, 255, 0.1);
font-size: 14px;
font-weight: 400;
color: rgba(255, 255, 255, 0.6);
} .speaker-single__quote {
padding: 0 0 80px;
}
.speaker-single__quote-inner {
border-radius: 25px;
background: rgba(211, 84, 0, 0.06);
border: 1px solid rgba(211, 84, 0, 0.12);
padding: 60px 70px;
position: relative;
}
.speaker-single__quote-mark {
position: absolute;
top: 30px;
left: 50px;
font-family: "Playfair Display";
font-size: 120px;
font-weight: 700;
color: var(--orange);
opacity: 0.15;
line-height: 1;
}
.speaker-single__quote-text {
font-family: "Playfair Display";
font-size: 28px;
font-weight: 500;
line-height: 155%;
letter-spacing: -0.5px;
color: var(--white);
font-style: italic;
position: relative;
z-index: 1;
} .speaker-single__related {
padding: 0 0 100px;
}
.speaker-single__related-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 40px;
}
.speaker-single__related-title {
font-family: "Playfair Display";
font-size: 36px;
font-weight: 500;
letter-spacing: -1.5px;
color: var(--white);
}
.speaker-single__related-link {
color: var(--orange);
font-size: 16px;
font-weight: 500;
transition: 0.3s opacity;
}
.speaker-single__related-link:hover {
opacity: 0.7;
}
.speaker-single__related-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
}
.speaker2--item {
display: flex;
flex-direction: column;
gap: 15px;
text-decoration: none;
color: inherit;
transition: transform 0.25s ease;
}
a.speaker2--item:hover {
transform: translateY(-5px);
}
.speaker2--item .top {
height: 277px;
overflow: hidden;
border-radius: 25px;
background: rgba(255, 255, 255, 0.05);
}
.speaker2--item .top img {
display: block;
height: 100%;
object-fit: cover;
object-position: center;
}
.speaker2--item .bottom {
display: flex;
align-items: center;
gap: 10px;
}
.speaker2--item .bottom .logo {
flex-shrink: 0;
width: 77px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
}
.speaker2--item .bottom .logo img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
display: block;
}
.speaker2--item .text {
display: flex;
flex-direction: column;
gap: 10px;
}
.speaker2--item .position,
.speaker2--item .position span {
font-size: 16px;
font-weight: 400;
line-height: 100%;
}
.speaker2--item .position span {
font-style: italic;
font-weight: 700;
}
.speaker2--item .name {
color: var(--orange);
font-size: 14px;
font-weight: 600;
line-height: 100%;
} .nl-section {
padding: 80px 0;
}
.nl-card {
position: relative;
border-radius: 30px;
overflow: hidden;
background: #0e0d0b;
border: 1px solid rgba(211, 84, 0, 0.15);
}
.nl-glow {
position: absolute;
top: -120px;
right: -80px;
width: 500px;
height: 500px;
background: radial-gradient(circle, rgba(211, 84, 0, 0.12) 0%, transparent 70%);
pointer-events: none;
}
.nl-content {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 80px;
padding: 70px 70px 50px;
position: relative;
z-index: 1;
}
.nl-left {
flex: 1;
}
.nl-eyebrow {
font-size: 12px;
font-weight: 500;
letter-spacing: 3px;
text-transform: uppercase;
color: var(--orange);
margin-bottom: 20px;
}
.nl-title {
font-family: "Playfair Display";
font-size: 72px;
font-weight: 600;
line-height: 100%;
letter-spacing: -3.5px;
color: var(--white);
margin-bottom: 24px;
}
.nl-subtitle {
font-size: 18px;
font-weight: 300;
line-height: 165%;
color: rgba(255, 255, 255, 0.5);
max-width: 400px;
}
.nl-right {
flex-shrink: 0;
width: 400px;
padding-top: 20px;
}
.nl-form {
display: flex;
flex-direction: column;
gap: 14px;
}
.nl-input {
width: 100%;
padding: 18px 22px;
border-radius: 12px;
border: 1px solid rgba(255, 255, 255, 0.08);
background: rgba(255, 255, 255, 0.04);
color: var(--white);
font-family: Poppins;
font-size: 16px;
font-weight: 400;
transition: 0.3s all;
}
.nl-input:focus {
border-color: var(--orange);
background: rgba(211, 84, 0, 0.04);
}
.nl-input::placeholder {
color: rgba(255, 255, 255, 0.25);
}
.nl-btn {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
width: 100%;
padding: 18px 30px;
border-radius: 12px;
border: none;
background: var(--orange);
color: var(--white);
font-family: Poppins;
font-size: 17px;
font-weight: 600;
cursor: pointer;
transition: 0.35s all;
letter-spacing: 0.3px;
}
.nl-btn:hover {
background: #e76315;
transform: translateY(-2px);
box-shadow: 0 8px 30px rgba(211, 84, 0, 0.3);
}
.nl-btn svg {
transition: 0.3s transform;
}
.nl-btn:hover svg {
transform: translateX(4px);
}
.nl-privacy {
margin-top: 14px;
text-align: center;
font-size: 13px;
font-weight: 300;
color: rgba(255, 255, 255, 0.25);
}
.nl-stats {
display: flex;
align-items: center;
justify-content: center;
gap: 0;
padding: 28px 70px;
border-top: 1px solid rgba(255, 255, 255, 0.06);
position: relative;
z-index: 1;
}
.nl-stat {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
gap: 4px;
}
.nl-stat-num {
font-family: "Playfair Display";
font-size: 22px;
font-weight: 600;
color: var(--white);
letter-spacing: -0.5px;
}
.nl-stat-label {
font-size: 13px;
font-weight: 400;
color: rgba(255, 255, 255, 0.35);
}
.nl-stat-divider {
width: 1px;
height: 36px;
background: rgba(255, 255, 255, 0.08);
} .proofForm {
margin-top: 0;
padding: 0 0 80px;
}
.proofForm .container {
border-radius: 30px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 50px;
background: linear-gradient(180deg, rgba(211, 84, 0, 0.1) 0%, rgba(7, 7, 7, 0) 100%);
border: 1px solid rgba(211, 84, 0, 0.1);
padding: 80px 40px 70px;
max-width: 1100px;
}
.proofForm__text {
display: flex;
flex-direction: column;
gap: 0;
text-align: center;
}
.proofForm__text-sm {
color: rgba(255, 255, 255, 0.58);
font-family: "Playfair Display";
font-size: 46px;
font-weight: 500;
line-height: 120%;
letter-spacing: -2px;
}
.proofForm__text-lg {
color: #fff;
font-family: "Playfair Display";
font-size: 60px;
font-weight: 500;
line-height: 120%;
letter-spacing: -3px;
}
.proofForm .mk--btn.white {
padding: 15px 35px;
font-size: 18px;
} .footer {
padding: 90px 0 50px;
}
.footer__inner {
display: flex;
flex-direction: column;
gap: 80px;
}
.footer .top {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 60px;
}
.footer-form__left {
flex: 1;
display: flex;
flex-direction: column;
gap: 20px;
}
.footer .top .title-h2-footer {
max-width: 975px;
color: var(--white);
font-family: "Playfair Display";
font-size: 64px;
font-weight: 600;
line-height: 102.765%;
letter-spacing: -1.92px;
}
.footer .center {
display: flex;
justify-content: space-between;
}
.footer .center .title {
color: var(--white);
font-family: "Playfair Display";
font-size: 16px;
font-weight: 600;
line-height: 145%;
letter-spacing: -0.08px;
}
.footer .center ul {
margin-top: 20px;
display: flex;
flex-direction: column;
gap: 10px;
}
.footer .center ul a {
opacity: 0.8;
display: block;
font-size: 16px;
font-weight: 400;
line-height: 120%;
}
.footer-form {
display: flex;
flex-direction: column;
gap: 20px;
max-width: 467px;
width: 100%;
flex-shrink: 0;
}
.footer-form__text {
margin-bottom: 10px;
color: rgba(255, 255, 255, 0.8);
font-size: 18px;
font-weight: 400;
line-height: 120%;
letter-spacing: -0.09px;
}
.footer-form__input {
border-radius: 10px;
background: rgba(255, 255, 255, 0.05);
width: 100%;
padding: 15px 20px;
border: 1px solid transparent;
color: var(--white);
font-family: Poppins;
font-size: 16px;
font-weight: 400;
transition: 0.3s border-color;
}
.footer-form__input:focus {
border-color: rgba(211, 84, 0, 0.3);
}
.footer-form__input::placeholder {
color: rgba(255, 255, 255, 0.3);
font-family: Poppins;
font-size: 16px;
}
.footer-form-btn {
margin-left: auto;
margin-top: 10px;
}
.footer-social {
display: flex;
flex-direction: column;
gap: 25px;
}
.footer-social .text-orange {
color: var(--orange);
font-size: 16px;
font-weight: 300;
line-height: 100%;
letter-spacing: -1px;
}
.footer-social .text-white {
margin-top: 10px;
font-size: 16px;
font-weight: 400;
line-height: 100%;
letter-spacing: -1px;
}
.footer-social_wrap {
display: flex;
gap: 10px;
align-items: center;
}
.footer-social_wrap a {
margin-top: 40px;
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 500px;
border: 1px solid #fff;
color: var(--white);
transition: 0.3s all;
}
.footer-social_wrap a:hover {
border-color: var(--orange);
color: var(--orange);
}
.footer-bottom_text {
margin-top: 25px;
display: flex;
justify-content: space-between;
align-items: center;
}
.footer-bottom_text p,
.footer-bottom_text p a {
color: rgba(255, 255, 255, 0.55);
font-size: 16px;
font-weight: 400;
line-height: 107%;
letter-spacing: -0.08px;
}
.footer-logo {
margin-bottom: 40px;
}
.footer-logo svg {
width: 100%;
height: auto;
} @media (max-width: 1440px) {
.container {
width: 100%;
padding: 0 40px;
}
}
@media (max-width: 1064px) {
.speaker-single__card {
flex-direction: column;
}
.speaker-single__photo {
width: 100%;
max-height: 450px;
}
.speaker-single__photo img {
min-height: 350px;
max-height: 450px;
}
.speaker-single__info {
padding: 40px;
}
.speaker-single__name {
font-size: 48px;
}
.speaker-single__related-grid {
grid-template-columns: repeat(3, 1fr);
}
.nl-content {
gap: 50px;
padding: 50px 50px 40px;
}
.nl-title {
font-size: 58px;
}
.nl-right {
width: 340px;
}
.nl-stats {
padding: 24px 40px;
}
.speaker-single__quote-inner {
padding: 40px 40px;
}
.speaker-single__quote-text {
font-size: 24px;
}
.proofForm__text-sm {
font-size: 36px;
}
.proofForm__text-lg {
font-size: 48px;
}
}
@media (max-width: 900px) {
.speaker-single__hero {
padding-top: 110px;
}
.speaker-single__name {
font-size: 40px;
letter-spacing: -2px;
}
.speaker-single__role {
font-size: 18px;
}
.speaker-single__cta-inline {
flex-wrap: wrap;
}
.speaker-single__related-grid {
grid-template-columns: repeat(2, 1fr);
}
.nl-content {
flex-direction: column;
gap: 40px;
padding: 40px 30px 30px;
}
.nl-right {
width: 100%;
}
.nl-title {
font-size: 50px;
}
.nl-stats {
flex-wrap: wrap;
gap: 20px;
padding: 24px 30px;
}
.nl-stat-divider {
display: none;
}
.nl-stat {
flex: 0 0 45%;
}
.speaker-single__related-header {
flex-direction: column;
gap: 16px;
align-items: flex-start;
}
.footer .center {
flex-wrap: wrap;
gap: 40px;
}
.proofForm__text-sm {
font-size: 28px;
}
.proofForm__text-lg {
font-size: 38px;
}
.footer .top {
flex-direction: column;
align-items: flex-start;
}
}
@media (max-width: 660px) {
.container {
padding: 0 20px;
}
.speaker-single__hero {
padding-top: 100px;
}
.speaker-single__photo img {
min-height: 280px;
}
.speaker-single__info {
padding: 30px 20px;
}
.speaker-single__name {
font-size: 34px;
letter-spacing: -1.5px;
}
.speaker-single__role {
font-size: 16px;
}
.speaker-single__bio {
padding: 50px 0;
}
.speaker-single__bio-label {
font-size: 28px;
}
.speaker-single__bio p {
font-size: 16px;
line-height: 180%;
}
.speaker-single__quote-inner {
padding: 30px 25px;
}
.speaker-single__quote-text {
font-size: 20px;
}
.speaker-single__quote-mark {
font-size: 80px;
top: 15px;
left: 20px;
}
.header-nav {
display: none;
}
.mk--btn {
font-size: 16px;
padding: 12px 24px;
}
.speaker-single__cta-inline .mk--btn {
width: 100%;
justify-content: center;
}
.speaker-single__cta-inline {
flex-direction: column;
}
.proofForm .container {
padding: 50px 20px 40px;
}
.proofForm__text-sm {
font-size: 22px;
letter-spacing: -1px;
}
.proofForm__text-lg {
font-size: 30px;
letter-spacing: -1.5px;
}
.proofForm .container {
border-radius: 20px;
padding: 50px 20px 40px;
gap: 30px;
}
.nl-section {
padding: 50px 0;
}
.nl-content {
padding: 30px 20px 24px;
}
.nl-title {
font-size: 42px;
letter-spacing: -2px;
}
.nl-subtitle {
font-size: 16px;
}
.nl-input {
padding: 15px 18px;
}
.nl-btn {
padding: 15px 24px;
font-size: 16px;
}
.nl-stats {
padding: 20px;
}
.nl-card {
border-radius: 20px;
}
.footer .top .title-h2-footer {
font-size: 36px;
}
.footer-form-btn {
margin-left: 0;
}
}
@media (max-width: 480px) {
.speaker-single__related-grid {
grid-template-columns: repeat(2, 1fr);
gap: 15px;
}
.speaker2--item .top {
height: 200px;
}
.speaker2--item .bottom {
flex-direction: column;
align-items: flex-start;
}
.speaker-single__tags {
gap: 8px;
}
.speaker-single__tag {
font-size: 13px;
padding: 6px 16px;
}
}.wpcf7-response-output {
border: none !important;
padding: 0 !important;
margin: 20px 0 0 0 !important;
font-size: 14px !important;
width: 100% !important;
text-align: center;
color: #fff;
}
.wpcf7-submit {
cursor: pointer;
}
.wpcf7-not-valid-tip {
display: none !important;
}
.wpcf7-not-valid {
border: 1px solid red !important;
}
.form > .wpcf7 {
width: 100%;
}
form.wpcf7-form > p {
width: 100%;
text-align: center;
position: relative;
}
.wpcf7-spinner {
position: absolute;
bottom: 20px;
}@media screen and (min-width: 2000px) {
.testik__circle {
width: 150vw;
}
.textAnimation {
min-height: auto;
}
}
@media screen and (min-width: 1651px) and (max-width: 1999px) {
.testik__circle {
width: 2400px;
}
}
@media screen and (max-width: 1650px) {
.hero2__title {
margin-top: 115px;
}
.textAnimation {
min-height: auto;
}
}
@media screen and (max-width: 1440px) {
.container {
width: 1200px;
}
.graphics-l {
gap: 0;
justify-content: space-between;
}
.graphics-item {
width: 343px;
}
.graphics-l img {
height: 497px;
}
.proofForm__text-sm {
font-size: 54px;
}
.proofForm__text-lg {
font-size: 95px;
}
.greatest_item_text p {
font-size: 32px;
}
.greatest__grid-item-img,
.greatest_item_text {
width: 218px;
} .m-t {
margin-top: 100px;
}
.p-t {
padding-top: 100px;
}
.title-h2 {
font-size: 56px;
letter-spacing: -2.4px;
}
.text-24-400 {
font-size: 20px;
} .mk--btn:not(.header__btn),
.footer .mk--btn {
padding: 12px 26px;
font-size: 16px;
} .soldOut-content {
margin-top: 32px;
}
.full-video__wrap {
border-radius: 26px;
}
.video-block,
.video-block__play::before {
border-radius: 26px;
}
.video-block__play {
width: 110px;
height: 122px;
}
.video-block__play::before {
width: 110px;
height: 122px;
} .greatest--inner .text-24-400 {
max-width: 720px;
margin-top: 24px;
}
.greatest--inner .img {
margin: 32px 0;
max-width: 1100px;
}
.greatest-item {
padding: 12px 16px;
border-radius: 14px;
}
.greatest-img {
width: 92px;
height: 34px;
padding: 6px 8px;
}
.greatest-btn {
margin-top: 32px;
gap: 18px;
} .focus-slider {
margin-top: 32px;
}
.focus-item .img {
height: 400px;
}
.focus-item .num {
font-size: 32px;
}
.focus-item .title {
font-size: 22px;
}
.focus-item .text,
.focus-item .text span {
margin-top: 20px;
font-size: 16px;
} .contentCouncil {
padding-top: 50px;
}
.contentCouncil-title {
margin: 32px 0;
}
.contentCouncil-title .text {
font-size: 28px;
}
.contentCouncil-item .name {
font-size: 20px;
}
.contentCouncil-item .text {
font-size: 18px;
}
.contentCouncil-item .img {
width: 176px;
padding: 14px 16px;
}
.contentCouncil-bottom .text-orange {
font-size: 32px;
} .numbersSpeak--inner {
min-height: 150vh;
}
.numbersSpeak--wrap {
max-height: 1000px;
}
.numbersSpeak--text p {
font-size: 100px;
letter-spacing: -6px;
}
.numbersSpeak--item {
max-width: 350px;
padding: 32px 22px;
border-radius: 30px;
gap: 14px;
}
.numbersSpeak--item .title {
font-size: 16px;
}
.numbersSpeak--item .num {
font-size: 68px;
}
.numbersSpeak--item .text {
font-size: 18px;
}
.numbersSpeak--about {
margin-top: 48px;
max-width: 920px;
}
.numbersSpeak--about .img {
width: 260px;
height: 260px;
}
.numbersSpeak--about .text {
padding: 28px 18px;
}
.numbersSpeak--about .text .title {
font-size: 26px;
}
.numbersSpeak--about .text .name {
margin-top: 20px;
font-size: 18px;
}
.numbersSpeak--about .text .position {
font-size: 16px;
} .aboutText {
padding-bottom: 180px;
}
.aboutText--inner {
gap: 20px;
}
.aboutText--content,
.aboutText--content span {
font-size: 34px;
letter-spacing: -1px;
}
.aboutText--content img {
width: 42px;
height: 42px;
margin: 0 8px;
transform: translateY(8px);
}
.aboutText--link {
gap: 44px;
}
.aboutText--link a {
font-size: 16px;
} .textAnimation--inner {
padding: 160px 0 120px;
}
.textAnimation-back {
font-size: 92px;
letter-spacing: -2.6px;
} .proofForm-content {
max-width: 560px;
padding: 42px 28px;
border-radius: 34px;
}
.proofForm-descr {
font-size: 16px;
}
.proofForm .form--wrap {
margin-top: 32px;
} .footer {
padding: 80px 0 45px;
}
.footer__inner {
gap: 64px;
}
.footer .top .title-h2-footer {
font-size: 56px;
max-width: 880px;
}
.footer-social_wrap a {
width: 36px;
height: 36px;
}
.mk-grid__text {
font-size: 18px;
}
.mk-grid__card {
height: 260px;
}
.mk-grid__num {
font-size: 42px;
}
.mk-grid__unnum {
font-size: 18px;
}
.mk-proof__title {
font-size: 50px;
}
.mk-proof__l {
padding: 20px;
}
.mk-proof__subtitle {
font-size: 20px;
margin: 20px 0px;
}
.mk-proof__winners {
font-size: 28px;
}
.mk-proof__block-title {
font-size: 24px;
}
.mk-proof__blocks {
gap: 20px;
margin-top: 30px;
}
.mk-proof__block {
gap: 10px;
grid-template-columns: 200px 1fr;
}
.women__inner {
gap: 30px;
}
.women__card-name {
font-size: 20px;
}
.women__card-text {
font-size: 16px;
}
.women__cards {
gap: 30px;
}
.footer-form {
gap: 10px;
}
.footer-form__text {
font-size: 16px;
margin-bottom: 10px;
}
.hero2__title {
font-size: 100px;
line-height: 95%;
letter-spacing: -3.4px;
margin-top: 135px;
}
.mk-greates-slide__title {
font-size: 18px;
}
.mk-greatest-slide__name {
font-size: 16px;
}
.mk-greatest__inner {
gap: 30px;
}
.designation__item-text {
font-size: 22px;
}
.designations__circle {
width: 330px;
}
.designation-num1 {
font-size: 80px;
}
.designation-num2 {
font-size: 40px;
}
.designations {
padding: 140px 0px;
}
.header__btn {
font-size: 16px;
padding: 12px 20px;
}
.mk-proof__block-title {
font-size: 22px;
}
.footer-form {
max-width: 375px;
}
.footer-form__input {
padding: 10px 15px;
}
.hero__inner {
gap: 100px;
padding: 120px 0px 40px;
}
.hero__title {
font-size: 85px;
}
.hero__text {
font-size: 26px;
}
.slider-block {
width: 100%;
position: absolute;
z-index: 1;
gap: 50px;
}
.slider-text-main {
font-size: 20px;
}
.slider-text {
border-radius: 15px;
padding: 20px 10px;
gap: 15px;
}
.slider-text-name,
.slider-text-position {
font-size: 16px;
}
.slider__l {
max-width: 414px;
width: 100%;
gap: 80px;
}
.my-card__text-block > h3 {
font-size: 24px;
}
.my-card__text-block > p {
color: rgba(7, 7, 7, 0.7);
font-family: "Poppins";
font-size: 16px;
}
.my-card__num {
font-size: 44px;
}
.my-card {
flex-shrink: 0;
height: 85%;
flex-basis: 134px;
border-radius: 25px;
}
.empires__title {
font-size: 84px;
} .hero3 {
padding-top: 120px;
padding-bottom: 70px;
}
.hero3__title {
font-size: 84px;
letter-spacing: -4px;
}
.hero3 .mk-btn-conteiner {
margin-top: 70px;
gap: 32px;
} .textSection {
padding: 80px 0 55px;
}
.textSection .line {
min-height: 130px;
}
.textSection .text p {
font-size: 16px;
max-width: 283px;
}
.textSection .text-orange {
font-size: 24px;
} .sponsorSlider .top {
gap: 60px;
}
.sponsorSlider .top .title-h2 {
max-width: 640px;
}
.sponsorSlider .top p,
.sponsorSlider .top p a {
font-size: 22px;
}
.sponsorSlider-first .swiper-slide,
.sponsorSlider-second .swiper-slide {
padding: 32px 18px;
}
.sponsorSlider-first .num,
.sponsorSlider-second .num {
font-size: 32px;
}
.sponsorSlider-first .text {
font-size: 28px;
}
.sponsorSlider-first .position,
.sponsorSlider-second .position {
font-size: 16px;
} .lets--title {
font-size: 130px;
}
.lets--text {
font-size: 22px;
}
.lets--btn {
gap: 18px;
} .co-hosting--bottom > div {
padding: 32px;
}
.co-hosting--bottom .title {
font-size: 26px;
}
.co-hosting--bottom .text {
font-size: 15px;
} .dedicated--content {
gap: 32px 18px;
}
.dedicated--content .img {
height: 340px;
}
.dedicated--content .num {
font-size: 32px;
}
.dedicated--content .title {
font-size: 22px;
} .quotes--text p {
font-size: 220px;
}
.quotes-text {
margin-top: 60px;
margin-left: -32px;
padding: 34px 18px;
}
.quotes-text .text {
font-size: 28px;
}
.quotes-foto {
width: 215px;
} .spoken--content {
gap: 32px 18px;
}
.spoken-item .img {
height: 420px;
}
.bgText--title,
.bgText--title span {
font-size: 88px;
}
.sponsorSlider--1 {
max-width: 60%;
}
.sponsorSlider .mk-swiper-pagination {
max-width: 60%;
}
.quotesThems--item {
max-width: 360px; }
.quotesThems--item .foto img {
object-fit: cover;
height: 100%;
}
.quotesThems--item .text {
font-size: 14px;
}
.quotesThems--item .title {
font-size: 18px;
}
.mk__numbers-item .num {
font-size: 86px;
}
.mk__numbers-item p {
font-size: 22px;
}
.hero-bottom-conteiner p {
max-width: 420px;
font-size: 18px;
line-height: 127%;
}
.hero4__title {
font-size: 90px;
} .pfp_tracks h2 {
font-size: 100px;
line-height: 124px;
}
.prz_title {
font-size: 28px;
}
.ecosystem_title {
font-size: 28px;
}
.pfp_tracks {
padding-top: 100px;
padding-bottom: 100px;
}
.media_hero h1 {
font-size: 88px;
}
.lit_left h2 {
font-size: 56px;
}
.lit_left h2 span {
font-size: 56px;
}
.press_pass_wrap h2 {
font-size: 56px;
}
.press_pass_wrap {
padding-top: 60px;
padding-bottom: 339px;
}
.press_pass_wrap p {
font-size: 18px;
}
.not_1440 {
display: none;
}
.mg_left {
width: 34%;
}
.media_bn_wrap p {
font-size: 64px;
}
.media_bn_wrap p span {
font-size: 64px;
}
.bit_hero_logo {
max-width: 400px;
}
.bit_hero_inner h1 {
font-size: 95px;
}
.qt_text_body {
font-size: 28px;
}
.bit_community {
padding-top: 50px;
padding-bottom: 400px;
}
}
@media screen and (max-width: 1280px) {
.container {
width: 1024px;
}
.web_logos svg {
width: 240px;
}
.proofForm__text-sm {
font-size: 48px;
}
.proofForm__text-lg {
font-size: 80px;
}
.graphics__content {
gap: 20px;
justify-content: space-between;
flex-wrap: wrap;
}
.graphics-item {
width: 525px;
}
.greatest_item_text p {
font-size: 24px;
}
.greatest__grid-item-img,
.greatest_item_text {
width: 183px;
}
.header-logo {
max-width: 167px;
}
.header__nav-link {
font-size: 14px;
padding: 10px 12px;
} .m-t {
margin-top: 80px;
}
.p-t {
padding-top: 80px;
}
.title-h2 {
font-size: 48px;
letter-spacing: -2px;
}
.text-24-400 {
font-size: 18px;
} .mk--btn:not(.header__btn),
.footer .mk--btn {
padding: 10px 22px;
font-size: 15px;
} .soldOut-content {
margin-top: 28px;
}
.full-video__wrap {
border-radius: 22px;
}
.video-block,
.video-block__play::before {
border-radius: 22px;
}
.video-block__play {
width: 100px;
height: 112px;
}
.video-block__play::before {
width: 100px;
height: 112px;
} .greatest--inner .text-24-400 {
max-width: 640px;
margin-top: 20px;
}
.greatest--inner .img {
margin: 28px 0;
max-width: 980px;
}
.greatest-item {
padding: 10px 14px;
}
.greatest-img {
width: 84px;
height: 32px;
}
.greatest-btn {
margin-top: 28px;
gap: 16px;
} .focus-slider {
margin-top: 28px;
}
.focus-item .img {
height: 360px;
}
.focus-item .num {
font-size: 28px;
}
.focus-item .title {
font-size: 20px;
}
.focus-item .text,
.focus-item .text span {
margin-top: 18px;
font-size: 15px;
} .contentCouncil {
padding-top: 40px;
}
.contentCouncil-title {
margin: 28px 0;
}
.contentCouncil-title .text {
font-size: 24px;
}
.contentCouncil-item .name {
font-size: 18px;
}
.contentCouncil-item .text {
font-size: 16px;
}
.contentCouncil-item .img {
width: 160px;
padding: 12px 14px;
}
.contentCouncil-bottom .text-orange {
font-size: 28px;
}
.contentCouncil-wrap {
margin-top: 20px;
display: flex;
gap: 20px;
justify-content: center;
flex-wrap: wrap;
} .numbersSpeak--inner {
min-height: 130vh;
}
.numbersSpeak--wrap {
display: flex;
flex-direction: column;
gap: 15px;
}
.numbersSpeak--text p {
font-size: 80px;
letter-spacing: -5px;
}
.numbersSpeak--item {
padding: 26px 20px;
}
.numbersSpeak--item .title {
font-size: 15px;
}
.numbersSpeak--item .num {
font-size: 60px;
}
.numbersSpeak--item .text {
font-size: 16px;
}
.numbersSpeak--about {
margin-top: 40px;
max-width: 860px;
}
.numbersSpeak--about .img {
width: 240px;
height: 240px;
}
.numbersSpeak--about .text .title {
font-size: 24px;
} .aboutText {
padding-bottom: 150px;
}
.aboutText--content,
.aboutText--content span {
font-size: 30px;
}
.aboutText--content img {
width: 38px;
height: 38px;
} .textAnimation--inner {
padding: 140px 0 100px;
}
.textAnimation-back {
font-size: 80px;
} .proofForm-content {
max-width: 520px;
padding: 36px 24px;
} .footer {
padding: 70px 0 40px;
}
.footer__inner {
gap: 52px;
}
.footer .top .title-h2-footer {
font-size: 48px;
max-width: 780px;
}
.mk-proof__title {
font-size: 38px;
}
.mk-proof__block-title {
font-size: 18px;
}
.mk-grid__card {
height: 210px;
border-radius: 20px;
}
.mk-grid__content {
padding: 10px;
}
.slider-text-name {
font-size: 18px;
}
.slider-text-position {
font-size: 16px;
}
.partners-grid__inner {
gap: 30px;
}
.mk-proof__subtitle {
font-size: 16px;
margin: 10px 0px;
}
.mk-proof__winners {
font-size: 24px;
}
.mk-proof__block {
gap: 10px;
grid-template-columns: 160px 1fr;
}
.mk-grid__text {
font-size: 16px;
}
.mk-grid__num {
font-size: 38px;
}
.mk-grid__unnum {
font-size: 16px;
}
.mk-grid__upnum {
font-size: 16px;
}
.mk-greates-slide__title {
font-size: 16px;
}
.women__sub {
font-size: 20px;
}
.women__cards {
gap: 20px;
grid-template-columns: repeat(4, 1fr);
}
.speakers-grid--desktop {
grid-template-columns: repeat(4, 1fr);
}
.speaker-name {
font-size: 18px;
}
.speaker-position {
font-size: 16px;
}
.designation__item.mid {
transform: translateX(20px);
}
.designation__item.center {
transform: translateX(40px);
}
.designation__item-text {
font-size: 20px;
}
.hero2__title {
max-width: 600px;
font-size: 90px;
}
.women__card {
gap: 10px;
}
.footer:has(.footer-form) .center {
flex-wrap: wrap;
gap: 50px;
}
.women {
padding-bottom: 180px;
}
.hero__title {
font-size: 68px;
}
.hero__text {
font-size: 22px;
}
.hero__subtext {
font-size: 16px;
}
.slider__l {
max-width: 360px;
width: 100%;
gap: 80px;
}
.slider-card__first {
flex-shrink: 0;
flex-grow: 1;
max-width: 255px;
}
.my-cards__inner {
display: flex;
height: 553px;
gap: 10px;
align-items: center;
} .hero3 {
padding-top: 110px;
padding-bottom: 60px;
}
.hero3__title {
font-size: 72px;
letter-spacing: -3.4px;
}
.hero3 .mk-btn-conteiner {
margin-top: 60px;
gap: 28px;
} .textSection {
padding: 70px 0 30px;
}
.textSection .container {
display: flex;
justify-content: space-between;
flex-direction: column;
gap: 20px;
}
.textSection .text p {
font-size: 18px;
max-width: 50%;
}
.textSection .text-orange {
font-size: 22px;
max-width: none;
}
.textSection .line {
width: 100%;
min-height: 1px;
} .sponsorSlider .top {
gap: 50px;
}
.sponsorSlider .top .title-h2 {
max-width: 600px;
}
.sponsorSlider .top p,
.sponsorSlider .top p a {
font-size: 20px;
text-align: end;
}
.sponsorSlider-first .swiper-slide,
.sponsorSlider-second .swiper-slide {
padding: 28px 16px;
}
.sponsorSlider-first .num,
.sponsorSlider-second .num {
font-size: 28px;
}
.sponsorSlider-first .text {
font-size: 22px;
}
.sponsorSlider-first .position,
.sponsorSlider-second .position {
font-size: 14px;
} .lets--title {
font-size: 110px;
}
.lets--text {
font-size: 20px;
}
.lets--btn {
gap: 16px;
} .co-hosting--bottom > div {
padding: 28px;
}
.co-hosting--bottom .title {
font-size: 24px;
}
.co-hosting--bottom .text {
font-size: 14px;
} .dedicated--content {
gap: 30px 16px;
}
.dedicated--content .img {
height: 320px;
}
.dedicated--content .num {
font-size: 30px;
}
.dedicated--content .title {
font-size: 20px;
} .quotes--text p {
font-size: 200px;
}
.quotes-text {
margin-top: 50px;
margin-left: -28px;
padding: 30px 18px;
max-width: 320px;
}
.quotes-text .position {
font-size: 16px;
}
.quotes-foto {
width: 180px;
}
.quotes-text .text {
font-size: 20px;
}
.quotes-text .name {
margin-top: 20px;
font-size: 18px;
} .spoken--content {
gap: 30px 16px;
}
.spoken-item .img {
height: 400px;
}
.spoken-item .position {
font-size: 18px;
}
.mk--btn svg {
width: 20px;
height: 20px;
}
.bgText--title,
.bgText--title span {
font-size: 76px;
}
.hero4 {
padding: 160px 0 100px;
height: 100vh;
}
.mk__numbers-item .num {
font-size: 76px;
}
.quotesThems--item {
max-width: 320px; }
}
@media screen and (max-width: 1064px) {
.container {
width: 800px;
}
.greatest__grid-item:nth-child(3) {
border-right: 0;
}
.graphics-item:nth-child(3) {
font-size: 60px;
}
.proofForm__text-sm {
font-size: 36px;
}
.graphics-l {
width: 100%;
gap: 50px;
}
.graphics-item,
.graphics-item:nth-child(3) {
width: 100%;
height: auto;
}
.graphics-l img {
height: auto;
width: 100%;
}
.global-r-b h3 {
font-size: 32px;
}
.global-r-b-info {
padding: 15px 0 15px 15px;
}
.global-r-b-info-item {
padding: 0 10px;
}
.global-r-b-info-item span {
font-size: 14px;
}
.global-r-b-img {
width: 545px;
height: 240px;
}
.global-r-t-item img {
max-height: 24px;
}
.global-r-t-item {
height: 70px;
padding: 0 28px;
}
.global__item {
width: 222px;
height: 130px;
}
.global__item span {
font-size: 48px;
}
.global__item p {
font-size: 14px;
}
.greatest__grid {
grid-template-columns: repeat(3, 1fr);
}
.greatest__grid-item-img,
.greatest_item_text {
width: 245px;
}
.my-card {
position: relative;
}
.my-card.is-active:after {
opacity: 0;
}
.my-card:after {
content: "";
display: block;
position: absolute;
inset: 0;
z-index: 0;
background:
linear-gradient(180deg, rgba(247, 228, 220, 0) 50.09%, #f7e4dc 78.67%),
#ffffff1a;
transition: 0.3s all;
}
.mobile-menu {
display: block;
}
.header-nav {
display: none;
}
.header__btn--desktop {
display: none;
}
.menu {
width: 44px;
height: 44px;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.menu svg {
width: 44px;
height: 44px;
}
.header__right {
display: flex;
align-items: center;
gap: 20px;
}
.header__nav {
display: none;
}
.header__nav-link {
font-size: 16px;
padding: 15px 20px;
} .m-t {
margin-top: 60px;
}
.p-t {
padding-top: 60px;
}
.title-h2 {
font-size: 40px;
letter-spacing: -1.6px;
}
.text-24-400 {
font-size: 16px;
} .mk--btn:not(.header__btn),
.footer .mk--btn {
padding: 10px 20px;
font-size: 14px;
} .soldOut .title-h2 {
max-width: 700px;
margin: 0 auto;
}
.soldOut-content {
margin-top: 24px;
}
.full-video__wrap {
border-radius: 20px;
}
.video-block,
.video-block__play::before {
border-radius: 20px;
}
.video-block__play {
width: 90px;
height: 100px;
}
.video-block__play::before {
width: 90px;
height: 100px;
} .greatest--inner .img {
margin: 24px 0;
}
.greatest-elem {
gap: 8px;
}
.greatest-item {
padding: 10px 12px;
}
.greatest-img {
width: 80px;
height: 30px;
}
.greatest-btn {
margin-top: 24px;
gap: 14px;
} .focus-slider {
margin-top: 24px;
}
.focus-item .img {
height: 320px;
}
.focus-item .num {
font-size: 26px;
}
.focus-item .title {
font-size: 18px;
}
.focus-item .text,
.focus-item .text span {
margin-top: 16px;
font-size: 14px;
} .contentCouncil {
padding-top: 30px;
}
.contentCouncil-title {
margin: 24px 0;
gap: 10px;
}
.contentCouncil-title .text {
font-size: 22px;
}
.contentCouncil-wrap {
gap: 16px;
}
.contentCouncil-item .name {
font-size: 16px;
}
.contentCouncil-item .text {
font-size: 14px;
} .numbersSpeak--inner {
min-height: 120vh;
}
.numbersSpeak--wrap {
max-height: none;
display: flex;
flex-direction: column;
gap: 15px;
}
.numbersSpeak--text-stiky {
height: 65vh;
}
.numbersSpeak--text p {
font-size: 64px;
letter-spacing: -4px;
}
.numbersSpeak--item {
width: 100%;
max-width: none;
padding: 22px 18px;
}
.numbersSpeak--item .title {
font-size: 14px;
}
.numbersSpeak--item .num {
font-size: 52px;
}
.numbersSpeak--item .text {
font-size: 14px;
}
.numbersSpeak--about {
margin-top: 32px;
max-width: 780px;
}
.numbersSpeak--about .img {
width: 220px;
height: 220px;
}
.numbersSpeak--about .text .title {
font-size: 22px;
}
.numbersSpeak--item.item2 {
left: 0;
}
.numbersSpeak--item.item4,
.numbersSpeak--item.item5 {
margin-left: 0%;
} .aboutText {
padding-bottom: 120px;
}
.aboutText--content,
.aboutText--content span {
font-size: 26px;
}
.aboutText--content img {
width: 34px;
height: 34px;
} .textAnimation--inner {
padding: 120px 0 80px;
}
.textAnimation-back {
font-size: 64px;
} .proofForm--inner {
min-height: 80vh;
}
.proofForm-content {
max-width: 480px;
padding: 30px 22px;
} .footer {
padding: 60px 0 35px;
}
.footer__inner {
gap: 40px;
}
.footer .top {
flex-direction: column;
align-items: flex-start;
gap: 20px;
}
.footer .top .title-h2-footer {
font-size: 40px;
max-width: 640px;
}
.partners-grid__cell {
width: 159px;
height: 50px;
}
.mk-grid__main {
grid-template-columns: repeat(3, 1fr);
}
.mk-grid__card--double {
grid-template-columns: 1fr;
grid-template-rows: 1fr 1fr;
grid-row: 2 / 4;
grid-column: 2;
height: auto;
}
.mk-grid__content {
gap: 10px;
padding: 20px;
}
.mk-grid__img img {
width: 100%;
left: 0px;
}
.mk-proof__title {
font-size: 30px;
}
.mk-proof__blocks {
gap: 10px;
margin-top: 20px;
}
.mk-proof__block-title {
font-size: 16px;
}
.mk-proof__winners {
padding: 10px;
}
.women__heading {
gap: 20px;
}
.women__sub {
font-size: 18px;
}
.track__content {
gap: 40px;
}
.designation__item-text {
font-size: 16px;
}
.designation__item {
gap: 10px;
min-width: 280px;
font-size: 16px;
}
.designations__inner {
justify-content: center;
}
.designations__circle {
width: 290px;
}
.designation__marker {
width: 10px;
height: 10px;
}
.designation-num2 {
font-size: 32px;
min-width: 85px;
}
.designation-num1 {
font-size: 70px;
}
.women__card-name {
font-size: 18px;
}
.women__card-text {
font-size: 14px;
}
.speakers-grid--desktop {
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}
.empires__block img {
height: 100%;
object-fit: cover;
object-position: center;
}
.empires__title {
font-size: 64px;
}
.my-cards__inner {
display: flex;
height: auto;
gap: 10px;
align-items: stretch;
flex-direction: column;
}
.my-card__vertical {
position: absolute;
left: 0;
width: 100%;
max-width: none;
height: 100%;
padding: 20px 15px;
display: flex;
flex-direction: column;
gap: 10px;
z-index: 1;
}
.slider__inner {
display: flex;
align-items: flex-start;
gap: 30px;
flex-direction: column;
}
.slider__r-desktop {
display: none;
}
.slider__r-mobile {
display: block;
}
.slider__r {
width: 100%;
}
.mk-swiper-pagination {
display: block;
position: static !important;
}
.mk-swiper-pagination span.swiper-pagination-progressbar-fill {
position: static;
display: block;
height: 4px;
width: 100%;
background: var(--orange);
}
.mobail-bottom {
display: flex;
margin-top: 10px;
gap: 10px;
}
.my-card {
flex-shrink: 0;
height: auto;
flex-basis: 125px;
border-radius: 25px;
}
.my-card__num {
font-size: 24px;
}
.my-card__text {
font-size: 16px;
display: contents;
padding-bottom: 20px;
}
.my-card {
min-height: 0;
height: auto;
transition: min-height 0.4s ease;
}
.my-card.is-active {
min-height: 350px;
}
.my-card__text-block > h3 {
font-size: 18px;
}
.my-card__text-block > p {
color: rgba(7, 7, 7, 0.7);
font-family: "Poppins";
font-size: 14px;
}
.my-card__text-block {
position: absolute;
z-index: 1;
bottom: 20px;
left: 20px;
width: calc(100% - 60px);
opacity: 0;
transform: translateY(30px);
display: flex;
flex-direction: column;
gap: 10px;
}
.hero__title {
font-size: 54px;
}
.hero__text {
font-size: 18px;
} .hero3 {
padding-top: 100px;
padding-bottom: 50px;
}
.hero3__title {
font-size: 64px;
letter-spacing: -3px;
}
.hero3 .mk-btn-conteiner {
margin-top: 50px;
gap: 24px;
flex-wrap: wrap;
} .textSection {
padding: 60px 0 40px;
}
.textSection .text {
flex-direction: column;
}
.textSection .text p {
font-size: 16px;
max-width: 100%;
}
.textSection .text-orange {
font-size: 20px;
} .sponsorSlider .top {
flex-direction: column;
align-items: flex-start;
gap: 30px;
}
.sponsorSlider .top .title-h2 {
max-width: 100%;
}
.sponsorSlider .top > div {
align-items: flex-start;
}
.sponsorSlider .top p,
.sponsorSlider .top p a {
font-size: 18px;
text-align: start;
}
.sponsorSlider--content {
flex-direction: column;
gap: 20px;
}
.sponsorSlider--1,
.sponsorSlider--2 {
max-width: 100%;
}
.sponsorSlider--2 {
display: none;
}
.sponsorSlider .mobail-bottom {
margin-top: 20px;
}
.sponsorSlider .mk-swiper-pagination {
max-width: none;
}
.sponsorSlider-first .swiper-slide,
.sponsorSlider-second .swiper-slide {
padding: 24px 14px;
}
.sponsorSlider-first .num,
.sponsorSlider-second .num {
font-size: 26px;
}
.sponsorSlider-first .text {
font-size: 20px;
}
.sponsorSlider-first .position,
.sponsorSlider-second .position {
font-size: 14px;
} .lets--title {
font-size: 70px;
}
.lets--text {
font-size: 18px;
} .co-hosting--bottom {
gap: 16px;
}
.co-hosting--bottom > div {
padding: 24px;
}
.co-hosting--bottom .title {
font-size: 22px;
}
.co-hosting--bottom .text {
font-size: 14px;
} .dedicated--content {
grid-template-columns: repeat(2, 1fr);
gap: 24px 14px;
}
.dedicated--content .img {
height: 280px;
}
.dedicated--content .num {
font-size: 28px;
}
.dedicated--content .title {
font-size: 18px;
} .quotes--text p {
font-size: 160px;
}
.quotes--wrap {
gap: 40px;
}
.quotes-foto {
width: 160px;
}
.quotes-text {
margin: 0;
padding: 20px;
max-width: none;
}
.quotes-text .text {
font-size: 18px;
}
.quotes-text .name {
margin-top: 18px;
font-size: 16px;
}
.quotes-text .position {
font-size: 14px;
}
.quotes--item {
flex-direction: column;
gap: 20px;
} .spoken--content {
grid-template-columns: repeat(2, 1fr);
gap: 24px 14px;
}
.spoken-item .img {
height: 360px;
}
.spoken-item .position {
font-size: 16px;
}
.spoken-item .name {
font-size: 16px;
}
.bgText--title,
.bgText--title span {
font-size: 58px;
}
.quotesThems--item {
max-width: none; margin: 0 !important;
}
.speaker2-wrap {
display: grid;
gap: 20px;
grid-template-columns: repeat(2, 1fr);
}
.hero4__title {
font-size: 76px;
}
.hero-bottom-conteiner p {
max-width: 400px;
font-size: 16px;
line-height: 127%;
}
.mk__numbers-item {
padding: 30px;
}
.mk__numbers-item .num {
font-size: 56px;
}
.mk__numbers-item p {
font-size: 18px;
}
.pfp_tracks h2 {
font-size: 58px;
line-height: 115%;
}
.pfp_tracks_glass {
padding: 20px 25px;
font-size: 28px;
text-align: center;
}
.pfp_tracks {
padding-top: 100px;
padding-bottom: 100px;
}
.hero_pitch_but {
display: none;
}
.hero_pitch h1 {
font-size: 70px;
}
.hero_pitch p {
font-size: 18px;
}
.ecosystem_title {
font-size: 26px;
}
.orange_text_title {
font-size: 40px;
}
.title_desc {
font-size: 18px;
}
.promis_items {
flex-wrap: wrap;
}
.promis_item {
width: calc((100% - 15px) / 2);
}
.road_item_body {
font-size: 16px;
}
.road_item_title {
font-size: 16px;
}
.prz_title {
font-size: 26px;
}
.prz_lv2_row {
flex-wrap: wrap;
gap: 15px;
}
.prz_lv2_col {
width: calc((100% - 15px) / 2);
}
.black_title {
font-size: 40px;
}
.black_desc {
font-size: 18px;
}
.past_stat {
flex-wrap: wrap;
flex-direction: column;
gap: 15px;
}
.past_stat_col {
width: 100%;
}
.efew_names.not_mobi div:nth-child(1) {
padding: 0;
width: 100%;
}
.efew_names.not_mobi div:nth-child(2) {
padding: 0;
width: 100%;
}
.efew_names.not_mobi div:nth-child(3) {
padding: 0;
width: 100%;
}
.efew_names.not_mobi div:nth-child(4) {
padding: 0;
width: 100%;
}
.efew_names.not_mobi div:nth-child(5) {
padding: 0;
width: 100%;
}
.efew_logos.not_mobi div:nth-child(1) {
padding: 0;
width: 100%;
}
.efew_logos.not_mobi div:nth-child(2) {
padding: 0;
width: 100%;
}
.efew_logos.not_mobi div:nth-child(3) {
padding: 0;
width: 100%;
}
.efew_logos.not_mobi div:nth-child(4) {
padding: 0;
width: 100%;
}
.efew_logos.not_mobi div:nth-child(5) {
padding: 0;
width: 100%;
}
.efew_names div {
font-size: 24px;
}
.lit_left h2 {
font-size: 40px;
}
.lit_left h2 span {
font-size: 40px;
}
.live_it_bottom img {
width: calc((100% - 40px) / 3);
}
.press_pass_wrap h2 {
font-size: 40px;
}
.press_pass_wrap p {
font-size: 16px;
}
.press_pass_wrap {
padding-top: 100px;
padding-bottom: 200px;
}
.mg_left {
width: 33%;
}
.media_bn_wrap p {
font-size: 40px;
}
.media_bn_wrap p span {
font-size: 40px;
}
.bit_gallery_title {
font-size: 40px;
}
}
@media screen and (max-width: 840px) {
.container {
width: 100%;
padding: 0px 20px;
}
.web_logos svg {
width: 200px;
height: 40px;
}
.council_subtext p {
font-size: 24px;
}
.council-subtitle {
font-size: 18px;
}
.reason__text h3 {
font-size: 28px;
}
.proofForm__text-sm,
.proofForm__text-lg,
.graphics-item span {
letter-spacing: 0;
}
.proofForm__text-lg {
font-size: 59px;
}
.reason__content {
height: 600px;
}
.reason__text p {
font-size: 22px;
}
.global__item {
width: 100%;
}
.global-r-b-img {
width: 100%;
height: 330px;
}
.global-r-b-info {
justify-content: center;
}
.global-r-t-item:nth-child(5) {
border-bottom: 1px solid rgba(255, 255, 255, 0.35);
border-right: none;
}
.global-r-t-item:nth-child(5)::after {
right: auto;
left: 0;
}
.global-r-t {
justify-content: center;
}
.global__content {
flex-direction: column;
}
.hero__texts div {
justify-content: start;
align-items: start;
}
.full-video__wrap .video-block {
min-height: 230px;
}
.partners-grid__btns {
display: flex;
align-items: center;
gap: 20px;
flex-direction: column;
} .m-t {
margin-top: 80px;
}
.p-t {
padding-top: 80px;
}
.title-h2 {
font-size: 34px;
letter-spacing: -1.2px;
}
.text-24-400 {
font-size: 15px;
} .mk--btn:not(.header__btn),
.footer .mk--btn {
padding: 9px 18px;
font-size: 14px;
} .soldOut .title-h2 {
max-width: 580px;
}
.full-video__wrap {
border-radius: 18px;
}
.video-block,
.video-block__play::before {
border-radius: 18px;
}
.video-block__play {
width: 80px;
height: 90px;
}
.video-block__play::before {
width: 80px;
height: 90px;
} .greatest--inner .img {
margin: 20px 0;
}
.greatest-item {
padding: 8px 10px;
}
.greatest-img {
width: 72px;
height: 28px;
} .focus-item .img {
height: 280px;
}
.focus-item .num {
font-size: 24px;
}
.focus-item .title {
font-size: 16px;
}
.focus-item .text,
.focus-item .text span {
font-size: 14px;
} .contentCouncil-title .text {
font-size: 20px;
}
.contentCouncil-wrap {
gap: 12px;
}
.contentCouncil-item .name {
font-size: 15px;
}
.contentCouncil-item .text {
font-size: 13px;
} .numbersSpeak--inner {
min-height: 110vh;
}
.numbersSpeak--text p {
font-size: 52px;
letter-spacing: -3px;
}
.numbersSpeak--item {
padding: 20px 16px;
}
.numbersSpeak--item .num {
font-size: 46px;
} .aboutText--content,
.aboutText--content span {
font-size: 24px;
}
.aboutText--content img {
width: 30px;
height: 30px;
} .textAnimation-back {
font-size: 56px;
} .proofForm-content {
max-width: 440px;
padding: 26px 20px;
} .footer .top .title-h2-footer {
font-size: 34px;
max-width: 520px;
}
.mk-proof__title {
font-size: 28px;
}
.hero2__title {
max-width: 465px;
font-size: 70px;
line-height: 97%;
letter-spacing: -1.4px;
margin-top: 105px;
}
.designations__inner {
gap: 20px;
}
.hero__title {
gap: 20px;
font-size: 40px;
}
.hero2__title-w2 {
text-align: left;
}
.hero__title br {
display: none;
}
.hero__texts {
display: flex;
grid-template-columns: repeat(1, 1fr);
gap: 20px;
width: 100%;
flex-direction: column;
align-items: flex-start;
justify-content: flex-end;
}
.slider__l > div {
display: flex;
flex-direction: column;
gap: 10px;
}
.slider__l {
max-width: none;
width: 100%;
gap: 40px;
}
.empires__inner {
height: 100%;
display: flex;
align-items: center;
max-width: 1200px;
margin: 0px auto;
justify-content: center;
}
.empires__title {
font-size: 34px;
letter-spacing: -1.68px;
}
.quote {
position: absolute;
width: 22px;
height: 16px;
display: block; }
.cards__heading {
display: flex;
justify-content: space-between;
gap: 30px;
align-items: flex-start;
flex-direction: column;
}
.cards__heading > div {
gap: 10px;
}
.cards__subtitle {
font-size: 16px;
}
.cards__inner {
gap: 20px;
} .hero3 {
padding-top: 90px;
padding-bottom: 40px;
}
div.hero3__title {
text-align: start;
}
.hero3__title {
font-size: 56px;
letter-spacing: -2.6px;
}
.hero3 .mk-btn-conteiner {
margin-top: 40px;
gap: 20px;
}
.hero--title > div:nth-child(2) {
margin-top: 20px;
display: flex;
justify-content: flex-start;
} .textSection {
padding: 50px 0 35px;
}
.textSection .text p {
font-size: 16px;
}
.textSection .text-orange {
font-size: 18px;
} .sponsorSlider .top {
gap: 24px;
}
.sponsorSlider .top p,
.sponsorSlider .top p a {
font-size: 16px;
}
.sponsorSlider-first .swiper-slide,
.sponsorSlider-second .swiper-slide {
padding: 20px 12px;
}
.sponsorSlider-first .num,
.sponsorSlider-second .num {
font-size: 24px;
}
.sponsorSlider-first .text {
font-size: 18px;
}
.sponsorSlider-first .position,
.sponsorSlider-second .position {
font-size: 14px;
} .lets--title {
font-size: 64px;
}
.lets--text {
font-size: 16px;
} .co-hosting--bottom > div {
padding: 20px;
}
.co-hosting--bottom .title {
font-size: 20px;
}
.co-hosting--bottom .text {
font-size: 14px;
}
.co-hosting--bottom ul li p {
font-size: 14px;
} .dedicated--content {
gap: 20px 12px;
}
.dedicated--content .img {
height: 240px;
}
.dedicated--content .num {
font-size: 26px;
}
.dedicated--content .title {
font-size: 16px;
} .quotes--text p {
font-size: 120px;
}
.quotes--wrap {
gap: 30px;
}
.quotes-foto {
width: 140px;
}
.quotes-text {
padding: 18px 14px;
}
.quotes-text .text {
font-size: 16px;
}
.quotes-text .name {
margin-top: 16px;
font-size: 15px;
}
.quotes-text .position {
font-size: 14px;
} .spoken--content {
gap: 20px 12px;
}
.spoken-item .img {
height: 320px;
}
.spoken-item .position {
font-size: 18px;
}
.spoken-item .name {
font-size: 15px;
} .bgText--title,
.bgText--title span {
font-size: 48px;
}
.hero4__title {
font-size: 64px;
}
.hero-bottom-conteiner {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 40px;
flex-direction: column;
}
.mk__numbers--inner {
display: grid;
grid-template-columns: repeat(1, 1fr);
align-items: start;
gap: 20px;
}
.mk__numbers--inner .mk__numbers-item {
margin-top: 0 !important;
}
.vip--grid5 {
margin-bottom: 30px;
margin-top: 10px;
display: grid;
gap: 10px;
grid-template-columns: repeat(3, 1fr);
}
.vip--grid3 {
display: grid;
gap: 10px;
grid-template-columns: repeat(2, 1fr);
}
.testik {
margin-top: 50px;
position: relative;
height: 350px;
background: var(--black);
overflow: hidden;
}
.testik__circle {
position: absolute;
left: 50%;
top: -400px;
z-index: 2;
width: 1800px;
height: 750px;
filter: blur(40px);
}
.pfp_tracks_glasses {
width: 67%;
}
.hero_pitch::before {
left: -30%;
}
.pfp_tracks_glass {
padding: 15px 20px;
font-size: 23px;
text-align: center;
max-width: 260px;
}
.prz_tags_line span {
padding: 10px 15px;
}
.prz_title {
font-size: 22px;
}
.mobi_order_1 {
order: 1;
}
.mobi_order_2 {
order: 2;
}
.mobi_order_3 {
order: 3;
}
.fp_names_itm_logo img {
height: 50px;
}
}
@media screen and (max-width: 660px) {
.hero4__title {
font-variant-numeric: lining-nums proportional-nums;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 90%; letter-spacing: -2px;
max-width: 335px;
}
.efew {
padding-top: 50px;
}
.hero_stats_itm {
padding: 28px 30px;
gap: 20px;
display: flex;
flex-direction: column;
align-items: center;
}
.efew_names_mobi_itm svg {
width: 120px;
height: 40px;
}
.home-page .testik {
margin-top: 0;
height: 300px;
}
.media_hero > .container {
justify-content: start;
}
.home-page .testik__circle {
top: -446px;
}
.ceo-standart.p-t {
padding-top: 0;
}
.web_logos {
padding-top: 40px;
}
.web_logos svg {
width: 157px;
height: 36px;
}
.greatest--inner .title-h2 {
max-width: none;
}
.global .container {
gap: 40px;
}
.global__item span {
font-size: 28px;
}
.global__item p {
font-size: 16px;
}
.proofForm__text-lg {
font-size: 42px;
}
.investors__subtitle {
font-size: 18px;
}
.proofForm__text-sm {
font-size: 28px;
}
.reason__text p {
font-size: 18px;
}
.reason__content {
padding: 80px 0 30px 0;
height: 450px;
}
.reason__text h3 {
font-size: 20px;
}
.global__item {
height: auto;
padding: 20px 0;
gap: 10px;
}
.global-l {
gap: 10px;
}
.global__content {
gap: 20px;
}
.global-r-b {
margin-top: 20px;
}
.global-r-b h3 {
font-size: 18px;
}
.global-r-t-item {
border: 0;
}
.global-r-t-item:nth-child(1),
.global-r-t-item:nth-child(2),
.global-r-t-item:nth-child(3),
.global-r-t-item:nth-child(4),
.global-r-t-item:nth-child(5) {
border: 0;
}
.global-r-b-img {
height: 205px;
justify-content: start;
}
.graphics__subtitle {
font-size: 18px;
}
.investor {
width: 128px;
height: auto;
}
.global-r-b-info {
align-items: start;
justify-content: start;
flex-direction: column;
gap: 20px;
}
.global-r-b-info-item span {
font-size: 16px;
}
.global-r-b-info-item p {
font-size: 14px;
}
.global-r-b-info-item {
border: 0;
justify-content: start;
align-items: start;
}
.global-r-t-item::after {
content: none;
}
.greatest__grid {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.greatest--inner .container {
gap: 35px;
}
.greatest__grid-item {
border-right: 0;
}
.hero4 {
padding: 90px 0 80px;
height: 100vh;
}
.mk-grid__main {
grid-template-columns: 1fr;
}
.mk__numbers {
padding-top: 60px;
}
.speaker2--item .top {
height: 140px;
}
.mk--btn {
font-size: 14px;
}
.aboutText--link {
gap: 20px;
}
.my-card__background img {
object-position: center -50px;
}
.hero__inner {
gap: 120px;
padding: 105px 0px;
justify-content: flex-start;
}
.footer-form-btn {
margin-left: 0;
}
.gradient-svg svg {
width: 100%;
position: relative;
z-index: 0;
margin-top: -85px;
}
.gradient-svg {
position: relative;
z-index: -1;
max-height: 400px;
}
.mk-grid__card--double {
grid-template-rows: 1fr;
grid-column: unset;
grid-row: 5 / 6;
}
.mk-grid__img img {
position: relative;
max-width: 140px;
}
.mk-grid__img {
height: auto;
display: flex;
justify-content: center;
padding-top: 20px;
}
.mk-grid__content {
padding: 0px 10px 20px;
}
.mk-proof__inner {
flex-direction: column;
}
.mk-proof__l,
.mk-proof__r {
width: 100%;
}
.mk-proof__r img {
position: relative;
display: block;
}
.mk-greatest-slide__img {
aspect-ratio: 335 / 443;
}
.women__cards {
grid-template-columns: 1fr 1fr;
max-width: 410px;
}
.women__sub {
font-size: 16px;
}
.track__heading .title-h2 {
text-align: center;
}
.speakers-desktop {
display: none;
}
.speakers-mobile {
display: flex;
}
.designation__item {
min-width: 220px;
}
.designations__circle {
width: 210px;
}
.designations {
padding: 50px 0px;
}
.footer:has(.footer-form) .center {
flex-direction: column;
flex-wrap: unset;
}
.track__img {
position: relative;
width: 100%;
}
.track {
padding-bottom: 0;
display: flex;
flex-direction: column-reverse;
}
.track__inner {
gap: 40px;
}
.designation-num1 {
font-size: 45px;
min-width: 70px;
}
.designation-num2 {
font-size: 24px;
min-width: 63px;
}
.designation__item-text {
font-size: 14px;
}
.designation__item {
min-width: 185px;
}
.footer-bottom_text {
flex-direction: column;
align-items: flex-start;
gap: 20px;
}
.footer-form {
max-width: 100%;
}
.footer:has(.footer-form) .center {
display: grid;
grid-template-columns: min-content;
}
.footer:has(.footer-form) .center> :nth-child(2), .footer:has(.footer-form) .center> :nth-child(5),
.footer-form {
grid-column: span 2;
}
.partners-grid__inner .title-h2 {
text-align: center;
}
.empires__title {
font-size: 24px;
letter-spacing: -1.68px;
}
.quote {
position: absolute;
width: 18px;
height: 12px;
display: block; }
.ceo-standart__content {
display: flex;
flex-direction: column;
gap: 30px;
max-width: 600px;
flex-shrink: 0;
width: 100%;
}
.ceo-standart__subtext {
font-size: 20px;
}
.ceo-standart__subtext br {
display: none;
}
.ceo-standart__text {
font-size: 16px;
}
.quote1 {
top: -10px;
left: 10px;
transform: translate(-100%, -100%);
}
.quote2 {
right: 10px;
}
.title-h2 {
font-size: 24px;
line-height: 100%;
letter-spacing: -0.24px;
}
.textAnimation-back {
font-size: 42px;
}
.numbersSpeak--about .text {
padding: 10px;
}
.textAnimation--wrap {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 0;
}
.textAnimation--wrap img {
display: block;
}
.greatest--first .greatest-img {
width: 72px;
height: 45px;
flex-shrink: 0;
}
.greatest-item {
width: 100%;
}
.focus-item .num {
font-size: 20px;
margin-top: 10px;
}
.focus-item .text {
margin-top: 10px;
}
.contentCouncil {
padding-top: 0px;
}
.contentCouncil-title {
margin: 40px 0;
gap: 10px;
flex-direction: column;
align-items: flex-start;
}
.contentCouncil-title .text {
font-size: 18px;
}
.contentCouncil-item {
display: flex;
flex-direction: column;
gap: 10px;
align-items: center;
}
.contentCouncil-item .name,
.contentCouncil-item .text {
font-size: 16px;
}
.contentCouncil-item .img {
width: 90px;
padding: 7px 9px;
}
.contentCouncil-wrap {
gap: 20px;
}
.contentCouncil-bottom {
margin-top: 30px;
display: flex;
flex-direction: column;
gap: 30px;
align-items: center;
}
.contentCouncil-bottom .text-orange {
font-size: 20px;
}
.mk--btn:not(.header__btn),
.footer .mk--btn {
padding: 9px 20px;
font-size: 16px;
}
.numbersSpeak--item {
gap: 10px;
}
.numbersSpeak--item .num {
font-size: 28px;
}
.numbersSpeak--item .text {
font-size: 16px;
}
.numbersSpeak--about .img {
width: 135px;
height: 135px;
}
.numbersSpeak--about {
margin-top: 20px;
max-width: none;
gap: 10px;
}
.numbersSpeak--about .text .title,
.numbersSpeak--about .text .position {
font-size: 14px;
}
.numbersSpeak--about .text .name {
margin-top: 20px;
font-size: 14px;
}
.greatest--inner .text-24-400 {
max-width: 640px;
margin-top: 10px;
font-size: 16px;
}
.greatest-img {
width: 85px;
height: 35px;
flex-shrink: 0;
}
.greatest-btn {
margin-top: 40px;
gap: 10px;
flex-direction: column;
}
.aboutText--content,
.aboutText--content span {
font-size: 14px;
}
.aboutText--content img {
width: 20px;
height: 20px;
}
.aboutText {
padding-bottom: 90px;
}
.aboutText.p-t {
padding-top: 80px;
}
.textAnimation {
display: flex;
align-items: center;
}
.input {
padding: 10px;
}
.footer .center {
display: grid;
grid-template-columns: auto 1fr;
justify-content: space-between;
flex-direction: column;
gap: 40px;
justify-items: start;
}
.footer .center > div:nth-child(1) {
grid-column: span 2;
}
.footer-bottom_text {
margin-top: 26px;
gap: 20px;
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-direction: column;
}
.footer {
padding: 40px 0 60px;
}
.hero3__title {
font-size: 40px;
line-height: 90%; letter-spacing: -2px;
}
.mk--btn:not(.header__btn),
.footer .mk--btn {
font-size: 14px;
}
.hero3 .mk-btn-conteiner .mk--btn {
width: 100%;
}
.hero3 {
padding-top: 90px;
padding-bottom: 80px;
}
.textSection {
padding: 60px 0 60px;
}
.sponsorSlider .top {
gap: 40px;
}
.sponsorSlider .top p a {
display: block;
}
.sponsorSlider-first .text {
font-size: 16px;
}
.sponsorSlider-first .swiper-slide,
.sponsorSlider-second .swiper-slide {
padding: 20px;
}
.sponsorSlider-first .position,
.sponsorSlider-second .position {
font-size: 16px;
}
.sponsorSlider .mobail-bottom {
align-items: flex-start;
padding-bottom: 10px;
flex-direction: column;
}
.lets--title {
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 110%; letter-spacing: -2px;
}
.lets .container {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 20px;
}
.lets--text {
font-size: 16px;
text-align: start;
}
.lets--btn {
margin-top: 20px;
flex-direction: column;
gap: 20px;
}
.lets--btn .mk--btn {
min-width: 270px;
}
.co-hosting .title-h2 {
text-align: start;
}
.co-hosting--content {
max-width: 917px;
display: flex;
align-items: flex-start;
flex-direction: column;
gap: 20px;
}
.co-hosting .descr {
text-align: start;
font-size: 16px;
}
.co-hosting--bottom {
margin-top: 20px;
display: grid;
grid-template-columns: repeat(1, 1fr);
gap: 20px;
}
.co-hosting--bottom > div {
border-radius: 20px;
}
.co-hosting--bottom .title {
font-size: 24px;
}
.co-hosting--bottom ul {
margin-top: 20px;
}
.co-hosting--bottom ul li {
display: flex;
align-items: center;
gap: 10px;
}
.dedicated--content .img {
height: 130px;
}
.dedicated--content .num {
margin-top: 10px;
font-size: 18px;
}
.dedicated--content .title {
letter-spacing: -0.48px;
}
.dedicated--btn {
margin-top: 40px;
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
flex-direction: column;
}
.dedicated--btn .mk--btn {
min-width: 272px;
}
.quotes--text p {
font-size: 87px;
}
.quotes--text p {
font-size: 87px;
}
.quotes--wrap {
gap: 40px;
}
.quotes-foto {
width: 167px;
}
.soldOut--btn {
margin-top: 40px;
display: flex;
justify-content: center;
gap: 20px;
flex-direction: column;
align-items: center;
}
.soldOut--btn .mk--btn,
.partners-grid__btns .mk--btn {
min-width: 272px;
}
.spoken-item .img {
height: 223px;
}
.spoken-item .position {
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 88.992%; text-transform: capitalize;
}
.spoken-item .name {
font-size: 16px;
}
.spoken--content {
gap: 20px 10px;
}
.bgText--title,
.bgText--title span {
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 110%; letter-spacing: -2px;
}
.quotes--inner {
padding-top: 0;
}
.quotes--text-stiky {
height: 35vh;
}
.quotesThems--item .title {
white-space: wrap;
}
.hero-bottom-conteiner .left {
display: flex;
gap: 20px;
flex-direction: column;
}
.hero-bottom-conteiner p {
max-width: none;
font-size: 16px;
line-height: 127%;
}
.greatest-btn .mk--btn {
min-width: 250px;
}
.quotesThems--item {
width: 100%;
gap: 0;
justify-content: space-between;
padding: 20px;
}
.q-theme .quotes--wrap {
justify-content: space-between;
gap: 10px;
}
.speaker-page .contentCouncil-title {
margin: 0px 0 30px;
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-direction: column;
gap: 30px;
}
.speaker-page .contentCouncil-title .title-h2 {
text-align: start;
}
.speaker-page .contentCouncil-title .text {
text-align: start;
font-size: 18px;
letter-spacing: -0.54px;
}
.contentCouncil-bottom--btn {
margin-top: 0px;
display: flex;
gap: 20px;
flex-direction: column;
align-items: center;
}
.contentCouncil-bottom--btn .mk--btn {
min-width: 250px;
}
.contentCouncil-bottom .text-orange {
text-align: center;
}
.speaker2--item .bottom {
display: flex;
align-items: flex-start;
gap: 10px;
flex-direction: column;
}
.speaker2--item {
display: flex;
flex-direction: column;
gap: 10px;
}
.speaker2--inner {
display: flex;
flex-direction: column;
gap: 30px;
align-items: center;
}
.speaker2--inner .orange-text {
font-size: 20px;
}
.speaker2--btn,
.quotes--btn {
display: flex;
gap: 20px;
flex-direction: column;
align-items: center;
}
.speaker2--btn .mk--btn,
.quotes--btn .mk--btn {
min-width: 250px;
}
.vip--inner .text {
margin-top: 20px;
margin-bottom: 40px;
color: rgba(255, 255, 255, 0.7);
text-align: center;
font-size: 14px;
font-weight: 400;
line-height: 120%;
letter-spacing: -0.72px;
}
.vip--grid3 {
display: grid;
gap: 10px;
grid-template-columns: repeat(1, 1fr);
}
.vip--grid5 {
margin-bottom: 40px;
margin-top: 10px;
display: grid;
gap: 10px;
grid-template-columns: repeat(2, 1fr);
}
.hero_pitch h1 {
font-size: 40px;
line-height: 40px;
}
.hero_pitch p {
font-size: 16px;
color: #fff;
margin-top: 10px;
}
.hero_pitch_but {
position: relative;
margin-top: 20px;
}
.pfp_tracks h2 {
font-size: 24px;
line-height: 24px;
margin-top: 30px;
margin-bottom: 45px;
}
.road_items {
flex-direction: column;
}
.promis_items {
flex-direction: column;
}
.prz_lv2_row {
flex-wrap: wrap;
}
.prz_tags_line {
flex-wrap: wrap;
}
.not_mobi {
display: none;
}
.hero_sponsors_itm {
padding: 5px 7px;
flex: 0 0 calc(100% / 5);
}
.hero_sponsors {
margin-top: 15px;
gap: 7px;
}
.pfp_tracks_row {
display: block;
}
.pfp_tracks {
padding-top: 0;
padding-bottom: 0;
}
.pfp_tracks_glass {
font-size: 16px;
padding: 10px 23px;
width: auto;
}
.pfp_tracks_glass.glass_1 {
margin-top: 0;
margin-right: 62px;
}
.pfp_tracks_glass.glass_2 {
margin-right: 38%;
margin-top: 30px;
}
.ecosystems {
padding-top: 80px;
}
.ecosystem_row {
display: block;
margin-top: 30px;
}
.ecosystem_col {
width: 100%;
margin-bottom: 30px;
}
.ecosystem_title {
font-size: 18px;
margin-bottom: 0;
}
.eco_button_apply {
padding: 10px 20px;
}
.orange_text_title {
font-size: 24px;
}
.logo_table {
margin-top: 50px;
}
.logos_tbl {
gap: 10px;
}
.logo_tbl_itm {
width: 31%;
}
.promising {
margin-top: 40px;
}
.promis_item {
height: 120px;
width: 100%;
}
.road {
padding-top: 50px;
}
.title_desc {
font-size: 16px;
}
.promis_desc {
font-size: 16px;
}
.road_item_body {
height: 78px;
}
.prizes {
padding-top: 50px;
}
.prz_lv1_row {
max-width: 100%;
display: block;
}
.prz_title {
font-size: 18px;
}
.prz_lv1_body {
margin-top: 10px;
margin-bottom: 30px;
}
.hero_pitch {
overflow: hidden;
position: relative;
}
.hero_pitch::before {
content: "";
background-image: url(//proofoftalk.io/wp-content/themes/proof/assets/images/pr_hero_grad.png);
background-size: 100% auto;
background-position: top center;
background-repeat: no-repeat;
left: 0;
top: 0;
width: 100%;
height: 38%;
mask-image: linear-gradient(to bottom, black 50%, transparent 103%);
}
.prz_tags_line span {
padding: 5px 20px;
}
.black_title {
font-size: 24px;
}
.black_desc {
font-size: 16px;
}
.past_stat {
display: block;
max-width: 100%;
}
.past_stat_col {
gap: 15px;
margin-bottom: 15px;
}
.past_stat_itm {
width: 100%;
}
.past_stat_itm_text {
font-size: 16px;
}
.orange_buttton {
font-size: 16px;
padding: 10px;
}
.line_button {
font-size: 16px;
padding: 10px;
}
.media_hero h1 {
font-size: 40px;
text-align: left;
margin-top: 80px;
}
.media_hero_buttons {
flex-direction: column;
display: inline-flex;
gap: 10px;
max-width: 100%;
align-items: flex-start;
padding: 0;
}
.hero_stats {
flex-direction: column;
padding-top: 20px;
gap: 15px;
}
.hero_stats_itm {
border-radius: 15px;
}
.title-h2 b {
font-size: 24px;
}
.efew_desc {
font-size: 16px;
}
.efew_names_mobi {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
gap: 15px;
}
.efew_names_mobi > div {
width: calc((100% - 15px) / 2);
}
.efew_names_mobi_itm {
text-align: center;
margin-bottom: 15px;
}
.efew_names_mobi_itm_name {
font-size: 16px;
color: #fff;
font-family: "Playfair Display";
min-height: 50px;
}
.orange_link_but,
.line_link_but {
padding: 10px 15px;
}
.media_turn {
padding-top: 50px;
}
.mt_cards {
flex-direction: column;
}
.mt_cards_left {
width: 100%;
}
.mt_card_big {
font-size: 28px;
}
.mt_card_small {
font-size: 16px;
}
.mt_card {
padding: 15px 25px;
height: auto;
}
.mt_card_logos img {
width: 31%;
}
.lit_left h2 {
font-size: 24px;
}
.lit_left h2 span {
font-size: 24px;
}
.live_it_wrap {
padding: 20px;
background-size: cover;
background-position: top center;
border-radius: 15px;
}
.live_it_top {
display: flex;
flex-direction: column;
gap: 15px;
}
.lit_anonce {
display: none;
}
.lit_right {
width: auto;
flex-direction: column;
margin-left: 0;
gap: 15px;
background: no-repeat;
backdrop-filter: none;
}
.lit_right_itm_big {
font-size: 28px;
padding-top: 5px;
}
.lit_right_itm_small {
font-size: 16px;
padding-bottom: 15px;
}
.lit_right_itm {
backdrop-filter: blur(10px);
background: #0e0e0e9c;
border-radius: 15px;
}
.live_it_bottom {
flex-direction: column;
gap: 15px;
}
.qt_wrap {
gap: 15px;
}
.qt_img {
width: 100%;
}
.qt_img img {
width: 100%;
height: auto;
}
.qt_text {
padding: 0;
}
.qt_text_body {
font-size: 14px;
}
.qt_text_name {
font-size: 14px;
margin-top: 18px;
}
.qt_text_job {
color: #d35400;
font-size: 14px;
}
.qt {
padding-top: 50px;
padding-bottom: 0;
}
.md_partners_wrap h3 {
font-size: 24px;
}
.md_logos div {
width: 28%;
padding: 5px 10px;
}
.md_logos {
gap: 10px;
margin-bottom: 20px;
}
.lanch_gallery {
padding-top: 0;
}
.lg_items {
gap: 10px;
}
.lg_items div {
width: calc((100% - 10px) / 2);
}
.press_pass_wrap h2 {
font-size: 24px;
}
.press_pass_wrap {
width: 100%;
margin-left: 0;
padding-top: 0;
padding-bottom: 350px;
}
.press_pass_wrap p {
font-size: 16px;
text-align: left;
}
.press_pass::before {
height: 446px;
bottom: 0;
top: unset;
background-size: contain;
background-position: bottom;
}
.press_pass_buttons {
flex-direction: column;
align-items: flex-start;
}
.line_link_black_but {
padding: 10px 15px;
}
.media_logos_butt {
flex-direction: column;
justify-content: center;
padding: 0 10%;
padding-top: 30px;
}
.media_logos_butt > a {
text-align: center;
}
.mg_wrap {
gap: 10px;
flex-direction: column;
}
.mg_left {
width: 100%;
}
.media_bn_wrap p {
font-size: 24px;
}
.media_bn_wrap p span {
font-size: 24px;
}
.media_bn_wrap {
padding: 150px 20px;
background-position: center;
}
.media_hero {
background-position: center;
}
.live_it {
padding-top: 80px;
}
.bit_hero_logo {
max-width: 302px;
}
.bit_hero_inner {
text-align: left;
}
.bit_hero_inner h1 {
font-size: 40px;
line-height: 85%;
}
.bit_hero_but {
text-align: left;
padding-top: 50px;
}
.web_title h3 {
font-size: 16px;
}
.web_title {
background: url(//proofoftalk.io/wp-content/themes/proof/assets/images/web_bg_mobi.png);
background-repeat: no-repeat;
background-size: cover;
height: 97px;
background-position: center;
}
.web_text {
flex-direction: column;
gap: 15px;
}
.web_text p {
font-size: 16px;
line-height: 115%;
}
.web_text > div {
width: 100%;
}
.web_text p.text-right {
text-align: left;
}
.web_logos {
gap: 20px;
}
.web_logos > div {
width: calc((100% - 20px) / 2);
}
.bit_c_date {
flex-direction: column;
gap: 10px;
font-size: 16px;
justify-content: center;
align-items: center;
}
.bit_community h2 {
font-size: 24px;
}
.bit_c_desc {
font-size: 18px;
}
.bit_c_desc span {
font-size: 18px;
}
.bit_community {
padding-top: 0;
padding-bottom: 116px;
}
.fp_names_itm_name {
font-size: 18px;
}
.fp_names_itm_job {
font-size: 16px;
}
.fp_names {
flex-wrap: wrap;
gap: 15px;
}
.fp_names_itm {
width: 45%;
}
.fp_names_itm_logo {
padding-top: 0;
}
.fp_buttons {
flex-direction: column;
max-width: 60%;
margin: 0 auto;
}
.fp_buttons a {
width: 100%;
text-align: center;
}
.bit_gallery_title {
font-size: 24px;
}
.bit_gallery_subtitle {
font-size: 16px;
}
.bit_gallery_items > div {
width: calc((100% - 20px) / 2);
}
.live_it_bottom img {
width: 100%;
}
.ecosystems_itm img {
max-width: 144px;
width: 100%;
}
.pfp_tracks_glasses {
width: 100%;
}
}
@media screen and (max-width: 480px) {
.hero2__title {
font-size: 44px;
}
.council_info,
.council__name {
padding-right: 0;
}
.greatest__btns,
.council__btns,
.graphics__btns,
.investors__btns,
.reason__btns {
width: 100%;
flex-direction: column;
gap: 10px;
}
.investor {
width: 95px;
}
.investors__subtitle {
font-size: 16px;
}
.graphics-l h3 {
font-size: 16px;
}
.graphics-item,
.graphics-item:nth-child(3) {
padding: 30px 20px;
}
.graphics-item:nth-child(3) p {
font-size: 16px;
}
.graphics-item:nth-child(3) {
gap: 20px;
}
.graphics-l {
gap: 10px;
}
.graphics-item p {
font-size: 16px;
}
.graphics-item span {
font-size: 28px;
}
.council_subtext p {
font-size: 18px;
}
.global-r-b-img {
height: 139px;
}
.global-r-t-item {
height: 55px;
padding: 0 10px;
}
.council_subtext {
gap: 20px;
}
.mk--btn:not(.header__btn),
.footer .mk--btn {
width: 100%;
}
.hero2 {
height: calc((var(--vh, 1vh) * 100));
}
.hero2__title {
max-width: 380px;
}
.mk-grid__card {
height: auto;
padding: 20px 10px;
}
.mk-grid__upnum {
font-size: 14px;
}
.mk-grid__num {
font-size: 32px;
}
.mk-grid__content {
padding: 0;
gap: 20px;
}
.mk-grid__img {
padding-top: 0;
}
.slider-text-name {
font-size: 16px;
}
.mk-proof__block {
gap: 20px;
grid-template-columns: 130px 1fr;
}
.women__cards {
max-width: 310px;
}
.track__content .partners-grid__self,
.partners-grid__self--startup {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
}
.track__content .partners-grid__self .partners-grid__cell,
.partners-grid__self--startup .partners-grid__cell {
width: 100%;
height: auto;
aspect-ratio: 160 / 47;
}
.track__heading {
gap: 10px;
}
.partners-grid__self {
display: grid;
grid-template-columns: repeat(3, 1fr);
}
.partners-grid__self .partners-grid__cell {
aspect-ratio: 104 / 35;
width: 100%;
height: auto;
}
.designations__circle {
width: 150px;
}
.designations__inner {
gap: 5px;
}
.designation__item.center {
transform: translateX(30px);
}
.designation__item.mid {
transform: translateX(15px);
}
.designation__item-text {
font-size: 12px;
}
.designation__item {
min-width: 150px;
}
.designations {
padding: 20px 0px;
}
.speaker-name {
font-size: 16px;
}
.speaker-position {
font-size: 14px;
}
}