@charset "UTF-8";
.nopadding {
  padding: 0px;
}

.nomargin {
  margin: 0px;
}

.container-fluid {
  padding: 0px;
}

.twoColumnBigSquareMainContiner .twoColumnBigSquareMainRow, .twoBoxColorMainContainer .twoBoxColorMainRow .twoBoxColorColumn .colorContainer .titleEndColorBox p, .twoBoxColorMainContainer .twoBoxColorMainRow .twoBoxColorColumn .colorContainer .titleColorBox p, .twoBoxColorMainContainer .twoBoxColorMainRow, .registrationMainContainer .registrationMainRow .registrationMainColumn .registrationContainer, .registrationMainContainer .registrationMainRow, .footerMainContainer .footerNavigationMainRow, .footerMainContainer .footerMainRow, .footerMainContainer, .contactMainContainer .contactMainRow, .blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .specialInformationContainer, .blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .smallBoxMainRow .priceBox .readMoreBtn, .blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .smallBoxMainRow, .blueBigBoxMainContainer .blueBigBoxMainRow, .logoImageMainContainer .logoImageMainRow, .descriptionLogoMainContainer .descriptionLogoMainRow, .agendaMainContainer, .circlePersonMainContainer #showMoreBtn, .circlePersonMainContainer .circlePersonMainRow .circlePersonColumn .circlePersonBox .mainBox .imageContainer, .circlePersonMainContainer .circlePersonMainRow, .secitonImageDescriptionMainContainer .imageHalfDescriptionMainRow, .secitonImageDescriptionMainContainer .imageDescriptionMainRow, .heroSliderMainContainer .heroSliderMainRow, .titleSectionMainRowHeader, .titleSectionMainRow, .headerMainContainer .headerMainRow, .headerMainContainer {
  margin-left: auto !important;
  margin-right: auto !important;
}

@font-face {
  font-family: poppinsB;
  src: url(../assets/fonts/Poppins-Bold.ttf);
}
@font-face {
  font-family: poppinsM;
  src: url(../assets/fonts/Poppins-Medium.ttf);
}
@font-face {
  font-family: playfairM;
  src: url(../assets/fonts/PlayfairDisplay-Medium.ttf);
}
@font-face {
  font-family: playfairR;
  src: url(../assets/fonts/PlayfairDisplay-Regular.ttf);
}
@font-face {
  font-family: poppinsR;
  src: url(../assets/fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: icons;
  src: url("../assets/fonts/icons.eot");
  src: url("../assets/fonts/icons.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/icons.woff") format("woff"), url("../assets/fonts/icons.ttf") format("truetype"), url("../assets/fonts/icons.svg#svgicons") format("svg");
}
.szablon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  z-index: 999;
  opacity: 0.4;
}
.szablon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

h2 {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  color: #1d1d1d;
  font-weight: 500;
}

h3 {
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 30px;
}
@media only screen and (max-width: 544px) {
  h3 {
    font-size: 22px;
  }
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #1d1d1d;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 500;
  font-style: normal;
}
p strong {
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  p {
    font-size: 16px;
  }
}

body {
  background: #f5fafe;
  position: relative;
}
body:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: #00acd2;
  z-index: 100;
}

.headerMainContainer {
  width: 100%;
  height: 110px;
  max-width: 2000px;
  background: #fff;
}
@media only screen and (max-width: 992px) {
  .headerMainContainer {
    height: 65px;
  }
}
.headerMainContainer .headerMainRow {
  width: 100%;
  max-width: 2000px;
  height: 80px;
  background: #fff;
  padding-left: 10px;
  position: fixed;
  top: 0px;
  z-index: 999;
}
@media only screen and (max-width: 992px) {
  .headerMainContainer .headerMainRow {
    height: 65px;
  }
}
.headerMainContainer .headerMainRow:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: #00acd2;
  z-index: 100;
}
.headerMainContainer .headerMainRow .logoColumn {
  height: 100%;
}
.headerMainContainer .headerMainRow .logoColumn .logoContainer {
  width: 270px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1800px) {
  .headerMainContainer .headerMainRow .logoColumn .logoContainer {
    margin-left: 90px;
  }
}
@media only screen and (max-width: 992px) {
  .headerMainContainer .headerMainRow .logoColumn .logoContainer {
    width: 175px;
  }
}
@media only screen and (max-width: 767px) {
  .headerMainContainer .headerMainRow .logoColumn .logoContainer {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 544px) {
  .headerMainContainer .headerMainRow .logoColumn .logoContainer {
    width: 154px;
  }
}
.headerMainContainer .headerMainRow .logoColumn .logoContainer a img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.headerMainContainer .headerMainRow .navigationColumn {
  height: 100%;
}
@media only screen and (max-width: 1800px) {
  .headerMainContainer .headerMainRow .navigationColumn {
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
    align-items: center;
  }
}
.headerMainContainer .headerMainRow .navigationColumn .hamburgerMobile {
  display: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
  transition: transform 0.4s ease;
}
@media only screen and (max-width: 1800px) {
  .headerMainContainer .headerMainRow .navigationColumn .hamburgerMobile {
    display: block;
  }
}
.headerMainContainer .headerMainRow .navigationColumn .hamburgerMobile .menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: 0.5s ease;
  height: auto;
}
.headerMainContainer .headerMainRow .navigationColumn .hamburgerMobile .menu:hover .bar {
  box-shadow: 1px 1px 7px 1px RGBa(0, 0, 0, 0.3);
}
.headerMainContainer .headerMainRow .navigationColumn .hamburgerMobile .menu .bar {
  width: 55px;
  height: 5px;
  background: #1d1d1d;
  box-shadow: 1px 1px 3px RGBa(0, 0, 0, 0.4);
  border-radius: 2px;
  transition: 0.4s ease;
}
.headerMainContainer .headerMainRow .navigationColumn .hamburgerMobile .menu .bar:not(:first-child) {
  margin-top: 10px;
}
@media only screen and (max-width: 992px) {
  .headerMainContainer .headerMainRow .navigationColumn .hamburgerMobile .menu .bar {
    height: 2px;
    width: 35px;
  }
}
.headerMainContainer .headerMainRow .navigationColumn .hamburgerMobile #hi {
  position: absolute;
  left: -999px;
  top: -999px;
}
.headerMainContainer .headerMainRow .navigationColumn .hamburgerMobile #hi:checked + .menu {
  transform: translate(-50%, -50%) rotatey(180deg);
}
.headerMainContainer .headerMainRow .navigationColumn .hamburgerMobile #hi:checked + .menu .bar {
  transform: rotatey(180deg) rotatex(360deg);
}
.headerMainContainer .headerMainRow .navigationColumn .hamburgerMobile #hi:checked + .menu .bar:first-child {
  transform: rotate(-45deg);
  margin-top: 20px;
}
.headerMainContainer .headerMainRow .navigationColumn .hamburgerMobile #hi:checked + .menu .bar:nth-child(2) {
  opacity: 0;
}
.headerMainContainer .headerMainRow .navigationColumn .hamburgerMobile #hi:checked + .menu .bar:nth-child(3) {
  margin-top: -22px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 992px) {
  .headerMainContainer .headerMainRow .navigationColumn .hamburgerMobile #hi:checked + .menu .bar:nth-child(3) {
    margin-top: -15px;
  }
}
.headerMainContainer .headerMainRow .navigationColumn .navigationRoadContainer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1800px) {
  .headerMainContainer .headerMainRow .navigationColumn .navigationRoadContainer {
    position: fixed;
    flex-wrap: wrap;
    background: white;
    height: 0vh;
    top: 110px;
    left: 0;
    overflow: auto;
    transition: 0.5s;
  }
}
@media only screen and (max-width: 992px) {
  .headerMainContainer .headerMainRow .navigationColumn .navigationRoadContainer {
    top: 65px;
  }
}
.headerMainContainer .headerMainRow .navigationColumn .navigationRoadContainer .firstUl {
  list-style: none;
  padding-left: 0px;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1800px) {
  .headerMainContainer .headerMainRow .navigationColumn .navigationRoadContainer .firstUl {
    flex-wrap: wrap;
    height: 550px;
    overflow: scroll;
  }
}
.headerMainContainer .headerMainRow .navigationColumn .navigationRoadContainer .firstUl .firstLi {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1800px) {
  .headerMainContainer .headerMainRow .navigationColumn .navigationRoadContainer .firstUl .firstLi {
    width: 100%;
    margin: 10px 0px;
  }
}
.headerMainContainer .headerMainRow .navigationColumn .navigationRoadContainer .firstUl .firstLi:hover a {
  font-weight: 600;
}
.headerMainContainer .headerMainRow .navigationColumn .navigationRoadContainer .firstUl .firstLi a {
  color: #1d1d1d;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}
@media only screen and (max-width: 1800px) {
  .headerMainContainer .headerMainRow .navigationColumn .navigationRoadContainer .firstUl .firstLi a {
    font-size: 20px;
    color: #000;
  }
}
.headerMainContainer .headerMainRow .userColumn {
  height: 100%;
}
.headerMainContainer .headerMainRow .userColumn .userNameContainer {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1800px) {
  .headerMainContainer .headerMainRow .userColumn .userNameContainer {
    margin-left: -90px;
  }
}
@media only screen and (max-width: 767px) {
  .headerMainContainer .headerMainRow .userColumn .userNameContainer {
    margin-left: -10px;
  }
}
.headerMainContainer .headerMainRow .userColumn .userNameContainer .userName {
  display: flex;
  align-items: center;
}
.headerMainContainer .headerMainRow .userColumn .userNameContainer .userName p {
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 16px;
}
.headerMainContainer .headerMainRow .userColumn .userNameContainer .userIcon {
  padding-left: 10px;
}
@media only screen and (max-width: 544px) {
  .headerMainContainer .headerMainRow .userColumn .userNameContainer .userIcon {
    display: none;
  }
}
.headerMainContainer .headerMainRow .userColumn .userNameContainer .userIcon svg {
  width: auto;
  height: 35px;
}
.headerMainContainer .headerMainRow .userColumn .userNameContainer .userIcon svg path {
  fill: #00acd2;
}

.titleSectionMainRow {
  width: 90%;
  max-width: 1600px;
  height: 50px;
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
  .titleSectionMainRow {
    padding: 0 20px;
    max-width: 100%;
  }
}
.titleSectionMainRow .titleSectionMainColumn {
  display: flex;
  align-items: center;
}
.titleSectionMainRow .titleSectionMainColumn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translate(-100%, -50%);
  height: 1px;
  width: 100%;
  border-bottom: 2px dotted #00acd2;
}
.titleSectionMainRow .titleSectionMainColumn .sectionNumber {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  color: #00acd2;
  font-weight: 700;
  margin-left: 20px;
}
.titleSectionMainRow .titleSectionMainColumn .sectionTitle {
  margin-left: 13px;
}
.titleSectionMainRow .titleSectionMainColumn .sectionTitle h2 {
  margin-bottom: 0px;
  text-transform: capitalize;
}

.titleSectionMainRowHeader {
  width: 90%;
  max-width: 1600px;
  height: 50px;
  position: relative;
  margin-bottom: 50px;
}
.titleSectionMainRowHeader .titleSectionMainColumn {
  display: flex;
  align-items: center;
}
.titleSectionMainRowHeader .titleSectionMainColumn .sectionNumber {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  color: #00acd2;
  font-weight: 700;
  margin-left: 20px;
}
.titleSectionMainRowHeader .titleSectionMainColumn .sectionTitle {
  margin-left: 13px;
}
.titleSectionMainRowHeader .titleSectionMainColumn .sectionTitle h2 {
  margin-bottom: 0px;
  text-transform: capitalize;
}

.heroSliderMainContainer {
  width: 100%;
  height: auto;
  margin-bottom: 116px;
  background: #f6fbfe;
}
@media screen and (max-width: 997px) {
  .heroSliderMainContainer {
    display: none;
  }
}
.heroSliderMainContainer .heroSliderMainRow {
  width: 100%;
  max-width: 2000px;
  height: auto;
  padding-left: 150px;
}
@media only screen and (max-width: 1200px) {
  .heroSliderMainContainer .heroSliderMainRow {
    padding-left: 0px;
  }
}
.heroSliderMainContainer .heroSliderMainRow .heroSliderMainColumn {
  width: 100%;
  height: auto;
}
.heroSliderMainContainer .heroSliderMainRow .heroSliderMainColumn .heroSliderContainer {
  width: 100%;
  height: auto;
}
.heroSliderMainContainer .heroSliderMainRow .heroSliderMainColumn .heroSliderContainer img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.secitonImageDescriptionMainContainer {
  width: 100%;
  height: auto;
  margin-bottom: 176px;
  background: #f1f9ff;
}
@media only screen and (max-width: 1420px) {
  .secitonImageDescriptionMainContainer {
    margin-bottom: 80px;
  }
}
.secitonImageDescriptionMainContainer .imageDescriptionMainRow {
  width: 98%;
  max-width: 1600px;
  height: auto;
}
@media only screen and (max-width: 1420px) {
  .secitonImageDescriptionMainContainer .imageDescriptionMainRow {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1665px) {
  .secitonImageDescriptionMainContainer .imageDescriptionMainRow {
    max-width: 90%;
  }
}
.secitonImageDescriptionMainContainer .imageDescriptionMainRow .descriptionMainColumn {
  height: auto;
}
.secitonImageDescriptionMainContainer .imageDescriptionMainRow .descriptionMainColumn .descriptionSection {
  max-width: 900px;
  padding-right: 25px;
}
.secitonImageDescriptionMainContainer .imageDescriptionMainRow .descriptionMainColumn .descriptionSection .descriptionHeader {
  margin-bottom: 40px;
}
.secitonImageDescriptionMainContainer .imageDescriptionMainRow .descriptionMainColumn .descriptionSection .descriptionHeader h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  color: #1d1d1d;
  font-weight: 500;
}
@media only screen and (max-width: 1420px) {
  .secitonImageDescriptionMainContainer .imageDescriptionMainRow .descriptionMainColumn .descriptionSection .descriptionHeader h2 {
    font-size: 40px;
  }
}
.secitonImageDescriptionMainContainer .imageDescriptionMainRow .descriptionMainColumn .descriptionSection .description {
  width: 100%;
  height: auto;
}
.secitonImageDescriptionMainContainer .imageDescriptionMainRow .imageMainColumn {
  padding: 0px 40px;
}
@media only screen and (max-width: 1420px) {
  .secitonImageDescriptionMainContainer .imageDescriptionMainRow .imageMainColumn {
    display: flex;
    align-items: center;
  }
}
.secitonImageDescriptionMainContainer .imageDescriptionMainRow .imageMainColumn .imageContainer {
  width: 100%;
  height: auto;
  max-width: 570px;
  position: relative;
}
.secitonImageDescriptionMainContainer .imageDescriptionMainRow .imageMainColumn .imageContainer:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  z-index: 1;
}
.secitonImageDescriptionMainContainer .imageDescriptionMainRow .imageMainColumn .imageContainer .imageText {
  position: absolute;
  top: auto;
  bottom: 70px;
  left: 24px;
  z-index: 1;
}
@media only screen and (max-width: 544px) {
  .secitonImageDescriptionMainContainer .imageDescriptionMainRow .imageMainColumn .imageContainer .imageText {
    bottom: 0px;
  }
}
.secitonImageDescriptionMainContainer .imageDescriptionMainRow .imageMainColumn .imageContainer img {
  width: 100%;
  height: auto;
  max-height: 700px;
  object-fit: cover;
  position: relative;
}

.secitonImageDescriptionMainContainer {
  width: 100%;
  height: auto;
  margin-bottom: 176px;
  background: #f1f9ff;
}
@media only screen and (max-width: 1420px) {
  .secitonImageDescriptionMainContainer {
    margin-bottom: 80px;
  }
}
.secitonImageDescriptionMainContainer .imageHalfDescriptionMainRow {
  width: 98%;
  max-width: 2000px;
  height: auto;
  padding-left: 20px;
}
.secitonImageDescriptionMainContainer .imageHalfDescriptionMainRow .descriptionMainColumn {
  height: auto;
  display: flex;
  justify-content: flex-end;
}
.secitonImageDescriptionMainContainer .imageHalfDescriptionMainRow .descriptionMainColumn .descriptionSection {
  max-width: 605px;
  margin-right: 50px;
}
.secitonImageDescriptionMainContainer .imageHalfDescriptionMainRow .descriptionMainColumn .descriptionSection .descriptionHeader {
  margin-bottom: 40px;
}
.secitonImageDescriptionMainContainer .imageHalfDescriptionMainRow .descriptionMainColumn .descriptionSection .descriptionHeader h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 54px;
  color: #1d1d1d;
  font-weight: 500;
}
@media only screen and (max-width: 1420px) {
  .secitonImageDescriptionMainContainer .imageHalfDescriptionMainRow .descriptionMainColumn .descriptionSection .descriptionHeader h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .secitonImageDescriptionMainContainer .imageHalfDescriptionMainRow .descriptionMainColumn .descriptionSection .descriptionHeader h2 {
    font-size: 36px;
  }
}
.secitonImageDescriptionMainContainer .imageHalfDescriptionMainRow .descriptionMainColumn .descriptionSection .description {
  width: 100%;
  height: auto;
}
.secitonImageDescriptionMainContainer .imageHalfDescriptionMainRow .imageMainColumn {
  padding-left: 85px;
}
@media only screen and (max-width: 1420px) {
  .secitonImageDescriptionMainContainer .imageHalfDescriptionMainRow .imageMainColumn {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 992px) {
  .secitonImageDescriptionMainContainer .imageHalfDescriptionMainRow .imageMainColumn {
    padding-left: 0px;
  }
}
.secitonImageDescriptionMainContainer .imageHalfDescriptionMainRow .imageMainColumn .imageContainer {
  width: 100%;
  height: auto;
  position: relative;
}
.secitonImageDescriptionMainContainer .imageHalfDescriptionMainRow .imageMainColumn .imageContainer:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  z-index: 1;
}
.secitonImageDescriptionMainContainer .imageHalfDescriptionMainRow .imageMainColumn .imageContainer .imageText {
  position: absolute;
  top: auto;
  bottom: 23px;
  left: 40px;
  z-index: 1;
}
.secitonImageDescriptionMainContainer .imageHalfDescriptionMainRow .imageMainColumn .imageContainer .imageText h3 {
  font-size: 35px;
}
@media only screen and (max-width: 1420px) {
  .secitonImageDescriptionMainContainer .imageHalfDescriptionMainRow .imageMainColumn .imageContainer .imageText h3 {
    font-size: 20px;
  }
}
.secitonImageDescriptionMainContainer .imageHalfDescriptionMainRow .imageMainColumn .imageContainer img {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
}
.secitonImageDescriptionMainContainer .imageHalfDescriptionMainRow .twoPicture {
  display: flex;
  justify-content: space-evenly;
}
@media only screen and (max-width: 544px) {
  .secitonImageDescriptionMainContainer .imageHalfDescriptionMainRow .twoPicture {
    flex-wrap: wrap;
  }
}
.secitonImageDescriptionMainContainer .imageHalfDescriptionMainRow .twoPicture .imageContainer {
  width: 49%;
}
@media only screen and (max-width: 544px) {
  .secitonImageDescriptionMainContainer .imageHalfDescriptionMainRow .twoPicture .imageContainer {
    width: 100%;
    margin-bottom: 10px;
  }
}
.secitonImageDescriptionMainContainer .imageHalfDescriptionMainRow .twoPicture .imageContainer img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media only screen and (max-width: 544px) {
  .secitonImageDescriptionMainContainer .imageHalfDescriptionMainRow .twoPicture .imageContainer img {
    height: 100%;
  }
}

.circlePersonMainContainer {
  width: 100%;
  height: auto;
  margin-top: 80px;
  padding-bottom: 50px;
}
.circlePersonMainContainer .circlePersonMainRow {
  width: 98%;
  max-width: 1600px;
  overflow: hidden;
}
@media only screen and (max-width: 1665px) {
  .circlePersonMainContainer .circlePersonMainRow {
    width: 90%;
  }
}
.circlePersonMainContainer .circlePersonMainRow .circlePersonColumn {
  height: auto;
}
@media only screen and (max-width: 1420px) {
  .circlePersonMainContainer .circlePersonMainRow .circlePersonColumn {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .circlePersonMainContainer .circlePersonMainRow .circlePersonColumn {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .circlePersonMainContainer .circlePersonMainRow .circlePersonColumn {
    margin-bottom: 10px;
  }
}
.circlePersonMainContainer .circlePersonMainRow .circlePersonColumn .circlePersonBox {
  position: relative;
}
.circlePersonMainContainer .circlePersonMainRow .circlePersonColumn .circlePersonBox:hover .hoverBox {
  opacity: 1;
  transition: 0.4s;
}
.circlePersonMainContainer .circlePersonMainRow .circlePersonColumn .circlePersonBox .mainBox {
  width: 100%;
  height: 100%;
  min-height: 350px;
  padding: 12px;
}
@media only screen and (max-width: 575px) {
  .circlePersonMainContainer .circlePersonMainRow .circlePersonColumn .circlePersonBox .mainBox {
    min-height: unset;
  }
}
.circlePersonMainContainer .circlePersonMainRow .circlePersonColumn .circlePersonBox .mainBox .imageContainer {
  width: 220px;
  height: 220px;
  border-style: solid;
  border-color: #00acd2;
  border-width: 1px;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.circlePersonMainContainer .circlePersonMainRow .circlePersonColumn .circlePersonBox .mainBox .imageContainer img {
  width: 92%;
  height: 92%;
  object-fit: cover;
  border-radius: 100%;
}
@media only screen and (max-width: 575px) {
  .circlePersonMainContainer .circlePersonMainRow .circlePersonColumn .circlePersonBox .mainBox .imageContainer {
    width: 110px;
    height: 110px;
  }
}
.circlePersonMainContainer .circlePersonMainRow .circlePersonColumn .circlePersonBox .mainBox .descriptionBox {
  width: 100%;
  height: auto;
  text-align: center;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.circlePersonMainContainer .circlePersonMainRow .circlePersonColumn .circlePersonBox .mainBox .descriptionBox p {
  font-size: 16px;
  color: #00acd2;
  margin-bottom: 0px;
}
.circlePersonMainContainer .circlePersonMainRow .circlePersonColumn .circlePersonBox .mainBox .descriptionBox p span {
  color: #1d1d1d;
}
.circlePersonMainContainer .circlePersonMainRow .circlePersonColumn .circlePersonBox .mainBox .descriptionBox h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1d1d1d;
  margin-bottom: 26px;
}
.circlePersonMainContainer .circlePersonMainRow .circlePersonColumn .circlePersonBox .hoverBox {
  width: 100%;
  height: 100%;
  padding: 30px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.03);
  background: #fff;
  min-height: 400px;
  opacity: 0;
  transition: 0.4s;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
}
.circlePersonMainContainer .circlePersonMainRow .circlePersonColumn .circlePersonBox .hoverBox .hoverBoxTitleContainer {
  width: 100%;
  height: 135px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1420px) {
  .circlePersonMainContainer .circlePersonMainRow .circlePersonColumn .circlePersonBox .hoverBox .hoverBoxTitleContainer {
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 10px;
    text-align: center;
  }
}
.circlePersonMainContainer .circlePersonMainRow .circlePersonColumn .circlePersonBox .hoverBox .hoverBoxTitleContainer .imageBox {
  width: 110px;
  height: 110px;
  border-style: solid;
  border-color: #00acd2;
  border-width: 1px;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circlePersonMainContainer .circlePersonMainRow .circlePersonColumn .circlePersonBox .hoverBox .hoverBoxTitleContainer .imageBox img {
  width: 95%;
  height: 95%;
  object-fit: cover;
  border-radius: 100%;
}
.circlePersonMainContainer .circlePersonMainRow .circlePersonColumn .circlePersonBox .hoverBox .hoverBoxTitleContainer .nameBox {
  padding-left: 20px;
}
@media only screen and (max-width: 1420px) {
  .circlePersonMainContainer .circlePersonMainRow .circlePersonColumn .circlePersonBox .hoverBox .hoverBoxTitleContainer .nameBox {
    padding-left: 0px;
  }
}
.circlePersonMainContainer .circlePersonMainRow .circlePersonColumn .circlePersonBox .hoverBox .hoverBoxTitleContainer .nameBox p {
  font-size: 16px;
  color: #00acd2;
  margin-bottom: 0px;
}
.circlePersonMainContainer .circlePersonMainRow .circlePersonColumn .circlePersonBox .hoverBox .hoverBoxTitleContainer .nameBox h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1d1d1d;
}
.circlePersonMainContainer .circlePersonMainRow .circlePersonColumn .circlePersonBox .hoverBox .descriptionBox {
  width: 100%;
  height: 180px;
  overflow-y: auto;
  padding-right: 5px;
}
.circlePersonMainContainer .circlePersonMainRow .circlePersonColumn .circlePersonBox .hoverBox .descriptionBox p {
  font-weight: 400;
  font-size: 16;
}
.circlePersonMainContainer .hoverCirclePerson {
  max-height: 100%;
}
@media only screen and (max-width: 1200px) {
  .circlePersonMainContainer .hoverCirclePerson {
    max-height: 100%;
  }
}
.circlePersonMainContainer #showMoreBtn {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  width: 200px;
  height: auto;
  cursor: pointer;
  margin-top: 40px;
}
.circlePersonMainContainer #showMoreBtn svg {
  width: 20px;
  height: 20px;
  margin-left: 20px;
  transition: transform 0.3s ease;
}
.circlePersonMainContainer #showMoreBtn svg path {
  fill: #00acd2;
}
.circlePersonMainContainer .rotated {
  transform: rotate(180deg);
}

.agendaMainContainer {
  width: 100%;
  max-width: 2000px;
  padding-right: 150px;
  padding-top: 37px;
}
@media only screen and (max-width: 1200px) {
  .agendaMainContainer {
    padding-right: 0px;
  }
}
.agendaMainContainer .agendaMainRow {
  width: 100%;
  height: auto;
  background: #00acd2;
  background-image: url(../img/agenda/agenda__bg.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-blend-mode: multiply;
  padding: 85px 50px 55px 18px;
}
@media only screen and (max-width: 1665px) {
  .agendaMainContainer .agendaMainRow {
    width: 100%;
    padding: 85px 50px 20px 18px;
  }
}
.agendaMainContainer .agendaMainRow .agendaNavigation {
  height: auto;
}
@media only screen and (max-width: 1665px) {
  .agendaMainContainer .agendaMainRow .agendaNavigation {
    width: 25%;
  }
}
@media only screen and (max-width: 992px) {
  .agendaMainContainer .agendaMainRow .agendaNavigation {
    width: 100%;
  }
}
.agendaMainContainer .agendaMainRow .agendaNavigation .titleSectionMainRow {
  padding-left: 80px;
  margin-bottom: 37px;
}
.agendaMainContainer .agendaMainRow .agendaNavigation .titleSectionMainRow .titleSectionMainColumn:before {
  border-bottom: 2px dotted #fff;
  left: 70px;
}
.agendaMainContainer .agendaMainRow .agendaNavigation .titleSectionMainRow .titleSectionMainColumn .sectionNumber {
  color: #fff;
}
.agendaMainContainer .agendaMainRow .agendaNavigation .titleSectionMainRow .sectionTitle h2 {
  color: #fff;
}
.agendaMainContainer .agendaMainRow .agendaNavigation .agendaList ul {
  list-style: none;
  padding-left: 40px;
  max-width: 370px;
}
@media only screen and (max-width: 1665px) {
  .agendaMainContainer .agendaMainRow .agendaNavigation .agendaList ul {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 992px) {
  .agendaMainContainer .agendaMainRow .agendaNavigation .agendaList ul {
    display: flex;
    max-width: 1000px;
    overflow: auto;
  }
}
.agendaMainContainer .agendaMainRow .agendaNavigation .agendaList ul li {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  padding: 10px 10px;
  background: transparent;
  transition: 0.4s;
  position: relative;
  display: flex;
  align-items: center;
  opacity: 0.6;
  cursor: pointer;
}
@media only screen and (max-width: 1665px) {
  .agendaMainContainer .agendaMainRow .agendaNavigation .agendaList ul li {
    font-size: 26px;
  }
}
.agendaMainContainer .agendaMainRow .agendaNavigation .agendaList ul li svg {
  position: absolute;
  right: 30px;
  top: 45%;
  width: 30px;
  height: 22px;
}
.agendaMainContainer .agendaMainRow .agendaNavigation .agendaList ul li svg path {
  fill: #fff;
}
.agendaMainContainer .agendaMainRow .agendaNavigation .agendaList ul li:hover {
  opacity: 1;
  transition: 0.4s;
}
.agendaMainContainer .agendaMainRow .agendaNavigation .agendaList ul li:hover svg path {
  fill: #00acd2;
  transition: 0.4s;
}
.agendaMainContainer .agendaMainRow .agendaNavigation .agendaList ul .activeLi {
  opacity: 1;
}
.agendaMainContainer .agendaMainRow .agendaInformationMainColumn {
  height: auto;
}
@media only screen and (max-width: 1665px) {
  .agendaMainContainer .agendaMainRow .agendaInformationMainColumn {
    width: 75%;
  }
}
@media only screen and (max-width: 992px) {
  .agendaMainContainer .agendaMainRow .agendaInformationMainColumn {
    width: 100%;
  }
}
.agendaMainContainer .agendaMainRow .agendaInformationMainColumn .agendaInformationContainer {
  width: 100%;
  height: auto;
  display: none;
}
.agendaMainContainer .agendaMainRow .agendaInformationMainColumn .agendaInformationContainer .agendaDayNavigation {
  width: 100%;
  height: 78px;
  padding-left: 120px;
}
@media only screen and (max-width: 992px) {
  .agendaMainContainer .agendaMainRow .agendaInformationMainColumn .agendaInformationContainer .agendaDayNavigation {
    padding-left: 30px;
  }
}
.agendaMainContainer .agendaMainRow .agendaInformationMainColumn .agendaInformationContainer .agendaDayNavigation .dayList {
  padding-left: 0px;
  list-style: none;
  padding-top: 8px;
  width: auto;
  height: 100%;
  display: flex;
  border-bottom-style: solid;
  border-color: #fff;
  border-width: 1px;
}
@media only screen and (max-width: 992px) {
  .agendaMainContainer .agendaMainRow .agendaInformationMainColumn .agendaInformationContainer .agendaDayNavigation .dayList {
    max-width: 1000px;
    overflow: auto;
  }
}
.agendaMainContainer .agendaMainRow .agendaInformationMainColumn .agendaInformationContainer .agendaDayNavigation .dayList .eventList {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 27px;
  font-weight: 600;
  margin-right: 30px;
  opacity: 0.6;
  transition: 0.4s;
  cursor: pointer;
}
@media only screen and (max-width: 1665px) {
  .agendaMainContainer .agendaMainRow .agendaInformationMainColumn .agendaInformationContainer .agendaDayNavigation .dayList .eventList {
    font-size: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .agendaMainContainer .agendaMainRow .agendaInformationMainColumn .agendaInformationContainer .agendaDayNavigation .dayList .eventList {
    min-width: 160px;
  }
}
.agendaMainContainer .agendaMainRow .agendaInformationMainColumn .agendaInformationContainer .agendaDayNavigation .dayList .eventList:hover {
  opacity: 1;
  transition: 0.4s;
}
.agendaMainContainer .agendaMainRow .agendaInformationMainColumn .agendaInformationContainer .agendaDayNavigation .dayList .activeDay {
  opacity: 1;
}
.agendaMainContainer .agendaMainRow .agendaInformationMainColumn .agendaInformationContainer .agendaInformationZone {
  width: 100%;
  height: auto;
  border-left-style: solid;
  border-width: 1px;
  border-color: #fff;
}
.agendaMainContainer .agendaMainRow .agendaInformationMainColumn .agendaInformationContainer .agendaInformationZone h2 {
  padding-left: 0;
}
@media only screen and (max-width: 992px) {
  .agendaMainContainer .agendaMainRow .agendaInformationMainColumn .agendaInformationContainer .agendaInformationZone {
    border: none;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .agendaMainContainer .agendaMainRow .agendaInformationMainColumn .agendaInformationContainer .agendaInformationZone {
    padding-left: 0;
  }
}
.agendaMainContainer .agendaMainRow .agendaInformationMainColumn .agendaInformationContainer .agendaInformationZone .infromationAgendaUl {
  list-style: none;
  padding-left: 40px;
  display: none;
  padding-top: 10px;
}
@media only screen and (max-width: 575px) {
  .agendaMainContainer .agendaMainRow .agendaInformationMainColumn .agendaInformationContainer .agendaInformationZone .infromationAgendaUl {
    padding-left: 0;
  }
}
.agendaMainContainer .agendaMainRow .agendaInformationMainColumn .agendaInformationContainer .agendaInformationZone .infromationAgendaUl .informationAgendaLi {
  display: flex;
  justify-content: flext-start;
  margin-bottom: 14px;
  padding: 5px 0px;
}
.agendaMainContainer .agendaMainRow .agendaInformationMainColumn .agendaInformationContainer .agendaInformationZone .infromationAgendaUl .informationAgendaLi.custom {
  justify-content: flex-start;
}
.agendaMainContainer .agendaMainRow .agendaInformationMainColumn .agendaInformationContainer .agendaInformationZone .infromationAgendaUl .informationAgendaLi .agendaHour {
  width: 140px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0px;
  font-weight: 400;
  font-style: normal;
}
.agendaMainContainer .agendaMainRow .agendaInformationMainColumn .agendaInformationContainer .agendaInformationZone .infromationAgendaUl .informationAgendaLi .agendaHour strong {
  font-weight: 500;
  text-transform: uppercase;
}
.agendaMainContainer .agendaMainRow .agendaInformationMainColumn .agendaInformationContainer .agendaInformationZone .infromationAgendaUl .informationAgendaLi .agendaInformation {
  width: 80%;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 18px;
  margin-bottom: 0px;
  font-weight: 400;
  font-style: normal;
}
.agendaMainContainer .agendaMainRow .agendaInformationMainColumn .agendaInformationContainer .agendaInformationZone .infromationAgendaUl .informationAgendaLi .agendaInformation strong {
  line-height: 26px;
  font-size: 18px;
  font-weight: 700;
  display: block;
}
.agendaMainContainer .agendaMainRow .agendaInformationMainColumn .agendaInformationContainer .agendaInformationZone .infromationAgendaUl .informationAgendaLi .agendaTitle {
  padding-right: 0;
  font-weight: 400;
  opacity: 0.9;
  font-size: 16px;
}
.agendaMainContainer .agendaMainRow .agendaInformationMainColumn .agendaInformationContainer .agendaInformationZone .infromationAgendaUl .informationAgendaLi .agendaTitleScnd {
  padding-left: 0;
}
.agendaMainContainer .agendaMainRow .agendaInformationMainColumn .agendaInformationContainer .agendaInformationZone .activeDayContent {
  display: block;
}
.agendaMainContainer .agendaMainRow .agendaInformationMainColumn .activeCity {
  display: block;
}

.descriptionLogoMainContainer {
  width: 100%;
  height: auto;
  background: #f1f9ff;
}
.descriptionLogoMainContainer .descriptionLogoMainRow {
  width: 98%;
  max-width: 1600px;
}
@media only screen and (max-width: 1665px) {
  .descriptionLogoMainContainer .descriptionLogoMainRow {
    width: 90%;
  }
}
.descriptionLogoMainContainer .descriptionLogoMainRow .leftDescriptoinLogoMainColumn {
  height: auto;
}
.descriptionLogoMainContainer .descriptionLogoMainRow .leftDescriptoinLogoMainColumn .leftDescriptionLogoContainer {
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .descriptionLogoMainContainer .descriptionLogoMainRow .leftDescriptoinLogoMainColumn .leftDescriptionLogoContainer {
    max-width: 100%;
    padding-left: 20px;
  }
}
.descriptionLogoMainContainer .descriptionLogoMainRow .leftDescriptoinLogoMainColumn .leftDescriptionLogoContainer h2 {
  font-size: 40px;
  text-align: left;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1200px) {
  .descriptionLogoMainContainer .descriptionLogoMainRow .leftDescriptoinLogoMainColumn .leftDescriptionLogoContainer h2 {
    max-width: 100%;
  }
}
.descriptionLogoMainContainer .descriptionLogoMainRow .leftDescriptoinLogoMainColumn .leftDescriptionLogoContainer p {
  font-size: 18px;
}
@media only screen and (max-width: 1200px) {
  .descriptionLogoMainContainer .descriptionLogoMainRow .leftDescriptoinLogoMainColumn .leftDescriptionLogoContainer p {
    max-width: 820px;
  }
}
.descriptionLogoMainContainer .descriptionLogoMainRow .rightDescriptoinLogoMainColumn {
  height: auto;
  padding-left: 15px;
}
.descriptionLogoMainContainer .descriptionLogoMainRow .rightDescriptoinLogoMainColumn .logoMainContainer {
  width: 100%;
  padding: 30px 0px;
  border-top-style: solid;
  border-width: 1px;
  border-color: #dce1e4;
}
.descriptionLogoMainContainer .descriptionLogoMainRow .rightDescriptoinLogoMainColumn .logoMainContainer .titleLogoContainer h3 {
  color: #1d1d1d;
  font-size: 28px;
  font-weight: 600;
}
.descriptionLogoMainContainer .descriptionLogoMainRow .rightDescriptoinLogoMainColumn .logoMainContainer .logoContainer {
  width: 100%;
  padding-top: 25px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 544px) {
  .descriptionLogoMainContainer .descriptionLogoMainRow .rightDescriptoinLogoMainColumn .logoMainContainer .logoContainer {
    justify-content: center;
  }
}
.descriptionLogoMainContainer .descriptionLogoMainRow .rightDescriptoinLogoMainColumn .logoMainContainer .logoContainer .logoBox {
  width: 245px;
  height: 115px;
  margin: 5px;
}
@media only screen and (max-width: 992px) {
  .descriptionLogoMainContainer .descriptionLogoMainRow .rightDescriptoinLogoMainColumn .logoMainContainer .logoContainer .logoBox {
    width: 215px;
    height: auto;
  }
}
.descriptionLogoMainContainer .descriptionLogoMainRow .rightDescriptoinLogoMainColumn .logoMainContainer .logoContainer .logoBox a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .descriptionLogoMainContainer .descriptionLogoMainRow .rightDescriptoinLogoMainColumn .logoMainContainer .logoContainer .logoBox a img {
    height: auto;
  }
}

.logoImageMainContainer {
  width: 100%;
  height: auto;
}
.logoImageMainContainer .logoImageMainRow {
  width: 98%;
  max-width: 1600px;
  height: auto;
  border-top-style: solid;
  border-width: 1px;
  border-color: #dce1e4;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1665px) {
  .logoImageMainContainer .logoImageMainRow {
    width: 90%;
  }
}
@media only screen and (max-width: 544px) {
  .logoImageMainContainer .logoImageMainRow {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.logoImageMainContainer .logoImageMainRow .specialLogoColumn .titleLogoColumn {
  padding-bottom: 30px;
}
.logoImageMainContainer .logoImageMainRow .specialLogoColumn .titleLogoColumn h3 {
  color: #1d1d1d;
  font-size: 28px;
  font-weight: 600;
}
.logoImageMainContainer .logoImageMainRow .specialLogoColumn .specialLogoBox {
  width: 469px;
  height: 250px;
  padding: 6px;
}
@media only screen and (max-width: 1420px) {
  .logoImageMainContainer .logoImageMainRow .specialLogoColumn .specialLogoBox {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .logoImageMainContainer .logoImageMainRow .specialLogoColumn .specialLogoBox {
    width: 469px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 544px) {
  .logoImageMainContainer .logoImageMainRow .specialLogoColumn .specialLogoBox {
    width: 90%;
    height: auto;
  }
}
.logoImageMainContainer .logoImageMainRow .specialLogoColumn .specialLogoBox a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1420px) {
  .logoImageMainContainer .logoImageMainRow .specialLogoColumn .specialLogoBox a img {
    height: auto;
  }
}
.logoImageMainContainer .logoImageMainRow .normalLogoColumn .titleLogoColumn {
  padding-bottom: 30px;
}
.logoImageMainContainer .logoImageMainRow .normalLogoColumn .titleLogoColumn h3 {
  color: #1d1d1d;
  font-size: 28px;
  font-weight: 600;
}
.logoImageMainContainer .logoImageMainRow .normalLogoColumn .normalLogoContainer {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 544px) {
  .logoImageMainContainer .logoImageMainRow .normalLogoColumn .normalLogoContainer {
    justify-content: center;
  }
}
.logoImageMainContainer .logoImageMainRow .normalLogoColumn .normalLogoContainer .normalLogoBox {
  width: 250px;
  height: 115px;
  margin: 6px;
}
@media only screen and (max-width: 992px) {
  .logoImageMainContainer .logoImageMainRow .normalLogoColumn .normalLogoContainer .normalLogoBox {
    width: 215px;
    height: auto;
  }
}
.logoImageMainContainer .logoImageMainRow .normalLogoColumn .normalLogoContainer .normalLogoBox a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .logoImageMainContainer .logoImageMainRow .normalLogoColumn .normalLogoContainer .normalLogoBox a img {
    height: auto;
  }
}

.blueBigBoxMainContainer {
  width: 100%;
  height: auto;
  background: #fff;
  padding-top: 70px;
  padding-bottom: 40px;
}
.blueBigBoxMainContainer .blueBigBoxMainRow {
  width: 100%;
  max-width: 1600px;
  height: auto;
  background: #00acd2;
  padding-top: 10px;
  padding-bottom: 40px;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn {
  position: relative;
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn::before {
  content: "";
  position: absolute;
  top: 66px;
  left: -2px;
  transform: translate(-100%, -50%);
  height: 1px;
  width: 100%;
  border-bottom: 2px dotted #00acd2;
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .titleSectionMainRow {
  left: -20px;
  padding-top: 50px;
}
@media only screen and (max-width: 992px) {
  .blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .titleSectionMainRow {
    left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .titleSectionMainRow {
    margin-bottom: 70px;
  }
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .titleSectionMainRow .titleSectionMainColumn {
  position: relative;
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .titleSectionMainRow .titleSectionMainColumn:before {
  width: 6%;
  border-bottom: 2px dotted #fff;
  top: 16px;
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .titleSectionMainRow .titleSectionMainColumn .sectionNumber {
  color: #fff;
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .titleSectionMainRow .titleSectionMainColumn .sectionTitle h2 {
  color: #fff;
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .titleSectionMainRow .titleSectionMainColumn .otherInformation {
  position: absolute;
  top: -15px;
  left: auto;
  right: 50px;
}
@media only screen and (max-width: 767px) {
  .blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .titleSectionMainRow .titleSectionMainColumn .otherInformation {
    position: relative;
    top: 45px;
    left: auto;
    right: auto;
    display: none;
  }
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .titleSectionMainRow .titleSectionMainColumn .otherInformation p {
  color: #fff;
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .titleSectionMainRowHeader {
  left: -20px;
  padding-top: 50px;
}
@media only screen and (max-width: 992px) {
  .blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .titleSectionMainRowHeader {
    left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .titleSectionMainRowHeader {
    margin-bottom: 70px;
  }
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .titleSectionMainRowHeader .titleSectionMainColumn {
  position: relative;
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .titleSectionMainRowHeader .titleSectionMainColumn .sectionNumber {
  color: #fff;
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .titleSectionMainRowHeader .titleSectionMainColumn .sectionTitle h2 {
  color: #fff;
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .titleSectionMainRowHeader .titleSectionMainColumn .otherInformation {
  position: absolute;
  top: 0px;
  left: auto;
  right: 50px;
}
@media only screen and (max-width: 767px) {
  .blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .titleSectionMainRowHeader .titleSectionMainColumn .otherInformation {
    position: absolute;
    top: 45px;
    left: 10px;
    right: auto;
  }
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .titleSectionMainRowHeader .titleSectionMainColumn .otherInformation p {
  color: #fff;
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .smallBoxMainRow {
  max-width: 1300px;
  height: 310px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1420px) {
  .blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .smallBoxMainRow {
    justify-content: space-around;
    flex-wrap: wrap;
    height: auto;
  }
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .smallBoxMainRow .priceBox {
  width: 317px;
  height: 310px;
  background: rgba(255, 255, 255, 0.6705882353);
  padding-top: 60px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1420px) {
  .blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .smallBoxMainRow .priceBox {
    width: 270px;
  }
}
@media only screen and (max-width: 1200px) {
  .blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .smallBoxMainRow .priceBox {
    width: 320px;
    margin: 1% 5%;
  }
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .smallBoxMainRow .priceBox h3 {
  text-align: center;
  color: #00acd2;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .smallBoxMainRow .priceBox p {
  color: #00acd2;
  text-align: center;
  font-size: 32px;
  margin-bottom: 46px;
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .smallBoxMainRow .priceBox .readMoreBtn {
  display: block;
  display: flex;
  justify-content: center;
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .smallBoxMainRow .priceBox .readMoreBtn a {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  padding: 15px 40px;
  background: #00acd2;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  transition: 0.4s;
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .smallBoxMainRow .priceBox .readMoreBtn a:hover {
  background: #fff;
  color: #00acd2;
  border-color: #00acd2;
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .owl-carousel-packages {
  max-width: 85%;
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .owl-carousel-packages .priceBox {
  width: 317px;
  height: 310px;
  background: rgba(255, 255, 255, 0.6705882353);
  padding-top: 60px;
  padding-bottom: 40px;
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .owl-carousel-packages .owl-stage-outer {
  z-index: 99;
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .owl-carousel-packages .owl-stage-outer .owl-stage .owl-item {
  display: flex;
  justify-content: center;
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .owl-carousel-packages .owl-nav {
  width: 110%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: -5%;
  top: 30%;
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .owl-carousel-packages .owl-nav .owl-prev {
  font-size: 20px;
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .owl-carousel-packages .owl-nav .owl-prev span {
  font-size: 60px;
  color: #fff;
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .owl-carousel-packages .owl-nav .owl-next span {
  font-size: 60px;
  color: #fff;
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .specialInformationContainer {
  width: 100%;
  max-width: 1300px;
  padding-top: 30px;
}
@media only screen and (max-width: 1420px) {
  .blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .specialInformationContainer {
    padding-left: 4%;
  }
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .specialInformationContainer p {
  font-size: 14px;
  color: #fff;
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .twoColumnContainer {
  width: 100%;
  height: auto;
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .twoColumnContainer {
    flex-wrap: wrap;
  }
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .twoColumnContainer .leftColumn {
  width: 50%;
}
@media only screen and (max-width: 1200px) {
  .blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .twoColumnContainer .leftColumn {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .twoColumnContainer .leftColumn .leftColumnDescription {
  padding-left: 60px;
  padding-top: 60px;
}
@media only screen and (max-width: 1200px) {
  .blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .twoColumnContainer .leftColumn .leftColumnDescription {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  .blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .twoColumnContainer .leftColumn .leftColumnDescription {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .twoColumnContainer .leftColumn .leftColumnDescription {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .twoColumnContainer .leftColumn .leftColumnDescription h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1200px) {
  .blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .twoColumnContainer .leftColumn .leftColumnDescription h3 {
    display: none !important;
  }
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .twoColumnContainer .leftColumn .leftColumnDescription p {
  max-width: 620px;
  text-align: justify;
  color: #fff;
  font-size: 18px;
  line-height: 33px;
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .twoColumnContainer .rightColumn {
  width: 50%;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 1200px) {
  .blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .twoColumnContainer .rightColumn {
    width: 100%;
  }
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .twoColumnContainer .rightColumn .buttonContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 7px;
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .twoColumnContainer .rightColumn .buttonContainer .registrationBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 30px;
  font-family: "Montserrat", sans-serif;
  color: #00acd2;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  padding: 15px 20px;
  background: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  transition: 0.4s;
  display: flex;
}
@media only screen and (max-width: 1420px) {
  .blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .twoColumnContainer .rightColumn .buttonContainer .registrationBtn a {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .twoColumnContainer .rightColumn .buttonContainer .registrationBtn a {
    width: 300px;
    font-size: 18px;
  }
}
.blueBigBoxMainContainer .blueBigBoxMainRow .blueBigBoxMainColumn .twoColumnContainer .rightColumn .buttonContainer .registrationBtn a:hover {
  background: #00acd2;
  color: #fff;
  transition: 0.4s;
}
.blueBigBoxMainContainer .blueBigBoxMainRow .noDots:before {
  content: none;
}

.contactMainContainer {
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 40px;
  background: #fff;
}
.contactMainContainer .contactMainRow {
  width: 98%;
  max-width: 2000px;
}
@media only screen and (max-width: 544px) {
  .contactMainContainer .contactMainRow {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.contactMainContainer .contactMainRow .contactColumn {
  display: flex;
  justify-content: flex-end;
}
.contactMainContainer .contactMainRow .contactColumn .contactInformationContainer {
  max-width: 90%;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .contactMainContainer .contactMainRow .contactColumn .contactInformationContainer {
    display: flex;
    flex-wrap: wrap;
  }
}
.contactMainContainer .contactMainRow .contactColumn .contactInformationContainer h2 {
  font-size: 48px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 992px) {
  .contactMainContainer .contactMainRow .contactColumn .contactInformationContainer h2 {
    width: 100%;
    font-size: 32px;
  }
}
.contactMainContainer .contactMainRow .contactColumn .contactInformationContainer .adressBox {
  width: 250px;
  height: auto;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-bottom: 40px;
}
.contactMainContainer .contactMainRow .contactColumn .contactInformationContainer .adressBox:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 40px;
  transform: translate(100%, -50%);
  height: 1px;
  width: 300%;
  border-bottom: 2px dotted #00acd2;
  transition: 0.4s;
  opacity: 0;
}
@media only screen and (max-width: 992px) {
  .contactMainContainer .contactMainRow .contactColumn .contactInformationContainer .adressBox:before {
    width: 100%;
    font-size: 32px;
    content: none;
  }
}
.contactMainContainer .contactMainRow .contactColumn .contactInformationContainer .adressBox:hover:before {
  opacity: 0;
  transition: 0.4s;
}
.contactMainContainer .contactMainRow .contactColumn .contactInformationContainer .adressBox:hover .iconBox svg path {
  opacity: 1;
  transition: 0.4s;
}
.contactMainContainer .contactMainRow .contactColumn .contactInformationContainer .adressBox:hover .adress p strong {
  color: #00acd2;
  transition: 0.4s;
}
.contactMainContainer .contactMainRow .contactColumn .contactInformationContainer .adressBox .iconBox {
  width: 45px;
}
.contactMainContainer .contactMainRow .contactColumn .contactInformationContainer .adressBox .iconBox svg path {
  opacity: 0;
  fill: #00acd2;
  transition: 0.4s;
}
.contactMainContainer .contactMainRow .contactColumn .contactInformationContainer .adressBox .adress p {
  margin-bottom: 0px;
  line-height: 1.3;
}
.contactMainContainer .contactMainRow .contactColumn .contactInformationContainer .adressBox .adress p strong {
  transition: 0.4s;
}
.contactMainContainer .contactMainRow .contactColumn .contactInformationContainer .navigationRoadContainer {
  margin-top: 10px;
  padding: 20px 0px;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .contactMainContainer .contactMainRow .contactColumn .contactInformationContainer .navigationRoadContainer {
    margin-left: auto;
    margin-right: auto;
  }
}
.contactMainContainer .contactMainRow .contactColumn .contactInformationContainer .navigationRoadContainer svg {
  height: 20px;
}
.contactMainContainer .contactMainRow .contactColumn .contactInformationContainer .navigationRoadContainer svg path {
  fill: #00acd2;
}
.contactMainContainer .contactMainRow .contactColumn .contactInformationContainer .navigationRoadContainer span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding-left: 10px;
}
.contactMainContainer .contactMainRow .contactMapColumn {
  height: 580px;
}
.contactMainContainer .contactMainRow .contactMapColumn .mapContainer {
  width: 100%;
  height: 580px;
  position: relative;
  display: none;
  transition: opacity 0.3s ease;
}
.contactMainContainer .contactMainRow .contactMapColumn .mapContainer:first-child {
  display: block;
}
.contactMainContainer .contactMainRow .contactMapColumn .mapContainer .iframe {
  width: 100%;
  height: 100%;
}

.footerMainContainer {
  width: 100%;
  max-width: 2000px;
  background: #00acd2;
  height: auto;
}
.footerMainContainer .footerMainRow {
  width: 98%;
  max-width: 1600px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom-style: solid;
  border-color: rgba(255, 255, 255, 0.4392156863);
  border-width: 1px;
}
.footerMainContainer .footerMainRow .footerMainColumn {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.footerMainContainer .footerMainRow .footerMainColumn .footerInformation h2 {
  color: #fff;
  max-width: 280px;
}
.footerMainContainer .footerMainRow .footerMainColumn .footerInformation .logoContainerFooter {
  width: 200px;
  height: auto;
  margin-top: 30px;
  margin-bottom: 20px;
}
.footerMainContainer .footerMainRow .footerMainColumn .footerInformation .logoContainerFooter img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.footerMainContainer .footerMainRow .footerMainColumn .footerInformation .organizerName p {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0px;
}
.footerMainContainer .footerMainRow .footerMainColumn .footerInformation .organizerName p span {
  margin-top: 20px;
  display: inline-block;
}
.footerMainContainer .footerMainRow .footerMainColumn .footerInformation .directContactBox {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footerMainContainer .footerMainRow .footerMainColumn .footerInformation .directContactBox p {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 600;
}
.footerMainContainer .footerMainRow .footerMainColumn .footerInformation .directContactBox .contactLinks {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.footerMainContainer .footerMainRow .footerMainColumn .footerInformation .directContactBox .contactLinks svg {
  height: 30px;
  width: 30px;
  fill: #fff;
}
.footerMainContainer .footerMainRow .footerMainColumn .footerInformation .directContactBox .contactLinks svg path {
  fill: #fff;
}
.footerMainContainer .footerMainRow .footerMainColumn .footerInformation .directContactBox .contactLinks a {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0px;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  padding: 10px;
}
.footerMainContainer .footerNavigationMainRow {
  width: 98%;
  max-width: 1600px;
}
.footerMainContainer .footerNavigationMainRow .footerNavigationMainColumn .firstUlFooter {
  list-style: none;
  padding-left: 0px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
  .footerMainContainer .footerNavigationMainRow .footerNavigationMainColumn .firstUlFooter {
    justify-content: unset;
  }
}
.footerMainContainer .footerNavigationMainRow .footerNavigationMainColumn .firstUlFooter .firstLiFooter {
  margin: 20px;
}
@media only screen and (max-width: 992px) {
  .footerMainContainer .footerNavigationMainRow .footerNavigationMainColumn .firstUlFooter .firstLiFooter {
    margin: 0px;
  }
}
.footerMainContainer .footerNavigationMainRow .footerNavigationMainColumn .firstUlFooter .firstLiFooter:first-child {
  margin-left: 0px;
}
.footerMainContainer .footerNavigationMainRow .footerNavigationMainColumn .firstUlFooter .firstLiFooter:last-child {
  margin-right: 0px;
}
.footerMainContainer .footerNavigationMainRow .footerNavigationMainColumn .firstUlFooter .firstLiFooter a {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0px;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  padding: 10px;
}

.registrationMainContainer {
  width: 100%;
  height: auto;
}
.registrationMainContainer .registrationMainRow {
  width: 100%;
  max-width: 2000px;
  height: auto;
  background-image: url(../img/registration/register-page-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #00acd2;
}
.registrationMainContainer .registrationMainRow .registrationMainColumn {
  height: auto;
  padding: 120px 0px;
}
.registrationMainContainer .registrationMainRow .registrationMainColumn .registrationContainer {
  width: 1200px;
  height: auto;
  background: rgba(255, 255, 255, 0.514);
  margin-top: 20px;
  margin-bottom: 125px;
  border-radius: 20px;
  padding: 50px 150px;
}
@media only screen and (max-width: 1200px) {
  .registrationMainContainer .registrationMainRow .registrationMainColumn .registrationContainer {
    width: 90%;
  }
}
@media only screen and (max-width: 992px) {
  .registrationMainContainer .registrationMainRow .registrationMainColumn .registrationContainer {
    padding: 20px 50px;
  }
}
@media only screen and (max-width: 544px) {
  .registrationMainContainer .registrationMainRow .registrationMainColumn .registrationContainer {
    width: 100%;
  }
}
.registrationMainContainer .registrationMainRow .registrationMainColumn .registrationContainer .titleRegistration h1 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 60px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .registrationMainContainer .registrationMainRow .registrationMainColumn .registrationContainer .titleRegistration h1 {
    font-size: 30px;
  }
}
.registrationMainContainer .registrationMainRow .registrationMainColumn .registrationContainer .registrationForm {
  width: 100%;
  height: auto;
}
.registrationMainContainer .registrationMainRow .registrationMainColumn .registrationContainer .registrationForm label {
  display: none;
}
.registrationMainContainer .registrationMainRow .registrationMainColumn .registrationContainer .registrationForm .acceptLabel {
  display: inline;
}
.registrationMainContainer .registrationMainRow .registrationMainColumn .registrationContainer .registrationForm select, .registrationMainContainer .registrationMainRow .registrationMainColumn .registrationContainer .registrationForm input {
  width: 100%;
  padding: 20px;
  margin: 5px 0px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  color: #1d1d1d;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}
@media only screen and (max-width: 544px) {
  .registrationMainContainer .registrationMainRow .registrationMainColumn .registrationContainer .registrationForm select, .registrationMainContainer .registrationMainRow .registrationMainColumn .registrationContainer .registrationForm input {
    padding: 10PX;
  }
}
.registrationMainContainer .registrationMainRow .registrationMainColumn .registrationContainer .registrationForm input::placeholder {
  color: #1d1d1d;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}
.registrationMainContainer .registrationMainRow .registrationMainColumn .registrationContainer .registrationForm .checkboxWrapper {
  margin-bottom: 15px;
  margin: 20px 0px;
}
.registrationMainContainer .registrationMainRow .registrationMainColumn .registrationContainer .registrationForm .checkboxWrapper label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 300;
}
.registrationMainContainer .registrationMainRow .registrationMainColumn .registrationContainer .registrationForm .checkboxWrapper label a {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 300;
  color: #fff;
  margin: 0px 5px;
}
.registrationMainContainer .registrationMainRow .registrationMainColumn .registrationContainer .registrationForm .checkboxWrapper label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.registrationMainContainer .registrationMainRow .registrationMainColumn .registrationContainer .registrationForm .checkboxWrapper label .custom-checkbox {
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  margin-top: 2px;
  transition: background 0.2s, border-color 0.2s;
  flex-shrink: 0;
}
.registrationMainContainer .registrationMainRow .registrationMainColumn .registrationContainer .registrationForm .checkboxWrapper label input[type=checkbox]:checked + .custom-checkbox {
  background-color: #fff;
}
.registrationMainContainer .registrationMainRow .registrationMainColumn .registrationContainer .registrationForm button {
  display: block;
  width: 100%;
  background: #00254b;
  border-style: solid;
  border-color: #fff;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  padding: 10px;
  transition: 0.4s;
  margin: 30px 0px;
}
.registrationMainContainer .registrationMainRow .registrationMainColumn .registrationContainer .registrationForm button:hover {
  background: #fff;
  color: #00254b;
  border-color: 254b;
  transition: 0.4s;
}
.registrationMainContainer .registrationMainRow .registrationMainColumn .registrationContainer .registrationForm p {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 16px;
}
.registrationMainContainer .registrationMainRow .registrationMainColumn .registrationContainer .registrationForm p a {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 16px;
}

.twoBoxColorMainContainer {
  width: 100%;
  height: auto;
  background: #fff;
  padding-top: 70px;
}
.twoBoxColorMainContainer .twoBoxColorMainRow {
  width: 98%;
  max-width: 1600px;
  display: flex;
  align-items: stretch;
}
.twoBoxColorMainContainer .twoBoxColorMainRow .twoBoxColorWhiteColumn {
  height: auto;
}
.twoBoxColorMainContainer .twoBoxColorMainRow .twoBoxColorWhiteColumn .twoBoxColorWhiteDescription {
  width: 100%;
  height: auto;
  max-width: 700px;
}
@media only screen and (max-width: 992px) {
  .twoBoxColorMainContainer .twoBoxColorMainRow .twoBoxColorWhiteColumn .twoBoxColorWhiteDescription {
    padding: 0px 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
.twoBoxColorMainContainer .twoBoxColorMainRow .twoBoxColorWhiteColumn .twoBoxColorWhiteDescription ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 40px;
}
.twoBoxColorMainContainer .twoBoxColorMainRow .twoBoxColorWhiteColumn .twoBoxColorWhiteDescription ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1;
  margin: 16px 0px;
}
.twoBoxColorMainContainer .twoBoxColorMainRow .twoBoxColorWhiteColumn .twoBoxColorWhiteDescription ul li::before {
  content: "■";
  color: #00acd2;
  font-size: 22px;
  line-height: 1;
  flex-shrink: 0;
  margin-right: 10px;
}
.twoBoxColorMainContainer .twoBoxColorMainRow .twoBoxColorWhiteColumn .twoBoxColorWhiteDescription p {
  margin-bottom: 5px;
}
.twoBoxColorMainContainer .twoBoxColorMainRow .twoBoxColorWhiteColumn .smallColorFont p {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 2;
}
.twoBoxColorMainContainer .twoBoxColorMainRow .twoBoxColorWhiteColumn .smallColorFont p strong {
  font-weight: 600;
}
.twoBoxColorMainContainer .twoBoxColorMainRow .twoBoxColorWhiteColumn .smallColorFont p a {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 2;
  color: #1d1d1d;
}
.twoBoxColorMainContainer .twoBoxColorMainRow .twoBoxColorWhiteColumn .smallColorFont span {
  color: #00acd2;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 2;
}
.twoBoxColorMainContainer .twoBoxColorMainRow .twoBoxColorWhiteColumn .smallColorFont span strong {
  font-weight: 600;
}
.twoBoxColorMainContainer .twoBoxColorMainRow .twoBoxColorColumn {
  height: auto;
}
.twoBoxColorMainContainer .twoBoxColorMainRow .twoBoxColorColumn .colorContainer {
  background: #00acd2;
  width: 100%;
  height: 100%;
  padding: 60px 50px;
}
.twoBoxColorMainContainer .twoBoxColorMainRow .twoBoxColorColumn .colorContainer .colorBox {
  width: 100%;
  height: auto;
  padding: 20px 0px;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.514);
  display: flex;
}
.twoBoxColorMainContainer .twoBoxColorMainRow .twoBoxColorColumn .colorContainer .colorBox:first-child {
  border-top-style: solid;
}
.twoBoxColorMainContainer .twoBoxColorMainRow .twoBoxColorColumn .colorContainer .colorBox .leftDescription {
  width: 90%;
  padding-right: 20px;
}
.twoBoxColorMainContainer .twoBoxColorMainRow .twoBoxColorColumn .colorContainer .colorBox .leftDescription p {
  color: #fff;
  margin-bottom: 0px;
}
.twoBoxColorMainContainer .twoBoxColorMainRow .twoBoxColorColumn .colorContainer .colorBox .rightDescription {
  width: 10%;
}
.twoBoxColorMainContainer .twoBoxColorMainRow .twoBoxColorColumn .colorContainer .colorBox .rightDescription p {
  font-size: 22px;
  color: #fff;
  margin-bottom: 0px;
}
.twoBoxColorMainContainer .twoBoxColorMainRow .twoBoxColorColumn .colorContainer .titleColorBox {
  text-align: center;
}
.twoBoxColorMainContainer .twoBoxColorMainRow .twoBoxColorColumn .colorContainer .titleColorBox p {
  color: #fff;
  font-size: 22px;
  margin-bottom: 0px;
  text-align: center;
}
.twoBoxColorMainContainer .twoBoxColorMainRow .twoBoxColorColumn .colorContainer .titleEndColorBox {
  border: none;
}
.twoBoxColorMainContainer .twoBoxColorMainRow .twoBoxColorColumn .colorContainer .titleEndColorBox p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0px;
  text-align: center;
}

.main-pricing-title h2 {
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 600;
}
@media only screen and (max-width: 1070px) {
  .main-pricing-title h2 {
    font-size: 32px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1070px) {
  .main-pricing-title {
    padding: 0 20px;
  }
}

.twoColumnBigSquareMainContiner {
  width: 100%;
  height: auto;
  padding: 80px 0px;
}
.twoColumnBigSquareMainContiner .twoColumnBigSquareMainRow {
  width: 98%;
  max-width: 1600px;
  height: auto;
}
.twoColumnBigSquareMainContiner .twoColumnBigSquareMainRow .twoColumnBigSquareMainColumn {
  padding: 0px 20px;
}
.twoColumnBigSquareMainContiner .twoColumnBigSquareMainRow .twoColumnBigSquareMainColumn .backgroundSquare {
  width: 100%;
  height: auto;
  padding: 70px;
  background: #00acd2;
  background-repeat: repeat;
  background-image: none;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
}
@media only screen and (max-width: 767px) {
  .twoColumnBigSquareMainContiner .twoColumnBigSquareMainRow .twoColumnBigSquareMainColumn .backgroundSquare {
    padding: 20px;
  }
}
.twoColumnBigSquareMainContiner .twoColumnBigSquareMainRow .twoColumnBigSquareMainColumn .backgroundSquare .descriptionSquare {
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 0.6);
  padding: 80px;
}
@media only screen and (max-width: 767px) {
  .twoColumnBigSquareMainContiner .twoColumnBigSquareMainRow .twoColumnBigSquareMainColumn .backgroundSquare .descriptionSquare {
    padding: 20px;
  }
}
.twoColumnBigSquareMainContiner .twoColumnBigSquareMainRow .twoColumnBigSquareMainColumn .backgroundSquare .descriptionSquare p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #00acd2;
  font-weight: 600;
  margin-bottom: 0px;
}
.twoColumnBigSquareMainContiner .twoColumnBigSquareMainRow .twoColumnBigSquareMainColumn .backgroundSquare .descriptionSquare h3 {
  font-family: "Montserrat", sans-serif;
  color: #00acd2;
  font-weight: 800;
  font-size: 40px;
}
.twoColumnBigSquareMainContiner .twoColumnBigSquareMainRow .twoColumnBigSquareMainColumn .backgroundSquare .descriptionSquare ul {
  margin-top: 40px;
  list-style: none;
  padding-left: 0px;
}
.twoColumnBigSquareMainContiner .twoColumnBigSquareMainRow .twoColumnBigSquareMainColumn .backgroundSquare .descriptionSquare ul li {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #00acd2;
  font-weight: 600;
  padding: 7px 0px;
  display: flex;
  align-items: flex-start;
  border-bottom-style: solid;
  border-color: #00acd2;
  border-width: 2px;
}
.twoColumnBigSquareMainContiner .twoColumnBigSquareMainRow .twoColumnBigSquareMainColumn .backgroundSquare .descriptionSquare ul li:last-child {
  border: none;
}
.twoColumnBigSquareMainContiner .twoColumnBigSquareMainRow .twoColumnBigSquareMainColumn .backgroundSquare .descriptionSquare ul li:before {
  content: "✓";
  color: #00acd2;
  font-size: 20px;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 2px;
  margin-right: 10px;
}
.twoColumnBigSquareMainContiner .twoColumnBigSquareMainRow .twoColumnBigSquareMainColumn .backgroundSquare .endDescription {
  padding: 30px 20px 0px 20px;
}
.twoColumnBigSquareMainContiner .twoColumnBigSquareMainRow .twoColumnBigSquareMainColumn .backgroundSquare .endDescription p {
  font-size: 12px;
  color: #fff;
  margin-bottom: 0px;
  font-weight: 500;
}
.twoColumnBigSquareMainContiner .twoColumnBigSquareMainRow .twoColumnBigSquareDescriptionMainColumn .descriptionContainer {
  max-width: 600px;
  margin-left: 5px;
}
@media only screen and (max-width: 1200px) {
  .twoColumnBigSquareMainContiner .twoColumnBigSquareMainRow .twoColumnBigSquareDescriptionMainColumn .descriptionContainer {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 30px;
  }
}
.twoColumnBigSquareMainContiner .twoColumnBigSquareMainRow .twoColumnBigSquareDescriptionMainColumn .descriptionContainer h2 {
  font-size: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 30px;
}
.twoColumnBigSquareMainContiner .twoColumnBigSquareMainRow .twoColumnBigSquareDescriptionMainColumn .registrationContainer {
  width: 100%;
  height: auto;
  margin-top: 0;
}
.twoColumnBigSquareMainContiner .twoColumnBigSquareMainRow .twoColumnBigSquareDescriptionMainColumn .registrationContainer .registrationBox {
  width: 780px;
  height: 500px;
  background: #00acd2;
}
.twoColumnBigSquareMainContiner .twoColumnBigSquareMainRow .twoColumnBigSquareDescriptionMainColumn .registrationContainer .registrationForm {
  max-width: 780px;
  background: #00acd2;
  padding: 40px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
}
.twoColumnBigSquareMainContiner .twoColumnBigSquareMainRow .twoColumnBigSquareDescriptionMainColumn .registrationContainer .registrationForm .formRow {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap: 20px;
}
.twoColumnBigSquareMainContiner .twoColumnBigSquareMainRow .twoColumnBigSquareDescriptionMainColumn .registrationContainer .registrationForm .formRow label {
  flex: 0 0 30%;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: left;
}
.twoColumnBigSquareMainContiner .twoColumnBigSquareMainRow .twoColumnBigSquareDescriptionMainColumn .registrationContainer .registrationForm .formRow input,
.twoColumnBigSquareMainContiner .twoColumnBigSquareMainRow .twoColumnBigSquareDescriptionMainColumn .registrationContainer .registrationForm .formRow select {
  flex: 1;
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 0px;
  font-size: 16px;
  background: transparent;
  color: #fff;
  appearance: auto;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  accent-color: #fff;
  cursor: pointer;
}
.twoColumnBigSquareMainContiner .twoColumnBigSquareMainRow .twoColumnBigSquareDescriptionMainColumn .registrationContainer .registrationForm .formRow input option,
.twoColumnBigSquareMainContiner .twoColumnBigSquareMainRow .twoColumnBigSquareDescriptionMainColumn .registrationContainer .registrationForm .formRow select option {
  background: #00acd2;
  color: #fff;
}
.twoColumnBigSquareMainContiner .twoColumnBigSquareMainRow .twoColumnBigSquareDescriptionMainColumn .registrationContainer .registrationForm .formRow select:hover,
.twoColumnBigSquareMainContiner .twoColumnBigSquareMainRow .twoColumnBigSquareDescriptionMainColumn .registrationContainer .registrationForm .formRow select:focus {
  outline: none;
}
.twoColumnBigSquareMainContiner .twoColumnBigSquareMainRow .twoColumnBigSquareDescriptionMainColumn .registrationContainer .registrationForm .formRow select option:hover,
.twoColumnBigSquareMainContiner .twoColumnBigSquareMainRow .twoColumnBigSquareDescriptionMainColumn .registrationContainer .registrationForm .formRow select option:focus,
.twoColumnBigSquareMainContiner .twoColumnBigSquareMainRow .twoColumnBigSquareDescriptionMainColumn .registrationContainer .registrationForm .formRow select option:checked {
  background: #00acd2 !important;
  color: #fff !important;
  border: none;
}
.twoColumnBigSquareMainContiner .twoColumnBigSquareMainRow .twoColumnBigSquareDescriptionMainColumn .registrationContainer .registrationForm .paymentInfo {
  text-align: right;
  font-size: 14px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin: 10px 0 20px;
}
.twoColumnBigSquareMainContiner .twoColumnBigSquareMainRow .twoColumnBigSquareDescriptionMainColumn .registrationContainer .registrationForm .paymentInfo strong {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  padding-right: 30px;
}
.twoColumnBigSquareMainContiner .twoColumnBigSquareMainRow .twoColumnBigSquareDescriptionMainColumn .registrationContainer .registrationForm button {
  display: block;
  margin-left: auto;
  width: 68%;
  padding: 12px 0;
  background: #fff;
  color: #00acd2;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid transparent;
  border-radius: 0px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s ease;
}
.twoColumnBigSquareMainContiner .twoColumnBigSquareMainRow .twoColumnBigSquareDescriptionMainColumn .registrationContainer .registrationForm button:hover {
  background: #00acd2;
  color: #fff;
  border-color: #fff;
  transition: 0.3s ease;
}
.twoColumnBigSquareMainContiner .twoColumnBigSquareMainRow .legalNotice {
  padding-top: 20px;
  padding-left: 10px;
}
.twoColumnBigSquareMainContiner .twoColumnBigSquareMainRow .legalNotice p {
  font-size: 14px;
  margin-bottom: 10px;
}

/*# sourceMappingURL=mainStyle.css.map */
