



















.button-main a{
    color: #ffffff !important;
    text-decoration: none !important;
}

@media (min-width: 1024px) {
  .button-main {
    font-size: 14px;
  }

  .button-main:hover {
    transform: scale(1.1);
  }
}

@media (min-width: 1366px) {
  .button-main {
    font-size: 16px;
  }
}

@media (min-width: 1660px) {
  .button-main {
    font-size: 18px;
  }
}

.button-main.auto,
.button-main.smaller,
.button-main.fs-14 {
  min-width: auto;
}

.button-main::before,
.button-main::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  transition: transform 0.3s cubic-bezier(0.75, 0, 0.125, 1);
}

.button-main::before {
  background: #6f419e;
}

.button-main:hover::before,
.button-main:hover::after {
  transform: translate3d(0, 100%, 0);
}

.button-main:hover::after {
  transition-delay: 0.175s;
}



.button-main-black a{
    color: #ffffff !important;
    text-decoration: none !important;
}

@media (min-width: 1024px) {
  .button-main-black {
    font-size: 14px;
  }
  .button-main-black:hover {
    transform: scale(1.1);
  }
}

@media (min-width: 1366px) {
  .button-main-black {
    font-size: 16px;
  }
}

@media (min-width: 1660px) {
  .button-main-black {
    font-size: 18px;
  }
}

.button-main-black.black {
  background-color: #000000;
}

.button-main-black.black::before {
  background-color: #1d1d1d;
}

.button-main-black.black::after {
  background-color: #2b2b2b;
}


.button-main-black::before,
.button-main-black::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  transition: transform 0.3s cubic-bezier(0.75, 0, 0.125, 1);
}

.button-main-black::before {
  background: #6f419e;
}

.button-main-black:hover::before,
.button-main-black:hover::after {
  transform: translate3d(0, 100%, 0);
}

.button-main-black:hover::after {
  transition-delay: 0.175s;
}



table thead tr {
  background: #D0BEE2;
  font-family: Roboto, sans-serif;
}

table thead tr th {
  font-size: 16px;
  font-weight: 400;
  color: black;
  padding: 20px 20px;
  text-align: left;
}

table tbody tr {
  font-family: Roboto, sans-serif;
}

table tbody tr:nth-child(odd) {
  background: #f5f5f5;
}

table tbody tr:nth-child(even) {
  background: #eaeaea;
}

table tbody tr td {
  font-size: 16px;
  font-weight: 400;
  color: #62269e;
  padding: 20px 20px;
}

@media (max-width: 1025px) {
    table {
        width: 100% !important;
    }
}



@media (min-width: 1024px) {
  .button-main-white {
    font-size: 14px;
  }


  .button-main-white:hover {
    transform: scale(1.1);
  }
}

@media (min-width: 1366px) {
  .button-main-white {
    font-size: 16px;
  }
}

@media (min-width: 1660px) {
  .button-main-white {
    font-size: 18px;
  }
}

.button-main-white::before {
  background-color: #1d1d1d;
}

.button-main-white::after {
  background-color: #2b2b2b;
}

.button-main-white::before,
.button-main-white::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  transition: transform 0.3s cubic-bezier(0.75, 0, 0.125, 1);
}

.button-main-white::before {
  background: #6f419e;
}

.button-main-white:hover::before,
.button-main-white:hover::after {
  transform: translate3d(0, 100%, 0);
}

.button-main-white:hover::after {
  transition-delay: 0.175s;
}
.button-main-white.auto,
.button-main-white.smaller,
.button-main-white.fs-14 {
  min-width: auto;
}

/**umb_name:Heading 1*/
h1 {
}

/**umb_name:Heading 2*/
h2 {
}

/**umb_name:Heading 3*/
h3 {
}

/**umb_name:Heading 4*/
h4 {
}

/**umb_name:Heading 5*/
h5 {
}

/**umb_name:Heading 6*/
h6 {
}

/**umb_name:Paragraph*/
p {
}

/**umb_name:Embedded video*/
div.mceNonEditable.embeditem {
	margin: auto;
}

/**umb_name:Button Purple*/
.button-main {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	background-color: #62269e;
	min-width: 255px;
	padding: 16px 45px;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	transition: color 0.3s, transform 0.3s ease-in-out;
	position: relative;
	z-index: 0;
	will-change: transform;
}

/**umb_name:Button Black*/
.button-main-black {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	background-color: #2b2b2b;
	min-width: 255px;
	padding: 16px 45px;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	transition: color 0.3s, transform 0.3s ease-in-out;
	position: relative;
	z-index: 0;
	will-change: transform;
}

/**umb_name:Table styles*/
table {
	width: 100%;
	margin: 30px 0;
}

/**umb_name:White Link*/
.button-main-white {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 500;
	background-color: #ffffff;
	color: #000000;
	min-width: 255px;
	padding: 16px 45px;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	transition: color 0.3s, transform 0.3s ease-in-out;
	position: relative;
	z-index: 0;
	will-change: transform;
}

/**umb_name:Wrap Text Right*/
.wrap-txt-right {
	float: right;
	padding: 30px 0px 30px 30px;
}

/**umb_name:Wrap Text Left*/
.wrap-txt-left {
	float: left;
	padding: 30px 30px 30px 0;
}
