@charset "utf-8";
/* CSS Document */

@import url("common.css");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,700,800,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Marvel:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lobster&display=swap");
@import url("https://fonts.googleapis.com/css?family=Great+Vibes&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;700&display=swap");

/*
font-family: 'Raleway', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Marvel', sans-serif;
font-family: 'Lobster', cursive;
font-family: 'Great Vibes', cursive;
font-family: 'Montserrat', sans-serif;
*/

:root {
  --r: "Roboto", sans-serif;
  --rc: "Roboto Condensed", sans-serif;
  --rale: "Raleway", sans-serif;
  --open: "Open Sans", sans-serif;
  --mar: "Marvel", sans-serif;
  --lob: "Lobster", cursive;
  --mont: "Montserrat", sans-serif;
  --bl: #262626;
  --rr: #c0000f;
  --blue: #16246c;
  --gr: #2d2d2d;
  --wh: rgba(255, 255, 255, 0.9);
  --bor: #93803f;
  --vibes: "Great Vibes", cursive;
  --brd: rgba(212, 212, 212, 0.38);
  --cycol: #22beca;
}

body {
  font-family: var(--r);
}

.fancybox-navigation {
  top: 50%;
}

@media only screen and (min-width: 1200px) {
  .heading {
    font-family: var(--r);
    color: #1e1e1ea6;
    font-size: 1.75rem;
    font-weight: 600;
    display: inline-block;
    background: white;
    padding: 0.5rem 0.75rem;
    border-radius: 5px;
    border-bottom: 0.125rem solid var(--cycol);
  }

  .sch {
    font-weight: 300;
    opacity: 0.8;
    padding-top: 0.8rem;
    text-align: justify;
  }

  .fwsp {
    font-weight: 600;
    vertical-align: baseline;
  }

  .ita {
    vertical-align: baseline;
    font-style: italic;
  }

  .border {
    border-bottom: 0.125rem solid var(--cycol);
  }

  h2 {
    font-size: 1.1rem;
    font-weight: 600;
    opacity: 0.7;
  }

  header {
    background: #f0f1f5;
  }

  header > .logo {
    position: absolute;
    top: 2rem;
    left: 4rem;
    z-index: 1;
    background: #f0f1f5;
    border-bottom: 0.125rem solid var(--cycol);
  }

  header > .logo::before {
    content: " ";
    position: absolute;
    bottom: -0.125rem;
    left: -0.095rem;
    height: 1.8rem;
    width: 0.095rem;
    background: var(--cycol);
  }

  header > .logo::after {
    content: " ";
    position: absolute;
    bottom: -0.125rem;
    right: -0.125rem;
    height: 1.8rem;
    width: 0.095rem;
    background: var(--cycol);
  }

  header > .logo > a > img {
    height: 7rem;
    bottom: 10px;
  }

  header > .mob {
    display: none;
  }

  header > nav > ul {
    text-align: right;
    right: 3rem;
    padding: 3rem 0rem;
  }

  header > nav > ul > li {
    display: inline-block;
  }

  header > nav > ul > li > a {
    padding: 0.5rem 0.75rem;
    font-weight: 600;
    opacity: 0.7;
  }

  .c1 {
    padding: 6rem 5vw 6rem;
  }

  .cx2 {
    padding: 3rem 3rem 0px;
    line-height: 1.5rem;
  }

  .cx2 > p:nth-child(2) {
    padding-top: 1.5rem;
  }

  .cx2 > p.xtr {
    padding-top: 0.8rem !important;
  }

  .sri {
    padding: 0rem 0rem;
    text-align: right;
  }

  .sri > p {
    display: inline-block;
    right: 0px;
  }

  .sri > p::before {
    content: " ";
    position: absolute;
    width: calc(100% + 1rem);
    height: 50%;
    bottom: -0.5rem;
    background: var(--cycol);
    left: -0.5rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
  }

  .sri > p > img {
    height: 12rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 0.125rem solid var(--cycol);
  }

  .c2 > .c2x > h1,
  .c3 > .c3x > h1,
  .c4 > .c4x > h1 {
    z-index: 1;
  }

  .c2 > .c2x,
  .c3 > .c3x,
  .c4 > .c4x {
    padding-left: 15vw;
  }

  .c2 > .c2x > h1::before {
    content: " ";
    position: absolute;
    bottom: -0.65rem;
    left: -1.35rem;
    height: 3rem;
    width: 10rem;
    background: #fff;
    z-index: -1;
    border: 0.125rem solid var(--cycol);
    border-top: none;
  }

  .c3 > .c3x > h1::before {
    content: " ";
    position: absolute;
    bottom: -0.65rem;
    left: -1.35rem;
    height: 3rem;
    width: 9rem;
    background: #fff;
    z-index: -1;
    border: 0.125rem solid var(--cycol);
    border-top: none;
  }

  .c4 > .c4x > h1::before {
    content: " ";
    position: absolute;
    bottom: -0.62rem;
    left: -1.35rem;
    height: 3rem;
    width: 9.5rem;
    background: #fff;
    z-index: -1;
    border: 0.125rem solid var(--cycol);
    border-top: none;
  }

  .c2 > .c2a > .desc > .togg > p > a,
  .c2 > .c2a > .desc > p > a {
    vertical-align: baseline;
  }

  .c2 > .c2a > .desc > .togg {
    line-height: 1.5rem;
  }

  .c2a {
    padding: 0rem 5vw 6rem;
  }

  .c2a > .desc {
    padding: 0rem 0rem;
  }

  .c2a > .desc > p {
    line-height: 1.5rem;
  }

  .c2a > .desc > p > span {
    padding-right: 0.3rem;
  }

  .spdl {
    padding-right: 0rem !important;
  }

  .c2a > .desc > .lm {
    text-align: right;
  }

  .c2a > .desc > p:last-child > a {
    display: inline-block;
    padding: 0.5rem 0.75rem;
    border: 0.125rem solid var(--cycol);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }

  /*.c2a > .desc:not(:last-child)::after
	{
		content: " ";
		position: absolute;
		bottom: -3rem;
		left: 0px;
		right: 0px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		height: 0.125rem;
		width: 20rem;
		background: var(--trb2);
	}*/

  .c2a > .spdx {
    padding: 8rem 0rem 0rem;
  }

  .c2a > .spdx > p {
    animation: col 2s linear infinite;
  }

  .c2a > .spdx > p > span {
    vertical-align: baseline;
    font-weight: 600;
  }

  @keyframes col {
    50% {
      color: #22beca;
    }
  }

  .c2 > .c2a > .addl {
    padding-top: 7rem !important;
  }

  .c3 > .fcux {
    margin: 0rem 5vw;
    padding: 0rem 0rem;
    display: flex;
  }

  .c3 > .fcux:not(:first-child) {
    margin: 0rem 5vw 5vw;
    padding: 0rem 0rem;
  }

  .c3 > .fcux > .left {
    width: calc(100% - 30%);
    margin: 0px 2rem 0px 0px;
  }

  .c3 > .fcux > .right {
    width: calc(100% - 70%);
    margin: 0px 0px 0px auto;
    display: flex;
  }

  .c3 > .fcux > .right > .skt {
    margin: auto;
  }

  .c3 > .fcux > .right > .skt > p:nth-child(2) {
    text-align: center;
    font-weight: 600;
  }

  .c3 > .fcux > .left > p:not(:first-child) {
    padding-top: 1rem;
  }

  .c3 > .fcux > .left > p {
    line-height: 1.5rem;
  }

  .c3 > .fcux > .right > p {
    margin: auto;
  }

  .c3 > .fcux > .right > p > img,
  .c3 > .fcux > .right > .skt > p > img {
    height: 18vw;
    border: 0.125rem solid var(--cycol);
  }

  /*.c3 > .fcux > .right > p::before
	{
		content: " ";
		position: absolute;
		width: calc(100% + 1rem);
		height: 50%;
		bottom: -0.5rem;
		background: var(--cycol);
		left: -0.5rem;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
	}*/

  /*.c3 > .fcux:not(:last-child)::after
	{
		content: " ";
		position: absolute;
		bottom: -3rem;
		left: 0px;
		right: 0px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		height: 0.125rem;
		width: 20rem;
		background: var(--trb2);
	}*/

  .c4 > .conx {
    margin: 0rem 5vw 4rem;
    padding: 0rem 3rem;
  }

  .c4 > .conx > div {
    width: 50%;
    margin: 0px auto;
  }

  .c4 > .conx > div > form > p {
    padding: 1rem 0rem 0rem;
    border-bottom: 0.125rem solid var(--cycol);
  }

  .c4 > .conx > div > form > p > input,
  .c4 > .conx > div > form > p > textarea {
    padding-left: 2rem;
    font-weight: 300;
    vertical-align: baseline;
  }

  .c4 > .conx > div > form > .bst {
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    border: 0.125rem solid var(--cycol);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }

  .c4 > .conadd {
    margin: 6rem 15vw;
    padding: 0rem 3rem;
  }

  /* Events */

  .evtron {
    border-bottom: 0.125rem solid var(--cycol);
  }

  /*.evtron > .evx
	{
		display: flex;
	}*/

  .evtron > .evx > .lf {
    width: 100%;
    height: 60vh;
    background: #0ea6b1;
  }

  .evtron > .evx > .lf > img {
    width: 100%;
    object-fit: contain;
    height: 100%;
  }

  .evtron > .evx > .rt > div,
  .evtron > .evx > .rt > div > a {
    height: 100%;
    width: 100%;
  }

  .evtron > .evx > .rt > div video {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .evtron > .evx > .rt > div > a {
    display: block;
  }

  .evtron > .evx > .rt > div > a > img {
    width: auto;
    object-fit: cover;
    height: 100%;
  }

  .evtron > .evx > .rt > div > a > i {
    font-size: 5rem;
    color: var(--cycol);
    position: absolute;
    top: calc(50% - 2.5rem);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .evtron > .evx > .rt > div > a:hover > i {
    color: var(--w);
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .evtron > .rg {
    padding: 2rem 0rem;
  }

  .evtron > .rg > p {
    text-align: center;
  }

  .evtron > .rg > p > a {
    font-size: 1.15rem;
    color: var(--b);
    padding: 1rem 1.5rem;
    display: inline-block;
    border: 0.125rem solid var(--cycol);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .evtron > .rg > p > a:hover {
    background: var(--cycol);
    color: var(--w);
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .zmapp {
    padding: 0rem 0rem 6rem;
  }

  .zmapp > .z1 {
    padding: 6rem 15vw 3rem;
  }

  .zmapp > .z1 > h1 {
    text-align: center;
  }

  .zmapp > .zflx {
    display: flex;
    padding: 1rem 0rem 0rem;
  }

  .zmapp > .zflx > div {
    width: 30rem;
  }

  .zmapp > .zflx > .left {
    margin: 0px 3rem 0px auto;
  }

  .zmapp > .zflx > .right {
    margin: 0px auto 0px 3rem;
  }

  .zmapp > .zflx > div > div {
    width: 100%;
  }

  .zmapp > .zflx > div > div > a {
    display: block;
  }

  .zmapp > .zflx > div > div > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .zmapp > .zflx > div > div > a > i {
    font-size: 3rem;
    color: var(--cycol);
    position: absolute;
    top: calc(50% - 1.5rem);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .zmapp > .zflx > div > div > a:hover > i {
    color: var(--w);
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .zmapp > .zflx > div > p {
    padding: 2rem 0rem 0rem;
    text-align: center;
    font-weight: 300;
    opacity: 0.8;
  }

  /* Registration */

  .regx {
    display: flex;
    background-size: cover;
    border-bottom: 0.125rem solid var(--cycol);
  }

  .regx > div {
    width: 50vw;
    padding: 5rem 0rem;
  }

  .regx > .lf {
    display: flex;
  }

  .regx > .lf > .xf {
    width: 34rem;
    margin: auto 3vw auto auto;
    color: var(--w);
  }

  .regx > .lf > .xf > p:first-child {
    font-weight: 400;
    text-transform: uppercase;
    font-family: var(--mont);
    letter-spacing: 0.07rem;
  }

  .regx > .lf > .xf > p:last-child {
    font-weight: 700;
    font-size: 3rem;
    text-transform: uppercase;
    padding-top: 2rem;
    font-family: var(--mont);
    letter-spacing: 0.15rem;
  }

  .regx > .lf > .xf > p:last-child::after {
    content: " ";
    position: absolute;
    bottom: -2.5rem;
    left: 0px;
    width: 5rem;
    height: 0.35rem;
    background: var(--cycol);
  }

  .regx > .rt > .rgx {
    width: 30rem;
    background-color: #000;
    margin: auto auto auto 5vw;
    padding: 1.5rem 0rem;
  }

  .regx > .rt > .rgx > div {
    width: 25rem;
    margin: 0px auto;
  }

  .regx > .rt > .rgx > div > form > input {
    background: var(--w);
    width: 100%;
    margin: 0.75rem 0rem;
    padding: 0.65rem 0rem;
    text-indent: 2rem;
    border: 0.125rem solid rgb(217, 217, 217);
    border-radius: 4px;
  }

  .regx > .rt > .rgx > div > form > input[type="submit"] {
    text-indent: 0rem;
    width: 10rem;
    background: var(--cycol);
    color: var(--w);
    font-weight: 600;
    letter-spacing: 0.1rem;
  }

  .regx > .rt > .rgx > div > form > textarea {
    background: var(--w);
    width: 100%;
    margin: 0.5rem 0rem;
    padding: 0.65rem 0rem;
    text-indent: 2rem;
    border: 0.125rem solid rgb(217, 217, 217);
  }

  .po {
    padding: 6rem 15vw 2rem;
    border-bottom: 0.125rem solid var(--cycol);
  }

  .po > .x1 > h1 {
    text-align: center;
  }

  .po > .x2 {
    display: flex;
    padding: 5rem 0rem 3rem;
  }

  .po > .x2 > div {
    width: 30rem;
  }

  .po > .x2 > .lf {
    margin: 0px 3rem 0px auto;
  }

  .po > .x2 > .rt {
    margin: 0px auto 0px 3rem;
  }

  .po > .x2 > div > p {
    font-weight: 300;
    opacity: 0.8;
    text-align: center;
  }

  .po > .x2 > div > p:nth-child(2) {
    text-align: center;
    padding: 2rem 0rem 1rem;
  }

  .po > .x2 > div > p:nth-child(2) > img {
    height: 4rem;
  }

  .po > .x2 > div > p:nth-child(4) {
    padding: 1rem 0rem 2rem;
  }

  .po > .x2 > div > p:nth-child(5) > a {
    border: 0.125rem solid var(--cycol);
    padding: 0.5rem 0.75rem;
    border-radius: 5px;
    background: var(--cycol);
    color: var(--w);
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .po > .x2 > div > p:nth-child(5) > a:hover {
    background: var(--w);
    color: var(--b);
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .po > .x2 > .rt > p:nth-child(6) {
    padding-top: 2rem;
  }

  .po > .x2 > .rt > p:nth-child(6) > span {
    font-weight: 600;
    vertical-align: baseline;
  }

  .po > .x3 {
    display: flex;
    padding: 2rem 0rem;
  }

  .po > .x3 > div {
    width: 30rem;
  }

  .po > .x3 > .lf {
    margin: 0px 3rem 0px auto;
  }

  .po > .x3 > .rt {
    margin: 0px auto 0px 3rem;
  }

  .po > .x3 > div > p {
    font-weight: 300;
    opacity: 0.8;
    text-align: center;
  }

  .po > .x3 > div > p:nth-child(2) {
    text-align: center;
    padding: 2rem 0rem;
  }

  .po > .x3 > div > p:nth-child(2) > img {
    height: 8rem;
  }

  .po > .x3 > div > p {
    font-weight: 300;
    opacity: 0.8;
    text-align: center;
    line-height: 1.5rem;
  }

  .po > .x3 > div > p > span {
    font-weight: 600;
    vertical-align: baseline;
  }

  .po > .x3 > div > p:last-child {
    padding-top: 1rem;
  }

  .po > .x2 > div > .cards > img {
    height: 3rem;
  }

  .po > .x4 {
    padding: 3rem 0rem;
  }

  .po > .x4 > .paytm {
    width: 35rem;
    margin: 0px auto;
  }

  .po > .x4 > .paytm > p {
    text-align: center;
    font-weight: 300;
    opacity: 0.8;
  }

  .po > .x4 > .paytm > p:nth-child(2) {
    padding-top: 2rem;
  }

  .po > .x4 > .paytm > p:nth-child(2) > img {
    height: 30rem;
  }

  .ev2 {
    padding-bottom: 0rem;
  }

  .ev2 > .v1 {
    padding: 6rem 15vw 3rem;
  }

  .ev2 > .v1 > h1 {
    text-align: center;
  }

  .ev2 > .v2 {
    display: flex;
  }

  .ev2 > .v2 > div {
    width: 30rem;
  }

  .ev2 > .v2 > .lf {
    margin: 0px 3rem 0px auto;
  }

  .ev2 > .v2 > .lf > p {
    line-height: 1.5rem;
  }

  /*.ev2 > .v2 > .lf > p:first-child
	{
		font-family: var(--mont);
	}*/

  .ev2 > .v2 > .rt {
    margin: 0px auto 0px 3rem;
    display: flex;
    padding-top: 8rem;
  }

  .ev2 > .v2 > .rt > div {
    width: 15rem;
  }

  .ev2 > .v2 > .rt > .dt {
    margin: 0px auto 0px 0px;
  }

  .ev2 > .v2 > .rt > .lo {
    margin: 0px 0px 0px auto;
  }

  .ev2 > .v2 > .rt > div > p:first-child {
    color: var(--cycol);
    font-size: 1.65rem;
  }

  .ev2 > .v2 > .rt > .lo > p:nth-child(2) > span {
    vertical-align: baseline;
  }

  .ev2 > .v2 > .rt > div > p:nth-child(2) {
    font-weight: 600;
    opacity: 0.8;
    padding: 0.8rem 0rem;
    font-family: var(--mont);
    line-height: 1.5rem;
  }

  .ev2 > .v2 > .rt > div > .cch {
    font-weight: 300;
    opacity: 0.8;
    line-height: 1.5rem;
  }

  .v3 {
    background: var(--cycol);
    padding-bottom: 3rem;
  }

  .v3 > .ctx {
    padding: 6rem 15vw 3rem;
  }

  .v3 > .ctx > p {
    color: var(--w);
    text-align: center;
    font-weight: 300;
    font-size: 1.5rem;
  }

  .v3 > .ctx2 {
    display: flex;
  }

  .v3 > .ctx2 > div {
    width: 30rem;
  }

  .v3 > .ctx2 > .lf {
    margin: 0px 3rem 0px auto;
  }

  .v3 > .ctx2 > .rt {
    margin: 0px auto 0px 0px;
  }

  .v3 > .ctx2 > div > p:first-child {
    padding-bottom: 1rem;
    font-size: 1.15rem;
    letter-spacing: 0.05rem;
  }

  .v3 > .ctx2 > div > p {
    text-align: center;
  }

  .v3 > .ctx2 > div > p:nth-child(3) {
    font-size: 1.35rem;
    color: var(--w);
    letter-spacing: 0.05rem;
  }

  .v3 > .ctx2 > div > p:nth-child(4) > a {
    display: inline-block;
    vertical-align: baseline;
  }

  /* Workshop */

  .c1 > .mn1 {
    padding: 1rem 3rem 0px;
    opacity: 0.8;
  }

  .c1 > .mn1 > p {
    padding: 1rem 0px 0rem;
  }

  .xt2 {
    padding: 0rem 15vw 6rem;
  }

  .xt2 > div {
    padding: 0rem 3rem 0px;
    width: 45%;
    margin: 0px auto;
  }

  .xt2 > div > form > p > span {
    color: var(--cycol);
  }

  .xt2 > div > form > p:not(:first-child) {
    padding: 1rem 0rem 0rem;
  }

  .xt2 > div > form > p > input {
    border-bottom: 0.125rem solid var(--cycol);
    width: 100%;
    text-indent: 1.5rem;
    padding: 0.5rem 0rem;
  }

  .xt2 > div > form > input[type="submit"] {
    padding: 0.45rem 0.75rem;
    margin: 1.5rem 0rem 0rem;
    border: 0.125rem solid var(--cycol);
    border-radius: 5px;
    opacity: 0.8;
  }

  .c-mentor {
    display: grid;
    grid-template-columns: 1fr 4fr;
    grid-gap: 4rem;
    align-items: center;
    justify-items: center;
  }

  .c-mentor > .mimg > img {
    height: 18rem;
    border-radius: 20px;
  }

  .c-mentor > .mimg::before {
    content: " ";
    position: absolute;
    bottom: -1rem;
    left: 1rem;
    width: 100%;
    height: 100%;
    background: var(--cycol);
    border-radius: 20px;
  }

  .c-mentor > .arb1 > p {
    line-height: 1.5rem;
  }

  .x-wr {
    padding: 5rem 0px;
    text-align: center;
  }

  .cx {
    padding-bottom: 4rem;
    text-align: center;
  }

  footer {
    border-top: 0.125rem solid var(--cycol);
    padding-bottom: 1rem;
  }

  footer > div > p {
    padding: 1rem 1rem 0rem;
    text-align: center;
    font-weight: 300;
    opacity: 0.8;
    padding-top: 0.8rem;
  }

  footer > div > p:nth-child(2) > span {
    vertical-align: bottom !important;
  }

  .ar-w {
    display: flex;
    margin: 0 auto;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 6rem;
  }

  .ar-w > .l-f {
    width: 30%;
    margin: 0px 1rem 0px auto;
  }

  .ar-w > .l-f > .acco:not(:last-child) {
    padding-bottom: 1.5rem;
  }

  .ar-w > .l-f > .acco {
  }

  .ar-w > .l-f > .acco > a {
    display: block;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.5rem;
    opacity: 0.7;
    padding: 0.75rem 1rem;
    background: #08959f;
    border-radius: 5px;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    -webkit-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .ar-w > .l-f > .acco > a > span {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    display: inline-block;
  }

  .s-d-esc {
    background: black !important;
    -webkit-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .ar-w > .l-f > .acco > .d-esc {
    visibility: hidden;
    min-height: 0rem;
    max-height: 0px;
    background: #fff;
    opacity: 0;
    overflow: hidden;
    line-height: 1.5rem;
    padding: 0px 1rem;
    left: -6px;
    width: calc(100% - 2.25rem);
    border-left: 0.125rem solid #e6e6e6;
    border-bottom: 0.125rem solid #e6e6e6;
    -webkit-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .coxn {
    visibility: visible;
    min-height: 8rem;
    /* max-height: 70rem; */
    opacity: 1;
    padding: 0px 1rem 1rem;
    overflow: hidden;
    left: -6px;
    width: calc(100% - 2.25rem);
    line-height: 1.5rem;
    border-left: 0.125rem solid #e6e6e6;
    border-bottom: 0.125rem solid #e6e6e6;
    -webkit-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .ar-w > .l-f > .acco > .d-esc > p {
    line-height: 1.5rem;
  }

  .ar-w > .r-f {
    width: 70%;
    margin: 0px auto 0px 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*		max-height: 45vw;*/
  }

  .ar-w > .r-f > div {
    width: 30%;
    margin: auto 0.5rem;
    padding: 0rem 0px 1rem;
  }

  .ar-w > .r-f > .fakx {
    width: 30%;
    height: 0px;
    padding: 0 0 0;
    margin: 0px 0.5rem;
  }

  .ar-w > .r-f > div > a {
    width: 100%;
    display: block;
    border: 0.125rem solid var(--cycol);
  }

  .ar-w > .r-f > div > a > img {
    width: 100%;
    height: auto;
  }

  .ar-w > .r-f > div > a > i {
    position: absolute;
    top: calc(50% - 1.75vw);
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 2.5vw;
    color: #ea4646;
    text-align: center;
    -webkit-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .ar-w > .r-f > div:hover > a > i {
    color: var(--cycol);
    -webkit-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .con-t {
    padding: 0px 5vw 5rem;
  }

  .fbicon {
    display: inline-block;
    vertical-align: baseline;
    color: #222222;
    font-size: 1.75rem;
    -webkit-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .fbicon:hover {
    color: var(--cycol);
    -webkit-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  #iFeatures {
    position: relative;
    width: 100%;
    height: 73px;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 39, 62, 0.85);
  }
  .ticker {
    position: absolute;
    top: 24px;
    left: 0px;
    right: 0px;
    bottom: 10%;
    overflow: hidden;
  }

  .ticker p {
    position: relative;
    display: inline-block;
    top: 0;
    white-space: nowrap;
    width: auto;
    color: white;
  }

  .ticker a {
    color: white;
  }

  /* Aikatan Section */

  .aikflx {
    display: flex;
    flex-wrap: wrap;
  }

  .aikleft {
    width: 50%;
    margin: 0px auto 0 0;
  }

  .aikleft > p {
    line-height: 1.5rem;
  }

  .aikleft > p:first-child {
    padding-top: 0;
  }

  .aikright {
    width: 40%;
    margin: 0 0 0 auto;
  }

  .aikright {
    text-align: center;
  }

  .aikright > a {
    display: block;
    cursor: pointer;
  }

  .aikright > a > img {
    width: 75%;
    height: auto;
  }

  .participate {
    text-align: center;
    padding: 3rem 0 0;
  }

  .participate > a {
    display: inline-block;
    background: var(--cycol);
    color: rgba(255, 255, 255, 0.9);
    padding: 0.5rem 0.75rem;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }

  /* /Aikatan */

  /* Aikatan Page */

  .aklf {
    width: 45%;
    margin: 0 auto 0 0;
  }

  .akrt {
    width: 45%;
    margin: 0 0 0 auto;
  }

  .aklf > a {
    display: block;
    cursor: pointer;
    width: 75%;
    margin: 0 0 0 auto;
  }

  .aklf > a > img {
    width: 100%;
    height: auto;
  }

  .akrt > form {
    width: 70%;
    border-radius: 38px;
    background: #ffffff;
    box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
    padding: 2rem;
  }

  .akrt > form > div:not(:first-child) {
    padding: 1rem 0 0;
  }

  .akrt > form > div > label {
    display: block;
    padding-bottom: 0.25rem;
  }

  .akrt > form > div > input {
    display: block;
    width: calc(100% - 2rem);
    border: 0.125rem solid rgba(212, 212, 212, 0.38);
    padding: 0.25rem 0.5rem;
  }

  .akrt > form > div > button {
    padding: 0.5rem 1rem;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 0.5rem;
    background: var(--cycol);
    color: white;
  }

  .aboutAikatan {
    display: none;
    width: 60%;
    margin: 0 auto;
  }

  .aboutAikatan > p,
  .aikatanrules > p {
    line-height: 1.5rem;
  }

  .cx3 {
    text-align: center;
    padding-bottom: 1rem;
  }

  .aikatanrules {
    width: 70%;
    margin: 0 auto;
    padding: 3rem 0;
  }

  .fs175 {
    font-size: 1.5rem;
    padding-bottom: 1rem;
  }

  .msgstatus {
    padding: 2rem;
    width: 70%;
    font-weight: 500;
    text-align: center;
    line-height: 1.5rem;
  }

  .bold {
    font-weight: 600;
    vertical-align: baseline;
  }

  .aikatan-mic {
    text-align: right;
    width: 75%;
  }

  .aikatan-mic > img {
    height: 8rem;
  }

  .pt1 {
    padding-top: 2rem;
    font-weight: 700;
  }

  .secretary {
    position: absolute;
    bottom: -3.5rem;
    left: 0;
    text-align: center;
    right: 0;
    font-weight: 700;
  }

  /* /Aikatan Page */
}

@media only screen and (max-width: 1199px) {
  .heading {
    font-family: var(--r);
    font-size: 1.35rem;
    font-weight: 600;
    color: #1e1e1ea6;
    display: inline-block;
    background: white;
    padding: 0.5rem 0.75rem;
    border-radius: 5px;
    border-bottom: 0.125rem solid var(--cycol);
    margin: 0px 1rem;
  }

  .sch {
    font-weight: 300;
    opacity: 0.8;
    padding-top: 0.8rem;
    text-align: justify;
  }

  .fwsp {
    font-weight: 600;
    vertical-align: baseline;
  }

  .ita {
    vertical-align: baseline;
    font-style: italic;
  }

  .border {
    border-bottom: 0.125rem solid var(--cycol);
  }

  h2 {
    font-size: 1.1rem;
    font-weight: 600;
    opacity: 0.7;
  }

  header {
    background: #f0f1f5;
    height: 11.5rem;
  }

  header > .logo {
    position: absolute;
    top: 2rem;
    left: 0rem;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    z-index: 1;
    background: #f0f1f5;
  }

  header > .logo > a {
    display: inline-block;
  }

  header > .logo > a > img {
    height: 8rem;
    z-index: 1;
  }

  header > .mob {
    font-size: 1.75rem;
    color: var(--trb2);
    position: absolute;
    top: 4.7rem;
    right: 1rem;
    z-index: 1;
  }

  header > nav {
    text-align: right;
    top: 11.5rem;
    background: #fff;
    z-index: 1;
    width: 12rem;
    left: 100%;
    padding-bottom: 1rem;
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    transition: all 0.24s ease;
    border-top: 0.125rem solid var(--cycol);
    border-bottom: 0.125rem solid var(--cycol);
    border-left: 0.125rem solid var(--cycol);
  }

  header > nav.open {
    left: calc(100% - 12rem);
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  header > nav > ul > li {
    padding: 1rem 0rem 0rem;
    right: 0rem;
    z-index: 10;
  }

  header > nav > ul > li > a {
    font-size: 1.05rem;
    padding: 0.5rem 0.75rem;
    -moz-transition: all 0.24s ease;
    -webkit-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
    color: #000;
    opacity: 0.8;
    font-weight: 300;
  }

  header > nav > ul > li > a:hover {
    color: var(--cycol);
    -moz-transition: all 0.24s ease;
    -webkit-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .c1 {
    padding: 4rem 8vw 4rem;
  }

  .cx2 {
    padding: 3rem 0rem 0px;
    line-height: 1.5rem;
  }

  .cx2 > p:nth-child(2) {
    padding-top: 1.5rem;
  }

  .sri {
    padding: 4rem 0rem 0rem;
    text-align: center;
  }

  .sri > p {
    display: inline-block;
    right: 0px;
  }

  .sri > p::before {
    content: " ";
    position: absolute;
    width: calc(100% + 1rem);
    height: 50%;
    bottom: -0.5rem;
    background: var(--cycol);
    left: -0.5rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
  }

  .sri > p > img {
    height: 12rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 0.125rem solid var(--cycol);
  }

  .c2 > .c2x > h1,
  .c3 > .c3x > h1,
  .c4 > .c4x > h1 {
    z-index: 1;
  }

  .c2 > .c2x,
  .c3 > .c3x,
  .c4 > .c4x {
    padding-left: 15vw;
  }

  .c2 > .c2x > h1::before {
    content: " ";
    position: absolute;
    bottom: -0.65rem;
    left: -1.35rem;
    height: 3rem;
    width: 10rem;
    background: #fff;
    z-index: -1;
    border: 0.125rem solid var(--cycol);
    border-top: none;
  }

  .c3 > .c3x > h1::before {
    content: " ";
    position: absolute;
    bottom: -0.65rem;
    left: -1.35rem;
    height: 3rem;
    width: 9rem;
    background: #fff;
    z-index: -1;
    border: 0.125rem solid var(--cycol);
    border-top: none;
  }

  .c4 > .c4x > h1::before {
    content: " ";
    position: absolute;
    bottom: -0.6rem;
    left: -1.35rem;
    height: 3rem;
    width: 9.5rem;
    background: #fff;
    z-index: -1;
    border: 0.125rem solid var(--cycol);
    border-top: none;
  }

  .c2 > .c2a > .desc > .togg {
    line-height: 1.5rem;
  }

  .c2a {
    padding: 6rem 8vw;
  }

  .c2a > .desc > p {
    line-height: 1.5rem;
  }

  .c2a > .desc > p > span {
    padding-right: 0.3rem;
  }

  .c2a > .spdx {
    padding: 6rem 0rem 0rem;
  }

  .c2a > .spdx > p {
    line-height: 1.5rem;
    animation: col 2s linear infinite;
  }

  .c2a > .spdx > p > span {
    vertical-align: baseline;
    font-weight: 600;
  }

  @keyframes col {
    50% {
      color: #22beca;
    }
  }

  .spdl {
    padding-right: 0rem !important;
  }

  .c2a > .desc > .lm {
    text-align: right;
  }

  .c2a > .desc > p:last-child > a {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.5rem 0.75rem;
    border: 0.125rem solid var(--cycol);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }

  .c2a > .desc:not(:last-child)::after {
    content: " ";
    position: absolute;
    bottom: -3rem;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 0.125rem;
    width: 20rem;
    background: var(--trb2);
  }

  .c2 > .c2a > .addl {
    padding-top: 7rem !important;
  }

  .c3 > .fcux {
    margin: 0rem 8vw 2rem;
    display: flex;
    flex-direction: column;
  }

  .c3 > .fcux > .right {
    margin: 3rem 0px 1rem;
    display: flex;
    justify-content: center;
  }
  .c3 > .fcux > .right > .skt > p:nth-child(2) {
    text-align: center;
  }

  .c3 > .fcux > .left > p:not(:first-child) {
    padding-top: 1rem;
  }

  .c3 > .fcux > .left > p {
    line-height: 1.5rem;
  }

  .c3 > .fcux > .right > p {
    margin: auto;
  }

  .c3 > .fcux > .right > p > img {
    height: 65vw;
    border: 0.125rem solid var(--cycol);
  }

  /*.c3 > .fcux > .right > p::before
	{
		content: " ";
		position: absolute;
		width: calc(100% + 1rem);
		height: 50%;
		bottom: -0.5rem;
		background: var(--cycol);
		left: -0.5rem;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
	}
	
	.c3 > .fcux:not(:last-child)::after
	{
		content: " ";
		position: absolute;
		bottom: -3rem;
		left: 0px;
		right: 0px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		height: 0.125rem;
		width: 20rem;
		background: var(--trb2);
	}*/

  .c4 > .conx {
    margin: 6rem 8vw;
  }

  .c4 > .conx > div {
    margin: 0px 7vw;
  }

  .c4 > .conx > div > form > p {
    padding: 1rem 0rem 0rem;
    border-bottom: 0.125rem solid var(--cycol);
  }

  .c4 > .conx > div > form > p > input {
    padding-left: 2rem;
    font-weight: 300;
    vertical-align: baseline;
  }

  .c4 > .conx > div > form > p > textarea {
    padding-left: 5.5rem;
    font-weight: 300;
    vertical-align: baseline;
    bottom: 1.1rem;
  }

  .c4 > .conx > div > form > .bst {
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    border: 0.125rem solid var(--cycol);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }

  .c4 > .conadd {
    padding: 6rem 8vw 0rem;
    line-height: 1.5rem;
  }

  /* Events */

  .evtron {
    border-bottom: 0.125rem solid var(--cycol);
  }

  /*.evtron > .evx
	{
		display: flex;
		flex-direction: column;
	}*/

  .evtron > .evx > .lf {
    width: 100%;
    height: auto;
    background: #0ea6b1;
  }

  .evtron > .evx > .lf > img {
    width: 100%;
    object-fit: contain;
    height: 100%;
  }

  .evtron > .evx > .rt > div,
  .evtron > .evx > .rt > div > a {
    height: 100%;
    width: 100%;
  }

  .evtron > .evx > .rt > div > a {
    display: block;
  }

  .evtron > .evx > .rt > div video {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .evtron > .evx > .rt > div > a > img {
    width: 100vw;
    object-fit: cover;
  }

  .evtron > .evx > .rt > div > a > i {
    font-size: 3rem;
    color: var(--cycol);
    position: absolute;
    top: calc(50% - 1.5rem);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .evtron > .evx > .rt > div > a:hover > i {
    color: var(--w);
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .evtron > .rg {
    padding: 2rem 0rem;
  }

  .evtron > .rg > p {
    text-align: center;
  }

  .evtron > .rg > p > a {
    font-size: 1.15rem;
    color: var(--b);
    padding: 1rem 1.5rem;
    display: inline-block;
    border: 0.125rem solid var(--cycol);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .evtron > .rg > p > a:hover {
    background: var(--cycol);
    color: var(--w);
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .zmapp {
    padding: 0rem 0rem 6rem;
  }

  .zmapp > .z1 {
    padding: 5rem 15vw 3rem;
  }

  .zmapp > .z1 > h1 {
    text-align: center;
  }

  .zmapp > .zflx {
    display: flex;
    flex-direction: column;
    padding: 1rem 8vw 0rem;
  }

  /*.zmapp > .zflx > div
	{
		width: 30rem;
	}*/

  .zmapp > .zflx > .left {
    margin: 0px auto;
  }

  .zmapp > .zflx > .right {
    margin: 3rem auto 0px;
  }

  .zmapp > .zflx > div > div {
    width: 100%;
  }

  .zmapp > .zflx > div > div > a {
    display: block;
  }

  .zmapp > .zflx > div > div > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .zmapp > .zflx > div > div > a > i {
    font-size: 3rem;
    color: var(--cycol);
    position: absolute;
    top: calc(50% - 1.5rem);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .zmapp > .zflx > div > div > a:hover > i {
    color: var(--w);
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .zmapp > .zflx > div > p {
    padding: 2rem 0rem 0rem;
    text-align: center;
  }

  /* Registration */

  .regx {
    display: flex;
    flex-direction: column;
    background-size: cover;
    border-bottom: 0.125rem solid var(--cycol);
  }

  .regx > div {
    width: 80vw;
    padding: 3rem 0rem;
    margin: 0px auto;
  }

  .regx > .lf {
    display: flex;
  }

  .regx > .lf > .xf {
    width: 34rem;
    margin: auto 3vw auto auto;
    color: var(--w);
  }

  .regx > .lf > .xf > p:first-child {
    font-weight: 400;
    text-transform: uppercase;
    font-family: var(--mont);
    letter-spacing: 0.07rem;
    line-height: 1.5rem;
  }

  .regx > .lf > .xf > p:last-child {
    font-weight: 700;
    font-size: 1.75rem;
    text-transform: uppercase;
    padding-top: 2rem;
    font-family: var(--mont);
    letter-spacing: 0.15rem;
  }

  .regx > .lf > .xf > p:last-child::after {
    content: " ";
    position: absolute;
    bottom: -2.5rem;
    left: 0px;
    width: 5rem;
    height: 0.35rem;
    background: var(--cycol);
  }

  .regx > .rt > .rgx {
    width: 100%;
    background-color: #000;
    margin: auto;
    padding: 1.5rem 0rem;
  }

  .regx > .rt > .rgx > div {
    width: 100%;
    margin: 0px auto;
  }

  .regx > .rt > .rgx > div > form > input {
    background: var(--w);
    width: 100%;
    margin: 0.75rem 0rem;
    padding: 0.65rem 0rem;
    text-indent: 2rem;
    border: 0.125rem solid rgb(217, 217, 217);
    border-radius: 4px;
  }

  .regx > .rt > .rgx > div > form > input[type="submit"] {
    text-indent: 0rem;
    width: 10rem;
    background: var(--cycol);
    color: var(--w);
    font-weight: 600;
    letter-spacing: 0.1rem;
  }

  .regx > .rt > .rgx > div > form > textarea {
    background: var(--w);
    width: 100%;
    margin: 0.5rem 0rem;
    padding: 0.65rem 0rem;
    text-indent: 2rem;
    border: 0.125rem solid rgb(217, 217, 217);
  }

  .po {
    padding: 6rem 8vw 3rem;
  }

  .po > .x1 > h1 {
    text-align: center;
  }

  .po > .x2 {
    display: flex;
    padding: 5rem 0rem;
    flex-direction: column;
  }

  .po > .x2 > div {
    width: 100%;
  }

  .po > .x2 > .lf {
    margin: 0px 3rem 0px auto;
  }

  .po > .x2 > .rt {
    margin: 5rem auto 0rem;
  }

  .po > .x2 > div > p {
    font-weight: 300;
    opacity: 0.8;
    text-align: center;
    line-height: 1.5rem;
  }

  .po > .x2 > div > p:nth-child(2) {
    text-align: center;
    padding: 2rem 0rem 1rem;
  }

  .po > .x2 > div > p:nth-child(2) > img {
    height: 4rem;
  }

  .po > .x2 > div > p:nth-child(4) {
    padding: 1rem 0rem 2rem;
  }

  .po > .x2 > div > p:nth-child(5) > a {
    border: 0.125rem solid var(--cycol);
    padding: 0.5rem 0.75rem;
    border-radius: 5px;
    background: var(--cycol);
    color: var(--w);
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .po > .x2 > div > p:nth-child(5) > a:hover {
    background: var(--w);
    color: var(--b);
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .po > .x2 > .rt > p:nth-child(6) {
    padding-top: 2rem;
  }

  .po > .x2 > .rt > p:nth-child(6) > span {
    font-weight: 600;
    vertical-align: baseline;
  }

  .po > .x3 {
    width: 80vw;
    margin: 0rem auto 0rem;
  }

  .po > .x3 > p {
    font-weight: 300;
    opacity: 0.8;
    text-align: center;
  }

  .po > .x3 > p:nth-child(2) {
    padding: 2rem 0rem;
  }

  .po > .x3 > p:nth-child(2) > img {
    height: 8rem;
  }

  .po > .x3 > p > span {
    font-weight: 600;
    vertical-align: baseline;
  }

  .po > .x3 {
    display: flex;
    padding: 0rem 0rem 2rem;
    flex-direction: column;
  }

  .po > .x3 > div {
    width: 80vw;
  }

  .po > .x3 > .lf {
    margin: 0px auto 0px auto;
  }

  .po > .x3 > .rt {
    margin: 4rem auto 0px auto;
  }

  .po > .x3 > div > p {
    font-weight: 300;
    opacity: 0.8;
    text-align: center;
  }

  .po > .x3 > div > p:nth-child(2) {
    text-align: center;
    padding: 2rem 0rem;
  }

  .po > .x3 > div > p:nth-child(2) > img {
    height: 8rem;
  }

  .po > .x3 > div > p {
    font-weight: 300;
    opacity: 0.8;
    text-align: center;
    line-height: 1.5rem;
  }

  .po > .x3 > div > p > span {
    font-weight: 600;
    vertical-align: baseline;
  }

  .po > .x3 > div > p:last-child {
    padding-top: 1rem;
  }

  .po > .x2 > div > .cards > img {
    height: 3rem;
  }

  .po > .x4 {
    padding: 2rem 0rem;
  }

  .po > .x4 > .paytm {
    width: 80vw;
    margin: 0px auto;
  }

  .po > .x4 > .paytm > p {
    text-align: center;
    font-weight: 300;
    opacity: 0.8;
  }

  .po > .x4 > .paytm > p:first-child {
    line-height: 1.5rem;
  }

  .po > .x4 > .paytm > p:nth-child(2) {
    padding-top: 2rem;
  }

  .po > .x4 > .paytm > p:nth-child(2) > img {
    height: 30rem;
  }

  .ev2 {
    padding-bottom: 0rem;
  }

  .ev2 > .v1 {
    padding: 6rem 8vw 3rem;
  }

  .ev2 > .v1 > h1 {
    text-align: center;
  }

  .ev2 > .v2 {
    display: flex;
    flex-direction: column;
  }

  .ev2 > .v2 > div {
    width: 80vw;
  }

  .ev2 > .v2 > .lf {
    margin: 0px auto 0px auto;
  }

  .ev2 > .v2 > .lf > p {
    line-height: 1.5rem;
  }

  /*.ev2 > .v2 > .lf > p:first-child
	{
		font-family: var(--mont);
	}*/

  .ev2 > .v2 > .rt {
    margin: 0px auto 0px auto;
    display: flex;
    padding-top: 3rem;
    flex-direction: column;
  }

  .ev2 > .v2 > .rt > div {
    width: 80vw;
  }

  .ev2 > .v2 > .rt > .dt {
    margin: 0px auto 0px auto;
  }

  .ev2 > .v2 > .rt > .lo {
    margin: 32px 0px 0px auto;
  }

  .ev2 > .v2 > .rt > div > p:first-child {
    color: var(--cycol);
    font-size: 1.65rem;
  }

  .ev2 > .v2 > .rt > .lo > p:nth-child(2) > span {
    vertical-align: baseline;
  }

  .ev2 > .v2 > .rt > div > p:nth-child(2) {
    font-weight: 600;
    opacity: 0.8;
    padding: 0.8rem 0rem;
    font-family: var(--mont);
  }

  .ev2 > .v2 > .rt > div > .cch {
    font-weight: 300;
    opacity: 0.8;
    line-height: 1.5rem;
  }

  .v3 {
    background: var(--cycol);
    padding-bottom: 3rem;
  }

  .v3 > .ctx {
    padding: 3rem 8vw 3rem;
  }

  .v3 > .ctx > p {
    color: var(--w);
    text-align: center;
    font-weight: 300;
    font-size: 1.3rem;
  }

  .v3 > .ctx2 {
    display: flex;
    flex-direction: column;
  }

  .v3 > .ctx2 > div {
    width: 80vw;
  }

  .v3 > .ctx2 > .lf {
    margin: 0px auto;
  }

  .v3 > .ctx2 > .rt {
    margin: 32px auto 0px;
  }

  .v3 > .ctx2 > div > p:first-child {
    padding-bottom: 1rem;
    font-size: 1.15rem;
    letter-spacing: 0.05rem;
  }

  .v3 > .ctx2 > div > p {
    text-align: center;
  }

  .v3 > .ctx2 > div > p:nth-child(3) {
    font-size: 1.35rem;
    color: var(--w);
    letter-spacing: 0.05rem;
  }

  .v3 > .ctx2 > div > p:nth-child(4) > a {
    display: inline-block;
    vertical-align: baseline;
  }

  /* Workshop */

  .c1 > .mn1 {
    padding: 1rem 0rem 0px;
    opacity: 0.8;
  }

  .c1 > .mn1 > p {
    padding: 1rem 0px 0rem;
  }

  .xt2 {
    padding: 0rem 8vw 6rem;
  }

  .xt2 > div > form > p > span {
    color: var(--cycol);
  }

  .xt2 > div > form > p:not(:first-child) {
    padding: 1rem 0rem 0rem;
  }

  .xt2 > div > form > p > input {
    border-bottom: 0.125rem solid var(--cycol);
    width: 100%;
    text-indent: 1.5rem;
    padding: 0.5rem 0rem;
  }

  .xt2 > div > form > input[type="submit"] {
    padding: 0.45rem 0.75rem;
    margin: 1.5rem 0rem 0rem;
    border: 0.125rem solid var(--cycol);
    border-radius: 5px;
    opacity: 0.8;
  }

  .c-mentor {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 4rem;
    align-items: center;
    justify-items: center;
  }

  .c-mentor > .mimg > img {
    height: 18rem;
    border-radius: 20px;
  }

  .c-mentor > .mimg::before {
    content: " ";
    position: absolute;
    bottom: -1rem;
    left: 1rem;
    width: 100%;
    height: 100%;
    background: var(--cycol);
    border-radius: 20px;
  }

  .c-mentor > .arb1 > p {
    line-height: 1.5rem;
  }

  .cx {
    padding-bottom: 4rem;
    text-align: center;
  }

  .x-wr {
    padding: 4rem 0px;
    text-align: center;
  }

  .ar-w {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 4rem;
  }

  .ar-w > .l-f {
    width: auto;
    margin: 0px auto;
  }

  .ar-w > .l-f > .acco {
    padding: 0px 1rem 1.5rem 1rem;
  }

  .ar-w > .l-f > .acco:last-child {
    padding-bottom: 3rem;
  }

  .ar-w > .l-f > .acco > a {
    display: block;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.5rem;
    opacity: 0.7;
    padding: 0.75rem 1rem;
    background: #08959f;
    border-radius: 5px;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    -webkit-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .ar-w > .l-f > .acco > a > span {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    display: inline-block;
  }

  .s-d-esc {
    background: black !important;
    -webkit-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .ar-w > .l-f > .acco > .d-esc {
    visibility: hidden;
    max-height: 0px;
    background: #fff;
    opacity: 0;
    overflow: hidden;
    line-height: 1.5rem;
    padding: 0px 1rem;
    left: -6px;
    width: calc(100% - 2.25rem);
    border-left: 0.125rem solid #e6e6e6;
    border-bottom: 0.125rem solid #e6e6e6;
    -webkit-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .coxn {
    visibility: visible;
    /* max-height: 100rem; */
    opacity: 1;
    padding: 0px 1rem 1rem;
    overflow: hidden;
    left: -6px;
    width: calc(100% - 2.25rem);
    line-height: 1.5rem;
    border-left: 0.125rem solid #e6e6e6;
    border-bottom: 0.125rem solid #e6e6e6;
    -webkit-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .ar-w > .l-f > .acco > .d-esc > p {
    line-height: 1.5rem;
  }

  .ar-w > .r-f {
    width: auto;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .ar-w > .r-f > div {
    width: 45%;
    margin: auto 0.5rem;
    padding: 0rem 0px 1rem;
  }

  .ar-w > .r-f > div > a {
    width: 100%;
    display: block;
    border: 0.125rem solid var(--cycol);
  }

  .ar-w > .r-f > div > a > img {
    width: 100%;
    height: auto;
  }

  .ar-w > .r-f > div > a > i {
    position: absolute;
    top: calc(50% - 3.5vw);
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 7vw;
    color: #ea4646;
    text-align: center;
    -webkit-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .ar-w > .r-f > div:hover > a > i {
    color: var(--cycol);
    -webkit-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .c3 > .fcux > .right > p > img,
  .c3 > .fcux > .right > .skt > p > img {
    height: 65vw;
    border: 0.125rem solid var(--cycol);
  }

  .con-t {
    padding: 0px 5vw 5rem;
  }

  .fbicon {
    display: inline-block;
    vertical-align: baseline;
    color: #222222;
    font-size: 1.75rem;
    -webkit-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .fbicon:hover {
    color: var(--cycol);
    -webkit-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  #iFeatures {
    position: relative;
    width: 100%;
    height: 73px;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 39, 62, 0.85);
  }
  .ticker {
    position: absolute;
    top: 24px;
    left: 0px;
    right: 0px;
    bottom: 10%;
    overflow: hidden;
  }

  .ticker p {
    position: relative;
    display: inline-block;
    top: 0;
    white-space: nowrap;
    width: auto;
    color: white;
  }

  .ticker a {
    color: white;
  }

  /* Aikatan */

  .aikatan > .aikflx {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .aikleft {
    width: auto;
  }

  .aikleft > p {
    line-height: 1.5rem;
  }

  .aikleft > p:first-child {
    padding-top: 0;
  }

  .aikright {
    width: auto;
    margin-top: 2rem;
  }

  .aikright {
    text-align: center;
  }

  .aikright > a {
    display: block;
    cursor: pointer;
  }

  .aikright > a > img {
    width: 100%;
    height: auto;
  }

  .participate {
    text-align: center;
    padding: 3rem 0 0;
  }

  .participate > a {
    display: inline-block;
    background: var(--cycol);
    color: rgba(255, 255, 255, 0.9);
    padding: 0.5rem 0.75rem;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }

  /* /Aikatan */

  /* Aikatan Page */

  .aklf {
    width: auto;
    margin: 0 auto;
  }

  .akrt {
    width: auto;
    margin: 3rem auto 0;
  }

  .aklf > a {
    display: block;
    cursor: pointer;
    width: 80%;
    margin: 0 auto;
  }

  .aklf > a > img {
    width: 100%;
    height: auto;
  }

  .akrt > form {
    width: auto;
    border-radius: 38px;
    background: #ffffff;
    box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
    padding: 2rem;
  }

  .akrt > form > div:not(:first-child) {
    padding: 1rem 0 0;
  }

  .akrt > form > div > label {
    display: block;
    padding-bottom: 0.25rem;
  }

  .akrt > form > div > input {
    display: block;
    width: calc(100% - 2rem);
    border: 0.125rem solid rgba(212, 212, 212, 0.38);
    padding: 0.25rem 0.5rem;
  }

  .akrt > form > div > button {
    padding: 0.5rem 1rem;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 0.5rem;
    background: var(--cycol);
    color: white;
  }

  .aboutAikatan {
    display: none;
    width: 90%;
    margin: 0 auto;
  }

  .aboutAikatan > p,
  .aikatanrules > p {
    line-height: 1.5rem;
  }

  .cx3 {
    text-align: center;
    padding-bottom: 1rem;
  }

  .aikatanrules {
    width: auto;
    margin: 0 8vw;
    padding: 3rem 0;
  }

  .fs175 {
    font-size: 1.5rem;
    padding-bottom: 1rem;
  }

  .msgstatus {
    padding: 2rem;
    width: 70%;
    font-weight: 500;
    text-align: center;
    line-height: 1.5rem;
  }

  .bold {
    font-weight: 600;
    vertical-align: baseline;
  }

  .aikatan-mic {
    text-align: center;
    width: auto;
  }

  .aikatan-mic > img {
    height: 5rem;
  }

  .pt1 {
    padding-top: 2rem;
    font-weight: 700;
  }

  /* /Aikatan Page */

  .secretary {
    position: absolute;
    bottom: -3.5rem;
    left: 0;
    text-align: center;
    right: 0;
    font-weight: 700;
  }

  .pt2 {
    padding-top: 2rem;
  }

  footer {
    border-top: 0.125rem solid var(--cycol);
    padding-bottom: 0.5rem;
  }

  footer > div > p {
    padding: 1rem 1rem 0rem;
    text-align: center;
    line-height: 1.5rem;
  }

  footer > div > p:nth-child(2) > span {
    vertical-align: bottom !important;
  }
}
