#cba-tpl-captain {
	padding: 0 !important;

	.cba-tpl-captain--banner {

		.top-navigation {
			.cba-block {
				&.logos {
					img {
						@media all and (min-width: 1440px) {
							max-width: 174px !important;
							min-height: 87px !important;
						}

						@media all and (max-width: 767px) {
							max-width: 90px !important;
							min-height: 45px !important;
						}
					}
				}

				&.cba-block--paragraph {
					p {
						margin-bottom: 0;

						@media all and (min-width: 1400px) {
							font-size: 28px !important;
						}
						@media all and (max-width: 991px) {
							font-size: 1rem !important;
							line-height: 1 !important;
						}
					}

					a {
						text-decoration: none;
					}
				}
			}
		}

		.banner-title {
			h1 {
				font-size: 65px !important;
				line-height: 52px;
				font-weight: 900;
				margin-bottom: 0;
				@media all and (min-width: 768px) {
					font-size: 123px !important;
					line-height: 97px;
				}
				@media all and (min-width: 1440px) {
					font-size: 144px !important;
					line-height: 114px;
				}
			}

			.is-layout-flex {
				align-items: flex-end;
				@media all and (max-width: 991px) {
					.cba-button-wrapper {
						display: none;
					}
				}
			}
		}

		.title-top-spacer {
			@media all and (max-width: 767px) {
				height: 400px !important
			}
		}

		.title-bottom-spacer {
			@media all and (max-width: 991px) {
				height: 100px !important;
			}
			@media all and (max-width: 767px) {
				height: 0 !important
			}
		}

		.wp-block-navigation__responsive-container, .wp-block-navigation-is-layout-flex {
			.wp-block-navigation__container {
				gap: 0;

				.wp-block-navigation-item {
					padding: 0;
					justify-content: center;
					text-align: center;

					&:not(&:last-child) {
						.wp-block-navigation-item__content {
							&::after {
								content: '|';
								padding: 0 5px;

								@media (max-width: 767px) {
									display: none;
								}
							}
						}
					}

					.wp-block-navigation-item__content {
						font-family: 'otoiwo-Grotesk';
						text-decoration: none;
						font-weight: 500;
						font-size: 21px;
					}
				}
			}
		}

		.wp-block-navigation-is-layout-flex {
			.wp-block-navigation-item {
				&:not(&:last-child) {
					.wp-block-navigation-item__content {
						&::after {
							@media (max-width: 767px) {
								display: inline-block !important;
							}
						}
					}
				}
			}
		}
	}

	.cba-tpl-captain--progress {
	}

	.cba-tpl-captain--2cols-wide {
		.col-text {
			padding-right: calc(var(--bs-gutter-x));
			padding-left: calc(var(--bs-gutter-x));

			@media all and (min-width: 768px) {
				padding-left: 66px;
				padding-right: 79px;
			}

			@media all and (min-width: 992px) {
				padding-left: 0;
			}

			h3 {
				font-weight: 900;
				line-height: 65px;
				@media all and (min-width: 1440px) {
					font-size: 100px !important;
					line-height: 79px;
				}
				@media all and (max-width: 991px) {
					font-size: 124px !important;
					line-height: 100px;
				}
				@media all and (max-width: 767px) {
					font-size: 51px !important;
					line-height: 41px;
				}
			}
		}

		.spacer-block {
			@media all and (max-width: 991px) {
				display: none;
			}
		}

		.wp-block-cover {
			height: 100%;
			@media all and (max-width: 767px) {
				min-height: 630px !important;
			}

			img {
				height: 100%;
				@media all and (max-width: 767px) {
					object-position: center;
				}
			}
		}
	}

	.cba-tpl-captain--gallery {
	}

	.cba-tpl-captain--partners {
		h3 {
			font-weight: 900;
			line-height: 65px;

			@media all and (min-width: 1440px) {
				font-size: 108px !important;
				line-height: 86px;
			}
			@media all and (max-width: 991px) {
				font-size: 122px !important;
				line-height: 102px;
			}
			@media all and (max-width: 767px) {
				font-size: 51px !important;
				line-height: 41px;
			}
		}

		.inner--container {
			.container {
				@media all and (min-width: 992px) {
					max-width: 1600px;
				}

				& > .row {
					align-items: center;
				}
			}
		}

		.partners-logos-block {
			flex-direction: column;
			align-items: flex-start;

			@media all and (min-width: 992px) {
				flex-direction: row;
				align-items: center;
				gap: 230px;
			}

			.cba-block {
				&.logos {
					/*display: flex;*/
					/*justify-content: flex-end;*/
				}
			}
		}
	}

	.cba-tpl-captain--support {
	}

	.cba-tpl-captain--footer {
		.contact-block {
			gap: 77px;

			@media all and (min-width: 1400px) {
				gap: 104px;
			}

			@media all and (max-width: 991px) {
				justify-content: space-between;
				gap: 0;
			}

			.cba-block {
				&.cba-block--paragraph {
					p {
						line-height: 22px;

						span {
							font-size: 16px;
							color: #9b9b9b;
						}

						@media all and (min-width: 1440px) {
							font-size: 30px !important;
							line-height: 30px;
							span {
								font-size: 21px;
							}
						}

						@media all and (max-width: 991px) {
							font-size: 34px !important;
							line-height: 34px;
							span {
								font-size: 24px;
								color: #FFFFFF;
							}
						}
						@media all and (max-width: 767px) {
							font-size: 14px !important;
							line-height: 14px;
							span {
								font-size: 10px;
								color: #FFFFFF;
							}
						}
					}

					a {
						text-decoration: none;
					}
				}
			}
		}

		.section-footer--container {
			.container {
				& > .row {
					align-items: center;
				}
			}
		}
	}

	.cba-block {
		&.gallery-slider, &.videos-slider {
			.video-description, .gallery-description {
				margin-top: 0 !important;
				line-height: 27px;

				@media all and (max-width: 991px) {
					margin-top: 1.5rem !important;
					font-size: 24px !important;
					line-height: 1;
				}
				@media all and (max-width: 767px) {
					margin-top: .75rem !important;
					font-size: 11px !important;
					line-height: 1;
				}
			}

			.slick-arrow {
				@media all and (max-width: 767px) {
					background: #000000 !important;
					width: 38px !important;
					height: 38px !important;
					border-radius: 38px !important;
				}

				svg {
					width: 20px;
					height: 25px;
					@media all and (max-width: 767px) {
						width: 15px;
						height: 20px;
						path {
							fill: #FFFFFF;
						}
					}
				}
			}
		}

		&.cba-block--paragraph {
			p {
				line-height: 1.2;

				@media all and (min-width: 1440px) {
					font-size: 36px !important;
					line-height: 43px;
				}
				@media all and (max-width: 991px) {
					font-size: 43px !important;
					line-height: 48px;
				}
				@media all and (max-width: 767px) {
					font-size: 19px !important;
					line-height: 23px;
				}
			}
		}

		&.donate-total-container-2 {
			.donate-total-title {
				font-size: 30px;
				line-height: 23px;
				font-weight: 500;
				font-family: 'otoiwo-Grotesk-Compressed', sans-serif;
				text-transform: uppercase;
				margin-bottom: 14px;

				@media all and (min-width: 1440px) {
					font-size: 38px;
					line-height: 30px;
				}
				@media all and (max-width: 767px) {
					font-size: 12px;
					line-height: 10px;
					margin-bottom: 4px;
				}
			}

			.donate-total-title + span {
				display: flex;
				align-items: center;
				justify-content: center;
				font-family: 'otoiwo-Grotesk-Compressed', sans-serif;
				font-weight: 900;
				font-size: 79px;
				line-height: 62px;
				text-transform: uppercase;

				.total, span {
					font-size: 61px;
					line-height: 48px;
					font-weight: 900;
					font-family: 'otoiwo-Grotesk-Compressed', sans-serif;
					text-transform: uppercase;
					margin-bottom: 0;

					@media all and (min-width: 1440px) {
						font-size: 79px;
						line-height: 62px;
					}
					@media all and (max-width: 767px) {
						font-size: 24px;
						line-height: 19px;
					}
				}

				@media all and (min-width: 1440px) {
					font-size: 79px;
					line-height: 62px;
				}
				@media all and (max-width: 767px) {
					font-size: 24px;
					line-height: 19px;
				}
			}

			.donate-progress {
				max-width: 100%;
				height: 48px;
				border-radius: 54px;
				background: #8B8B8B;

				@media all and (min-width: 1440px) {
					height: 62px;
					border-radius: 70px;
				}
				@media all and (max-width: 991px) {
					margin: 10px auto;
				}
				@media all and (max-width: 767px) {
					height: 19px;
					border-radius: 21px;
					margin: 4px auto;
				}

				.progress-b {
					display: flex;
					align-items: center;
					justify-content: flex-end;
					padding-right: 15px;
					height: 48px;
					border-radius: 54px;
					color: #000000 !important;
					font-weight: 900;
					font-family: 'otoiwo-Grotesk-Compressed', sans-serif;
					font-size: 30px;
					line-height: 24px;

					@media all and (min-width: 1440px) {
						height: 62px;
						border-radius: 70px;
						font-size: 38px;
						line-height: 30px;
					}
					@media all and (max-width: 767px) {
						height: 19px;
						border-radius: 21px;
						font-size: 12px;
						line-height: 9px;
						min-width: 50px;
					}
				}
			}
		}
	}

	.cba-button-wrapper {
		.cba-button {
			.icon {
				width: 60px;
				background-size: 30px 30px;
				background-position: calc(50% + 2px) center;

				@media all and (min-width: 1440px) {
					width: 80px;
					background-size: 45px 45px;
				}
				@media all and (max-width: 991px) {
					width: 50px;
					background-size: 25px 25px;
				}
				@media all and (max-width: 767px) {
					width: 40px;
					background-size: 18px 18px;
				}
			}

			.text, .icon {
				font-size: 40px;
				line-height: 48px;
				font-family: 'otoiwo-Grotesk-Compressed', sans-serif;
				font-weight: 700;
				border-width: 5px;

				@media all and (min-width: 1440px) {
					font-size: 58px;
					line-height: 70px;
				}

				@media all and (max-width: 991px) {
					font-size: 36px;
					line-height: 43px;
					border-width: 4px;
				}
				@media all and (max-width: 767px) {
					font-size: 24px;
					line-height: 30px;
					border-width: 3px;
				}
			}
		}
	}
}
