<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.position-relative,
.tm-bg-gray,
.tm-big-heading {
position: relative;
}
.reset {
padding: 0;
margin: 0;
}
.text-center {
text-align: center;
}
.w-100 {
width: 100%;
}
.dotted-bg {
background: url(//tutormundi.com/wp-content/themes/tm-dev-theme/img/bg.svg) top left;
}
.grid {
display: grid;
}
.grid-2 {
grid-gap: 0px 96px;
grid-template-columns: 380px 1fr;
}
.grid-3 {
justify-content: space-between;
grid-template-columns: 215px 215px 215px;
}
.grid-4 {
justify-content: space-between;
grid-template-columns: 168px 168px 168px 168px;
}
.flex {
display: flex;
}
.gap-12 {
gap: 12px;
}
.gap-34 {
gap: 34px;
}
.flex-wrap {
flex-wrap: wrap;
}
.display-inline {
display: inline;
}
.tm-big-heading {
color: var(--tm-dark-blue);
font-size: 40px;
font-style: normal;
font-weight: 800;
line-height: 40px;
letter-spacing: -0.2px;
margin-bottom: 45px;
}
.tm-big-heading-desk,
.tm-medium-heading-desk {
font-style: normal;
font-weight: 800;
line-height: 65px;
color: var(--tm-dark-blue);
letter-spacing: -0.2px;
text-align: center;
}
.tm-big-heading-desk {
font-size: 65px;
}
.tm-medium-heading-desk {
font-size: 58px;
}
.tm-big-title-desk {
line-height: 36px;
font-size: 32px;
text-align: center;
color: var(--tm-dark-blue);
}
.tm-small-title-desk {
font-size: 20px;
font-weight: 700;
color: var(--tm-dark-blue);
letter-spacing: -0.2px;
line-height: 24px;
margin: 0;
}
.tm-medium-title-desk {
color: var(--tm-dark-blue);
font-size: 26px;
font-weight: 700;
line-height: 30px;
letter-spacing: -0.2px;
}
.tm-bg-gray {
background: var(--tm-grey);
z-index: 1;
}
.tm-bg-white {
background: #fff;
}
.tm-auto {
margin: auto;
}
.tm-mt-38 {
margin-top: 38px;
}
.tm-mt-60 {
margin-top: 60px;
}
.tm-mt-114 {
margin-top: 114px;
}
.tm-mt-120 {
margin-top: 120px;
}
.tm-mb-12 {
margin-bottom: 12px;
}
.tm-mb-22 {
margin-bottom: 22px;
}
.tm-mt-50 {
display: block;
margin-top: 50px;
}
.tm-mt-100 {
margin-top: 100px;
}
.tm-mb-36 {
margin-bottom: 36px;
}
.tm-mb-42 {
margin-bottom: 42px;
}
.tm-mb-60 {
margin-bottom: 60px;
}
.tm-mb-86 {
margin-bottom: 86px;
}
.tm-mb-80 {
margin-bottom: 80px;
}
.tm-mb-90 {
margin-bottom: 90px;
}
.tm-mb-110 {
margin-bottom: 110px;
}
.tm-mb-126 {
margin-bottom: 126px;
}
.tm-mb-140 {
margin-bottom: 140px;
}
.tm-mb-160 {
margin-bottom: 160px;
}
.tm-mb-180 {
margin-bottom: 180px;
}
.tm-mb-216 {
margin-bottom: 216px;
}
.tm-pt-76 {
padding-top: 76px;
}
.tm-pb-12 {
padding-bottom: 12px;
}
.tm-pb-100 {
padding-bottom: 100px;
}
.tm-pb-140 {
padding-bottom: 140px;
}
.tm-pb-180 {
padding-bottom: 180px;
}
.tm-pb-200 {
padding-bottom: 200px;
}
.tm-pb-80 {
padding-bottom: 80px;
}
.tm-pb-54 {
padding-bottom: 54px;
}
.tm-pt-50 {
padding-top: 50px
}
.tm-pt-100 {
padding-top: 100px
}
.tm-pt-80 {
padding-top: 80px;
}
.tm-pt-160 {
padding-top: 160px
}
.tm-pt-180 {
padding-top: 180px;
}
.tm-pt-168 {
padding-bottom: 168px;
}
.mark-style,
.mark-style-visible {
position: relative;
margin-right: 6px;
display: inline-block;
}
.mark-style-visible:before {
background: var(--tm-yellow);
content: "";
position: absolute;
height: 45%;
left: 6px;
bottom: 4px;
z-index: -1;
-webkit-animation: 0.5s 0.5s forwards highlight;
animation: 0.5s 0.5s forwards highlight;
}
@keyframes highlight {
to {
width: calc(100%);
}
from {
width: calc(0%);
}
}
._submit,
.tm-button,
p.form-submit .submit {
border: none;
letter-spacing: 0;
touch-action: manipulation;
white-space: nowrap;
background-color: #5d31ff;
border-radius: 100px;
font-size: 18px;
color: rgba(255, 255, 255, 0.94);
text-align: center;
line-height: 26px;
user-select: none;
padding: 8px 24px;
font-weight: 700;
box-shadow: -4px 12px 25px -10px rgba(93, 49, 255, 0.65);
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
-webkit-transition: 0.1s ease-in-out;
-moz-transition: 0.1s ease-in-out;
-ms-transition: 0.1s ease-in-out;
-o-transition: 0.1s ease-in-out;
transition: 0.1s ease-in-out;
cursor: pointer;
}
._submit,
a.tm-button,
p.form-submit .submit {
display: block;
margin: auto;
width: max-content;
}
._submit:hover,
.tm-button:hover,
p.form-submit .submit:hover {
background-color: #2b00ca;
box-shadow: -1px 9px 19px -10px rgba(93, 49, 255, 0.65);
-ms-transform: scale(0.98, 0.98);
-webkit-transform: scale(0.98, 0.98);
transform: scale(0.98, 0.98);
-webkit-transition: 0.25s ease-in-out;
-moz-transition: 0.25s ease-in-out;
-ms-transition: 0.25s ease-in-out;
-o-transition: 0.25s ease-in-out;
transition: 0.25s ease-in-out;
}
._submit:active,
.tm-button:active,
p.form-submit .submit:active {
background-color: #2b00ca;
box-shadow: -1px 9px 19px -10px rgba(93, 49, 255, 0.65);
-ms-transform: scale(0.98, 0.98);
-webkit-transform: scale(0.98, 0.98);
transform: scale(0.98, 0.98);
-webkit-transition: ease-in-out;
-moz-transition: ease-in-out;
-ms-transition: ease-in-out;
-o-transition: ease-in-out;
transition: ease-in-out;
}
.tm-button.disabled {
background-color: #c8c8c8;
box-shadow: -4px 12px 25px -10px rgba(0, 0, 0, 0.5);
-webkit-transition: 0.1s ease-in-out;
-moz-transition: 0.1s ease-in-out;
-ms-transition: 0.1s ease-in-out;
-o-transition: 0.1s ease-in-out;
transition: 0.1s ease-in-out;
}
.tm-button.disabled:hover {
background-color: silver;
box-shadow: -4px 9px 19px -10px rgba(0, 0, 0, 0.5);
-webkit-transition: 0.25s ease-in-out;
-moz-transition: 0.25s ease-in-out;
-ms-transition: 0.25s ease-in-out;
-o-transition: 0.25s ease-in-out;
transition: 0.25s ease-in-out;
}
a.tm-button,
a:active.tm-button,
a:hover.tm-button {
color: rgba(255, 255, 255, 0.94);
}
@media (min-width: 767px) and (max-width: 927px) {
.tm-big-heading-desk {
font-size: 64px;
}
}
@media (max-width: 767px) {
.tm-big-heading-desk,
.tm-medium-heading-desk {
font-size: 38px;
margin-bottom: 28px;
line-height: 40px;
}
}
.tm-fadeIn {
opacity: 0;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}</pre></body></html>