/*!
Theme Name: Brand2B
Theme URI: https://brand2b.pl/
Author: Esumo
Author URI: https://esumo.pl/
Version: 1.3.4
*/

* {
  box-sizing: border-box;
}

body {
  background-color: #f5f5f5;
  font-family: "DM Sans", serif;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
}

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

.justify-center {
  justify-content: center;
}

header.main {
  background-color: #fff;
  padding: 16px 0;
  border-bottom: 1px solid rgb(140 140 140 / 0.2);
}

header.main .brand {
  display: flex;
  align-items: center;
  gap: 24px;
  text-decoration: none;
}

header.main .brand img {
  max-width: 110px;
}

header.main .brand hr {
  display: block;
  width: 1px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.12);
  border: 0;
}

header.main .brand h1 {
  color: #0e76a8;
  font-size: 19px;
  line-height: 115%;
  margin: 0;
  letter-spacing: -0.5px;
}

header.main .secondary {
  background-color: #0e76a8;
  width: 48px;
  height: 48px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}

.primary {
  display: inline-flex;
  background-color: #0e76a8;
  border: 2px solid #0e76a8;
  padding: 14px 22px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: 0.5s;
  border-radius: 4px;
}

.primary:hover {
  background-color: transparent;
  color: #0e76a8;
}

.primary-red {
  display: inline-flex;
  background-color: #ed383a;
  border: 2px solid #ed383a;
  padding: 14px 22px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: 0.5s;
  border-radius: 4px;
}

.primary-red:hover {
  background-color: #d42123;
  border: 2px solid #d42123;
}

.hero {
  padding-top: 24px;
}

.hero .row{
  align-items: flex-end;
}

.hero .desc {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding:32px 0;
  align-items: flex-start;
}

.hero .desc h2 {
  color: #000;
  font-size: 50px;
  line-height: 110%;
  margin: 0;
}

.hero .desc h2 strong {
  color: #0e76a8;
  border-bottom: 1px solid #0e76a8;
}

.hero .desc p {
  color: #4b4b4b;
  font-size: 18px;
  line-height: 150%;
  margin: 0;
  width: 90%;
}

.hero .desc ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0 0 12px;
  list-style: none;
}

.hero .desc ul li {
  position: relative;
  padding-left: 40px;
  line-height: 24px;
  font-weight: 500;
}

.hero .desc ul li:before {
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.hero .desc .primary {
  font-size: 18px;
}

.hero .row > img {
  width: 50%;
}

.hero .desc #mlb2-19596177.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
  max-width: 100%;
  padding: 0;
  background: transparent;
  font-family: "DM Sans", serif;
}

.hero .desc #mlb2-19596177.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
.hero .desc #mlb2-19596177.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
  padding: 0;
}

.hero .desc #mlb2-19596177.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
  font-family: "DM Sans", serif;
  padding: 16px 24px !important;
  font-size: 17px !important;
  border-radius: 0 !important;
}

.hero .desc #mlb2-19596177.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p {
  font-family: "DM Sans", serif !important;
  font-size: 14px !important;
  color: #4b4b4b !important;
  line-height: 130% !important;
}

.hero .desc #mlb2-19596177.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
  font-family: "DM Sans", serif !important;
  display: inline-flex;
  background-color: #0e76a8 !important;
  border: 2px solid #0e76a8 !important;
  padding: 16px !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  text-decoration: none;
  transition: 0.5s;
  text-align: center;
  justify-content: center;
}

.values {
  padding: 56px 0;
  background-color: #0e76a8;
}

.values h5 {
  width: 100%;
  text-align: center;
  font-size: 40px;
  color: #fff;
  margin: 0 0 56px;
}
.values .row {
  align-items: stretch;
  justify-content: center;
  gap: 2%;
  row-gap: 24px;
}

.values .single--value {
  width: 32%;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 24px;
  border-radius: 8px;
}

.values .container .single--value img {
  width: 96px;
  margin: 0 auto;
}

.values .container .single--value span {
  background-color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0e76a8;
  font-weight: 800;
}

.values .container .single--value h3 {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  width: calc(100% - 48px);
  text-align: left;
  letter-spacing: -0.5px;
  margin: 0;
}

.values .container .single--value p {
  font-size: 16px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  line-height: 150%;
  margin: 0;
}

footer.main {
  padding: 24px 0;
  background-color: #0e76a8;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

footer.main span,
footer.main a {
  font-size: 14px;
  color: #fff;
  line-height: 130%;
  text-decoration: none;
}

@media (max-width: 800px) {
  .container {
    padding: 0 16px;
    width: 100%;
  }
  .hero .desc {
    width: 100%;
  }
  .hero .row > img {
    width: 85%;
    margin: 24px auto 0;
  }
  .hero .desc h2 {
    font-size: 32px;
  }
  header.main .brand img {
    max-width: 90px;
  }
  header.main .brand hr,
  header.main .brand h1 {
    display: none;
  }
  .primary {
    font-size: 15px;
    padding: 10px 20px;
  }
  .hero .desc p {
    font-size: 17px;
  }
  .values .container {
    padding: 32px 16px 48px;
    border-radius: 0;
  }
  .values .container .row {
    row-gap: 24px;
  }
  .values .container .single--value {
    width: 100%;
  }
  .values .container .single--value h3 {
    font-size: 17px;
  }
  .values .container .single--value p {
    font-size: 15px;
    line-height: 135%;
  }
}

header.main ul {
  margin: 0;
  display: flex;
  list-style: none;
  gap: 33px;
  align-items: center;
}

header.main ul li a:not(.secondary) {
  color: #4b4b4b;
  font-size: 16px;
  display: block;
  text-decoration: none;
}

.course-hero {
  padding: 72px 0 80px;
  background-image: linear-gradient(to top, #f5f5f5, #fff, #fff);
}

.course-hero .desc {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.course-hero .desc > * {
  margin: 0;
}

.course-hero .desc h4 {
  color: #0e76a8;
  font-size: 19px;
  margin: 0;
  letter-spacing: -0.5px;
}

.course-hero .desc .flex {
  display: flex;
  gap: 40px;
  align-items: center;
  margin: 24px 0;
}

.course-hero .desc .flex .divider {
  width: 1px;
  height: 64px;
  background-color: rgba(0, 0, 0, 0.1);
}

.course-hero .desc h5,
.course-hero .desc h6 {
  color: #0e76a8;
  font-size: 32px;
  margin: 0;
  letter-spacing: -0.5px;
  line-height: 105%;
}

.course-hero .desc h5 small,
.course-hero .desc h6 small {
  font-weight: 500;
  font-size: 21px;
  color: #000;
  opacity: 0.75;
}

.course-hero .desc h2 {
  color: #000;
  font-size: 56px;
  letter-spacing: -0.5px;
  line-height: 100%;
  margin: 0 0 16px;
}

.course-hero .desc h2 small {
  opacity: 0.75;
  font-weight: 500;
}

.course-hero .desc > ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0 0 12px;
  list-style: none;
}

.course-hero .desc > ul li {
  position: relative;
  padding-left: 40px;
  line-height: 24px;
  font-weight: 500;
  font-size: 18px;
}

.course-hero .desc > ul li:before {
	content: "\f00c";
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
	position: absolute;
	left: 0;
	width: 24px;
	height: 24px;
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
}

.course-hero .desc .primary-red {
  font-size: 20px;
}

.course-hero .desc #countdown ul {
  display: flex;
  padding: 0;
  margin: 16px 0 24px;
  gap: 12px;
  list-style: none;
}

.course-hero .desc #countdown ul li {
  width: 80px;
  background-color: rgba(0, 0, 0, 0.05);
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}

.course-hero .desc #countdown ul li span {
  font-weight: 600;
  color: #000;
  font-size: 28px;
}

.course-hero img {
  width: 425px;
  height: 425px;
  object-fit: cover;
  border-radius: 50%;
  background-color: #f5f5f5;
}

.course-info {
  background-image: linear-gradient(to top, #f5f5f5, #fff, #fff);
  padding: 80px 0 48px;
}

.course-info.white {
  background-image: none;
  background-color: #fff;
}

.course-info .row > h3 {
  font-size: 40px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #000;
  line-height: 115%;
  margin: 0;
  width: 100%;
}

.course-info.white .row > h3 {
  margin-bottom: 48px;
}

.course-info .row > h3 span {
  font-weight: 400;
}

.course-info .row > p {
  width: 90%;
  font-size: 17px;
  text-align: center;
  margin: 32px auto 48px;
  color: #4b4b4b;
  line-height: 150%;
}

.course-info .single-info {
  width: 32%;
  background-color: #fff;
  padding: 32px;
}

.course-info .single-info h4 {
  font-size: 21px;
  letter-spacing: -0.5px;
  text-align: center;
  width: 100%;
  margin: 24px 0 12px;
}

.course-info .single-info p {
  font-size: 16px;
  margin: 24px 0 0;
  text-align: center;
  width: 100%;
  line-height: 150%;
  color: #4b4b4b;
}

.course-info .single-info img {
  display: block;
  width: 80px;
  margin: 0 auto;
}

.course-info .for-who {
  margin-top: 80px;
}

.course-info .for-who .primary-red {
  margin-top: 24px;
}

.course-info .for-who .divider {
  width: 1px;
  height: 200px;
  background-color: rgba(0, 0, 0, 0.1);
}
.course-info .for-who .desc {
  width: 60%;
}

.course-info .for-who h3 {
  font-size: 40px;
  margin: 0 0 32px;
  letter-spacing: -0.5px;
}

.course-info .for-who h3 span {
  font-weight: 400;
}

.course-info .for-who ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0 0 12px;
  list-style: none;
}

.course-info .for-who ul li {
  position: relative;
  padding-left: 40px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
}

.course-info .for-who ul li:before {
	content: "\f00c";
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
	position: absolute;
	left: 0;
	width: 24px;
	height: 24px;
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
}

.course-info .for-who > img {
  width: 22%;
  height: 200px;
  object-fit: contain;
  object-position: right;
}

.course-testimonies {
  padding: 48px 0 96px;
}

.course-testimonies h3 {
  font-size: 40px;
  margin: 0 0 48px;
  letter-spacing: -0.5px;
}

.course-testimonies h3 span {
  font-weight: 400;
}

.course-testimonies .single-testimony {
  width: 49%;
  padding: 32px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.course-testimonies .single-testimony p {
  font-size: 16px;
  margin: 0;
  width: 100%;
  line-height: 150%;
  color: #4b4b4b;
}

.course-testimonies .single-testimony .person {
  display: flex;
  margin-top: 16px;
  gap: 24px;
  align-items: center;
}

.course-testimonies .single-testimony .person img {
  width: 56px;
  height: 56px;
  background-color: #f5f5f5;
  border-radius: 50%;
  object-fit: cover;
}

.course-testimonies .single-testimony .person h5 {
  font-size: 16px;
  letter-spacing: -0.5px;
  font-weight: 500;
  color: #4b4b4b;
  margin: 0;
}

.course-testimonies .single-testimony .person h5 strong {
  font-weight: 600;
  color: #000;
  display: block;
}

.course-agenda {
  padding: 72px 0;
  background-color: #0e76a8;
}

.course-agenda h2 {
  width: 100%;
  text-align: center;
  color: #fff;
  letter-spacing: -0.5px;
  font-size: 40px;
  margin: 0 0 56px;
}

.course-agenda .table {
  width: 100%;
  background-color: #fff;
}

.course-agenda .table .row.p0 {
  padding: 0;
}
.course-agenda .table .row {
  padding: 16px 0;
  border-bottom: 2px solid #0e76a8;
}
.course-agenda .table .header {
  background-color: #fff;
  width: 100%;
  padding: 24px;
}

.course-agenda .table .header h4 {
  margin: 0;
  width: 100%;
  text-align: center;
  font-size: 28px;
  letter-spacing: -0.5px;
}

.course-agenda .table .header h4 span {
  font-weight: 400;
}

.course-agenda .table .td {
  width: 50%;
  padding: 24px 40px;
}

.course-agenda .table .row > .td:last-of-type {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.course-agenda .table .td h5 {
  font-size: 18px;
  letter-spacing: -0.5px;
  margin: 0;
  color: #0e76a8;
}

.course-agenda .table .td h5 span {
  font-weight: 500;
  display: block;
  font-size: 28px;
  line-height: 110%;
  margin-top: 12px;
  color: rgba(0, 0, 0);
}

.course-agenda .table .td ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.course-agenda .table .td ul li {
  position: relative;
  padding-left: 40px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
}

.course-agenda .table .td ul li:before {
	content: "\f00c";
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
	position: absolute;
	left: 0;
	width: 24px;
	height: 24px;
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
}

.course-agenda .primary-red {
  width: 100%;
  justify-content: center;
  font-size: 20px;
  margin-top: 12px;
  padding: 24px;
}

.course-posts {
  padding: 80px 0;
  background-image: linear-gradient(to top, #f5f5f5, #fff, #fff);
}

.course-posts h3 {
  width: 100%;
  color: #000;
  letter-spacing: -0.5px;
  font-size: 40px;
  margin: 0 0 56px;
}

.course-posts h3 span {
  font-weight: 400;
}

.course-posts iframe {
  width: 49%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.course-posts .primary-red {
  margin-top: 48px;
  font-size: 18px;
}

.course-mentor {
  padding: 80px 0;
}

.course-mentor h3 {
  width: 100%;
  color: #000;
  letter-spacing: -0.5px;
  font-size: 40px;
  margin: 0 0 56px;
}

.course-mentor img {
  width: 40%;
  background-color: #fff;
  display: block;
}

.course-mentor .desc {
  width: 55%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.course-mentor .desc p {
  width: 90%;
  font-size: 17px;
  color: #4b4b4b;
  margin: 0;
  line-height: 150%;
}

.course-mentor .desc h2 {
  font-size: 32px;
  letter-spacing: -0.5px;
  margin: 0 0 16px;
}

.course-mentor .desc .primary {
  margin-top: 16px;
  font-size: 18px;
}

.course-faq {
  padding: 40px 0 96px;
}

.course-faq h3 {
  width: 100%;
  color: #000;
  letter-spacing: -0.5px;
  font-size: 40px;
  margin: 0 0 56px;
}

.course-faq .desc {
  width: 35%;
}

.course-faq .desc p {
  font-size: 16px;
  margin: 0;
  width: 100%;
  line-height: 150%;
  color: #4b4b4b;
}

.course-faq .desc ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 32px 0 0;
  list-style: none;
  padding: 0;
}

.course-faq .desc ul li a {
  display: flex;
  gap: 16px;
  align-items: center;
  text-decoration: none;
  line-height: 150%;
  color: #4b4b4b;
  font-size: 16px;
}

.course-faq .desc ul li a i {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  color: #0e76a8;
  content: "";
  display: flex;
  font-size: 19px;
  height: 48px;
  justify-content: center;
  transition: all 0.3s linear;
  width: 48px;
}

.course-faq .faq-wrapper {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.course-faq .faq-wrapper .single--question {
  background-color: #fff;
  padding: 24px;
  width: 100%;
}

.course-faq .faq-wrapper .acc-btn {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 17px;
  font-weight: 500;
  justify-content: space-between;
  outline: none;
  padding: 4px 56px 4px 0;
  position: relative;
  text-align: left;
  transition: all 0.5s linear;
  width: 100%;
}

.course-faq .faq-wrapper .acc-btn i {
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 50%;
  color: #0e76a8;
  content: "";
  display: flex;
  font-size: 19px;
  height: 48px;
  justify-content: center;
  position: absolute;
  right: 0;
  transition: all 0.3s linear;
  width: 48px;
}

.course-faq .faq-wrapper .acc-btn.is-open i {
  background-color: #0e76a8;
  color: #fff;
  transform: rotate(45deg);
}

.course-faq .faq-wrapper .acc-content {
  color: #323940;
  font-size: 16px;
  line-height: 175%;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.3s ease-in-out;
}

.course-faq .faq-wrapper .acc-content > p:first-of-type {
  margin-top: 24px;
}

.course-faq .faq-wrapper .acc-content p {
  color: #323940;
  display: block;
  line-height: 150%;
  margin: 12px 0;
  width: 95%;
}

@media (max-width: 800px) {
  header.main ul {
    display: none;
  }
  .course-hero .desc {
    width: 100%;
  }
  .course-hero {
    padding: 64px 0;
  }
  .course-hero .desc h2 {
    font-size: 32px;
  }
  .course-hero img {
    display: none;
  }
  .course-hero .desc .primary-red {
    font-size: 18px;
    width: 100%;
    justify-content: center;
  }
  .course-hero .desc #countdown ul li {
    width: 72px;
  }
  .course-hero .desc .flex {
    flex-wrap: wrap;
  }
  .course-hero .desc h5,
  .course-hero .desc h6 {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 16px;
    text-align: center;
  }
  .course-hero .desc .flex .divider {
    display: none;
  }
  .course-info .row > h3,
  .course-testimonies h3,
  .course-info .for-who h3,
  .course-agenda h2,
  .course-mentor h3,
  .course-posts h3,
  .course-faq h3 {
    font-size: 32px;
    line-height: 110%;
  }
  .course-info .row > h3 br {
    display: none;
  }
  .course-info .single-info,
  .course-testimonies .single-testimony {
    width: 100%;
    margin-bottom: 32px;
  }
  .course-testimonies {
    padding: 40px 0 64px;
  }
  .course-info .for-who > img,
  .course-info .for-who .divider {
    display: none;
  }
  .course-info .for-who .desc {
    width: 100%;
  }
  .course-info .for-who .primary-red,
  .course-posts .primary-red,
  .course-mentor .desc .primary {
    width: 100%;
    justify-content: center;
    font-size: 16px;
  }
  .course-info .for-who {
    margin-top: 48px;
  }
  .course-agenda .table .header h4 {
    font-size: 24px;
  }
  .course-agenda .table .td {
    width: 100%;
  }
  .course-faq .desc {
    width: 100%;
    margin-bottom: 32px;
  }
  .course-faq .faq-wrapper {
    width: 100%;
  }
  .course-faq {
    padding-top: 0;
  }
  .course-posts iframe {
    width: 100%;
    margin-bottom: 40px;
  }
  .course-mentor img {
    width: 100%;
    margin-bottom: 48px;
  }
  .course-mentor .desc {
    width: 100%;
  }
}

header.main .menu--toggler{
  display:none;
  background-color: #0e76a8;
  width: 40px;
  height: 40px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

header.mobile {
  display: none;
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  padding: 32px 0;
  z-index: 1000;
  overflow-y: scroll;
}

@media (max-width:800px){
  header.main .menu--toggler {
    display: flex;
}
header.mobile a.menu--toggler {
  background-color: #0e76a8;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}
header .menu--toggler img {
  display: block;
  width: 24px;
}
header.mobile a.menu--toggler img {
  display: block;
  width: 14px;
}
header.mobile ul {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  width:100%
}
header.mobile .brand img {
  max-width: 90px;
}
header.mobile ul li a {
  font-size: 19px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  display: block;
  text-align: center;
}
header.mobile .secondary {
  background-color: #0e76a8;
  width:100%;
  padding:20px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}
}