/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Sofia+Sans+Condensed:ital,wght@0,1..1000;1,1..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url(https://db.onlinewebfonts.com/c/30a1cf50ab1af2de37bfd9b70d4ac2a0?family=Sharp+Grotesk+PE+Trial+SmBold+13);
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap');

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*** font-family: "Manrope", sans-serif; ****/
/*** font-family: "Sofia Sans Condensed", sans-serif; ****/
/*** font-family: "Manrope", sans-serif; ****/

@font-face {
    font-family: 'Sharp Grotesk Bold 15';
    src: url('https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pentera_2026/fonts/SharpGrotesk-Bold15.woff2') format('woff2'),
        url('https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pentera_2026/fonts/SharpGrotesk-Bold15.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sharp Grotesk PE Trial SmBold 13";
    src: 
        url("https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pentera_2026/fonts/sharp-grotesk-13.woff2")format("woff2"),
        url("https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pentera_2026/fonts/sharp-grotesk-13.woff")format("woff"),
}

@font-face {
    font-family: "Sharp Grotesk PE Trial Bold 13";
    src: url("https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pentera_2026/fonts/sharp_grotesk_bold2.woff2")format("woff2"),
        url("https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pentera_2026/fonts/sharp_grotesk_bold1.woff")format("woff"),
}

@font-face {
    font-family: "Sharp Grotesk PE Trial Medium 13";
    src: url("https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pentera_2026/image/sharp_grotesk.woff2")format("woff2"),
         url("https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pentera_2026/image/sharp_grotesk.woff")format("woff"),

}

:root{

    --base_font: "Manrope", sans-serif;
    --header_font: "Sofia Sans Condensed", sans-serif;
    --base_font2: "Manrope", sans-serif;
    --header_font1: 'Sharp Grotesk Bold 15';
    --header_font2: "Sharp Grotesk PE Trial SmBold 13";
    --header_font3: "Sharp Grotesk PE Trial Bold 13";
    --header_font4: "Sharp Grotesk PE Trial Medium 13";
    --header_font5: "Assistant", sans-serif;
    --color1: #003145;
    --color2: #FFAF3F;
    --color3: #02F3FF;
    --color4: #C3FF20;

}


*, *:before , *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

body { margin:0; padding:0; font-family: var(--base_font); font-size:18px; line-height:26px; color: var(--color1); background:#fff; overflow-x:hidden }

img { border:0; vertical-align: top; height:auto; max-width:100%; }

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 

.clear { clear:both }

p { padding: 0 0 10px; margin:0; }
p:last-child { padding: 0; }

h1 { margin:0; padding:0 0 30px; color:#003145; font-family:var(--header_font); font-size:38px; line-height:48px; font-weight: 900; text-transform: uppercase; }
h2 { margin:0; padding:0 0 10px; color:#003145; font-family:var(--header_font); font-size:38px; line-height:48px; font-weight: 900; text-transform: uppercase; }
h3 { margin:0; padding:0 0 10px; color:#003145; font-family:var(--header_font); font-size:32px; line-height:40px; font-weight: 900; text-transform: uppercase; }
h4 { margin:0; padding:0 0 10px; color:#003145; font-family:var(--header_font); font-size:21px; line-height:30px; font-weight: 900; text-transform: uppercase; }
h5 { margin:0; padding:0 0 10px; color:#003145; font-family:var(--header_font); font-size:24px; line-height:30px; font-weight: 900; text-transform: uppercase; }
h6 { margin:0; padding:0 0 10px; color:#003145; font-family:var(--header_font); font-size:22px; line-height:26px; font-weight: 900; text-transform: uppercase; }

a { text-decoration:none; outline:none; color: var(--color1); transition: 0.4s; }
a:hover {  color: var(--color2); }

input , button , textarea, select , input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { outline:none; border:none; border-bottom:2px solid var(--color1); color: var(--color1); height:57px; padding:0 10px; font-size:18px; width:100%; font-weight: 400; background: transparent; }
input[type=checkbox] , input[type=radio] { width:auto; height:auto; } 
select { background:url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pentera_2026/image/down-arrow.svg) no-repeat right center; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
textarea { padding:15px 20px; height:100px; }
input[type=submit] , button { padding: 7px 48px 7px 23px; font-size: 25px; line-height: 150%; color: var(--color4); background: var(--color1) url('https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pentera_2026/image/arrow-green.svg') no-repeat center right 20px; font-family: var(--header_font2); text-transform: uppercase; border: 1px solid var(--color1); border-radius: 5px; min-width: auto; width: auto; height: auto; cursor: pointer; transition: 0.4s; }
input[type=submit]:hover , button:hover { background-color: #000; }
.hs_submit { margin-top: 20px; text-align: right; }

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 15px; }`
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 5px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 17px; height: 17px; cursor: pointer; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { position:relative; display: block; cursor: pointer; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { content:''; position:absolute; left:-25px; top: -2px; width:16px; height:16px; background:#FFF; border: 1px solid; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background: #FFF url('https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pentera_2026/image/check-svgrepo-com.svg') no-repeat center center / 14px; }
/* .row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#fff; position:absolute; left:-25px; top:0; width: 20px; line-height: 20px; } */

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:16px; height:16px; background:#FFF; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after {  content:''; position:absolute; left:2px; top:6px; width:12px; height:12px; background: var(--color1);  border-radius:100%; }

.hs-input::-webkit-input-placeholder { color: var(--color1); opacity: 1; }
.hs-input::-moz-placeholder { color: var(--color1); opacity: 1; }
.hs-input:-ms-input-placeholder { color: var(--color1); opacity: 1; }
.hs-input:-moz-placeholder { color: var(--color1); opacity: 1; }

form .hs-input { width: 100% !important; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px transparent inset; box-shadow: 0 0 0 1000px transparent inset; -webkit-text-fill-color: var(--color1); transition: background-color 5000s ease-in-out 0s; }

.hs-error-msgs { font-size: 14px; line-height: 1; color: red; }

.legal-consent-container { font-size: 12px; line-height: 120%; }
body .legal-consent-container .hs-form-booleancheckbox-display > span { margin-left: 0; }
body .legal-consent-container .field.hs-form-field { padding: 0; margin: 10px 0 0; }

html[dir="rtl"]  .legal-consent-container { font-size: 14px; }
html[dir="rtl"] select { background-position: center left; }
html[dir="rtl"] .row-fluid .inputs-list .hs-form-booleancheckbox { padding-right: 25px; padding-left: 0; }
html[dir="rtl"] .row-fluid .inputs-list input[type=checkbox]+span:before { left: auto; right: -25px; top: 7px; }
html[dir="rtl"] .row-fluid .legal-consent-container .inputs-list input[type=checkbox] + span:before { top: 0; }
html[dir=rtl] .hs-richtext { font-size: 14px; line-height: 120%; }
html[dir=rtl] input[type=submit] , html[dir=rtl] .hs-input { font-family: var(--header_font5); }
html[dir=rtl] body , html[dir=rtl] .image-content-reserve { font-family: var(--header_font5) !important; font-weight: 500; }
/* html[dir=rtl] * h2 , html[dir=rtl] * h3 , html[dir=rtl] * h4, html[dir=rtl] * h5 { font-family: var(--header_font3) !important; } */

html[dir=rtl] .presentations-details .title-part h2 , html[dir=rtl] .presentations-details .box h4 , html[dir=rtl] .presentations-details .box [class*=button-] a { font-family: var(--header_font5); }


html[dir=rtl] [class*=button-] a svg { transform: scale(-1); } 


@media  (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {

    .row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 0 }
    .row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 0 10px 0 }
    .row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px  }
    .row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 0 10px 0; }
    .row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 0 10px; }

}

.fancybox-slide--html .fancybox-close-small { background: transparent; }
.fancybox-slide--video .fancybox-content { overflow: visible !important; }
body .fancybox-close-small { right: 0; border-radius: 100px; opacity: 1; background: #FFF; color: #000; padding: 3px; width: 30px; height: 30px; }
body .fancybox-close-small:hover { color:  #000; }

button.slick-arrow { background: url('https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pentera_2026/image/arrow-white.svg') no-repeat center center / 13px; font-size: 0; width: 25px; height: 30px; border: none; padding: 0; border-radius: 0; position: absolute; top: 50%; transform: translateY(-50%); left: 20px; z-index: 1; }
button.slick-next.slick-arrow { right: 20px; left: auto; transform: translateY(-50%) scale(-1); }


/*Text Option*/
.row-fluid .text-uppercase , .row-fluid .title-uppercase h1 , .row-fluid .title-uppercase h2 , .row-fluid .title-uppercase h3 , .row-fluid .title-uppercase h4 , .row-fluid .title-uppercase h5 , .row-fluid .title-uppercase h6 { text-transform:uppercase; }
.row-fluid .text-center { text-align:center; }
.row-fluid .text-left { text-align:left; }
.row-fluid .text-right { text-align:right; }
.row-fluid .text-white , .row-fluid .text-white h1 , .row-fluid .text-white h2 , .row-fluid .text-white h3 , .row-fluid .text-white h4 , .row-fluid .text-white h5 , .row-fluid .text-white h6 { color:#fff; }
.row-fluid .text-italic { font-style:italic; }

.bg-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.bg-img img { width: 100%; height: 100%; object-fit: cover; }

.flex { display: flex }
.flex-reverse { flex-flow: row-reverse; }
.align-center { align-items: center; }
.align-top { align-items: flex-start; }
.align-bottom { align-items: flex-end; }
.space-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.justify-right { justify-content: flex-end; }
.justify-left { justify-content: flex-start; }
.flex-wrap { flex-wrap: wrap; }
.mobile-view { display: none }

.container { margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; float: none; box-sizing: border-box; }
.container:after { clear: both; content: ""; display: table; }

@media (min-width:768px) { .container, .row-fluid .container[class*="span"] { width: 750px; } }
@media (min-width:992px) { .container, .row-fluid .container[class*="span"] { width: 970px; } }
@media (min-width:1200px) { .container, .row-fluid .container[class*="span"] { width: 1170px; } }
@media (min-width:1430px) { .container, .row-fluid .container[class*="span"] { width: 1320px; } }

@media(min-width:1430px) {  .container.small { width: 1190px; } }

[class*="button-"] a { border: solid 2px var(--color1); padding: 7px 15px; display: inline-block; font-size: 38px; line-height: 40px; font-weight: 900; min-width: 212px; text-align: center; font-family: var(--header_font); }

.button-1 a { background-color: #FFF; color: var(--color1); border-color: var(--color1); }
.button-1 a:hover { background-color: var(--color1); border-color: var(--color1); color: #FFF; }


.banner-section { padding: 100px 0 0; position: relative; }
.banner-section .bg-shape { position: absolute; top: -6%; left: 0; bottom: 0; right: 0; z-index: -1; transform: skewY(2deg); }
.banner-section .main { gap: 30px 50px; }
.banner-section .avatar { width: 378px; min-width: 378px; margin: -60px -54px -100px; }
.banner-section .main .logo { width: 315px; min-width: 315px; }

.map-module { padding: 70px 0 0; }
.map-module .link-style a { font-size: 32px; line-height: 36px; font-family: var(--header_font); font-weight: 900; border-bottom: 1px solid; }
.map-module .link-style { margin: 0 0 30px; }
.map-module .map .hs-responsive-embed { max-width: 100% !important; max-height: 693px !important; }

.time-schedule { margin-top: -50px; padding: 80px 0; }

.time-schedule .link-style { margin: 0 0 60px; }
.time-schedule .link-style a { font-size: 32px; line-height: 36px; font-family: var(--header_font); font-weight: 900; border-bottom: 1px solid; }

.time-schedule .items { padding: 0 0 80px; margin-bottom: 50px; border-bottom: 3px solid var(--color1); font-size: 22px; line-height: 38px; }
.time-schedule .items h3 { padding: 0 0 25px; }
.time-schedule .row-box { gap: 10px; }
.time-schedule .row-box .time { margin-left: -39px; width: 140px; text-align: right; padding: 7px 0 0; font-family: var(--header_font); }
.time-schedule .row-box .time strong { font-weight: 900; }
.time-schedule .row-box .text { width: calc(100% - 111px); border-left: 1px solid var(--color1); padding: 7px 0 7px 12px; }
.time-schedule .items:last-child { margin: 0; padding: 0; border-bottom: none; }

.time-schedule .items1 .row-box .time { width: 140px; margin-left: -54px; }
.time-schedule .image { margin-top: 60px; }
.time-schedule .image img { width: 100%; }

/**** ****/
.content-module { padding: 110px 0 50px; }
.content-module .main { margin: 0 auto; max-width: 1030px; font-family: var(--header_font); font-size: 36px; line-height: 49px; }
.content-module .main h2 { padding: 0; margin: 46px 0 0; font-size: 36px; line-height: 49px; text-transform: none; }

.general-information { padding: 80px 0; }
.general-information .main { gap: 34px; }
.general-information .left { width: calc(38% - 17px); }
.general-information .left .cover { max-width: 250px; display: flex; flex-flow: column; gap: 25px; margin: 0 0 40px; }
.general-information .left h4 { padding: 0; }
.general-information .left .items a { text-decoration: underline; }
.general-information .right { width: calc(62% - 17px); }
.general-information .right img { width: 100%; height: 100%; object-fit: cover; }

.content-packing { padding: 30px 0 0; position: relative; }
.content-packing:after { content: ''; width: 100%; height: 40px; background: #FFF; position: absolute; top: -20px; left: 0; transform: skewY(-1deg); }
.content-packing > div { position: relative; z-index: 1; }
.content-packing .left { width: 54%; padding: 30px 0 50px; display: flex; flex-flow: column; justify-content: center; }
.content-packing .left h2 { padding: 0 0 15px; }
.content-packing .left ul { margin: 0; }
.content-packing .left ul li:not(:last-child) { margin: 0 0 22px; }
.content-packing .right { width: 46%; margin-top: -50px; }

.content-sko { padding: 55px 0; }
.content-sko .itmes { border: 1px solid #000000; margin-bottom: 60px; padding: 28px; }
.content-sko .itmes .content h4 { padding: 0; }
.content-sko .itmes .cover { margin: 30px 0 0; gap: 30px; }
.content-sko .itmes .box { width: calc(33.33% - 20px); }
.content-sko .itmes .box .in { max-width: 340px; }
.content-sko .itmes .box h4 { padding: 0; }
.content-sko .itmes .box ul { margin: 0; padding: 0 0 0 30px; }
.content-sko .itmes.style-2 .content { max-width: 980px; }
.content-sko .itmes.style-2 .content ul { margin: 0 0 20px; padding: 0 0 0 30px; }
.content-sko .itmes.style-2 .content ul li { margin: 0 0 20px; }
.content-sko .itmes:last-child { margin-bottom: 0; } 

.team-workshops { padding: 50px 0; }
.team-workshops .main { gap: 15px; }
.team-workshops .items { padding: 30px 22px 40px; width: calc(33.33% - 35.5px); border: 1px solid #000000; display: flex; flex-flow: column; gap: 80px 0; }
.team-workshops .workshops-1 { width: 471px; }
.team-workshops .items h2 { line-height: 1.1; letter-spacing: -1px; padding: 0 0 15px; }
.team-workshops .workshops-1 .cover { gap: 6px; text-align: center; }
.team-workshops .workshops-1 .cover .box { width: 100%; }
.team-workshops .workshops-1 .box .title { font-size: 24px; line-height: 37px; font-family: var(--header_font); font-weight: 900; text-transform: uppercase; padding: 15px 15px; background: var(--color2); }
.team-workshops .workshops-1 .box.group { width: 190px; min-width: 190px; }
.team-workshops .workshops-1 .box .text > div { min-height: 67px; padding: 10px; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #000; }

.team-workshops .items ol,
.team-workshops .items ul { margin: 0; padding: 0 0 0 25px; }
.team-workshops .items ol li:not(:last-child),
.team-workshops .items ul li:not(:last-child) { margin-bottom: 20px; }

.team-workshops .box-hide .items { width: calc(50% - 8px); }

.table-sko { padding: 30px 0 90px; background: #C3FF20; position: relative; }
.table-sko:after { content: ''; width: 100%; height: 40px; background: #FFF; position: absolute; bottom: -20px; left: 0; transform: skewY(-1deg); }
.table-sko .schedule-row { gap: 15px 10px; }
.table-sko .schedule-row > div { width: 100%; }
.table-sko .title { font-size: 24px; line-height: 36px; font-family: var(--header_font); text-transform: uppercase; font-weight: 900; }
.table-sko .parent { display: flex; flex-wrap: wrap; gap: 15px 10px; }
.table-sko .parent > div { background: #FFF; padding: 15px 5px; width: calc(16.6666% - 8.4px); display: flex; flex-flow: column; justify-content: center; }
.table-sko .parent > div p:not(:last-child) { padding-bottom: 25px; }
.table-sko .parent div.image { padding: 0; line-height: 0; background: transparent; width: calc(50% - 5px); margin-top: -22px; }
.table-sko [class*=button-] { margin: 30px 0 0; }

/* .table-sko .parent { display: grid; grid-template-columns: repeat(6, 1fr); grid-template-rows: repeat(4, 1fr); grid-column-gap: 0px; grid-row-gap: 0px; }
.items-1 { grid-area: 1 / 1 / 2 / 2; }
.items-2 { grid-area: 1 / 2 / 2 / 3; }
.items-3 { grid-area: 1 / 3 / 2 / 4; }
.items-4 { grid-area: 1 / 4 / 2 / 5; }
.items-5 { grid-area: 1 / 5 / 2 / 6; }
.items-6 { grid-area: 1 / 6 / 2 / 7; }
.items-7 { grid-area: 2 / 1 / 3 / 2; }
.items-8 { grid-area: 2 / 2 / 3 / 3; }
.items-9 { grid-area: 2 / 3 / 3 / 4; }
.items-10 { grid-area: 2 / 4 / 3 / 5; }
.items-11 { grid-area: 2 / 5 / 3 / 6; }
.items-12 { grid-area: 2 / 6 / 3 / 7; }
.items-13 { grid-area: 3 / 1 / 4 / 2; }
.items-14 { grid-area: 3 / 2 / 4 / 3; }
.items-15 { grid-area: 3 / 3 / 4 / 6; }
.items-16 { grid-area: 3 / 6 / 4 / 7; }
.items-17 { grid-area: 4 / 1 / 5 / 2; }
.items-18 { grid-area: 4 / 2 / 5 / 3; }
.items-19 { grid-area: 4 / 3 / 5 / 4; }
.items-20 { grid-area: 4 / 4 / 5 / 5; }
.items-21 { grid-area: 4 / 5 / 5 / 6; }
.items-22 { grid-area: 4 / 6 / 5 / 7; } */




.footer-sko { padding: 0 0 50px; }
.footer-sko .contact ul { margin: 0; padding: 0; list-style-type: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 26px; text-transform: uppercase; }
.footer-sko .contact ul strong { font-family: var(--header_font); font-weight: 900; }
.footer-sko .contact ul a { color: var(--color1); }
.footer-sko .contact ul a:hover { color: var(--color2); }

.stap-form { padding: 50px 0 30px; background: var(--color1); color: #FFF; }
.stap-form .main { gap: 30px; }
.stap-form .main > div { width: calc(50% - 15px); }
.stap-form .logo { margin: 50px 0 0; width: 100%; }
.stap-form .character { width: 440px; margin: -140px 0 0 0; position: relative; right: -118px; }
.stap-form .left { display: flex; flex-flow: column; align-items: flex-end; }
.stap-form .left .image { width: 100%; }
.stap-form .right { padding: 0 0 40px 100px; font-size: 34px; line-height: 144%; }
.stap-form .right p:not(:last-child) { padding-bottom: 30px; }
.stap-form .right p span { color: var(--color4); }
.stap-form [class*=button-] { margin: 120px 0 0; padding: 0 30px; }
.stap-form [class*=button-] a { font-size: 34px; line-height: 119%; border-radius: 50px; width: 100%; background: var(--color4); }
.stap-form [class*=button-] a:hover { background: var(--color2); color: var(--color1); } 

.stap-form .main input { width: 100%; height: 90px; padding: 0 25px; font-size: 28px; line-height: 1; border: none; background: transparent; border-bottom: 2px solid var(--color4); padding: 0; border-radius: 0; outline: none; color: #FFFFFF; }
.stap-form .stap-two .text { margin: 0 0 50px; }
.stap-form .stap-two [class*=button-] { margin-top: 150px; }


.stap-form input:-webkit-autofill,
.stap-form input:-webkit-autofill:hover,
.stap-form input:-webkit-autofill:focus,
.stap-form textarea:-webkit-autofill,
.stap-form select:-webkit-autofill {
  -webkit-text-fill-color: #ffffff !important; /* text white */
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  transition: background-color 5000s ease-in-out 0s;
}

.stap-form input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
}

.stap-form .right .body-24 { font-size: 36px; }

.stap-question .title-num { display: flex; flex-wrap: wrap; align-items: end; margin-bottom: 70px; }
.stap-question .title-num .num { font-size: 80px; line-height: 1; width: 118px; height: 118px; display: flex; align-items: center; justify-content: center; border-radius: 100%; background: var(--color4); font-family: var(--header_font); color: var(--color1); font-weight: 900; position: relative; }
.stap-question .title-num .con { width: calc(100% - 118px); padding: 0 0 0 30px; }
.stap-question .title-num .num:after { content: ''; border: 20px solid transparent; width: 20px; border-top-color: var(--color4); border-left-width: 10px; border-right-width: 10px; position: absolute; bottom: -39px; }
.stap-question .stap-list { display: flex; flex-flow: column; gap: 20px; }
.stap-question .stap-list > div { width: 100%; text-align: center; border-radius: 50px; background: var(--color4); color: var(--color1); font-weight: 700; font-size: 25px; line-height: 119%; display: inline-block; padding: 4px 15px; min-height: 77px; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; cursor: pointer; transition: 0.4s; }
.stap-question .stap-list > div.show { opacity: 1;  visibility: visible; }
.stap-question .stap-list > div:hover, .stap-question .stap-list > div.selected { background: var(--color2); color: var(--color1); } 

.pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 5px 8px; margin: 180px 0 0; }
.pagination > div { width: 14px; height: 14px; border: 2px solid #FFF; border-radius: 10px; cursor: pointer; }
.pagination > div.active { background: #FFF; }

.stap-eight .title { margin: 0 0 20px; }
.stap-eight .title h2 { color: var(--color4); text-transform: none; font-size: 50px; line-height: 109%; padding: 0; }
.stap-eight .title h2 span.display-name { color: #FFF; }
.stap-eight .inner { font-size: 20px; line-height: 119%; }
.stap-eight .inner .content span { color: var(--color2); }
.stap-eight .inner .content { margin: 0 0 25px; }
.stap-eight .inner .text { margin: 0 auto; max-width: 330px; }
.stap-eight .inner .text .image { padding: 0; border: 1px solid #FFF; box-shadow: 0 6px 6px rgba(0,0,0,0.25); }
/* .stap-eight.main { align-items: end; } */
.stap-eight.main input { height: 73px; }
.stap-eight .form { margin: 35px 0 0; position: relative; }
.stap-eight .form button { background: #FFF; color: #000; position: absolute; top: 13px; right: 0; font-size: 28px; line-height: 119%; font-family: var(--header_font3); letter-spacing: -0.5px; border: 1px solid #C3FF20; border-radius: 100px; min-width: 116px; padding: 4px; font-weight: 900; cursor: pointer; transition: 0.4s; text-transform: none; }
.stap-eight .form button:hover { background: var(--color2); border-color: var(--color2); color: var(--color1); }
.stap-eight [class*=button-] { margin: 20px 0 0; }
.stap-eight .btm-text { margin: 35px auto 0; max-width: 450px; width: 100%; }
.stap-eight .form span.email-error { width: 100%; margin: 10px 0 0; display: inline-block; font-size: 15px; line-height: 1.2; color: red; }
.stap-eight h2 { color:#fff; }

.stap-middle .title { margin: 0 0 20px; }
.stap-middle .title h2 { color: var(--color4); text-transform: none; font-size: 50px; line-height: 109%; padding: 0; }
.stap-middle .title h2 span.display-name { color: #FFF; }
.stap-middle .inner { font-size: 20px; line-height: 119%; }
.stap-middle .inner .content span { color: var(--color2); }
.stap-middle .inner .content { margin: 25px 0 0; }
.stap-middle .inner .text { margin: 0 auto; max-width: 330px; }
.stap-middle .inner .text .image { padding: 0; border: 1px solid #FFF; box-shadow: 0 6px 6px rgba(0,0,0,0.25); }
.stap-middle [class*=button-] { margin: 120px 0 0; padding: 0 30px; }
.stap-middle .inner .content h3 { color:#fff;  }
.stap-middle .right p:not(:last-child) { padding: 0 0 10px; }

.stap-form input::-webkit-input-placeholder { color: #FFFFFF; opacity: 0.5; }
.stap-form input::-moz-placeholder { color: #FFFFFF; opacity: 0.5; }
.stap-form input:-ms-input-placeholder { color: #FFFFFF; opacity: 0.5; }
.stap-form input:-moz-placeholder { color: #FFFFFF; opacity: 0.5; }

.stap-loader h3 { font-size: 50px; line-height: 119%; color: #FFF; text-transform: none; padding: 50px 0 0; }
.stap-loader img.loader-img {  -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; }
.thank-you-msg { padding: 30px 15px; background: var(--color4); margin: 20px 0 0; color: var(--color1); font-weight: 500; }

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/**** ****/
[class*=button-3] a { font-size: 30px; line-height: 150%; padding: 7px 25px; border-radius: 5px; background: var(--color1); color: var(--color4); font-weight: 500; display: flex; align-items: center; justify-content: center; gap: 10px 10px; min-width: 213px; text-transform: uppercase; font-family: "Sharp Grotesk PE Trial SmBold 13"; }
[class*=button-3] a:hover { background: #000; }

.button-4 a { padding: 7px 23px; font-size: 25px; line-height: 150%; color: var(--color1); font-family: var(--header_font2); text-transform: uppercase; background: #FFF; border: 1px solid var(--color4); border-radius: 5px; min-width: auto; }
.button-4 a svg { margin: -4px 0 0 5px; vertical-align: middle; }
.button-4 a:hover { background: var(--color4); }

.banner-lp { padding: 50px 0 80px; position: relative; }
.banner-lp .bg-shape { position: absolute; top: -6%; left: 0; bottom: 0; right: 0; z-index: -1; transform: skewY(2deg); }
.banner-lp .top { justify-content: space-between; gap: 20px; }
.banner-lp .top > div { width: 213px; }
.banner-lp .top > div.right { width: 240px; }
.banner-lp .image { line-height: 0; margin: 30px auto 0; max-width: 1000px; width: 100%; }

.image-content { padding: 80px 0; font-family: var(--base_font2); }
.image-content .main > div { width: 50%; }
.image-content .right .items { max-width: 500px; }
.image-content .right { padding: 0 0 0 50px; line-height: 140%; }
.image-content .right h3 { font-size: 35px; line-height: 1.1; text-transform: uppercase; font-weight: 700; font-family: var(--header_font1); letter-spacing: 1px; }
.image-content .right [class*=button-] { margin: 30px 0 0; }
.image-content .right .items:not(:last-child) { padding: 0 0 50px; border-bottom: 2px solid var(--color1); margin-bottom: 60px; }


.image-content-items { padding: 80px 0; font-family: var(--base_font2); position: relative; }
.image-content-items .bg-shape { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 96%); }
.image-content-items .main { gap: 30px 100px; }
.image-content-items .main > div { width: calc(50% - 50px); }
.image-content-items .right { line-height: 140%; display: flex; align-items: center; }
.image-content-items .right h3 { font-size: 35px; line-height: 1.1; text-transform: uppercase; font-weight: 700; font-family: var(--header_font1); letter-spacing: 1px; }
.image-content-items .right h4 { font-size: 25px; line-height: 1.1; text-transform: uppercase; font-weight: 700; font-family: var(--header_font1); }
.image-content-items .right [class*=button-] { margin: 25px 0 0; }
.image-content-items .top-img { margin: 0 0 30px; }
.image-content-items .main:not(:last-child) { margin-bottom: 45px; }
.image-content-items .main.img-right { flex-direction: row-reverse; }
.image-content-items .main.img-right .image { width: calc(60% - 50px); margin-left: -10%; }

.image-content-items .image-shape .image img { width: 100%; height: 100%; object-fit: cover; clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 98%); }

.image-content-reserve { padding: 50px 0 150px; font-family: var(--base_font2); }
.image-content-reserve .main { gap: 30px 80px; }
.image-content-reserve .main > div { width: calc(50% - 40px); }
.image-content-reserve h3 { font-size: 35px; line-height: 1.1; text-transform: uppercase; font-weight: 700; font-family: var(--header_font3); letter-spacing: 1px; }
.image-content-reserve h2 { font-size: 58px; line-height: 1.1; text-transform: uppercase; font-weight: 700; font-family: var(--header_font3); letter-spacing: 1px; }
.image-content-reserve .image_top { margin: 0 0 40px; }
.image-content-reserve .btn-group { margin: 30px 0 0; }
.image-content-reserve .image img { clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 100%); }


.footer-lp { padding: 28px 0; background: var(--color1); color: #FFF; }
.footer-lp .logo { width: 172px; }
.footer-lp .social-icon { gap: 16px; }
.footer-lp .right { width: calc(100% - 172px); justify-content: end; gap: 10px 25px; padding-left: 30px; }
.footer-lp .right a { color: #FFF; }
.footer-lp .right a:hover { color: var(--color2); }


/*** ***/

.banner-armis { padding: 60px 0 80px; position: relative; color: #FFF; z-index: 1; }
.banner-armis .bg-shape { position: absolute; top: -6%; left: 0; bottom: 0; right: 0; z-index: -1; transform: skewY(2deg); }

.logos { gap: 30px 60px; }
.logos .logo { width: 240px; }
.logos .logo.right { width: auto; position: relative; }
.logos .logo.right:before { content: ''; width: 2px; position: absolute; top: 0; left: -30px; bottom: 0; background: #FFF; }

.banner-armis .text { margin: 100px 0 0; }
.banner-armis .text .h2 { color: var(--color4); font-size: 72px; line-height: 1; font-family: var(--header_font2); text-transform: none; }
.banner-armis .text .h2 span { font-size: 107px; line-height: 1; font-family: var(--header_font1); text-transform: uppercase; }

.content-form { padding: 80px 0; font-family: var(--base_font2); font-weight: 500; }
.content-form h3.form-title { display: none; }
.content-form .main { gap: 40px; }
.content-form .main > div { width: calc(50% - 20px); }
.content-form h2 { font-size: 58px; line-height: 1; font-family: var(--header_font1); padding: 0 0 20px; }
.content-form .left .text { max-width: 510px; }

.lime-green.content-form , .lime-green.content-form .legal-consent-container a { color: #C3FF20; } 
.lime-green.content-form .right .hs-input { border-bottom: 2px solid #C3FF20; }

.lime-green.content-form .right .hs-input::placeholder { color: #C3FF20; }
.lime-green select { background:url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pentera_2026/image/down-arrow-green.svg) no-repeat right center; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
.lime-green.content-form option { color: #000; }  

.content-form .main .hbs_form_action { margin: 30px 0 0; text-align: right; }
.content-form .main .hbs_form_action a { width: auto; display: inline-block; font-size: 25px; min-width: auto; }
.hbs_form_action { display:none; }

body .popup-form { padding: 20px; width: 100%; max-width: 600px; }
.popup-form .form h3.form-title { display: none; }

/*** ***/
.option-img-content { padding: 60px 0; }
.option-img-content .content { max-width: 440px; }
.option-img-content .image img { clip-path: inherit; }

/*** ****/
.speakers-form { padding: 50px 0; }
.speakers-form h2 { font-size: 56px; line-height: 1; padding: 0 0 20px; font-family: var(--header_font3); letter-spacing: 1px; }
.speakers-form .main { display: flex; gap: 40px 70px; }
.speakers-form .left { width: calc(40% - 35px); }
.speakers-form .right { width: calc(60% - 35px); }
.speakers-form .form h3 { display: none; }
.speakers-form .cover { gap: 25px 30px; }
.speakers-form .cover > div { width: calc(50% - 15px); display: flex; flex-wrap: wrap; }
.speakers-form .cover > div .image { width: 215px; height: 215px; border-radius: 10px; overflow: hidden; }
.speakers-form .cover > div .text { width: calc(100% - 216px); padding-left: 20px; display: flex; flex-flow: column; justify-content: space-between; gap: 10px 0; }
.speakers-form .cover > div .text strong { font-size: 20px; }
.speakers-form .cover > div .image img { width: 100%; height: 100% !important; object-fit: cover; }

.form-bg-image { position: relative; padding: 65px 0; }
.form-bg-image .bg-img { z-index: -1; }
.form-bg-image .main { width: 45%; }
.form-bg-image h2 { font-size: 56px; line-height: 1; padding: 0 0 20px; font-family: var(--header_font3); letter-spacing: 1px; }
.form-bg-image form .hs-input { border-color: var(--color4); color: #FFF; }
.form-bg-image form option { color: var(--color1); }
.form-bg-image form select.hs-input { background-image: url('https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pentera_2026/image/green-arrow.svg'); }
.form-bg-image form input.hs-button { background-image: url('https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pentera_2026/image/arrow-blue.svg'); background-color: var(--color4); border-color: var(--color4); color: var(--color1); }
.form-bg-image form input.hs-button:hover {  }

.form-bg-image .hs-input::-webkit-input-placeholder { color: #FFF; opacity: 1; }
.form-bg-image .hs-input::-moz-placeholder { color: #FFF; opacity: 1; }
.form-bg-image .hs-input:-ms-input-placeholder { color: #FFF; opacity: 1; }
.form-bg-image .hs-input:-moz-placeholder { color: #FFF; opacity: 1; }

/**** ****/
.video-form { padding: 40px 0; }

.video-section { padding: 60px 0 50px; }
.video-section .main { gap: 30px 75px; }
.video-section .box { width: calc(33.33% - 50px); }
.video-section .box h3 { padding: 10px 0 0; text-transform: none; font-size: 30px; line-height: 38px; }
.video-section .box .image { height: 225px; position: relative; }
.video-section .box .image img { width: 100%; height: 100%; object-fit: cover; }
.video-section .box .image a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }

.testimonials-module .main { gap: 50px 90px; }
.testimonials-module { padding: 60px 0; }
.testimonials-items { width: calc(33.33% - 60px); }
.testimonials-items .top { justify-content: space-between; gap: 10px; margin: 0 0 30px; }
.testimonials-items .logo { width: 190px; }
.testimonials-items h3 { text-transform: none; font-family: var(--header_font3); font-size: 30px; line-height: 1.1; max-width: 350px; padding: 0 0 25px; }
.testimonials-items .stars { gap: 5px; }
.testimonials-items .stars span { display: none; }
.testimonials-items .stars span.active { display: block; }

.testimonials-items .content:before,
.testimonials-items .content:after { content: ''; width: 27px; height: 27px; display: block; background: url('https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pentera_2026/image/quote-icon.png') no-repeat center center / 27px; margin-bottom: 15px; }
.testimonials-items .content:after { margin: 10px 0 0 auto; transform: rotateX(180deg); }
.testimonials-items .bottom { margin: 20px 0 0; }
.testimonials-items [class*=button-] { margin: 20px 0 0; }
.testimonials-items [class*=button-] a { padding: 13px 15px; font-size: 18px; line-height: 140%; font-family: var(--base_font); min-width: 177px; border-width: 1px; border-radius: 5px; background: #FFF; }
.testimonials-items [class*=button-] a:hover { background: var(--color1); color: #FFF; }

.quote-module { padding: 50px 0; }
.quote-module .main { gap: 50px 90px; }
.quote-module .items { width: calc(33.33% - 60px); }
.quote-items .pre-title { font-size: 30px; line-height: 1; font-family: var(--header_font3); font-weight: 700; margin: 0 0 10px; }
.quote-items  h2 { font-size: 58px; line-height: 1; font-family: var(--header_font3); }
.quote-items [class*=button-] { margin: 60px 0 0; }
.quote-items [class*=button-] a { background: var(--color1); color: var(--color2); border-color: var(--color1); font-family: var(--header_font2); }
.quote-items [class*=button-] a path { transition: 0.4s; }
.quote-items [class*=button-] a:hover path { fill: var(--color1); }
.quote-items [class*=button-] a:hover { background: var(--color2); color: var(--color1); border-color: var(--color2); }

.img-slider { padding: 60px 0; }
.img-slider .box .image { height: 638px; }
.img-slider .box .image img { width: 100%; height: 100% !important; object-fit: cover; }

.image-fullwith:not(.adaptive_height) { height: 760px; margin-top: -40px; }
.image-fullwith:not(.adaptive_height) img { width: 100%; height: 100% !important; object-fit: cover; }

.image-fullwith.adaptive_height {height:auto;}
.image-fullwith.hasmobileimage{display:none;}

.three-img { padding: 70px 0 50px; }
.three-img .main { gap: 38px; }
.three-img .main .box { width: calc(33.33% - 25.6px); }
.three-img .main .box img { width: 100%; height: 100% !important; object-fit: cover; }

.banner-gallery { padding: 56px 0 0; position: relative; }
.banner-gallery .bg-shape { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.banner-gallery .image { width: 832px; line-height: 0; position: relative; }
.banner-gallery .right { width: 700px; margin-left: -242px; margin-top: -28px; text-align: right; }
.banner-gallery .main { margin-top: -30px; }
.banner-gallery .right .date { font-size: 59px; line-height: 1.2; font-family: var(--header_font4); text-transform: uppercase; font-weight: 400; letter-spacing: 1px; margin: 10px 0 0; }

.gallery-inner { padding: 80px 0 30px; }
.gallery-inner .title-part { margin-bottom: 35px; }
.gallery-inner .title-part h2 { text-transform: none; font-family: var(--header_font3); font-size: 58px; line-height: 1; }
.gallery-inner  .main { display: flex; flex-wrap: wrap; gap: 40px; }
.gallery-inner .img { width: calc(33.33% - 27px); }
.gallery-inner .img img { width: 100%; height: 100%; object-fit: cover; }


.pagination-nav { justify-content: center; margin: 30px 0 0; gap: 10px 15px; }
.pagination-nav > a { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 4px; border: 1px solid #173445; font-weight: 600; font-size: 16px; }
.pagination-nav > a:hover , .pagination-nav > a.active { background: #173445; border-color: #02F3FF; color: #02F3FF; }
.pagination-nav > a.prev , .pagination-nav > a.next { border-color: #173445; color: #173445; background: transparent; }
.pagination-nav a.no { border: none; }
.pagination-nav .no-show { opacity: 0.3; pointer-events: none; }

.presentations-details { padding: 50px 0 70px; }
.presentations-details .title-part { margin-bottom: 40px; }
.presentations-details .title-part h2 { font-size: 58px; line-height: normal; font-family: var(--header_font3); letter-spacing: 1px; }
.presentations-details .main { gap: 30px; text-align: center; }
.presentations-details .box { width: calc(33.33% - 20px); }
.presentations-details .box .img { width: 216px; height: 216px; border-radius: 8px; overflow: hidden; margin: 0 auto 22px; }
.presentations-details .box .img img { width: 100%; height: 100%; object-fit: cover; }
.presentations-details .box h4 { font-size: 31px; line-height: 1; font-family: var(--header_font3); letter-spacing: 0.5px; }
.presentations-details .box [class*=button-] { margin: 25px 0 0; display: flex; justify-content: center; }
.presentations-details .box [class*=button-] a { color: var(--color3); }
.presentations-details .box [class*=button-] a:hover { border-color: var(--color3); }
.presentations-details .box [class*=button-] a path { fill: var(--color3); }

.image-gallery { padding: 70px 0 100px; }
.image-gallery .title-part { margin-bottom: 30px; }
.image-gallery .title-part h2 { font-family: var(--header_font3); font-size: 58px; letter-spacing: 1px; line-height: normal; }
.image-gallery .main { gap: 40px; }
.image-gallery .box { width: calc(33.33% - 27px); }
.image-gallery .box img { width: 100%; height: 100%; object-fit: cover; }
.image-gallery [class*=button-] { display: flex; justify-content: center; margin: 50px 0 0; }
.image-gallery [class*=button-]  a { color: var(--color3); }
.image-gallery [class*=button-]  a:hover { border-color: var(--color3); }
.image-gallery [class*=button-]  a path { fill: var(--color3); }

.image-content-gallery .main { align-items: flex-start; }
.image-content-gallery { padding: 70px 0 52px; }
.image-content-gallery .main h2 { text-transform: none; }
.image-content-gallery .image img { clip-path: inherit; }
.image-content-gallery [class*=button-]  a { color: var(--color3); }
.image-content-gallery [class*=button-]  a:hover { border-color: var(--color3); }
.image-content-gallery [class*=button-]  a path { fill: var(--color3); }

html[dir=rtl] .content-form * ,  html[dir=rtl] .content-form h2 { font-family: var(--header_font5); }
html[dir=rtl] .image-content-items * { font-family: var(--header_font5); }
html[dir=rtl] .image-content-items .right h3, html[dir=rtl] .image-content-items .right h4 { font-family: var(--header_font5); }
html[dir=rtl] button, html[dir=rtl] input[type=submit] { padding: 5px 23px 10px 48px; background-image: url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pentera_2026/image/arrow-green-left.svg); background-position: center left 22px; }

html[dir=rtl] .banner-gallery .right { margin-left: 0; margin-right: -142px; width: 600px; }
html[dir=rtl] .banner-gallery .right .date { padding-right: 40px; }


.image-content-reserve.spacing-remove { padding: 60px 0 50px; }
.headshots-2026 { padding: 50px 0 100px; }
.headshots-2026 .right { width: 100%; }
.headshots-2026 .right .cover { justify-content: center; }
.headshots-2026 .right .cover > div { width: calc(25% - 23px); flex-flow: column; gap: 30px 0; font-size: 20px; line-height: 123%; }
.headshots-2026 .cover > div .text { width: 100%; padding: 0; gap: 30px 0; }

.banner-armis-image .logos .logo { width: 240px; }
.banner-armis-image .main { display: flex; flex-wrap: wrap; gap: 30px; align-items: center; margin: 100px 0 0; }
.banner-armis-image .left { width: calc(100% - 610px); }
.banner-armis-image .left .text { margin: 0; }
.banner-armis-image .right { width: 580px; }

.video-hero { min-height: 835px; padding: 45px 0; position: relative; z-index: 1; }
.video-hero .bg-shape { position: absolute; top: -6%; left: 0; bottom: 0; right: 0; z-index: -1; transform: skewY(2deg); }
.video-hero .main { gap: 50px; margin: 120px 0 80px; }
.video-hero .main .left { width: calc(100% - 750px); font-size: 30px; line-height: 140%; color: #FFF; }
.video-hero .main .left h1 { font-size: 137px; line-height: 93%; color: #C3FF20; font-family: var(--header_font3); letter-spacing: 2px; }
.video-hero .main .right { width: 700px; position: relative; }
.video-hero .main .right img { width: 100%; }
.video-hero .main .right a.video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; padding: 20px; }


.video-section.column-2 { padding: 120px 0 100px; }
.video-section.column-2 .title-part { margin: 0 0 40px; text-align: center; }
.video-section.column-2 .title-part h2 { text-transform: none; font-family: var(--header_font3); font-size: 53px; line-height: 96%; letter-spacing: 1px; }
.video-section.column-2 .container { max-width: 1220px; }
.video-section.column-2 .main { gap: 60px 100px; }
.video-section.column-2 .box { width: calc(50% - 50px); }
.video-section.column-2 .box h3 { font-size: 40px; line-height: 96%; font-family: var(--header_font3); letter-spacing: 1px; }
.video-section.column-2 .box .image { height: 280px; }


.table-agenda { position: relative; padding: 60px 0; }

.table-agenda .table-title { display: flex; gap: 15px 10px; }
.table-agenda .title { font-family: var(--header_font); font-size: 24px; font-weight: 900; line-height: 36px; text-transform: uppercase; }
.table-agenda .table-title > div { width: 100%; background: #fff; display: flex; flex-flow: column; justify-content: center; padding: 15px 5px; }
.table-agenda .table-row .row-box { display: flex; gap: 15px 10px; }
.table-agenda .table-row .row-box > div { width: 100%; background: #fff; display: flex; flex-flow: column; justify-content: center; padding: 15px 5px; }
.table-agenda .table-row { margin: 15px 0 0; display: flex; flex-flow: column; gap: 15px 0; }


.repeater-logo { display: flex; flex-wrap: wrap; gap: 60px; }
.repeater-logo > div { position: relative; display: flex; align-items: center; line-height: 0; }
.repeater-logo > div:not(:last-child):after { content: ''; border-right: 2px solid #FFF; position: absolute; top: 0; right: -28px; bottom: 0; }
.repeater-logo img { object-fit: contain; }

.repeater-logoV2 { gap: 30px; }
.repeater-logoV2 > div:not(:last-child):after { display: none; }


/*** ***/
.title-large h2 { padding-bottom: 20px; font-family: var(--header_font3); font-size: 65px; line-height: 110%; text-transform: none; }

.banner-ppc { padding: 60px 0 80px; position: relative; font-size: 55px; line-height: 120%; font-family: var(--header_font2); color: var(--color1); z-index: 1; }
.banner-ppc .bg-shape { position: absolute; top: -6%; left: 0; bottom: 0; right: 0; z-index: -1; transform: skewY(2deg); }
.banner-ppc .text .ttl { margin-top: -70px; }
.banner-ppc .btm-text { margin-top: 20px; }
.banner-ppc .content { font-size: 16px; line-height: 140%; margin: 15px auto 0; font-family: var(--base_font); max-width: 842px; }
.banner-ppc .title-img.mobile { display: none; }

.lp-footer { padding: 30px 0 0; text-align: center; }
.lp-footer .main { justify-content: space-between; background: #143445; padding: 14px 30px; border-radius: 6px; }
.lp-footer .social-icon { line-height: 0; gap: 12px; }
.lp-footer .social-icon img { filter: brightness(100); transition: 0.4s; }
.lp-footer .social-icon a:hover img { filter: inherit; }

.lp-footer .copyRight { padding: 18px 0; font-size: 12px; line-height: 110%; font-weight: 500; }
.lp-footer .copyRight a { color: var(--color1) }
.lp-footer .copyRight a:hover { font-weight: 700; text-decoration: underline; }

.form-ppc { padding: 70px 0 40px; overflow-x: clip; }
.form-ppc .main { gap: 45px; }
.form-ppc .left { padding: 23px 0 0; width: 44%; }
.form-ppc .left h2 { font-size: 50px; line-height: 110%; font-family: var(--header_font2); text-transform: none; text-align: center; padding: 0 0 40px; }
.form-ppc .form .form-title { display: none; }
.form-ppc .form .input { margin: 0 !important; }
.form-ppc .hs-input { margin-bottom: 12px; height: 48px; border: 1px solid #143446; border-radius: 5px; font-size: 15px; line-height: 160%; padding: 10px 15px; }
.form-ppc select.hs-input { background-size: 13px; background-position: center right 12px; }
.form-ppc .hs_submit { text-align: center; }
.form-ppc .left input.hs-button { font-size: 28px; line-height: 140%; padding: 2px 42px 2px 30px; background-color: #173445; }
.form-ppc .left input.hs-button:hover { background-position: center right 16px; }

.form-ppc .right { width: calc(56% - 45px); }
.form-ppc .right .content { background: #EFF1F2; padding: 50px 50px 60px; font-size: 20px; line-height: 145%; font-weight: 700; position: relative; }
.form-ppc .right .content:after { content: ''; width: 100%; height: 32px; position: absolute; bottom: -17px; left: 1px; background: #FFF; transform: rotate(-2deg); }
.form-ppc .right .image { width: 420px; margin: -185px 0 -45px auto; position: relative; right: -90px; }
.form-ppc .right .image img.img { position: absolute; top: 16px; left: 72px; object-fit: cover; width: 273px; height: 154px; }
.form-ppc .rating { width: 300px; }
.form-ppc .rating > div { padding: 13px; width: 100%; text-align: right; line-height: 0; }
.form-ppc .right h4 { text-transform: none; font-size: 25px; line-height: 150%; font-family: var(--base_font); padding: 0 0 30px; }
.form-ppc .right ul { margin: 0; padding: 0; list-style-type: none; max-width: 470px; display: flex; flex-flow: column; gap: 20px; }
.form-ppc .right ul li { padding: 0 0 0 60px; position: relative; }
.form-ppc .right ul li:before { content: ''; width: 30px; height: 30px; background: url('https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pentera_2026/image/check-list.svg') no-repeat center center / 30px; position: absolute; top: 2px; left: 0; }

.testimonial-ppc { padding: 70px 0 20px; position: relative; }
.testimonial-ppc .bg-shape { position: absolute; top: 0; left: 0; bottom: -50px; right: 0; z-index: -1; transform: skewY(-2deg); }
.testimonial-ppc .testimonial-slider { margin: 0 auto; max-width: 1020px; width: 100%; }
.testimonial-ppc .test-box { display: flex; flex-wrap: wrap; align-items: center; }
.testimonial-ppc .testimonial .left { width: 420px; display: flex; flex-wrap: wrap; }
.testimonial-ppc .testimonial .right { padding: 0 0 0 25px; width: calc(100% - 420px); font-size: 49px; line-height: 107%; font-family: var(--header_font3); letter-spacing: 2px; }
.testimonial-ppc .testimonial .right:before { content: '“'; font-family: var(--header_font5); font-weight: 700; margin-left: -37px; }
.testimonial-ppc .testimonial .right:after { content: '”'; font-family: var(--header_font5); font-weight: 700; }

.testimonial-ppc .testimonial .left > div { width: 58%; }
.testimonial-ppc .testimonial .left .cover { display: flex; flex-flow: column; justify-content: space-between; font-size: 15px; line-height: 120%; width: 42%; }
.testimonial-ppc .testimonial .left .cover h4 { padding: 0; font-size: 30px; line-height: 150%; text-transform: none; font-family: var(--header_font2); }

.logos-box { margin-top: 52px; }
.logos-box .slick-track { display: flex; gap: 7px; }
.logos-box .box .in { width: 125px; text-align: center; background: #FFF; border-radius: 6px; font-size: 12px; line-height: 150%; font-weight: 500; cursor: pointer; }
.logos-box .box .logo { padding: 5px 22px; height: 50px; display: flex; align-items: center; justify-content: center; }
.logos-box .box .logo img { width: auto; }
.logos-box .box .text { padding: 11px 2px; position: relative; }
.logos-box .box .text:before { content: ''; height: 1px; position: absolute; top: 0; left: 10px; right: 10px; background: var(--color1); opacity: 0.5; }
.logos-box .slick-current .box .in { border-bottom: 5px solid #173445; }

.company-logo { padding: 45px 0; }
.company-logo .title-part { text-align: center; margin: 0 0 20px; }
.company-logo .title-part h2 { font-size: 40px; line-height: 110%; font-family: var(--header_font3); text-transform: none; }
.company-logo .items .in { margin: 3.4px; width: 125px; border-radius: 5px; background: #FFF; font-size: 12px; line-height: 160%; text-align: center; font-weight: 600; color: #143446; }
.company-logo .items .logo { height: 50px; padding: 5px 15px; display: flex; align-items: center; justify-content: center; }
.company-logo .items .logo img { object-fit: contain; }
.company-logo .items .text { padding: 5px 0; min-height: 45px; display: flex; align-items: center; justify-content: center; position: relative; }
.company-logo .items .text:after { content: ''; position: absolute; top: 0; left: 10px; right: 10px; height: 1px; background: var(--color1); opacity: 0.5; }

.text-video { padding: 65px 0; }
.text-video .main { display: flex; flex-wrap: wrap; gap: 30px; }
.text-video .main > div { width: calc(50% - 15px); }
.text-video .image { position: relative; }
.text-video .image img { width: 100%; height: 100%; object-fit: cover; }
.text-video .image a.video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.text-video .text { padding: 15px 120px 15px 0; font-size: 16px; line-height: 140%; font-weight: 500; }

.icon-content { padding: 50px 0; position: relative; }
.icon-content .shape { position: absolute; bottom: -39px; left: 0; height: 80px; transform: skewY(2deg); width: 100%; z-index: 1; }
.icon-content .title-part { text-align: center; margin: 0 0 20px; }
.icon-content .main { gap: 40px; }
.icon-content .items { width: calc(25% - 30px); text-align: center; padding: 30px 20px; font-size: 16px; line-height: 140%; font-weight: 500; }
.icon-content .items h3 { font-family: var(--header_font3); font-size: 32px; line-height: 112%; text-transform: none; }
.icon-content .items .icon { line-height: 0; margin: 0 0 12px; height: 84px; }
.icon-content .items .icon img { height: 100%; object-fit: contain; object-position: center center; }

.image-title { padding: 100px 0 50px; position: relative; }
.image-title .title-part { text-align: center; margin: 0 0 20px; }
.image-title .main { gap: 0 40px; }
.image-title .items { width: calc(25% - 30px); text-align: center; padding: 30px 20px; font-size: 16px; line-height: 140%; font-weight: 500; position: relative; }
.image-title .items h3 { font-family: var(--header_font3); font-size: 26px; line-height: 100%; text-transform: none; letter-spacing: 0.3px; transition: 0.4s; color: #173445; }
.image-title .items .image { line-height: 0; margin: 0 0 12px; height: 150px; }
.image-title .items .image img { height: 100%; object-fit: contain; object-position: center center; }
.image-title.image-title-v2 { padding: 100px 0; }
.image-title .items a.overLap { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.image-title .items.hover:hover h3 { color: #FF7915; }

.pentera-value { padding: 50px 0; position: relative; }
.pentera-value .shape { position: absolute; bottom: -39px; left: 0; height: 80px; transform: skewY(-2deg); width: 100%; z-index: 1; }
.pentera-value .title-part { text-align: center; margin: 0 0 20px; }
.pentera-value .main { gap: 90px; margin: 0 auto; max-width: 906px; width: 100%; position: relative; z-index: 1; }
.pentera-value .items { width: calc(33.33% - 60px); border: 1px solid #173445; border-radius: 5px; }
.pentera-value .items .box { min-height: 144px; background: #FFF; display: flex; align-items: center; justify-content: center; font-size: 14px; line-height: 22px; font-weight: 700; padding: 10px; border-radius: 5px; border-bottom: 1px solid #173445; position: relative; }
.pentera-value .items .box:after { content: ''; border: 10px solid transparent; border-left-color: var(--color1); position: absolute; top: 0; bottom: 0; height: 10px; right: -60px; margin: auto; border-left-width: 18px; }
.pentera-value .items .box h3 { padding: 0; margin: 8px 0 0; font-size: 36px; line-height: 100%; text-transform: none; font-family: var(--header_font3); }
.pentera-value .items .text { padding: 22px 15px; font-size: 16px; line-height: 140%; font-weight: 500; }
.pentera-value .items:nth-child(3n) .box:after { display: none; }

.see-where { padding: 30px 0 22px; position: relative; }
.see-where .shape { position: absolute; top: -39px; left: 0; height: 80px; transform: skewY(-2deg); width: 100%; z-index: 1; }
.see-where .main { position: relative; z-index: 1; }
.see-where .character-image { position: absolute; top: -150px; right: 0; width: 782px; z-index: 1; }
.see-where h2 { font-size: 85px; line-height: 110%; font-family: var(--header_font4); text-transform: none; }
.see-where .content { margin: 25px auto 0; font-size: 22px; line-height: 140%; font-weight: 700; max-width: 612px; }

.see-where [class*=button-] { margin: 30px 0 0; }
.see-where [class*=button-] a { font-family: var(--base_font); font-size: 13px; line-height: 140%; letter-spacing: 0.5px; text-transform: none; border: 1px solid var(--color1); padding: 10px 24px; }
.see-where [class*=button-] a svg { position: relative; left: 0; transition: 0.4s; margin-top: -1px; }
.see-where [class*=button-] a path { transition: 0.4s; }
.see-where [class*=button-] a:hover path { fill: #FFF; }
.see-where [class*=button-] a:hover { background: var(--color1); color: #FFF; }
.see-where [class*=button-] a:hover svg { left: 5px; }

.popup-form .pp-logo { width: 115px; margin: 0 0 20px; }
body .where-popup { margin: 50px 0; padding: 44px; border-radius: 5px; overflow: visible !important; }
.where-popup h3 { padding-bottom: 20px; text-align: center; font-family: var(--header_font1); letter-spacing: 0.3px; font-size: 26px; line-height: 100%; }
.where-popup fieldset { display: flex; gap: 36px; max-width: 100% !important; }
.where-popup fieldset > div { width: 100%; }
.where-popup fieldset .input { margin: 0 !important; }
.where-popup fieldset select { width: 100% !important; color: rgba(23, 52, 69, 0.5); }

.where-popup .hs_submit { text-align: center; }
.where-popup .hs_submit input.hs-button { font-size: 28px; line-height: 145%; font-family: var(--header_font2); letter-spacing: 2px; padding: 0px 40px 0px 28px; }
.where-popup .hs_submit input.hs-button:hover { background-position: center right 16px; }

body .fancybox-slide--html .where-popup .fancybox-close-small { padding: 0; width: 37px; height: 37px; right: 15px; top: 15px; }

.where-popup .hs-input::-webkit-input-placeholder { opacity:0.7; }
.where-popup .hs-input::-moz-placeholder { opacity:0.7; }
.where-popup .hs-input:-ms-input-placeholder { opacity:0.7; }
.where-popup .hs-input:-moz-placeholder { opacity:0.7; }


.team-workshops-V2 .main { border: 1px solid #000; padding: 30px 22px 40px; width: 100%; gap: 0; margin: 0 auto; max-width: 1040px; width: 100%; }
.team-workshops-V2 .main .items { border: none; padding: 0; width: 50%; }
.team-workshops-V2 .main .image { width: 50%; display: flex; align-items: end; justify-content: center; }
.team-workshops-V2 .main .image img { margin-bottom: -80px; }

/***** ****/
.banner-master { padding: 85px 0 50px; position: relative; z-index: 1; }
.banner-master .bg-shape { position: absolute; top: -8%; left: 0; width: 100%; height: 103%; z-index: -1; transform: skewY(2deg); }
.banner-master .logo { width: 220px; margin-bottom: 36px; line-height: 0; }

.eyebrow-title { font-size: 64px; line-height: 1; font-family: var(--header_font2); }
.banner-master h1 { padding: 0; font-size: 104px; line-height: 1; font-family: var(--header_font1); }
.banner-master .main { gap: 30px; justify-content: space-between; }
.banner-master .main .left { width: 800px; }
.banner-master .right { width: 457px; }

.learning-calendar { background: var(--color1); padding: 100px 0; }
.learning-calendar .title-part { font-size: 23px; line-height: 140%; margin-bottom: 50px; max-width: 1020px; }
.learning-calendar .title-part h2 { font-size: 23px; line-height: 140%; padding: 0; color: var(--color4); text-transform: uppercase; font-family: var(--base_font2); }

.learning-calendar .icon-text { margin-bottom: 60px; }
.learning-calendar .icon-text h3 { color: var(--color4); font-family: var(--base_font2); font-size: 23px; line-height: 140%; text-transform: uppercase; padding-bottom: 22px; }
.learning-calendar .icon-text .cover { display: flex; flex-wrap: wrap; gap: 30px; }
.learning-calendar .icon-text .cover > div { width: 270px; display: flex; align-items: center; flex-wrap: wrap; gap: 10px 20px; }
.learning-calendar .icon-text .cover h5 { padding: 0; font-size: 23px; line-height: 30px; font-family: var(--base_font2); text-transform: uppercase; }

.learning-calendar .main { display: flex; flex-wrap: wrap; gap: 0 16px; }
.calendar-main { width: calc(100% - 336px); }
.calendar-row { margin-bottom: 35px; }
.calendar-row .title { color: var(--color4); font-family: var(--base_font2); font-size: 23px; line-height: 140%; padding-bottom: 22px; text-transform: uppercase; font-weight: 700; }

.calendar-box { background: #FFF; border-radius: 10px; padding: 10px 14px; position: relative; }
.calendar-box:after { content: ''; border-bottom: 1px solid #FFF; position: absolute; bottom: 10px; left: 0; width: 100%; }
.calendar-box .items { padding: 8px 0; border-bottom: 1px solid var(--color1); }
.calendar-box .items .row { display: grid; grid-template-columns: .9fr 1.9fr .9fr; }
.calendar-box .items:last-child { border-bottom: none; }

.calendar-box .items .text { padding: 0 15px; border-left: 1px solid var(--color1); border-right: 1px solid var(--color1); }
.calendar-box .items .tag { font-size: 16px; line-height: 20px; text-transform: uppercase; font-weight: 700; font-family: var(--base_font2); padding: 0px 20px; min-width: 146px; background: #02f3ff; display: inline-block; text-align: center; border-radius: 6px; margin: 3px 0; }
.calendar-box .items h4 { font-size: 18px; line-height: 22px; font-family: var(--base_font2); text-transform: none; padding: 0 0 10px; }
.calendar-box .items .postsale { background: #ed1384; }
.calendar-box .items .presales { background: #ffaf3f; }

.calendar-box .items .week { text-align: center; padding: 0 10px 0 35px; display: flex; flex-flow: column; justify-content: center; position: relative; }
.calendar-box .items .week strong { font-size: 20px; line-height: 1.2; font-family: var(--base_font2); text-transform: uppercase; font-weight: 700; }
.calendar-box .items .week:before { content: ''; margin: auto; width: 26px; height: 26px; position: absolute; top: 0; bottom: 5px; left: 10px; border: 2px solid var(--color1); }
.calendar-box .items .week.active:before { background: var(--color4); }

.calendar-filter { width: 320px; }
.calendar-filter h3 { color: var(--color4); font-family: var(--base_font2); font-size: 23px; line-height: 140%; text-transform: uppercase; padding-bottom: 22px; }
.calendar-filter .inside { background: #FFF; border-radius: 10px; padding: 10px 14px; }

.calendar-box .items .minutes { padding: 0 15px; display: flex; align-items: flex-start; gap: 10px; font-weight: 700; }
.calendar-box .items .minutes .min:before { content: ''; width: 28px; height: 28px; min-width: 28px; background: url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pentera_2024/images/time.png) no-repeat center center / 27px; }
.calendar-box .items .minutes .min { display: flex; align-items: center; gap: 10px; }
.calendar-box .items .minutes .down { width: 28px; height: 26px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: 0.4s; }
.calendar-box .items .minutes .down.active { transform: scale(-1); }

.calendar-filter h4 { font-size: 20px; line-height: 24px; font-family: var(--base_font2); padding: 0 0 16px; }
.calendar-filter .box { padding: 15px 0 22px; border-bottom: 1px solid var(--color1); font-family: var(--base_font2); }
.calendar-filter .box .in { display: flex; flex-flow: column; gap: 12px 0; }
.calendar-filter .box .in a { display: flex; align-items: center; gap: 7px; color: var(--color1); letter-spacing: -0.2px; cursor: pointer; font-size: 16px; }
.calendar-filter .box .in strong { font-size: 18px; font-weight: 700; }
.calendar-filter .box .in a:before { content: ''; width: 24px; height: 24px; border: 2px solid var(--color1); }
.calendar-filter .box.selected { border-bottom: none; font-size: 16px; }
.calendar-filter .box.selected strong { text-transform: uppercase; }
.calendar-filter .box.selected .in { gap: 8px; }
.calendar-filter .box .in a.active:before { background: var(--color4); }

.calendar-box .items .content { margin-top: 10px; font-weight: 700; color: var(--color1); padding: 15px 0; border-top: 1px solid; display: none; font-size: 17px; }

.learning-calendar .month { width: calc(100% - 340px); display: flex; justify-content: flex-end; margin-bottom: 10px; color: var(--color4); font-size: 23px; line-height: 1.4; text-transform: uppercase; font-weight: 700; position: relative; z-index: 1; padding-right: 20px; }
.learning-calendar .month .inside { position: absolute; padding: 6px 12px; background: var(--color1); border: 1px solid transparent; border-radius: 10px; }
.learning-calendar .month .in { display: none; }
.learning-calendar .month label { cursor: pointer; position: relative; z-index: 1; padding: 6px 30px 6px 0; display: inline-block; }
.learning-calendar .month label:after { content: ''; width: 20px; height: 20px; background: url('https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pentera_2024/images/arrow-d.png') no-repeat center center; position: absolute; top: 12px; right: 0; }
.learning-calendar .month .in div { padding: 6px 0 6px 0; border-top: 1px solid #FFF; cursor: pointer; }
.learning-calendar .month .in div:last-child { border-bottom: none; }
.learning-calendar .month .inside.active { border-color: #FFF; }

.sessions-more { margin: 10px 0 0; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; justify-content: space-between; }
.sessions-more .load-more a { color: var(--color4); cursor: pointer; display: flex; align-items: center; gap: 6px; }
.sessions-more .load-more a:after { content: ''; width: 23px; height: 12px; background: url(https://4700023.fs1.hubspotusercontent-na1.net/hubfs/4700023/pentera_2026/image/down-arrow-green.svg) no-repeat center center; }

.btn-search { margin: 24px 0 0; }
.button-4.btn-search a { padding: 8px 15px; background: var(--color4); font-family: var(--base_font); font-size: 18px; line-height: 20px; border-radius: 10px; display: flex; align-items: center; gap: 14px; text-align: left; text-transform: none; }
.button-4.btn-search a img { width: 50px; }
.button-4.btn-search a:hover { background: var(--color2); border-color: var(--color2); }

.learning-form { width: calc(100% - 340px); margin-top: 20px; }
.learning-form h3 { color: var(--color4); font-size: 23px; line-height: 30px; font-family: var(--base_font); padding: 0 0 15px; }
.learning-form .form { border-radius: 15px; border: 2px solid var(--color4); padding: 20px 320px 20px 20px; color: var(--color4);  position: relative; }
.learning-form .form h3.form-title { display: none; }
.learning-form .hs-form .hs-form-field { padding-bottom: 20px; }
.learning-form .hs-input { border: 2px solid var(--color4); border-radius: 12px; padding: 15px 25px; height: 50px; color: var(--color4); }
.learning-form .hs-fieldtype-checkbox ul.multi-container { margin: 0; padding: 0; display: flex; gap: 10px; width: calc(100% + 180px); }
.learning-form .hs-fieldtype-checkbox ul.multi-container li { min-width: 280px; font-weight: 700; }
.learning-form .hs-fieldtype-checkbox ul.multi-container li > label { padding: 0 0 0 30px; }
.learning-form .hs-fieldtype-checkbox ul.multi-container li input[type=checkbox] + span:before { top: 3px; width: 20px; height: 20px; left: -30px; }
.learning-form .hs-fieldtype-checkbox ul.multi-container li input[type=checkbox]:checked + span:before { background: var(--color4); border-color: var(--color4); }

.learning-form .hs_submit { margin: 0; position: absolute; right: 20px; top: 0; bottom: 30px; display: flex; align-items: center; }
.learning-form .hs-button { font-family: var(--base_font); font-size: 23px; line-height: 30px; padding: 9px 15px; color: var(--color1); background: var(--color4); border-radius: 10px; font-weight: 700; min-width: 280px; }
.learning-form .hs-button:hover { background: var(--color2); }


.learning-form .hs-input::-webkit-input-placeholder { color: var(--color4); opacity: 1; }
.learning-form .hs-input::-moz-placeholder { color: var(--color4); opacity: 1; }
.learning-form .hs-input:-ms-input-placeholder { color: var(--color4); opacity: 1; }
.learning-form .hs-input:-moz-placeholder { color: var(--color4); opacity: 1; }


@media(min-width: 1430px) {

    .general-information .container { width: 1350px; }
    
    .ppc-lp .container { width: 1350px; }
    

}

@media(max-width: 1600px) {
    
    .speakers-form .cover > div .image { width: 160px; height: 160px; }
    .speakers-form .cover > div .text { width: calc(100% - 160px); }
    
    .headshots-2026 .cover > div .image { width: 215px; height: 215px; }
    .headshots-2026 .cover > div .text { width: 100%; }

}

@media(max-width: 1429px) {

    .team-workshops .items { width: calc(33.33% - 60.5px); }
    .team-workshops .workshops-1 { width: 471px; }
    

    .banner-gallery .image { width: 750px; }
    .banner-gallery .right { width: 630px; }
    
    .stap-form .right { font-size: 30px; }
    .stap-form .right .body-24 { font-size: 32px; }
    
    html[dir=rtl] .banner-gallery .image { width: 600px; }
    html[dir=rtl] .banner-gallery .right { margin-right: -62px; }
    
    .banner-armis-image .left { width: calc(100% - 560px); }
    .banner-armis-image .right { width: 530px; }

    .video-hero .main .left { width: calc(100% - 620px); }
    .video-hero .main .right { width: 570px; }
    
    .video-section.column-2 .title-part h2 { font-size: 50px; }
    
    .form-ppc .right .image { margin: -175px 0 -30px auto; }
    .form-ppc .right .content { padding: 50px 40px; }
    .logos-box .box .in { width: 135px; }
    
    .form-ppc .rating { width: 280px; }
    
    .banner-master .main .left { width: 653px; }
    .banner-master h1 { font-size: 86px; }
    .eyebrow-title { font-size: 54px;

    

}

@media(max-width: 1200px) {

    .banner-section .main .logo { width: 200px; min-width: 200px; }
    .banner-section .avatar { width: 330px; min-width: 330px; margin: -50px -44px -100px; }

    .table-sko .title { font-size: 18px; line-height: 23px; }
    .table-sko .parent > div { font-size: 16px; line-height: 22px; }

    .team-workshops .items { width: calc(33.33% - 10px); }
    .team-workshops .workshops-1 .box .title { font-size: 18px; line-height: 21px; padding: 15px 5px; }
    .team-workshops .workshops-1 .box.group { width: 100px; min-width: 100px; }
    .team-workshops .items h2 { font-size: 30px; letter-spacing: 0; }
    .team-workshops .workshops-1 .box .text > div { font-size: 15px; line-height: 22px; min-height: 47px; }

    .stap-form .main .left { width: 40%; }
    .stap-form .character { width: 250px; right: -70px; margin: -130px 0 0; }
    .stap-form .main .right { width: calc(60% - 30px); padding: 0 0 0 50px; font-size: 20px; }
    
    .stap-form .stap-two .text { margin-bottom: 30px; }
    .stap-form .main input { height: 72px; font-size: 20px; }
    .stap-form .stap-two [class*=button-] { margin-top: 30px; }
    .stap-question .stap-list > div { font-size: 22px; }
    .pagination { margin-top: 50px; }
    .stap-form [class*=button-] { margin: 30px 0 0; }
    .stap-middle [class*=button-] { margin: 30px 0 0; }
    .stap-form .right .body-24 { font-size: 26px; }

    .stap-loader h3 { font-size: 38px; padding: 30px 0 0; }

    /*** ***/
    .footer-lp { font-size: 16px; }
    .footer-lp .social-icon { gap: 10px; }
    .footer-lp .social-icon img { width: 30px; }
    .footer-lp .right { gap: 15px; }

    /*** ***/
    .content-form h2 { font-size: 46px; }

    .image-content-reserve h2 , .speakers-form h2 { font-size: 46px; }
    
    .speakers-form .cover > div { width: 100%; }
    .speakers-form .cover > div .image { width: 160px; height: 160px; }
    .speakers-form .cover > div .text { width: calc(100% - 160px); }

    .video-section .main { gap: 30px; }
    .video-section .box { width: calc(33.33% - 20px); }
    .video-section .box .image { height: 180px; }

    .testimonials-module .main { gap: 40px; }
    .testimonials-items { width: calc(33.33% - 26.7px); }
    
    .quote-module .main { gap: 40px; }
    .quote-module .items { width: calc(33.33% - 26.7px); }
    
    .img-slider .box .image { height: 528px; }
    
    .image-fullwith:not(.adaptive_height) { height: 580px; }

    .three-img .main { gap: 22px; }
    .three-img .main .box { width: calc(33.33% - 14.7px); }
    
    .banner-gallery .image { width: 650px; }
    .banner-gallery .right { width: 532px; }
    .banner-gallery .right .date { font-size: 40px; }
    
    .presentations-details .title-part h2 , .image-gallery .title-part h2 { font-size: 46px; }
    .presentations-details .box [class*=button-] a { font-size: 25px; }
    
    .headshots-2026 .right .cover > div { width: calc(25% - 22.5px); }
    .speakers-form .cover > div .text { width: 100%; }
    .speakers-form .cover > div .image { width: 200px; height: 200px; }

    html[dir="rtl"] .banner-gallery .image { width: 550px; }
    html[dir="rtl"] .banner-gallery .right { width: 470px; margin-right: -80px; }
    
    .banner-armis-image .left { width: calc(100% - 450px); }
    .banner-armis-image .right { width: 420px; }
    .banner-armis-image .text .h2 { font-size: 52px; }
    .banner-armis-image .text .h2 span { font-size: 80px; }

    .video-hero { min-height: auto; }
    .video-hero .main { gap: 50px 30px; margin: 80px 0 50px; }
    .video-hero .main > div { width: calc(50% - 15px); }
    .video-hero .main .left,
    .video-hero .main .right { width: calc(50% - 15px); }
    .video-hero .main .left h1 { font-size: 100px; padding-bottom: 15px; }
    .video-hero .main .left { font-size: 26px; }
    
    .video-section.column-2 { padding: 80px 0; }
    .video-section.column-2 .main { gap: 60px; }
    .video-section.column-2 .box { width: calc(50% - 30px); }
    .video-section.column-2 .box .image { height: 240px; }
    .video-section.column-2 .box h3 { font-size: 36px; }
    
    .table-agenda .title { font-size: 20px; }
    .table-agenda .table-row .row-box { font-size: 16px; }

    .form-ppc .right .image { margin: 0 auto; right: auto; position: relative; }
    .form-ppc .right .content { padding: 25px 25px 60px; }
    .form-ppc .right h4 { font-size: 22px; padding-bottom: 20px; }
    .form-ppc .right .content { font-size: 17px; }
    .form-ppc .right ul { gap: 12px; }
    .form-ppc .right ul li { padding: 0 0 0 35px; }
    .form-ppc .right ul li:before { width: 20px; height: 20px; background-size: 20px; top: 6px; }
    .testimonial-ppc .testimonial .right { font-size: 41px; }

    .banner-ppc { padding: 60px 0; font-size: 45px; }
    .banner-ppc .text .ttl { margin-top: -53px; }

    .logos-box .box .in { width: 149px; }
    
    /*** ****/
    .title-large h2 { font-size: 50px; }
    
    .text-video .text { padding: 15px 0; }
    
    .icon-content .main { gap: 0; }
    .icon-content .items { width: 25%; }
    
    .image-title .main { gap: 20px; }
    .image-title .items { width: calc(25% - 15px); padding: 20px; }
    
    .see-where h2 { font-size: 62px; }
    .see-where .title-img { max-width: 560px; width: 100%; margin: 0 auto; }
    .see-where .character-image { width: 480px; top: -130px; }


    .learning-form .form { padding: 20px; }
    .learning-form .hs-fieldtype-checkbox ul.multi-container { width: 100%; }
    .learning-form .hs_submit { position: relative; right: auto; width: 100%; justify-content: center; }
    .learning-form .hs-fieldtype-checkbox ul.multi-container { flex-flow: column; }
    
    .calendar-box .items .minutes { font-size: 16px; line-height: 20px; padding: 0 10px; }
    .calendar-box .items .minutes .min { gap: 5px; }
    .calendar-box .items .minutes .min:before { width: 20px; height: 20px; min-width: 20px; background-size: 20px; }
    .calendar-box .items .minutes .down { width: 20px; height: 20px; }
    .calendar-box .items .week:before { width: 22px; height: 22px; }

    .calendar-filter { width: 280px; }
    .calendar-main { width: calc(100% - 296px); }
    .calendar-box .items .week { font-size: 16px; }
    .calendar-box .items .week:before { left: 0; }

    .banner-master { padding: 50px 0 30px; } 
    .banner-master .main .left { width: 530px; }
    .banner-master .right { width: 380px; }
    .banner-master h1 { font-size: 70px; }
    .eyebrow-title { font-size: 46px; }
    
    .learning-form { width: calc(100% - 296px); }

}

@media(min-width:992px) { 

    .mobile-view { display: none; }

    .lab-door-banner .right img { position: absolute; top: 0; width: 46%; bottom: 0; margin: auto; }
    
    .image-title.image-title-v2 h2 br { display: none; }
    
} 

@media(max-width: 991px) {

    .desk-view { display: none; }

    h1, h2 { font-size: 30px; line-height: 38px; }
    h3 { font-size: 26px; line-height: 36px; }

    [class*=button-] a { font-size: 30px; line-height: 34px; }
    [class*=button-3] a { font-size: 26px; min-width: 180px; }

    .dekstop-view { display: none }
    .mobile-view { display: block; }

    .banner-section { padding: 57px 0 0; }
    .banner-section .main { flex-wrap: wrap; }
    .banner-section .main .logo { margin: 0 auto; width: 115px; min-width: 115px; }
    .banner-section .avatar { margin: -50px -44px -90px; }

    .time-schedule { margin-top: 0; }
    .time-schedule .link-style { margin: 0 0 30px; text-align: center; }
    .time-schedule .link-style a { border: 1px solid; border-radius: 40px; font-size: 25px; line-height: 30px; padding: 9px 40px; display: inline-block; }
    .time-schedule .title-part { text-align: center; }
    .time-schedule .items { font-size: 18px; line-height: 27px; padding-bottom: 40px; margin-bottom: 40px; }
    .time-schedule .items h3 { font-size: 30px; }
    .time-schedule .image { margin-top: 40px; }

    /*** ***/
    .content-module .main { font-size: 22px; line-height: 29px; }
    .content-module .main h2 { font-size: 22px; line-height: 29px; margin-top: 20px; }
    .content-module { padding: 80px 0 0; }

    .general-information { padding: 50px 0; }
    .general-information .main { gap: 15px; flex-flow: column-reverse; }
    .general-information .left { width: 100%; text-align: center; display: flex; flex-flow: column; flex-direction: column-reverse; gap: 20px 0; }
    .general-information .left .hs-responsive-embed { max-width: 100% !important; }
    .general-information .left .cover { margin: auto; }
    .general-information .right { width: 100%; }

    .content-packing { padding: 60px 0 0; position: relative; }
    .content-packing .left { width: 100%; padding: 0; text-align: center; }
    .content-packing .left ul { padding: 0; list-style-type: none; }
    .content-packing .right { width: 100%; margin: 30px auto 0; max-width: 460px; }
    .content-packing:after { top: auto; bottom: -40px; transform: skewY(4deg); height: 220px; }

    .content-sko { position: relative; padding: 0 0 50px; text-align: center; }
    .content-sko .itmes { border: none; padding: 0 0 50px; border-bottom: 2px solid #000; }
    .content-sko .itmes .box { width: 100%; }
    .content-sko .itmes .box .in { margin: 0 auto; }
    .content-sko .itmes .box ul { list-style-type: none; padding: 0; }
    .content-sko .itmes.style-2 .content { max-width: 100%; }
    .content-sko .itmes.style-2 .content ul { padding: 0; list-style-type: none; }

    .team-workshops .items { width: 100%; text-align: center; }
    .team-workshops .items ul { padding: 0; list-style-type: none; }
    .team-workshops .items ol { max-width: 300px; margin: 0 auto; }
    .team-workshops .workshops-1 .box.group { width: 80%; min-width: auto; }
    .team-workshops .workshops-1 .box .title { min-height: 70px; }
    .team-workshops .workshops-1 .box .text > div { font-size: 18px; line-height: 28px; min-height: 70px; }
    .team-workshops .items { gap: 60px 0; }

    .table-sko .parent { display: none; }

    /**** ***/
    .table-sko .title-part { display: none; }
    .table-sko .items { background: #FFF; margin-bottom: 12px; }
    .table-sko .items .box { text-align: left; padding: 22px 25px; border-bottom: 1px solid; } 
    .table-sko .items .box:last-child { border-bottom: none; }
    .table-sko .button-1.text-right { text-align: center; }
    .table-sko:after { transform: skewY(2deg); }

    .table-sko .items .img { margin-top: -26px; }
    .table-sko .items .img img { width: 100%; }

    .stap-form { padding: 60px 0 30px; min-height: 100vh; overflow-y: auto; display: flex; flex-flow: column; align-items: center; }
    .stap-form .container { flex-grow: 1; display: flex; justify-content: center; }
    .stap-form .main .left { width: 100%; position: relative; margin: 0 auto; max-width: 540px; }
    .stap-form .left .logo { display: none; }
    .stap-form .main .right { margin: 0 auto; padding: 0; max-width: 540px; width: 100%; text-align: center; }

    .stap-one.main { gap: 7px; }
    .stap-one .character { position: absolute; right: 0; width: 200px; margin: 0; top: -70px; }
    .stap-one.main .left { margin-top: 120px; }

    .stap-form [class*=button-] { margin-top: 60px; padding: 0; }
    .stap-form [class*=button-] a { font-size: 23px; padding: 11px 20px; min-width: 278px; width: auto; }
    .stap-form .btm-logo { margin: 40px auto 0; max-width: 100px; width: 100%; text-align: center; }
    .stap-form .main .right { font-size: 18px; line-height: 119%; }
    .stap-form .right .body-24 { font-size: 24px; line-height: 124%; }
    .stap-form .stap-two .text { font-size: 22px; line-height: 119%; } 
    .stap-eight .title h2 , .stap-middle .title h2 { font-size: 34px; line-height: 109%;  }

    .stap-common .character { margin: -162px 0 0; right: 0; width: 140px; bottom: 0; }
    .stap-common.main .image { padding-right: 114px; }

    .stap-question .title-num .num { width: 60px; height: 60px; font-size: 39px; }
    .stap-question .title-num .num:after { border-width: 15px; width: 15px; bottom: -26px; border-left-width: 8px; border-right-width: 8px; }
    .stap-question .title-num .con { width: calc(100% - 60px); padding-left: 18px; }
    .stap-question .title-num { text-align: left; margin: 0 0 40px; }
    .stap-question .stap-list > div { min-height: 55px; font-size: 18px; }

    .stap-eight.main [class*=button-] { margin-top: 20px; width: 100%; }
    .stap-eight.main [class*=button-] a { width: 100%; }

    .stap-eight.main .left { display: none; }
    .stap-middle [class*=button-] { margin: 60px 0 0; }
    .stap-middle.main .left { display: none; }
    
    .stap-loader .left { display: none; }
    .stap-loader .loader { position: relative; width: 300px; margin: 0 auto; background: #FFF; border-radius: 100%; }
    .stap-loader .loader img.mobile-view.img { width: 120px; position: absolute; top: -10px; right: 0; bottom: 0; left: 0; margin: auto; }
    
    
    /**** ***/
    .banner-lp { padding: 40px 0 0; }
    
    
    .banner-lp .image.mobile-view { margin: 30px auto -25px; max-width: 700px; }

    .image-content { padding: 50px 0; }
    .image-content .main > div { width: 100%; }
    .image-content .right { padding: 0; margin: 30px 0 0; }
    .image-content .right .items:not(:last-child) { margin-bottom: 30px; padding-bottom: 30px; }
    .image-content .right .items { max-width: 100%; }

    .image-content-items { padding: 50px 0; } 
    .image-content-items .bg-shape { clip-path: polygon(0 2%,100% 0,100% 98%, 0 100%); }
    .image-content-items .main { gap: 0; flex-flow: column; }
    .image-content-items .main:not(:last-child) { margin-bottom: 70px; }
    .image-content-items .main > div { width: 100%; }
    .image-content-items .main.img-right .image { width: 100%; margin: 0; }
    .image-content-items .main.img-right { flex-direction: column; }
    .image-content-items .right { margin-top: 20px; }
    .image-content-items .main .mobile-view { max-width: 88%; line-height: 0; }

    .image-content-reserve { padding: 20px 0 30px; }
    .image-content-reserve .main { gap: 30px; }
    .image-content-reserve .main > div { width: 100%; }
    .image-content-reserve .image.mobile-view { max-width: 88%; margin: 0 0 40px; }

    .footer-lp { padding: 20px 0; }
    .footer-lp .main { flex-flow: column; gap: 16px 0; align-items: flex-start; }
    .footer-lp .right { width: 100%; padding: 0; justify-content: center; gap: 30px 20px; flex-flow: column; flex-direction: column-reverse; align-items: flex-start; }

    /*** ***/
    .logos { gap: 20px 40px; justify-content: center; }
    .logos .logo { width: 180px; }
    .logos .logo.right { width: auto; }
    .logos .logo.right:before { left: -20px; }

    .banner-armis .text .h2 { font-size: 50px; }
    .banner-armis .text .h2 span { font-size: 72px; }

    .banner-armis { padding: 40px 0 60px; }
    .banner-armis .text { margin-top: 60px; }
    .banner-armis .bg-shape { transform: skewY(1deg); }

    .content-form { padding: 50px 0; }
    .content-form h2 { font-size: 40px; }

    .image-content .image.mobile-view { max-width: 80%; }

    /*** ***/
    .option-img-content { padding: 50px 0; }
    .option-img-content .content { max-width: 100%; }
    
    .speakers-form .left { width: 100%; }
    .speakers-form .right { width: 100%; }
/*     .speakers-form .cover > div .image { height: 215px; width: 215px; }
    .speakers-form .cover > div .text { width: calc(100% - 216px); } */
    
    .speakers-form .cover > div { width: calc(50% - 15px); }

    .form-bg-image .main { width: 100%; }
    .form-bg-image .bg-img img { object-position: center right; }

    /**** *****/
    .video-section .box { width: calc(50% - 15px); }
    .video-section .box .image { height: 220px; }
    .video-section .box h3 { font-size: 24px; line-height: 30px; }
    
    /*** ***/
    .quote-module .items { width: 100%; }
    .quote-items h2 { font-size: 40px; }
    .quote-items .pre-title { font-size: 25px; }
    .quote-items [class*=button-] { margin: 20px 0 0; }
    
    .testimonials-items { width: 100%; }
    .testimonials-items .top { margin-bottom: 20px; }
    .testimonials-items h3 { max-width: 100%; padding: 0 0 20px; }

    .img-slider .box .image { height: 428px; }
    
    .image-fullwith:not(.adaptive_height) { height: 520px; } 
    
    .three-img { padding: 50px 0 0; }
    
    /**** ***/
    .banner-gallery .image { width: 100%; }
    .banner-gallery .right { width: 100%; margin: 0; }
    .banner-gallery .main { margin: 30px auto 0; flex-direction: column-reverse; gap: 10px; max-width: 500px; }
    
    .gallery-inner { padding: 50px 0 30px; }
    .gallery-inner .title-part { margin-bottom: 20px; }
    .gallery-inner .title-part h2 { font-size: 40px; }
    .gallery-inner .main { gap: 20px; }
    .gallery-inner .img { width: calc(33.33% - 14px); }

    .presentations-details { padding: 50px 0; }
    .presentations-details .title-part,
    .image-gallery .title-part { margin-bottom: 10px; }
    
    .image-gallery { padding: 50px 0; }
    .image-gallery .main { gap: 20px; }
    .image-gallery .box { width: calc(33.33% - 14px); }
    
    
    .presentations-details .box { width: 100%; }
    .presentations-details .box h4 { font-size: 26px; }  
    
    .stap-eight .form { margin: 80px 0 0; }
    .stap-eight .title , .stap-middle .title { margin: 0 0 38px; }
    
    .headshots-2026 .cover { justify-content: flex-start; }
    .headshots-2026 .right .cover > div { width: calc(50% - 15px); }
    
    html[dir="rtl"] .banner-gallery .image { width: 100%; }
    html[dir=rtl] .banner-gallery .right { margin: 0; width: 100%; }
    
    .banner-armis-image .main { margin: 60px 0 0; flex-direction: column-reverse; text-align: center; } 
    .banner-armis-image .left { width: 100%; }
    .banner-armis-image .right { width: 100%; max-width: 500px; margin: 0 auto; }
    
    .banner-armis-image .logos .logo { width: 180px; }
    
    /***** *****/
    .video-hero .main { margin: 50px 0; gap: 30px 0; }
    .video-hero .main .left { width: 100%; font-size: 22px; }
    .video-hero .main .right { width: 100%; }
    .video-hero .main .left h1 { font-size: 80px; }
    
    .video-section.column-2 { padding: 50px 0; }
    .video-section.column-2 .title-part { margin: 0 0 25px; }
    .video-section.column-2 .title-part h2 { font-size: 36px; letter-spacing: 0.5px; }
    .video-section.column-2 .main { gap: 30px; }
    .video-section.column-2 .box { width: calc(50% - 15px); }
    .video-section.column-2 .box h3 { font-size: 28px; }
    .video-section.column-2 .box .image { height: 200px; }
    

    .table-agenda .box-row { background: #FFF; padding: 15px; text-align: left; display: flex; flex-flow: column; gap: 13px 0; }
    .table-agenda .table-mobile { display: flex; flex-flow: column; gap: 20px; }
    .table-agenda .box-row .row { font-size: 16px; line-height: 24px; }
    .table-agenda .box-row .title { display: none; }
    .table-agenda .box-row:nth-child(1) .title-2 { display: block; }
    .table-agenda .box-row:nth-child(2) .title-3 { display: block; }
    .table-agenda .box-row:nth-child(3) .title-4 { display: block; }
    .table-agenda .box-row:nth-child(4) .title-5 { display: block; }
    
   .table-agenda .box-row .row .title { display: block; }

    .repeater-logo img { height: 40px; width: auto; }
    
    /***** ****/
    .banner-ppc { font-size: 45px; padding: 60px 0; }
    .banner-ppc { font-size: 38px; }
    .banner-ppc .text .ttl { margin-top: -42px; }
    .banner-ppc .title-img { margin: 0 auto; max-width: 540px; }
    
    .form-ppc { padding: 40px 0 22px; }
    .form-ppc .left { padding: 0; width: 100%; }
    .form-ppc .left h2 { font-size: 35px; line-height: 150%; padding: 0 0 15px; }
    .form-ppc .right { width: 100%; background: #eff1f2; }
    .form-ppc .right .image { max-width: 420px; width: 100%; text-align: center; }
    .form-ppc .rating { margin: 0 auto; }
    .form-ppc .right .content { padding: 20px 37px 60px; }
    .form-ppc .right .content { font-size: 15px; line-height: 145%; }
    .form-ppc .right ul { gap: 18px 0; }
    .form-ppc .right ul li:before { top: 2px; }
    
    .testimonial-ppc .testimonial .left { width: 100%; }
    .testimonial-ppc .testimonial .right { width: 100%; padding: 0; font-size: 35px; line-height: 110%; margin: 20px 0 0; }
    .testimonial-ppc .testimonial .left .avatar { width: 170px; }
    .testimonial-ppc .testimonial .left .cover { width: calc(100% - 170px); }
    .testimonial-ppc .testimonial .left .cover h4 { font-size: 22px; line-height: 150%; }
    .logos-box .box .in { width: 136px; }
    
    .testimonial-ppc .testimonial .right:before { margin: 0; }
    
    .form-ppc .rating { width: 320px; max-width: 100%; }
    
    .icon-content .items { width: 50%; }
    
    .image-title .items { width: calc(50% - 10px); }
    
    .pentera-value .main { gap: 40px; }
    .pentera-value .items { width: calc(33.33% - 27px); }
    .pentera-value .items .box:after { right: -40px; }
    
    .see-where .character-image { width: 320px; top: -110px; }
    .see-where h2 { padding: 0 0 20px; font-size: 50px; }
    
    
    .team-workshops-V2 .main .items { width: 50%; text-align: left; }
    .team-workshops-V2 .items ol { max-width: 100%; }
    .team-workshops-V2 .main .image { width: 50%; }
    
    /**** ***/
    .banner-master { padding: 50px 0; }
    .banner-master .main { flex-wrap: nowrap; }
    .banner-master .right { width: 260px; min-width: 260px; }
    .banner-master .main .left { width: auto; }
    .banner-master h1 { font-size: 50px; }
    .eyebrow-title { font-size: 35px; }

    .learning-calendar { padding: 30px 0; }
    .learning-calendar .title-part h2 { font-size: 20px; }
    .learning-calendar .title-part { font-size: 20px; }
    .learning-calendar .icon-text .cover { gap: 20px; }
    .learning-calendar .icon-text .cover > div { width: calc(33.33% - 13.5px); flex-wrap: nowrap; gap: 14px; }
    .learning-calendar .icon-text .icon { width: 70px; }
    .learning-calendar .icon-text .cover h5 { font-size: 20px; }


    .learning-calendar .main { flex-direction: column-reverse; }
    .calendar-main { width: 100%; order: 2; }
    .calendar-filter { width: 100%; order: 3; margin-bottom: 30px; }
    .learning-calendar .month { width: 100%; order: 3; padding-right: 0; }
    
    .calendar-filter h3 { font-size: 20px; }
    .calendar-filter h4 { font-size: 18px; line-height: 22px; }
    .calendar-filter .box .in strong { font-size: 16px; }
    .calendar-filter .box .in a { font-size: 14px; }
    .calendar-row .title { font-size: 16px; }
    
    .learning-calendar .month { font-size: 16px; }
    .learning-calendar .month label:after { width: 15px; height: 15px; background-size: 15px; top: 11px; }
    .learning-calendar .month label { padding-right: 22px; }
    
    .calendar-box { padding: 10px; }
    .calendar-box:after { border-width: 2px; bottom: 25px; }
    .calendar-box .items .week { width: 100%; }
    .calendar-box .items .row { display: flex; flex-flow: column; }
    .calendar-box .items .week { flex-flow: wrap-reverse; gap: 10px; justify-content: flex-start; font-size: 14px; padding: 0 0 14px 30px; line-height: 20px; border-bottom: 1px solid rgba(0,0,0,0.4); }
    .calendar-box .items .week strong { font-size: 18px; }
    .calendar-box .items .week:before { top: 0; bottom: auto; }
    .calendar-box .items .text { border: none; padding: 15px 0; }
    .calendar-box .items .minutes { padding: 10px 0 0; flex-flow: column; border-top: 1px solid rgba(0,0,0,0.4); }
    .calendar-box .items .minutes .down { margin: 0 0 0 auto; }
    .calendar-box .items .minutes .min:before { width: 24px; height: 24px; background-size: 24px; top: 13px; }
    .calendar-box .items { border-width: 2px; margin-bottom: 15px; }

    .learning-form { width: 100%; }
    
}

@media(max-width: 767px) {

    input, input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea { font-size: 16px; }

    .time-schedule .row-box { padding-left: 30px; } 
    .repeater-logoV2 { gap: 15px; }
    
    .banner-section { padding: 58px 0 100px; }
    .banner-section .main { flex-flow: column; align-items: center; }
    .banner-section .right { position: relative; }
    .banner-section .avatar { position: absolute; bottom: -180px; right: 0; margin: 0; width: 170px; min-width: auto; }

    .table-sko .items .img { margin-top: -24px; }

    .stap-form .main input { height: 59px; font-size: 18px; }
    .stap-eight .form button { font-size: 23px; min-width: 95px; }
    .stap-eight .form button { top: 9px; }

    .stap-loader h3 { font-size: 28px; }

    /*** ***/
    .banner-lp .top > div { width: 160px; }
    .banner-lp .top > div.right { width: 200px; }

    .image-content .right h3,
    .image-content-items .right h3,
    .image-content-reserve h3 { font-size: 26px; }
    .image-content-items .right h4 { font-size: 18px; letter-spacing: 1px; }

    /*** ***/
    .banner-armis .text .h2 { font-size: 37px; }
    .banner-armis .text .h2 span { font-size: 62px; }
    .banner-lp .image.mobile-view { max-width: 500px; }

    .content-form { font-size: 16px; line-height: 153%; }
    .content-form .main { gap: 50px 0; }
    .content-form .main > div { width: 100%; }
    .content-form h2 { font-size: 30px; padding: 0 0 15px; }

    .content-form .hs_submit { text-align: center; }
    
    /*** ***/
    .content-form h2, .image-content-reserve h2, .speakers-form h2 { font-size: 36px; }
    
    .speakers-form .cover > div .image { width: 160px; height: 160px; }
    .speakers-form .cover > div .text { width: calc(100% - 160px); font-size: 16px; }
    .speakers-form .cover > div .text strong { font-size: 18px; }

    .video-section .box .image { height: 200px; }

    .img-slider { padding: 40px 0; } 

    .three-img .main .box { width: 100%; }
    
    .gallery-inner .img { width: calc(50% - 10px); }
    .pagination-nav > a { font-size: 14px; width: 32px; height: 32px; }
    .pagination-nav { gap: 10px; }

    .banner-gallery .right .date { font-size: 32px; }
    
    .image-gallery .box { width: 100%; margin: 0 auto; max-width: 350px; }

    /**** ****/
    .headshots-2026 { padding: 50px 0; }
    .headshots-2026 .right .cover > div { gap: 10px; }
    
    /**** ****/
    .video-hero .main .left { font-size: 20px; }
    .video-hero .main .left h1 { font-size: 62px; }
    .video-section.column-2 .box .image { height: 180px; }
    
    .time-schedule .row-box .time { width: 120px; }
    .time-schedule .row-box .text { width: calc(100% - 91px); }

    .time-schedule .items1 .row-box .time { width: 120px; margin-left: -39px; }
    
    .banner-ppc { font-size: 30px; line-height: 110%; }
    .banner-ppc .text { margin: 30px 0 0; }
    .banner-ppc .text .ttl { margin: 0; }
    .banner-ppc .title-img { margin: 0 auto; max-width: 380px; }
    
    .lp-footer .main { padding: 14px; }
    
    .form-ppc .right .image img.img { height: 65%; left: 17%; object-fit: cover; position: absolute; top: 7%; width: 65%; } 
    
    /**** ****/
    .title-large h2 { font-size: 40px; }
    
    .company-logo .title-part h2 { font-size: 22px; font-family: var(--header_font2); }
    .company-logo .container { padding: 0 0 0 15px; }
    .company-logo { padding: 32px 0; }
    
    .text-video { padding: 40px 0; text-align: center; }
    .text-video .main > div { width: 100%; }
    .text-video .text { padding: 0; }
    
    .icon-content { padding: 40px 0; }
    .icon-content .items { padding: 0; width: 100%; max-width: 280px; }
    .icon-content .main { flex-flow: column; align-items: center; gap: 40px 0; position: relative; z-index: 1; }
    .icon-content .items h3 { font-size: 30px; }
    .icon-content .items h3 br { display: none; }
    .icon-content .shape { bottom: -20px; }
    
    .image-title .items { padding: 15px; width: 50%; }
    .image-title .main { gap: 0; }
    .image-title .items .image { height: 80px; margin-bottom: 6px; }
    .image-title .items h3 { font-size: 16px; line-height: 20px; }
    .image-title { padding: 50px 0; }
    .image-title .title-part { margin: 0; }
    
    .image-title.image-title-v2 { padding: 50px 0 90px; }
    
    .pentera-value .items { width: 100%; max-width: 244px; position: relative; }
    .pentera-value .main { flex-flow: column; align-items: center; gap: 50px 0; }
    .pentera-value .items .box { position: static; }
    .pentera-value .items .box:after { bottom: -41px; top: auto; left: 0; right: 0; margin: auto; width: 20px; transform: rotate(90deg); }
    .pentera-value .shape { bottom: -10px; }
    
    .see-where .shape { top: -20px; }
    .see-where h2 { text-align: left; font-size: 40px; }
    .see-where .content { font-size: 14px; margin-top: 15px; max-width: 500px; }
    .see-where [class*=button-] { margin-top: 20px; }
    .see-where .character-image { top: -80px; width: 290px; }
    
    .team-workshops .box-hide .items { width: 100%; }

    .team-workshops-V2 .main .items { width: 100%; text-align: center; }
    .team-workshops-V2 .items ol { max-width: 320px; }
    .team-workshops-V2 .main .image { width: 100%; max-width: 280px; margin: 0 auto; }

    .image-fullwith:not(.adaptive_height) { height: 380px; }
    .image-fullwith{display:none;} 
    .image-fullwith.hasmobileimage{display:block;}
    
    .sessions-more { font-size: 14px; line-height: 22px; }
    .sessions-more .load-more a:after { width: 16px; background-size: 16px; }
    
    .learning-calendar .icon-text .cover { gap: 15px 10px; flex-wrap: wrap; }
    .learning-calendar .icon-text .cover > div { width: calc(33.33% - 7px); }
    .learning-calendar .icon-text .icon { width: 50px; }
    .learning-calendar .icon-text .cover h5 { font-size: 16px; line-height: 20px; }

    
    

}

@media(max-width: 600px) {

    .stap-one.main .left { max-width: 340px; }
    .stap-one .character { width: 170px; top: -100px; }
    .stap-form .main .right { font-size: 18px; }
    .stap-form .main .right p.body-24 { font-size: 24px; }

    /*     .stap-form { padding: 0; }  
    .stap-form .main  { justify-content: center; }
    .stap-common { height: 100%; }
    .stap-form .container { height: inherit; }
    .stap-common.main { height: 100%; align-items: inherit; }
    .stap-form .main { height: calc(100% - 60px); flex-flow: column; }
    .stap-form .btm-logo { margin: 0 auto; } */


    .stap-common.main { display: flex; flex-flow: column; }
    .stap-common.main .left { margin-top: 0; }
    .stap-common .character { width: 100px; margin-top: -110px; }
    .stap-common.main .image { padding-right: 90px; }
    .stap-common.main .right { flex-grow: 1;  display: flex; flex-flow: column; margin: 30px 0 0; }
    
    .stap-eight.main .right , .stap-middle.main .right { margin-top: 0; }

    .stap-two.main .right .form,
    .stap-two.main .right .form form { height: 100%; display: flex; flex-flow: column; }
    .stap-two.main .right .form form { justify-content: space-around; }
    .stap-common.main .right .in { flex-grow: 1; margin: 30px 0 0; }

    .stap-loader .loader { width: 200px; }
    .stap-loader .loader img.mobile-view.img { width: 80px; top: -5px; }
    .stap-loader .right { justify-content: center; }

    /*** ***/
    /*     .banner-armis .text .h2 { font-size: 34px; }
    .banner-armis .text h1 { font-size: 44px; } */

    .speakers-form .right { text-align: center; }
    .speakers-form .cover { gap: 25px 20px; justify-content: center; }
    .speakers-form .cover > div { width: calc(50% - 15px); flex-flow: column; text-align: center; }
    .speakers-form .cover > div .text { width: 100%; padding: 0; margin: 10px 0 0; }
    .speakers-form .cover > div .image { margin: 0 auto; }
    
    /*** ***/
    .quote-items h2 { font-size: 36px; }
    
    .img-slider .box .image { height: 348px; }
    
    
    .gallery-inner .title-part h2 { font-size: 34px; }
    
    .video-section.column-2 .box { width: 100%; }
    .video-section.column-2 .box .image { height: auto; }
    
    .repeater-logo { justify-content: center; gap: 20px 40px; }
    .repeater-logo img { height: 33px; }
    .repeater-logo > div:not(:last-child):after { right: -19px; }
    
    .repeater-logoV2 { gap: 15px; }
    
    .image-title.image-title-v2 h2 { font-size: 26px; }
    

    body .where-popup { padding: 35px; }
    .where-popup fieldset { flex-wrap: wrap; gap: 0; }
    .where-popup fieldset > div { width: 100% !important; }
    body .fancybox-slide--html .where-popup .fancybox-close-small { top: 25px; right: 22px; }
    

}



@media(max-width: 500px) {

    .logos { gap: 20px 30px; }
    .logos .logo { width: 130px; }
    .logos .logo.right { width: 87px; }
    .logos .logo.right:before { left: -15px; }
    .footer-lp .logo { width: 118px; }

    .banner-lp .top > div { width: 130px; }
    .banner-lp .top > div.right { width: 150px; }

    .banner-section .bg-shape { transform: skewY(4deg); }
    .banner-section .avatar { width: 122px; bottom: -160px; }

    .stap-eight .title h2 , .stap-middle .title h2 { font-size: 34px; }
    .stap-eight .inner , .stap-middle .inner { font-size: 18px; }
    
    /*** ****/
    .video-section .box { width: 100%; }
    
    .speakers-form .cover > div { width: 100%; }
    
    .image-fullwith { height: 330px; }
    
    .gallery-inner .img { width: 100%; }
    .banner-gallery .right .date { font-size: 26px; }
    
    .banner-armis .text .h2 span { font-size: 48px; }
    
    .banner-armis-image .logos .logo { width: 130px; }
    
    .form-ppc .hs-input { margin-bottom: 8px; }
    
    .calendar-box .items h4 { font-size: 16px; }
    .calendar-box .items .content { font-size: 15px; line-height: 20px; }
  


}

@media(max-width: 374px) {

    .form-ppc .right .content { padding: 20px 22px 60px; }

    .testimonial-ppc .testimonial .left .cover { width: calc(100% - 150px); }
    .testimonial-ppc .testimonial .left .avatar { width: 150px; }
    .testimonial-ppc .testimonial .right { font-size: 30px; letter-spacing: 1px; }
    
    .see-where .character-image { width: 250px; }
    
    .where-popup .hs_submit input.hs-button { padding: 6px 40px 6px 28px; font-size: 18px; }
    
}