/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1.0;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #AAADB0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1.0 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
html input[type='button'],
input[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: .3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5;
  }
  .w-lightbox-close {
    opacity: .8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}

/* added new */
.toast-message {
  position: fixed;
  /* top: 50px; */
  bottom: 50px;
  right: 25px;
  padding: 15px;
  z-index: 9999999;
  background-color: #fff;
  font-weight: bold;
  color: #1c3c76;
  max-width: 350px;
  height: auto;
  display: none;
  border-radius: 50px;
}
/* new added for form */
.img-height{
  height: 225px;
  width: -webkit-fill-available;
}
/* closed  */
.text-center{
  text-align: center;
}
.text-center-web{
  text-align: -webkit-center;
}
.add-margin{
  margin-top: 1px !important;
  margin-bottom: 10%;
}
.testimonialboxwidth{
  width: 175px
}
.w-size-left{
  width: 48px;
  height: 48px;
  background-color: transparent;
  background-image: url('../images/common/Group-1100.svg');
  background-position: 0 0;
  background-size: auto;
}
.w-size-right{
  width: 48px;
  height: 48px;
  background-color: transparent;
  background-image: url('../images/common/Group-96.svg');
  background-position: 0 0;
  background-size: auto;
}
.w-slider-arrow-left {
  margin-left: -75px;
  z-index: 40;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 50;
  right: -133px;
}
.w-icon-slider-right:before {
  content: "\e600";
  display: none;
}
.w-icon-slider-left:before {
  content: "\e601";
  display: none;
}
/*  */
.format-heading-studiesindia{
  font-size: 50px!important;
  line-height: 58px!important;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .div-block-46 {
    overflow: scroll;
  }
  .w-size{
    display: none;
  }
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
/*end new  */
.imageintro ul.slick-dots {
  z-index: 99;
}
.imageintro ul.slick-dots li button {
  background: #bbb;
  border-radius: 50%;
}

.imageintro ul.slick-dots li.slick-active button {
  background: #fff;
}

.imageintro button.slick-arrow:before {
  font-size: 0;
}

.imageintro button.slick-prev {
  width: 48px;
  height: 48px;
  background-color: transparent;
  background-image: url(../images/home/Group-1100.svg);
  background-position: 0 0;
  background-size: auto;
  z-index: 4;
}

.imageintro button.slick-next {
  width: 48px;
  height: 48px;
  z-index: 4;
  background-color: transparent;
  background-image: url(../images/home/Group-96.svg);
  background-position: 0 0;
  background-size: auto;
}

.imageintro .slick-track .item>a {
  display: block;
  padding: 0 50px;
}

.imageintro .item a img {
  display: block;
  width: 100%;
  object-fit: contain;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.parent {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 13px;
}

.marginbotton10 {
  margin-bottom: 10px;
}

.margintop {
  margin: 20px 0 10px 0
}

.customMargin {
  margin: 20px 0px 10px 0;
}

.customPadding {
  padding-top: 20px !important;
}

.image {
  display: block;
}

.section {
  height: 80vw;
}

.navbar {
  min-height: 100vh;
}

.fontsize14 {
  font-size: 14px;
}

.container {
  position: static;
}

.navlink.w--current {
  color: #fff;
}

.navlink.team-nav.active.w--current {
  color: #007fff;
  text-decoration: underline;
}

.navlink.about-nav.w--current {
  color: #000;
}

.navlink.last-navlink.two-lines.w--current {
  padding-right: 0px;
}

.navlink.white-bg.w--current {
  margin-right: 33px;
  padding-right: 0px;
  padding-bottom: 2px;
  border-style: solid;
  border-width: 1px 1px 3px;
  border-color: transparent transparent #44e9cb;
  color: #007fff;
  text-decoration: none;
}

.grid {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.columns {
  position: -webkit-sticky;
  position: sticky;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column {
  margin-top: 117px;
}

.navbar-4 {
  display: block;
  overflow: visible;
  max-width: 1090px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.heading {
  font-family: 'Cera gr';
  color: #fff;
  font-size: 42px;
}

.paragraph {
  padding-top: 24px;
  font-family: 'Cera gr';
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.icon {
  padding-left: 0px;
  color: #fff;
}

.heading-2 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 48.5px;
  font-weight: 700;
  letter-spacing: -3px;
}

.paragraph-2 {
  width: 311px;
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fffdfd;
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
  letter-spacing: -0.5px;
  padding-bottom: 170px
}

.paragraph-2.home {
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 18.75px;
  font-weight: 400;
  letter-spacing: -1px;
}

.paragraph-2.home.second {
  margin-top: 0px;
}

.container-6 {
  display: block;
  margin-top: 0px;
}

.grid-4 {
  margin-top: -94px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-7 {
  display: block;
  width: 211px;
  height: 213px;
  margin-top: -119px;
  background-image: url('../images/common/Vector-819.png');
  background-position: 0px 0px;
  background-size: auto;
}

.image-22 {
  margin-top: 74px;
  margin-right: 79px;
  float: right;
}

.heading-3 {
  overflow: visible;
  margin-top: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 29.85px;
  font-weight: 300;
  letter-spacing: -2px;
}

.bold-text {
  font-size: 30px;
}

.text-block-3 {
  margin-top: 18px;
  margin-bottom: 24px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 16.41px;
  font-weight: 400;
  letter-spacing: -0.8px;
}

.div-block-8 {
  position: relative;
  left: 7px;
  right: auto;
  width: 259px;
  height: 407px;
  margin-top: 0px;
  padding-top: 43px;
  padding-right: 14px;
  padding-left: 21px;
  border-radius: 28px;
  background-color: transparent;
}

.div-block-8:hover {
  padding-top: 43px;
  border: 1px none #000;
  border-radius: 28px;
  background-color: #c4f8ee;
}

.div-block-8.last-box {
  border: 1px none #000;
}

.div-block-9 {
  width: 830px;
  height: 447px;
  margin-top: -101px;
  margin-bottom: 0px;
  border-radius: 38px;
  background-color: #fff;
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.13);
  opacity: 1;
}

.section-4 {
  width: 100vw;
  height: auto;
  margin-top: -73px;
  background-image: url('../images/common/Rectangle-64.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
}

.container-7 {
  margin-top: 0px;
  border: 1px none #c4f8ee;
}

.container-8 {
  margin-top: 30px;
  padding-top: 0px;
}

.heading-5 {
  display: block;
  overflow: visible;
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fffefe;
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
  letter-spacing: -2px;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-27 {
  width: 219px;
  height: 402px;
  margin-right: 0px;
  padding-right: 0px;
}

.paragraph-3 {
  margin-top: 14px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 16.41px;
  font-weight: 400;
  letter-spacing: -0.8px;
}

.div-block-10 {
  height: 76px;
  border-radius: 15px;
  background-color: rgba(5, 129, 201, 0.55);
}

.div-block-10.grade-box {
  height: 54px;
}

.heading-7 {
  margin-top: 0px;
  padding-left: 17px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 16.41px;
  letter-spacing: -0.8px;
}

.heading-8 {
  margin-top: 16px;
  border-radius: 15px;
  background-color: transparent;
  font-family: 'Cera gr';
  color: #fffefe;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.heading-8.selected {
  margin-left: 6px;
  border-radius: 11px;
  background-color: #19326e;
}

.heading-8.selected.heading-grades {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 44px;
  min-width: 44px;
  margin-top: 0px;
  margin-right: 6px;
  margin-left: -3px;
  padding-top: 0px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #19326e;
}

.heading-8.selected.pioneer-heading {
  margin-right: 6px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.84px;
  cursor: pointer;
}

.heading-8.two-line {
  line-height: 23px;
}

.heading-8.two-line.heading-grades {
  padding-top: 5px;
  color: #fff;
  line-height: 15px;
  letter-spacing: -0.8px;
}

.heading-8.two-line.heading-grades.selected {
  margin-top: -3px;
  margin-left: 5px;
  padding-left: 0px;
}

.heading-8.heading-grades {
  position: relative;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 16.8px;
  font-weight: 400;
  letter-spacing: -0.84px;
  cursor: pointer;
}

.heading-8.heading-grades.two-lines {
  padding-top: 0px;
  padding-right: 7px;
  padding-left: 7px;
  letter-spacing: -0.8px;
}

.heading-8.heading-grades.two-lines.selected {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94px;
  margin-top: -3px;
  margin-left: 6px;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.heading-8.heading-grades.last {
  padding-right: 3px;
}

.footer-menu a div {
  margin-bottom: 10px;
}

.heading-8.pioneer-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  letter-spacing: -0.84px;
  padding-top: 10px;
  margin-bottom: 14px;
  cursor: pointer;
}

.heading-8.selected.pioneer-heading {
  padding-top: 10px;
  margin-bottom: 14px;
}

.grade-box {
  left: 5px;
  display: block;
  height: 54px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 15px;
  background-color: rgba(5, 129, 201, 0.55);
}

.grade-box.graduate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-5 {
  border-radius: 15px;
  background-color: rgba(5, 129, 201, 0.55);
}

.column-5.grade-box {
  left: 9px;
  padding-top: 10px;
}

.column-5.grade-box.two-lines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-6 {
  padding-right: 0px;
  padding-left: 145px;
  border-radius: 15px;
  background-color: rgba(5, 129, 201, 0.55);
  line-height: 60px;
}

.column-6.grade-box {
  left: 13px;
  padding-top: 8px;
  line-height: 58px;
  text-align: left;
}

.column-6.grade-box.two-lines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-7 {
  position: -webkit-sticky;
  position: sticky;
  left: 1px;
  height: 54px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
}

.div-block-11 {
  width: 626px;
  height: auto;
  margin-top: 27px;
  margin-bottom: 120px;
  border-radius: 21px;
  background-color: transparent;
  background-image: url('../images/common/Rectangle-Copy-62-1.png');
  background-position: 0px 0px;
  background-size: cover;
  line-height: 20px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.heading-9 {
  margin-bottom: -1px;
  padding-right: 42px;
  padding-left: 40px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24.51px;
  font-weight: 500;
  text-align: left;
  letter-spacing: -0.8px;
}

.paragraph-4 {
  margin-top: 18px;
  margin-bottom: 10px;
  padding-left: 40px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: #44e9cb;
  font-size: 18px;
  line-height: 18.16px;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.heading-10 {
  margin-top: 0px;
  float: none;
  clear: none;
  font-family: Montserrat, sans-serif;
  color: #44e9cb;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.84px;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-5 {

  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 12px;
  font-family: 'Cera gr';
  color: #fff;
  font-size: 14px;
  line-height: 15px;
  font-weight: 300;
  letter-spacing: -0.84px;
}

.paragraph-5.gap {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.button {
  display: block;
  width: 154px;
  height: 52px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 24px;
  padding-top: 16px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  clear: both;
  border-radius: 12px;
  background-color: #ffc118;
  box-shadow: 1px 1px 3px 0 #6f6868;
  font-family: 'Cera gr';
  color: #1c3c76;
  font-weight: 700;
  text-align: center;
}

.button.read-more {
  display: none;
  margin: 15px 15px 0px 0px;
  float: right;
  font-size: 18px;
  line-height: 21.09px;
  letter-spacing: -0.84px;
}

.button.read-more {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 150px;
  margin-top: 12px;
  padding-top: 17px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc118), to(#fcd56a));
  background-image: linear-gradient(180deg, #ffc118, #fcd56a);
  box-shadow: 0 0 35px 10px rgba(0, 0, 0, 0.07);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 21.95px;
  letter-spacing: -0.84px;
}

.button.read-more.mobile {
  display: none;
}

.button.read-more.profile {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 17px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc118), to(#fcd56a));
  background-image: linear-gradient(180deg, #ffc118, #fcd56a);
  font-family: Montserrat, sans-serif;
}

.button.start-test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-left: 0px;
  padding-top: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc118), to(#fcd56a));
  background-image: linear-gradient(180deg, #ffc118, #fcd56a);
  box-shadow: 0 0 30px -10px #6f6868;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 21.09px;
  letter-spacing: -0.84px;
}

.button.meet-the-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 52px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc118), to(#fcd56a));
  background-image: linear-gradient(180deg, #ffc118, #fcd56a);
  box-shadow: 1px 0 20px 0 rgba(0, 0, 0, 0.14);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 21.09px;
  letter-spacing: -0.84px;
}

.div-block-12 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  height: auto;
  padding-top: 17px;
  padding-bottom: 23px;
  padding-left: 42px;
}

.div-block-12.mobile-view {
  display: none;
}

.div-block-13 {
  padding-top: 0px;
}

.image-28 {
  display: none;
  width: 173px;
  height: 327px;
  margin-top: -235px;
}

.section-5 {
  display: block;
  height: 927px;
  background-image: url('../images/common/Rectangle-64.png');
  background-position: 0px 0px;
  background-size: cover;
}

.heading-11 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 73px;
  font-weight: 300;
  letter-spacing: -3px;
}

.container-9 {
  padding-top: 91px;
}

.div-block-14 {
  display: none;
  width: 297px;
  height: 297px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  background-image: url('../images/common/Ellipse-34.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-14.founders-profile {
  display: block;
}

.div-block-15 {
  position: relative;
  left: 104px;
  top: -119px;
  display: block;
  width: auto;
  height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
}

.heading-12 {
  margin-top: 20px;
  padding-top: 35px;
  font-family: Montserrat, sans-serif;
  color: #44e9cb;
  font-size: 24px;
  line-height: 28.13px;
  text-align: left;
  letter-spacing: -0.5px;
}

.paragraph-7 {
  width: 225px;
  height: auto;
  padding-right: 32px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 16.41px;
  font-weight: 400;
  text-align: left;
  letter-spacing: -0.5px;
}

.image-30 {
  display: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 9px;
  float: none;
  clear: left;
}

.div-block-16 {
  margin-top: 0px;
  padding-top: 27px;
}

.div-block-17 {
  position: relative;
  top: -135px;
  overflow: visible;
  width: 405px;
  height: 178px;
  margin-top: 0px;
  padding-top: 22px;
  padding-left: 24px;
  clear: left;
  border-radius: 23px;
  background-color: #19326e;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-17.mobile-view {
  height: 190px;
  padding-bottom: 0px;
}

.paragraph-8 {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-right: 15px;
  float: none;
  clear: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 16.41px;
  font-weight: 400;
  text-align: left;
  letter-spacing: -0.5px;
}

.grid-9 {
  display: -ms-grid;
  display: grid;
  margin-top: -28px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 22px;
  padding-left: 139px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 0.75fr 0.75fr 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr 0.75fr 0.75fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-9.numbers {
  margin-top: -30px;
  padding-left: 40px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-19 {
  position: relative;
  top: -129px;
  display: block;
  overflow: visible;
  height: 247px;
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 10px;
  padding-left: 0px;
  border-radius: 123.5px;
  background-color: #e6f4ff;
}

.heading-13 {
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
  color: #26498c;
  font-size: 45px;
  line-height: 42px;
  font-weight: 800;
  letter-spacing: -1px;
}

.paragraph-9 {
  font-family: Montserrat, sans-serif;
  color: #26498c;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.9px;
}

.paragraph-10 {
  font-family: Montserrat, sans-serif;
  color: #26498c;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.97px;
}

.paragraph-11 {
  font-family: Montserrat, sans-serif;
  color: #26498c;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.97px;
}

.paragraph-12 {
  font-family: Montserrat, sans-serif;
  color: #26498c;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.97px;
}

.paragraph-13 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #26498c;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.97px;
}

.heading-144 {
  font-size: 80px;
  line-height: 80px;
  font-weight: 300;
}

.heading-144.global {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 51px;
  font-weight: 400;
  letter-spacing: -1.54px;
}

.heading-144.career {
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 73px;
  letter-spacing: -3px;
}

.heading-144.news {
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 73px;
  font-weight: 400;
  letter-spacing: -3px;
}

.heading-144.ics-voice {
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 78.5px;
  font-weight: 400;
  letter-spacing: -3px;
}

.div-block-25 {
  width: 88vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-25.padding-16 {
  width: auto;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-6 {
  overflow: visible;
  height: auto;
  background-color: transparent;
  background-image: none;
  color: #000;
}

.paragraph-15 {
  width: 381px;
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: -0.84px;
}

.cart-total-price {
  float: left;
  margin-left: -19px;
}

.columns-7 {
  width: 680px;
  height: 54px;
  border-radius: 17px;
  background-color: #e6f4ff;
}

.heading-15 {
  display: block;
  margin-top: 6px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: 'Cera gr';
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.testimonail-margin{
  margin-top: 16px;
  cursor: pointer;
}
.heading-15.selected-news {
  border-radius: 15px;
  background-color: #19326e;
  color: #fff;
}

.heading-15.selected-testimonial {
  border-radius: 15px;
  background-color: #19326e;
  color: #fff;
}

.heading-15.selected-testimonial.testimonial-heading,
.heading-15.selected-testimonial.plans-heading {
  margin: 5px 11px 0px 16px;
  padding-left: 0px;
  width: 170px;
  height: 42px;
  padding-top: 1.2rem;
}
.heading-15.selected-news.news-heading,
.heading-15.selected-news.plans-heading {
  margin: 5px 11px 0px 16px;
  padding-left: 0px;
  width: 140px;
  height: 42px;
  padding-top: 1.2rem;
}

.heading-15.news-heading,
.heading-15.plans-heading {
  font-family: Montserrat, sans-serif;
  letter-spacing: -0.84px;
  cursor: pointer;
  padding-top: 1.2rem;
}

.heading-15.news-heading.selected-news.all-news {
  margin-left: 0px;
}

.column-12 {
  padding-bottom: 0px;
  padding-left: 0px;
}

.body {
  margin-right: auto;
  margin-left: auto;
}

.body.no-scroll {
  overflow: visible;
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
}

.section-7 {
  display: block;
  margin-top: 0px;
  background-image: url('../images/common/Rectangle-64.png');
  background-position: 0px 0px;
  background-size: cover;
}

.section-7.blog {
  display: none;
}

.div-block-28 {
  width: auto;
  margin-top: -457px;
  margin-bottom: 0px;
  padding: 15px;
  border-radius: 35px;
  background-color: #fff;
  box-shadow: 13px 0 63px 0 rgba(0, 0, 0, 0.18);
}

.div-block-28.faq {
  padding-top: 0px;
}

.div-block-28.mobile-view {
  margin-top: -450px;
}

.section-8 {
  min-height: 0em;
  margin-top: 120px;
  padding-top: 0px;
}

.heading-17 {
  display: block;
  margin-top: -32px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 53px;
  font-weight: 300;
  letter-spacing: -3px;
}

.columns-8 {
  height: 100%;
  padding-top: 78px;
  padding-left: 40px;
}

.image-31 {
  position: static;
  display: block;
  margin-top: 8px;
  margin-right: auto;
  margin-left: 131px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
}

.column-16 {
  margin-top: -21px;
  padding-top: 0px;
  padding-left: 0px;
  text-align: left;
}

.paragraph-17 {
  width: 210px;
  height: 36px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.dropdown {
  width: 88px;
}

.div-block-30 {
  padding-top: 40px;
}
.div-block-31 {
  margin-top: 36px;
  padding-top: 17px;
  border-style: dashed none none;
  border-width: 2px 1px 1px;
  border-color: #163672 #000 #000;
  border-radius: 0px;
}

.heading-20 {
  padding-right: 89px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 23px;
  line-height: 26.95px;
  letter-spacing: -1.39px;
}

.text-field-4 {
  width: 303px;
  height: 54px;
  margin-top: 18px;
  border: 1px solid #e6f4ff;
  border-radius: 10px;
  background-color: #e6f4ff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px dotted #fff;
}

.list {
  height: 36px;
  padding-top: 1px;
  font-family: 'Cera gr';
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  list-style-type: none;
}

.heading-21 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 23px;
  text-align: right;
}

.container-11 {
  max-width: 1000px;
  padding-top: 0px;
}

.columns-13 {
  margin-top: 133px;
  margin-bottom: 125px;
}

.section-9 {
  max-height: 42px;
  background-color: #003c79;
}

.container-12 {
  height: 42px;
  max-height: 43px;
  max-width: 1000px;
}

.heading-24 {
  display: block;
  height: 41px;
  margin-top: 0px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.heading-24.copyright {
  margin-top: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 41px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-29 {
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 10px 66px 0px 0px;
  background-color: transparent;
  cursor: pointer;
}

.column-29:hover {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.column-30 {
  display: block;
}

.heading-25 {
  position: relative;
  top: -56px;
  display: none;
  width: 44px;
  margin-top: 9px;
  margin-bottom: 3px;
  margin-left: 3px;
  padding-left: 9px;
  border-radius: 10px;
  background-color: #19326e;
  font-family: Montserrat, sans-serif;
  color: #fffefe;
  font-size: 14px;
  line-height: 44px;
  font-weight: 500;
  letter-spacing: -0.85px;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-36 {
  display: inline-block;
  margin-right: auto;
  margin-left: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.button-5 {
  position: absolute;
  top: 343px;
  display: block;
  width: 48px;
  height: 48px;
  margin-right: auto;
  margin-bottom: 0px;
  padding-bottom: 9px;
  background-color: transparent;
  background-image: url('../images/common/Group-96.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.column-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 426px;
  padding-top: 10px;
  border-right: 0.5px none #0097ff;
}

.column-35:hover {
  margin-top: 0px;
}

.column-36 {
  height: 426px;
  padding-top: 10px;
}

.column-36:hover {
  height: 427px;
  margin-top: 0px;
}

.columns-17 {
  height: 470px;
}

.columns-18 {
  display: none;
}

.columns-19 {
  height: 54px;
  margin-top: 21px;
}

.columns-20 {
  margin-top: 25px;
  padding-left: 40px;
}

.div-block-40 {
  padding-right: 20px;
}

.div-block-42 {
  text-align: center;
}

.grid-11 {
  overflow: visible;
  padding-right: 0px;
  padding-left: 0px;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-flow: column;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.column-40 {
  padding-right: 10px;
  padding-left: 40px;
  text-align: left;
}

.column-44 {
  margin-top: -16px;
  padding-left: 0px;
}

.image-45 {
  display: block;
}

.text-block-6 {
  color: transparent;
  font-size: 0px;
  line-height: 0px;
}

.column-46 {
  position: static;
}

.div-block-51 {
  overflow: hidden;
  width: 0px;
  height: 0px;
}

.columns-24 {
  overflow: hidden;
  width: 0px;
  height: 0px;
}

.select-field {
  display: none;
  width: 185px;
  height: 48px;
  padding-top: 15px;
  padding-right: 0px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border: 1px solid #19326e;
  border-radius: 10px;
  background-color: #19326e;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 16.41px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: -1px;
  text-decoration: none;
}

.select-field.team {
  color: #000;
}

.text-field-10 {
  width: 185px;
  height: 49px;
  padding-left: 70px;
  border: 1px solid #d3e3f0;
  border-radius: 10px;
  background-color: #d3e3f0;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 400;
  letter-spacing: -1px;
}

.submit-button {
  position: relative;
  top: -107px;
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  margin-left: 194px;
  background-color: transparent;
  background-image: url('../images/common/Group-96.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.success-message {
  border-radius: 15px;
  background-color: #19326e;
  font-family: 'Cera gr';
  color: #fff;
  font-weight: 500;
}

.submit-button-2 {
  width: 150px;
  height: 52px;
  margin-top: 19px;
  margin-left: 0px;
  border-radius: 12px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc118), to(#fcd56a));
  background-image: linear-gradient(180deg, #ffc118, #fcd56a);
  box-shadow: 0 0 63px 10px rgba(0, 0, 0, 0.15);
  font-family: Montserrat, sans-serif;
  color: #1c3c76;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: -0.84px;
}

.form {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form.subscribe-form {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.column-53 {
  padding-left: 0px;
}

.form-block-2 {
  display: block;
  width: 467px;
  float: right;
  clear: both;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.form-2.ttu-form {
  display: -ms-grid;
  display: grid;
  padding-top: 0px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.select-field-2 {
  height: 54px;
  border-radius: 14px;
  background-color: #19326e;
  font-family: Montserrat, sans-serif;
  color: #fcfcfc;
  font-weight: 500;
}

.select-field-2.schedule {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.text-field-14 {
  width: 230px;
  height: 54px;
  margin-top: 0px;
  margin-left: 0px;
  border: 1px solid #e6f4ff;
  border-radius: 14px;
  background-color: #e6f4ff;
  font-family: Montserrat, sans-serif;
}

.text-field-14.note {
  width: auto;
  margin-top: 0px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
}

.text-field-14.a-z-name {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.text-field-14.a-z-name {
  width: auto;
  margin-top: 0px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
}

.submit-button-3 {
  width: 154px;
  height: 52px;
  margin-top: 0px;
  padding-top: 14px;
  border-radius: 12px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc118), to(#fcd56a));
  background-image: linear-gradient(180deg, #ffc118, #fcd56a);
  box-shadow: 1px 1px 30px -11px #6f6868;
  font-family: Montserrat, sans-serif;
  color: #1c3c76;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: -0.84px;
  cursor: pointer;
}

.submit-button-3.ttu-submit {
  width: 150px;
  margin-top: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc118), to(#fcd56a));
  background-image: linear-gradient(180deg, #ffc118, #fcd56a);
  box-shadow: 0 0 68px 10px rgba(0, 0, 0, 0.15);
  font-family: Montserrat, sans-serif;
  color: #1c3c76;
  font-size: 18px;
  letter-spacing: -0.84px;
}
.margin-bottom{
  margin-bottom: 5%;
}
.div-block-52 {
  position: relative;
  width: auto;
  height: 54px;
  margin-top: 0px;
  border-radius: 14px;
  background-color: #e6f4ff;
}

.div-block-52.parent-number {
  left: auto;
  width: auto;
}

.columns-25 {
  position: relative;
  left: auto;
  width: auto;
  height: 54px;
  clear: none;
}

.column-54 {
  height: 54px;
}

.column-55 {
  height: 54px;
}

.select-field-4 {
  width: 67px;
  height: 42px;
  margin-top: 5px;
  margin-left: 6px;
  padding-right: 1px;
  border-radius: 12px;
  background-color: #19326e;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.select-field-4.ttu-primary-code {
  height: 54px;
  margin-top: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 6px;
  font-family: Montserrat, sans-serif;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: -0.85px;
}

.select-field-4.ttu-secondary-code {
  height: 54px;
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 6px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  letter-spacing: -0.85px;
}

.text-field-17 {
  margin-top: 10px;
  margin-left: 0px;
  border: 1px solid #e6f4ff;
  background-color: #e6f4ff;
  font-family: Montserrat, sans-serif;
}

.text-field-17.contact {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.text-field-17.parent_contact {
  padding-right: 12px;
  font-family: Montserrat, sans-serif;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 41px;
  float: right;
  text-decoration: none;
}

.grid-16 {
  padding-top: 10px;
  padding-left: 28px;
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 0.25fr minmax(auto, 0.25fr) auto auto;
  grid-template-rows: auto 0.25fr minmax(auto, 0.25fr) auto auto;
}

.heading-145 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: -1.1px;
  text-decoration: none;
}

.link-block-4 {
  height: auto;
  font-family: 'Cera gr';
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: -1.1px;
  text-decoration: none;
}

.heading-146 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: -1.1px;
  text-decoration: none;
}

.heading-147 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
}

.heading-149 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
}

.link-block-5 {
  height: auto;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: -1.1px;
  text-decoration: none;
}

.link-block-6 {
  height: auto;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: -1.1px;
  text-decoration: none;
}

.section-10 {
  height: auto;
  border-radius: 0px;
  background-image: url('../images/common/Rectangle-64.png');
  background-position: 0px 0px;
  background-size: cover;
}

.section-10.know-yourself {
  display: block;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-10.home {
  display: block;
  height: auto;
  background-image: none;
  background-size: auto;
}

.section-10.home.mobile {
  display: none;
}

.section-10.team {
  height: auto;
  background-image: none;
  background-size: auto;
  color: #000;
}

.section-10.faq {
  height: auto;
  background-image: none;
  color: #000;
}

.section-10.blog {
  height: auto;
  background-image: none;
  background-size: auto;
}

.section-10.alert {
  height: auto;
  background-image: none;
  text-decoration: none;
}

.course-2 {
  position: relative;
  width: 196px;
  height: 156px;
  margin-right: 10px;
  padding-left: 16px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  background-color: #dcfbf5;
}

.heading-166 {
  margin-top: 10px;
  font-family: Gotham;
  font-size: 16px;
  line-height: 15px;
  font-weight: 700;
}

.heading-166.subject-heading {
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.paragraph-28 {
  margin-top: 0px;
  font-family: 'Cera gr';
  color: #000;
  font-size: 12px;
  line-height: 11px;
  font-weight: 400;
  letter-spacing: -0.08em;
}

.paragraph-28.subject-content {
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  line-height: 13px;
}

.image-55 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: inline-block;
  margin-top: -6px;
  margin-bottom: 0px;
}

.image-55.line-1 {
  position: absolute;
  left: 7%;
  top: auto;
  right: auto;
  bottom: 8%;
  display: block;
}

.image-55.line-1.subject-button {
  cursor: pointer;
}

.a-z {
  position: absolute;
  top: 3243px;
  padding-top: 0px;
}

.body-2 {
  border-radius: 40px;
  box-shadow: 1px 1px 3px 0 #8d8383;
}

.campus {
  width: 92px;
  height: 125px;
}

.video {
  position: static;
  display: block;
  width: auto;
  height: auto;
  border: 0px none #000;
  border-radius: 0px;
  background-color: transparent;
  opacity: 1;
}

.column-101 {
  display: block;
}

.column-102 {
  padding-top: 0px;
  padding-left: 0px;
}

.column-103 {
  display: none;
}

.div-block-193 {
  width: 490px;
  height: 268px;
  border-radius: 18px;
  box-shadow: 0 0 2px 0 #c9bbbb;
  margin-bottom: 3rem;
}

.div-block-194 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.heading-209 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 11.64px;
  font-weight: 500;
  letter-spacing: -0.08em;
}
.heading-210 {
  margin-top: 6px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 13.58px;
  letter-spacing: -0.08em;
  white-space: nowrap;
}

.div-block-195 {
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
}

.div-block-196 {
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  align-items: center;
  word-break: break-word;
  margin-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #f15a22;
  font-family: Montserrat, sans-serif;
  text-align: center;
  padding: 0 8px;
}

.heading-211 {
  margin-top: revert;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 0;
  margin: 0;
}

.heading-213 {
  margin-top: 1px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 11.64px;
  letter-spacing: -0.08em;
}

.paragraph-67 {
  padding-right: 28px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 12.64px;
  letter-spacing: -0.5px;
}

.paragraph-68 {
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 11.64px;
  letter-spacing: -0.08px;
}

.div-block-197 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-198 {
  display: block;
  width: 195px;
  height: 25px;
  margin-right: 9px;
  padding-top: 5px;
  padding-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 6px;
  background-color: #dcfbf5;
}

.paragraph-69 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 14.06px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.85px;
}

.column-121 {
  position: relative;
  display: block;
  padding-top: 30px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.link {
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #0674f9;
  line-height: 16.41px;
  font-weight: 700;
  letter-spacing: -0.84px;
}

.button-21 {
  width: 114px;
  height: 39px;
  padding-top: 12px;
  border-radius: 10px;
  background-color: #ffc118;
  box-shadow: 1px 1px 3px 0 #d3cdcd;
  font-family: Montserrat, sans-serif;
  color: #1c3c76;
  line-height: 16.41px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.84px;
}

.column-122 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-199 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.text-color a, a:focus, a:hover {
  /* color: #23527c !important;
  font-size: 18px; */
  text-decoration: underline !important;
}
.text-color {
  color: #ffc118 !important;
  font-size: 18px;
}
.w-custom-col1{
  width: 50%;
}
.modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: none;
  overflow: visible;
  height: 100vh;
  background-color: #fff;
}

.select-field-9 {
  position: relative;
  left: 5px;
  top: -53px;
  width: 44px;
  border-radius: 10px;
  background-color: #19326e;
  color: #fff;
}

.select-field-9.country-codes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: 51px;
  padding: 0px;
  float: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  letter-spacing: -1px;
}

.text-block-16 {
  display: none;
}

.text-block-17 {
  display: none;
}

.success-message-2 {
  overflow: hidden;
  width: 0px;
  height: 0px;
  background-color: transparent;
  -o-object-fit: none;
  object-fit: none;
}

.error-message {
  overflow: hidden;
  width: 0px;
  height: 0px;
  background-color: transparent;
  -o-object-fit: none;
  object-fit: none;
}

.form-block-6 {
  display: block;
  margin-bottom: 0px;
}

.heading-235 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.image-117 {
  max-width: 30%;
}

.thank-you {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.background-video {
  height: 829px;
  background-image: linear-gradient(#0084ff, #0e3c7b);
}

.imageintro {
  width: 560px;
  height: 500px;
  position: absolute;
  top: 22rem;
  right: 12rem;
}

.div-block-270 {
  width: 0px;
  height: 324px;
  margin-top: 53px;
  margin-left: 14px;
  border-style: solid none solid solid;
  border-width: 0.5px;
  border-color: #0097ff #80cbff #0097ff #0097ff;
  border-radius: 13px;
}

.link-block-8 {
  font-size: 18px;
  line-height: 40px;
  letter-spacing: -1.1px;
  text-decoration: none;
}

.section-31 {
  display: none;
}

.div-block-271,
.open-button {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 2%;
  z-index: 10;
  /* width: 216px;
  height: 58px; */
  margin-top: 16px;
  margin-right: 15px;
  margin-left: 0px;
  float: right;
  border-radius: 18px;
  cursor: pointer;
  /* background-color: #44e9cb; */
}

.open-button {
  bottom: 3%;
  font-weight: bold;
  color: #1c3c76;
}

#query-form {
  max-width: 300px;
  padding: 10px;
  background-color: #fff;
  text-align: center;
  position: fixed;
  bottom: 12%;
  border-radius: 15px;
  right: 1%;
}

.image-118 {
  width: 18.85px;
  height: 16.6px;
}

.div-block-272 {
  width: 47px;
  height: 36px;
  margin-top: 11px;
  padding: 8px 19px 20px 8px;
  border-right: 2px solid #1c3c76;
}

.div-block-273 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -11px;
  padding-top: 24px;
}

.text-block-19 {
  padding-left: 8px;
  font-family: Montserrat, sans-serif;
  color: #1c3c76;
  line-height: 16.21px;
  font-weight: 700;
  letter-spacing: -1px;
}

.image-119 {
  width: 15px;
  height: 15px;
}

.column-156 {
  padding-left: 8px;
}

.column-157 {
  margin-top: 0px;
}

.columns-61 {
  height: 54px;
}

.column-158 {
  height: 54px;
  padding-top: 19px;
}

.column-159 {
  height: 54px;
  padding-top: 0px;
}

.div-block-274 {
  max-width: 1000px;
  margin-top: 130px;
  margin-right: auto;
  margin-left: auto;
}

.image-120 {
  position: relative;
  left: 98px;
  top: 122px;
  width: 173px;
  height: 327px;
  margin-top: -205px;
  margin-left: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.column-160 {
  padding-left: 0px;
}

.div-block-275 {
  width: 626px;
}

.columns-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-161 {
  height: 44px;
}

.column-161.selected {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 12px;
  background-color: #19326e;
}

.column-162 {
  padding-right: 0px;
}

.div-block-276 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-277 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 128px;
  padding-left: 0px;
}

.div-block-278 {
  position: relative;
  top: -84px;
  padding-left: 81px;
}

.div-block-278.globe {
  top: -85px;
}

.ics-print-news-image {
  display: block;
  width: 235px;
  height: 161px;
  max-width: none;
}

.ics-print-news-image.print-news {
  display: block;
}

.ics-print-news-image.print-newspaper-image {
  display: block;
}

.div-block-281 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-282 {
  width: auto;
  padding-top: 0px;
  padding-right: 0px;
}

.div-block-282.mobile-view {
  position: relative;
}

.div-block-283 {
  padding-left: 0px;
}

.div-block-284 {
  width: 295px;
  height: 54px;
}

.columns-63 {
  display: none;
  padding-right: 65px;
  padding-left: 136px;
}

.column-164 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.column-169 {
  padding-left: 0px;
  color: #000;
}

.column-177 {
  display: none;
}

.form-block-7 {
  display: none;
}

.column-178 {
  display: none;
}

.div-block-300 {
  max-width: 1000px;
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
}

.container-39 {
  max-width: 1000px;
}

.columns-67 {
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.column-182 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-183 {
  padding-right: 0px;
}

.columns-68 {
  height: 56px;
}

.div-block-320 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.column-186 {
  position: relative;
}

.columns-72 {
  display: none;
}

.column-192 {
  padding-left: 0px;
}

.columns-73 {
  padding-left: 40px;
}

.a-z-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(221, 234, 255, 0.8);
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.column-202 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.columns-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-align: left;
}

.column-203 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.linkedin-button {
  width: 47px;
  height: 47px;
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/common/Group-1405.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.read-more-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000000;
  display: none;
  overflow: visible;
  width: auto;
  height: auto;
  margin: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 89.8%, 0.75);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.profile-modal {
  position: absolute;
  z-index: 10000;
  display: block;
  overflow: visible;
  width: 1000px;
  height: 885px;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #fff;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.div-block-329 {
  display: block;
  overflow: visible;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-141 {
  position: absolute;
  top: 4%;
  right: 4%;
  display: inline-block;
  margin-right: 0px;
  padding-right: 0px;
  cursor: pointer;
}

.container-45 {
  overflow: scroll;
  height: 700px;
  max-width: 845px;
}

.paragraph-90 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 24.03px;
  font-weight: 600;
  text-align: left;
  letter-spacing: -0.5px;
}

.grid-31 {
  margin-top: 25px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contribution-grid {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24.03px;
  letter-spacing: -0.5px;
}

.grid-32 {
  margin-top: 20px;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.text-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 403px;
  height: 59px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/common/Rectangle-191.svg');
  background-position: 0px 0px;
  background-size: auto;
  font-family: Montserrat, sans-serif;
  color: #1c3c76;
  font-size: 20px;
  line-height: 19.4px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.08em;
}

.text-block-23.internal-button {
  margin-top: 80px;
}

.internal-paragraph {
  margin-top: 20px;
  color: #000;
  font-size: 16px;
}

.div-block-331 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 154px;
  height: 52px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #ffc118;
  font-family: 'Cera gr';
  color: #1c3c76;
  font-size: 18px;
  line-height: 21.09px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.845px;
}

.button-30.read-more-modal-close-button {
  margin-top: 10px;
}

.detail-content {
  margin-top: 30px;
  display: flex;
}

/* for chat form */

/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  /* border: 3px solid #f1f1f1; */
  z-index: 9;
}

.right {
  float: right;
  cursor: pointer;
}

.left {
  float: left;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  width: 300px !important;
  padding: 10px;
  background-color: white;
  text-align: center;
  height: 420px !important;
}

/* Full-width textarea */
.form-container input {
  width: 100%;
  padding: 10px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 50px;
  border-radius: 10px;
}

.form-container textarea {
  width: 100%;
  padding: 10px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 50px;
  border-radius: 10px;
}

/* When the textarea gets focus, do something */
.form-container input:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn {
  /* background-color:  #ffb014 ; */
  color: #193370;
  font-weight: bold;
  padding: 16px 20px;
  border: none;
  font-size: 15px;
  cursor: pointer;
  width: 80%;
  margin-bottom: 10px;
  opacity: 1;
  border-radius: 10px;
  background-image: linear-gradient(to right, #FCD56A, #FFC118);
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover,
.open-button:hover {
  opacity: 1;
}

/* chat form end */


.ulformat {
  list-style-type: none;

}

.quick-links-list {
  width: 30%;
  padding-top: 29px;
  padding-left: 34px;
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 30px;

}

.ulformat li {
  border-bottom: 1px solid gray;
  text-transform: uppercase;

}

.ulformat a {
  text-decoration: auto;
  color: #007fff;
}

.linkp {
  margin-top: 0;
  padding-bottom: 10px;
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  line-height: 1.42857143;
  color: #333333;
  margin-bottom: 20px;
  border-bottom: 1px solid gray;
  font-size: 1.2rem;
  text-align: center;
}

.career-plan-image {
  width: 300px;
  height: 500px;
  max-width: none;
  cursor: pointer;
}

.paragraph-92 {
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  letter-spacing: -0.5px;
}

.paragraph-93 {
  display: block;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
}

.paragraph-94 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
}

.paragraph-95 {
  color: #000;
  font-size: 16px;
}

.div-block-339 {
  overflow: visible;
  min-width: 0px;
  font-family: Montserrat, sans-serif;
}

.bold-text-26 {
  font-family: Montserrat, sans-serif;
}
.voice-blog-ics-calendar{
  width: 236px !important;
  height: 210px !important;
}

.voice-blog {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 357px;
  height: 399px;
  max-width: none;
  margin: 10px 20px 10px 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.voice-blog.study-india {
  height: 290px;
}
/* added for studiesabroad */

.div-block-342 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  margin-top: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-343 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin: 10px;
  padding: 20px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  background-color: #e6f4ff;
  text-decoration: none;
}
.paragraph-96 {
  margin-bottom: 0px;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  font-size: 18px;
  line-height: 21.94px;
  font-weight: 600;
  letter-spacing: -0.8px;
}

.paragraph-97 {
  position: absolute;
  top: 30%;
  margin-left: 10px;
  padding: 10px 10px 10px 20px;
  font-size: 12px;
  line-height: 15.64px;
  font-weight: 500;
  letter-spacing: -0.5px;
  -o-object-fit: fill;
  object-fit: fill;
}

.talk-to-us {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 5%;
  display: none;
  width: 166px;
  height: auto;
  margin-left: 25px;
  padding: 9px 15px;
  border: 2px solid #19326e;
  border-radius: 12px;
  background-color: #fdfdfd;
  color: #1c3c76;
  font-size: 18px;
  line-height: 21.94px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.8px;
}

.div-block-345 {
  display: block;
  margin-bottom: -17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button-32 {
  width: 48px;
  height: 48px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  background-image: url('../images/common/Group-96.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-attachment: scroll;
}

.button-32.blog-1 {
  width: 48px;
  height: 48px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-346 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.digital-news-video {
  display: block;
  width: 235px;
  height: 161px;
  border-radius: 0px;
}

.news-blog-link {
  background-image: url('../images/common/news/indiatv2.jpg');
  background-position: 0% 50%;
  background-size: 235px 161px;
}

.news-blog-link.news-blog-link {
  background-image: url('../images/common/news/indiatv1.jpg');
}

.news-blog-link.blog-3 {
  background-image: url('../images/common/news/indiatv4.jpg');
}

.news-blog-link.blog-4 {
  background-image: url('../images/common/news/indiatv3.jpg');
}

.news-blog-link.blog-5 {
  background-image: url('../images/common/news/indiatoday.png');
}

.blog-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 235px;
  height: 161px;
  border-radius: 17px;
  background-image: url('../images/common/cnbcfunding.jpg');
  background-position: 0px 0px;
  background-size: 235px 161px;
  background-repeat: no-repeat;
}

.blog-1.news-blog-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 235px;
  height: 161px;
  background-image: url('../images/common/cnbcfunding.jpg');
  opacity: 1;
}

.blog-2.news-blog-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 235px;
  height: 161px;
  background-image: url('../images/common/indiatv2.jpg');
}

.blog-3 {
  width: 235px;
  height: 161px;
  border-radius: 17px;
  background-image: url('../images/common/youstoryeng.png');
  background-position: 0px 0px;
  background-size: 235px 161px;
  background-repeat: no-repeat;
}

.blog-3.news-blog-link {
  width: 235px;
  height: 161px;
}

.blog-4 {
  width: 235px;
  height: 161px;
  border-radius: 17px;
  background-image: url('../images/common/Applaunch.jpg');
  background-position: 0px 0px;
  background-size: 235px 161px;
  background-repeat: no-repeat;
  opacity: 1;
}

.blog-4.news-blog-link {
  width: 235px;
  height: 161px;
}

.blog-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 235px;
  height: 161px;
  border-radius: 17px;
  background-image: url('../images/common/Dsejhost.jpg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-5.news-blog-link {
  width: 235px;
  height: 161px;
}

.ics-print-news-image {
  display: block;
}

.section-51 {
  height: 560px;
}
.margin-top{
  margin-top: 100px;
}

.div-block-415 {
  position: relative;
  width: 235px;
  height: 161px;
}

.div-block-415.news-blog-link {
  display: block;
  border-radius: 0px;
  background-image: none;
}

.heading-288 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 161px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/common/Mask.svg');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #000;
  line-height: 16.41px;
  font-weight: 500;
  letter-spacing: -0.85px;
}

.link-block-9 {
  width: 235px;
  height: 161px;
  border-radius: 17px;
  background-image: url('../images/common/youstoryeng.png');
  background-position: 0% 0%;
  background-size: 235px 161px;
  background-repeat: no-repeat;
}

.link-block-10 {
  width: 235px;
  height: 161px;
  border-radius: 17px;
  background-image: url('../images/common/ndtvschoolreopening.jpeg');
  background-position: 0px 0px;
  background-size: 235px 161px;
  background-repeat: no-repeat;
}

.link-block-11 {
  width: 235px;
  height: 161px;
  border-radius: 17px;
  background-image: url('../images/common/news/republictv.jpeg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-block-12 {
  width: 235px;
  height: 161px;
  border-radius: 17px;
  background-image: url('../images/common/news/htjera.jpg');
  background-position: 0px 0px;
  background-size: 235px 161px;
  background-repeat: no-repeat;
}

.link-block-13 {
  width: 235px;
  height: 161px;
  border-radius: 17px;
  background-image: url('../images/common/knocksense.jpeg');
  background-position: 0px 0px;
  background-size: 235px 161px;
  background-repeat: no-repeat;
}
.link-block-100 {
  width: 235px;
  height: 161px;
  border-radius: 17px;
  background-image: url('../images/home/news/bc.jpg');
  background-position: 0px 0px;
  background-size: 235px 161px;
  background-repeat: no-repeat;
}

.link-block-14 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.ics-print-news-block {
  position: relative;
  overflow: hidden;
  border-radius: 17px;
}

.list-14 {
  padding-left: 20px;
  color: #fff;
  line-height: 16.41px;
}

.div-block-416 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.privacy-data-content {
  margin-top: 60px;
}

.div-block-422 {
  display: block;
  overflow: hidden;
  border-radius: 17px;
}

.bold-text-32 {
  padding-bottom: 6px;
  line-height: 16.41px;
  font-weight: 500;
}

.div-block-423 {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.div-block-423.last-footer-icon {
  margin-right: 0px;
}

.link-block-18 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.div-block-424 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.paragraph-113 {
  overflow-y: scroll;
  height: 130px;
  margin: 0 15px;
  padding: 0 15px;
  position: absolute;
  left: 0%;
  top: 8%;
  right: 0%;
  bottom: auto;
  margin-bottom: 5px;
  padding-top: 0px;
  color: #fff;
  font-size: 14px;
  line-height: 16.5px;
  font-style: italic;
}
.div-block-calendar {
    position: relative;
    width: 315px;
    height: 275px;
    margin-bottom: 0;
    border-radius: 16px;
    background-color: #19326e;
    opacity: 1;
    color: #fff;
}
.calendar-item{
  justify-content: space-between;
}
.div-block-calendar a{
  color: #fff;
  font-size: large;
}
.div-block-calendar a :hover{
  color: #fff;
  font-size: large;
}
.div-block-427 {
  position: relative;
  width: 400px;
  height: 220px;
  margin-top: 10px;
  margin-bottom: 0;
  border-radius: 16px;
  background-color: #0c64c4;
  opacity: 1;
  color: #0c64c4;
}

.div-block-427.testimonials {
  margin-top: 10px;
  margin-left: 0px;
}
.bottom-space {
  bottom: 4% ;
}

.text-block-43 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 4%;
  margin-bottom: 0px;
  margin-left: 22px;
  padding-top: 5px;
  padding-bottom: 0px;
  background-color: transparent;
  color: #44e9cb;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: -0.3px;
}
.text-block-43 a:hover{
  color: #fff;
}

.mask {
  overflow: hidden;
  width: 120%;
}

.slider {
  display: block;
  width: auto;
  height: 100%;
  background-color: transparent;
}

.slider.testimonials {
  display: none;
}

.slide {
  width: 100%;
}

.bold-text-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.bold-text-34 {
  padding-bottom: 6px;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.bold-text-35 {
  padding-bottom: 6px;
  font-weight: 500;
}

.bold-text-36 {
  padding-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.bold-text-37 {
  padding-bottom: 6px;
  font-weight: 500;
}

.bold-text-38 {
  padding-bottom: 6px;
  font-weight: 500;
}

.bold-text-39 {
  padding-bottom: 6px;
  font-weight: 500;
}

.bold-text-40 {
  padding-bottom: 6px;
  font-weight: 500;
}

.container-64 {
  position: relative;
  max-width: 1000px;
  margin-top: 100px;
}

.pioneers-programmes {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-313 {
  display: block;
  width: 126px;
  margin-bottom: 0px;
  padding: 8px 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/common/Rectangle-156-1.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #1c3c76;
  font-size: 18px;
  line-height: 17.46px;
  text-align: center;
  letter-spacing: -0.08em;
}

.heading-314 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 261px;
  height: 48px;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
  background-color: #0189f3;
  color: #fff;
  font-size: 16px;
  line-height: 16.48px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.84px;
}

.heading-316 {
  display: inline-block;
  margin-top: 0px;
  margin-right: 10px;
  padding: 15px 9px 15px 15px;
  border-radius: 10px;
  background-color: #0189f3;
  color: #fff;
  font-size: 16px;
  line-height: 16.48px;
  font-weight: 500;
  letter-spacing: -0.84px;
}

.heading-317 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 345px;
  height: 33px;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-image: url('../images/common/Rectangle-156-1.svg');
  background-position: 50% 50%;
  background-size: 345px;
  background-repeat: no-repeat;
  color: #1c3c76;
  font-size: 18px;
  line-height: 17.46px;
  letter-spacing: -0.08em;
}

.div-block-455 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 427px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-318 {
  width: 296px;
  margin-top: 0px;
  padding: 6px 17px 9px 15px;
  border-radius: 10px;
  background-color: #0189f3;
  color: #fff;
  font-size: 16px;
  line-height: 19.04px;
  font-weight: 500;
  text-align: left;
  letter-spacing: -0.08px;
}

.text-block-49 {
  margin-top: 10px;
  color: #fff;
  line-height: 17.07px;
  letter-spacing: -0.84px;
}

.button-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 154px;
  height: 52px;
  margin-top: 40px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #ffc118;
  color: #1c3c76;
  font-size: 18px;
  line-height: 21.94px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.8px;
}
.w-container{
  max-width: 1050px;
}

.mobilenavmenu {
  display: none;
}

.div-block-483 {
  display: none;
}

.pioneer-programmes-mobileview {
  display: none;
}

.image-191 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.div-block-490 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
}

.div-block-491 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-48 {
  position: absolute;
  left: -11%;
  top: 46%;
  right: auto;
  bottom: auto;
  width: 48px;
  height: 48px;
  background-color: transparent;
  background-image: url('../images/common/Group-1100.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.button-48.ics-success-left-button {
  margin-left: 10px;
}

.button-49 {
  position: absolute;
  left: auto;
  top: 46%;
  right: -10%;
  bottom: auto;
  width: 48px;
  height: 48px;
  background-color: transparent;
  background-image: url('../images/common/Group-96.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.button-49.ics-success-right-button {
  margin-right: 10px;
}

.div-block-492 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-50 {
  position: absolute;
  left: -10%;
  top: 45%;
  right: auto;
  bottom: auto;
  width: 48px;
  height: 48px;
  background-color: transparent;
  background-image: url('../images/common/Group-1100.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.button-51 {
  position: absolute;
  left: auto;
  top: 45%;
  right: -10%;
  bottom: auto;
  width: 48px;
  height: 48px;
  background-color: transparent;
  background-image: url('../images/common/Group-96.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.global-location-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 89.8%, 0.75);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.div-block-500 {
  position: relative;
  width: 1000px;
  height: 885px;
  border-radius: 40px;
  background-color: #fff;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.div-block-501 {
  position: static;
}

.image-194 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.image-195 {
  position: absolute;
  left: auto;
  top: 40px;
  right: 40px;
  bottom: auto;
  cursor: pointer;
}

.image-195.locations-modal-close-button {
  display: inline-block;
  cursor: pointer;
}

.container-67 {
  position: static;
  overflow: auto;
  height: 650px;
  max-width: 845px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.div-block-502 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-120 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 289px;
  height: 54px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 17px;
  background-color: #e6f4ff;
}

.column-261 {
  display: block;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
  background-color: transparent;
  color: #000;
  line-height: 17.07px;
}

.column-262 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-330 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 12px 23px 12px 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 14px;
  line-height: 17.07px;
  letter-spacing: -0.84px;
}

.heading-330.school-list-footer {
  cursor: pointer;
}

.heading-330.school-list-footer.selected-field {
  border-radius: 15px;
  background-color: #19326e;
  color: #fff;
  cursor: pointer;
}

.heading-332 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 44px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none solid none none;
  border-width: 1px 2px 1px 1px;
  border-color: #000 #fff #000 #000;
  font-size: 15px;
  line-height: 16.43px;
  letter-spacing: -0.84px;
  font-weight: bold;
}

.locations-school-list {
  display: block;
  overflow: hidden;
  border-radius: 21px;
  background-color: #e6f4ff;
}

.locations-international {
  display: none;
  overflow: hidden;
  border-radius: 21px;
  background-color: #e6f4ff;
}

.link-block-22 {
  width: 235px;
  height: 161px;
  border-radius: 17px;
  background-image: url('../images/common/85913123.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.link-block-23 {
  width: 235px;
  height: 161px;
  border-radius: 17px;
  background-image: url('../images/common/ICS_LogoBrandNews.jpg');
  background-position: 50% 50%;
  background-size: 300px;
  background-repeat: no-repeat;
}

.list-21 {
  padding-left: 15px;
  color: #000;
  font-size: 16px;
}

.list-22 {
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
}

.list-23 {
  padding-left: 15px;
  color: #000;
  font-size: 16px;
}

.list-24 {
  padding-left: 15px;
  color: #000;
  font-size: 16px;
}

.link-block-24 {
  text-decoration: none;
}
.button-left-atoz{
    left: 0px;
    top: 29%;
    right: 12px;
    bottom: 0;
    width: 48px;
    height: 48px;
    background-color: transparent;
    background-image: url('../images/common/Group-1100.svg');
    background-position: 0 0;
    background-size: auto;
}
.button-right-atoz{
  position: absolute;
    left: 10px;
    top: 42%;
    right: 0;
    bottom: 0;
    display: block;
    width: 48px;
    height: 48px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
    background-image: url('../images/common/Group-96.svg');
    background-position: 0 0;
    background-size: auto;
    background-repeat: no-repeat;
}

.smssentmessage {
  display: none;
  min-height: 150px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #000;
}

.smssentmessage.homepage {
  min-height: 60px;
}

.text-block-54 {
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 18.75px;
  letter-spacing: -0.5px;
}

.app-link-form {
  position: relative;
  display: block;
  /* min-height: 60px; */
  width: 500px;
}

.send-sms-form {
  position: absolute;
  display: block;
}

.div-block-513 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.error-message-2 {
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
}

.subscribedsuccess {
  display: none;
  margin-top: 20px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-335 {
  margin-left: 10px;
  color: #000;
  font-weight: 600;
  letter-spacing: -0.5px;
  white-space: nowrap;
}

.div-block-514 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-199 {
  width: 45px;
  height: 45px;
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.read-more-modal-mobile {
  display: none;
}

.button-67 {
  display: none;
  width: 150px;
  height: 52px;
  padding-top: 17px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 12px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc118), to(#fcd56a));
  background-image: linear-gradient(180deg, #ffc118, #fcd56a);
  color: #1c3c76;
  font-size: 18px;
  line-height: 21.95px;
  font-weight: 700;
  text-align: center;
}

.column-273 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.school-name-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  margin-bottom: 10px;
  border-bottom: 2px solid #fff;
}

.div-block-519 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-60 {
  margin-left: 44px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 2px solid #fff;
  font-size: 16px;
  line-height: 26px;
}

.text-block-61 {
  margin-left: 44px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  line-height: 26px;
}

.heading-339 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 44px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 15px;
  line-height: 16.43px;
  font-weight: bold;
}

.international-name-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-68 {
  max-width: 1000px;
}

.heading-340 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 80px;
  line-height: 78.5px;
  font-weight: 400;
  letter-spacing: -3px;
}

.paragraph-126 {
  margin-top: 0px;
  color: #000;
  line-height: 21.34px;
  font-weight: 500;
  letter-spacing: -0.8px;
}

.paragraph-127 {
  margin-bottom: 28px;
  color: #000;
  font-size: 18px;
  line-height: 24.46px;
  font-weight: 600;
  letter-spacing: -0.8px;
}

.div-block-525 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 95px;
  padding: 20px 0px 20px 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #dcfbf5;
  color: #000;
  font-size: 16px;
  line-height: 19.5px;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.heading-341 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 19.5px;
  font-weight: 500;
}

.div-block-526 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-527 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-202 {
  width: 20%;
  position: relative;
  left: 87px;
  top: -20px;
}

.button-72 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 154px;
  height: 52px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #1c3c76;
  background-image: linear-gradient(60deg, #ffc118, #fcd56a);
  color: #1c3c76;
  font-size: 18px;
  line-height: 21.94px;
  font-weight: 700;
  text-align: center;
}

.columns-127 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button-73 {
  display: none;
}
.button-79-bggreen{
  background-color: #44E9CB;
  background-image: inherit;
}

.cartwrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999999999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
}

.div-block-609 {
  display: block;
  height: 80px;
  margin-top: 10px;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #19326e;
}

.div-block-610 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-391 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 30px;
  color: #fff;
  font-size: 20px;
  line-height: 21.1px;
  font-weight: 600;
  letter-spacing: -0.05em;
}

.div-block-611 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 154px;
  height: 52px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 12px;
  background-image: linear-gradient(315deg, #ffc118, #fcd56a);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
}

.heading-392 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 2px;
  font-size: 18px;
  line-height: 21.94px;
}

.columns-140 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-299 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-300 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-86 {
  width: 48px;
  height: 48px;
  background-color: transparent;
  background-image: url('../images/common/Group-122_1.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.paymentsuccesswrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
}

.div-block-646 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 300px;
  height: auto;
  min-height: 216px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #19326e;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}

.heading-409 {
  position: static;
  left: 22px;
  top: 17px;
  right: auto;
  bottom: auto;
  margin-top: 0px;
  margin-right: 40px;
  margin-bottom: 0px;
  padding-top: 17px;
  padding-left: 22px;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.8px;
}

.dropdown-list-3.w--open {
  display: none;
}

.dropdown-7 {
  top: auto;
  width: 100%;
}

.dropdown-toggle-9 {
  top: auto;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 22px;
}

.dropdown-list-4 {
  position: relative;
  display: none;
  width: 100%;
  padding-bottom: 10px;
  background-color: transparent;
}

.icon-18 {
  margin-top: 4px;
  margin-right: 25px;
  border-radius: 20px;
  background-image: linear-gradient(315deg, #ffc118, #fcd56a);
  color: #000;
}

.text-block-75 {
  color: #a0adc8;
  line-height: 18.2px;
  font-weight: 700;
}

.text-block-75.plan-time {
  white-space: pre-wrap;
}

.paragraph-160 {
  margin-right: 29px;
  margin-left: 22px;
  color: #fff;
  line-height: 18.2px;
  letter-spacing: -0.8px;
}

.paragraph-160.plan-description {
  padding-top: 10px;
}

.plan-description {
  white-space: break-spaces;
}

.paragraph-167 {
  font-size: 16px;
  line-height: 18.75px;
  letter-spacing: -1px;
}

.text-block-80 {
  padding: 0;
  font-weight: 700;
  text-align: center;
}

.div-block-665 {
  position: absolute;
  left: 0%;
  top: 21%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-426 {
  margin-bottom: 0px;
  color: #0182fe;
}

.div-block-670 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 20px 20px 40px;
  padding-bottom: 20px;
}

.div-block-671 {
  position: relative;
  display: none;
}

.div-block-672 {
  position: relative;
  display: none;
  margin-left: 20px;
}

.image-227 {
  width: 130px;
}

.div-block-673 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 31px;
}

.image-228 {
  width: 130px;
}

.div-block-674 {
  position: relative;
}

.link-block-36 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.image-229 {
  width: 130px;
}

.div-block-675 {
  position: relative;
  margin-top: 20px;
}

.link-block-37 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.image-230 {
  width: 130px;
}

.link-block-38 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.text-block-82 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: -25px;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}

.div-block-681 {
  display: none;
}

.paragraph-168 {
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.navigate-bottom-desktop{
  margin-top: -30px;
  margin-left: 360px;
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-bottom: 0;
  padding-bottom: 9px;
  background-color: transparent;
  background-image: url('../images/common/Group-96.svg');
  background-position: 0 0;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}
.desktop-view-a{
  padding-top: 13px;
  display: block;
  font-size: 16px;
}
.price{
  display: none;
}


@media screen and (min-width: 1920px) {

  .navbar-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .paragraph-2 {
    width: 311px;
    font-size: 16px;
    line-height: 17.12px;
    font-weight: 400;
    letter-spacing: -1px;
  }

  .image-22 {
    margin-top: 74px;
  }

  .div-block-9 {
    border-radius: 38px;
  }

  .column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-8.selected.heading-grades {
    width: auto;
  }

  .paragraph-5 {
    font-weight: 300;
  }

  .button.read-more {
    position: absolute;
    left: auto;
    top: 59%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .button.read-more.profile {
    top: auto;
    right: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .div-block-15 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .div-block-17 {
    top: -120px;
  }

  .grid-9.numbers {
    padding-bottom: 0px;
    padding-left: 83px;
  }

  .div-block-19 {
    position: relative;
    top: -131px;
    bottom: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .section-6 {
    overflow: visible;
    height: auto;
    background-image: none;
  }

  .section-7 {
    display: block;
    margin-top: 140px;
  }

  .div-block-28 {
    width: auto;
    margin-top: -456px;
    margin-bottom: 0px;
    box-shadow: 13px 0 63px 0 rgba(0, 0, 0, 0.18);
  }

  .heading-25 {
    letter-spacing: -0.85px;
  }

  .button-5 {
    background-image: url('../images/common/Group-96.svg');
  }

  .select-field {
    line-height: 16.41px;
    letter-spacing: -0.85px;
  }

  .submit-button {
    background-image: url('../images/common/Group-96.svg');
  }

  .submit-button-2 {
    line-height: 21.09px;
  }

  .section-10 {
    height: 826px;
  }

  .section-10.faq {
    height: auto;
  }

  .section-10.blog {
    height: auto;
  }

  .image-55.line-1 {
    position: absolute;
    left: 7%;
    top: auto;
    right: auto;
    bottom: 8%;
    display: block;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .a-z {
    position: absolute;
    top: auto;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .video {
    border-radius: 0%;
  }

  .div-block-271 {
    margin-top: 0px;
    margin-right: 100px;
  }

  .div-block-274 {
    min-width: auto;
  }

  .image-120 {
    position: relative;
  }

  .div-block-276 {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-277 {
    padding-left: 0px;
  }

  .div-block-281 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-283 {
    padding-left: 0px;
  }

  .columns-63 {
    display: none;
  }

  .column-164 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-165 {
    display: block;
  }

  .column-169 {
    padding-left: 0px;
  }

  .div-block-300 {
    max-width: 1000px;
  }

  .columns-76 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-203 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .read-more-modal {
    display: none;
    margin: 0px auto;
  }

  .profile-modal {
    width: 1000px;
  }

  .container-45 {
    max-width: 1000px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .contribution-grid {
    font-size: 16px;
    line-height: 21.36px;
    letter-spacing: -0.08em;
  }

  .grid-32 {
    overflow: visible;
  }

  .text-block-23 {
    width: auto;
    min-width: 420px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    font-family: Montserrat, sans-serif;
  }

  .div-block-342 {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr auto;
    grid-template-columns: 1fr 1fr auto;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }

  .section-44 {
    display: block;
  }

  .div-block-487 {
    position: relative;
  }

  .image-191 {
    position: absolute;
    left: -3%;
    top: -4%;
    right: auto;
    bottom: auto;
  }

  .div-block-512 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .desktop-view-a{
    padding-top: 29px;
  }
  .paragraph-168 {
    margin-left: 0px;
  }
  .text-color{
    width: 200px;
    font-size: 14px;
    font-weight: bold;
  }

  .cart-total-price {
    float: left;
    margin-left: -20px;
  }

  .navbar-4 {
    max-width: none;
  }

  .heading-2 {
    margin-top: 10px;
    padding-left: 0px;
  }

  .paragraph-2.home {
    padding-left: 0px;
  }

  .grid-4 {
    display: none;
  }

  .div-block-7 {
    display: none;
  }

  .div-block-8.last-box {
    width: auto;
  }

  .heading-5 {
    padding-left: 20px;
  }

  .image-27 {
    display: none;
  }

  .paragraph-3 {
    padding-left: 20px;
  }

  .grade-box.graduate {
    left: 3px;
  }

  .column-5.grade-box {
    left: 3px;
  }

  .column-6.grade-box {
    left: 3px;
    padding-left: 0px;
  }

  .div-block-11 {
    width: auto;
  }

  .heading-9 {
    padding-left: 20px;
  }

  .paragraph-4 {
    padding-left: 20px;
  }

  .section-5 {
    height: auto;
    min-height: 1000px;
  }

  .heading-11 {
    padding-left: 10px;
  }

  .container-9 {
    display: none;
  }

  .div-block-14.founders-profile {
    display: block;
  }

  .heading-144.news {
    padding-left: 20px;
  }

  .heading-144.ics-voice {
    padding-left: 20px;
  }

  .section-6 {
    display: none;
  }

  .paragraph-15 {
    padding-left: 20px;
  }

  .columns-8 {
    padding-top: 0px;
    padding-left: 0px;
  }

  .column-16 {
    margin-top: 0px;
    padding-top: 20px;
    padding-left: 10px;
  }

  .section-9 {
    padding-left: 10px;
  }

  .column-29 {
    overflow: visible;
  }

  .columns-20 {
    padding-left: 20px;
  }

  .div-block-46.ics-news-main-div {
    padding-left: 20px;
  }

  .column-40 {
    margin-top: 20px;
    padding-left: 0px;
  }

  .column-46 {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-47 {
    padding-left: 20px;
  }

  .columns-24 {
    display: none;
  }

  .form.subscribe-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .column-53 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .form-2.ttu-form {
    padding-bottom: 10px;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-10.home.mobile {
    display: block;
    background-image: url('../images/common/Rectangle-64.png');
    background-position: 0px 0px;
    background-size: cover;
  }

  .column-102 {
    padding-left: 10px;
  }

  .div-block-193.mobile-view {
    width: auto;
    height: auto;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .column-122 {
    padding-bottom: 10px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-199 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .background-video {
    display: none;
  }

  .image-120 {
    display: none;
  }

  .div-block-275 {
    width: auto;
  }

  .div-block-277 {
    padding-top: 40px;
  }

  .container-38 {
    display: none;
  }

  .div-block-296 {
    padding-bottom: 110px;
  }

  .column-186 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-73 {
    padding-left: 0px;
  }

  .list-14 {
    padding-left: 30px;
  }

  .mask {
    width: 120%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .slider.testimonials {
    display: none;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .slide {
    width: 100%;
  }

  .mobilenavmenu {
    width: 40rem;
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10000000;
    display: none;
    overflow: scroll;
    height: 100vh;
    background-image: url('../images/common/Rectangle-64-1.svg');
    background-position: 0% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .button-49.ics-success-right-button {
    display: none;
  }

  .button-51.ics-news-right-button {
    display: none;
  }

  .app-link-form {
    display: none;
  }

  .send-sms-form {
    padding-left: 0px;
  }

  .div-block-523 {
    padding-left: 10px;
  }

  .button-72 {
    left: auto;
    top: auto;
    right: 8%;
    bottom: 9%;
    display: none;
  }

  .columns-127 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-281 {
    padding-left: 20px;
  }

  .column-282 {
    padding-left: 20px;
  }

  .button-73 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .paragraph-167 {
    color: #fff;
  }

  .div-block-667 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-668 {
    position: relative;
  }

  .div-block-669 {
    position: relative;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-left: 0px;
  }

  .div-block-670 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-671 {
    display: block;
  }

  .div-block-672 {
    display: block;
  }

  .image-227 {
    width: 130px;
    max-width: 100%;
  }

  .div-block-673 {
    display: none;
  }

  .image-230 {
    width: 130px;
  }

  .link-block-38 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .text-block-83 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
  }

  .div-block-678 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-231 {
    width: 130px;
  }

  .image-232 {
    width: 130px;
  }

  .div-block-679 {
    position: relative;
    margin-left: 20px;
  }

  .div-block-680 {
    position: relative;
  }

  .link-block-39 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .link-block-40 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .div-block-681 {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .div-block-46 {
    overflow: scroll;
  }
  .w-size{
    display: none;
  }
  .desktop-view-a{
    padding-top: 29px;
  }
  .paragraph-168 {
    margin-left: 0px;
  }
  .navigate-bottom-desktop{
    margin-top: -40px;
    margin-left: 200px;
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    margin-right: auto;
    margin-bottom: 0;
    padding-bottom: 9px;
    background-color: transparent;
    background-image: url('../images/common/Group-96.svg');
    background-position: 0 0;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .text-color{
    width: 200px;
    font-size: 14px;
    font-weight: bold;
  }
  .open-button {
    display: none;
  }
  .imageintro {
    position: static;
    width: auto;
    height: auto;
    top: 2rem;
    right: 0;
  }

  .navbar-4 {
    position: static;
    display: block;
    padding: 5px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .heading-2 {
    padding-left: 0px;
    font-size: 35px;
    line-height: 33px;
  }

  .paragraph-2 {
    margin-top: 0px;
    padding-right: 10px;
    font-size: 16px;
  }

  .paragraph-2.home {
    width: auto;
    padding-left: 0px;
    letter-spacing: -0.97px;
  }

  .container-6 {
    display: none;
    margin-top: 0px;
  }

  .grid-4 {
    display: none;
    margin-right: auto;
    margin-left: 41px;
    justify-items: end;
    grid-auto-flow: row;
    -ms-grid-columns: 0.25fr;
    grid-template-columns: 0.25fr;
  }

  .div-block-7 {
    display: none;
  }

  .heading-3 {
    line-height: 29px;
    letter-spacing: -1.46px;
  }

  .text-block-3 {
    margin-top: -18px;
    margin-bottom: 0px;
    line-height: 16px;
    letter-spacing: -0.84px;
  }

  .div-block-8 {
    width: 259px;
    height: 196px;
    padding-top: 13px;
    border: 1px none #000;
    border-radius: 28px;
  }

  .div-block-8:hover {
    position: absolute;
    width: 259px;
    height: 196px;
    margin-top: 0px;
    padding-top: 24px;
    padding-right: 14px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
  }

  .div-block-8.last-box {
    height: 196px;
    margin-top: -26px;
    border: 1px solid transparent;
    border-radius: 28px;
  }

  .div-block-8.last-box:hover {
    position: relative;
    height: 196px;
    background-color: transparent;
  }

  .text-block-80 {
    padding: 10px;
  }

  .div-block-9 {
    display: block;
    width: 305px;
    height: 720px;
    margin-top: -54px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-9:hover {
    height: 597px;
  }

  .section-4 {
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .column-4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .container-8 {
    margin-top: 80px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .heading-5 {
    padding-left: 0px;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -2px;
  }

  .image-27 {
    overflow: hidden;
    width: 0px;
    height: 0px;
  }

  .paragraph-3 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.84px;
  }

  .div-block-11 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-top: 12px;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .heading-9 {
    padding-left: 0px;
    font-size: 20px;
    line-height: 22.7px;
    letter-spacing: -0.84px;
  }

  .paragraph-4 {
    padding-left: 0px;
    font-size: 12px;
    line-height: 13px;
  }

  .heading-10 {
    overflow: hidden;
    width: 0px;
    height: 0px;
  }

  .paragraph-5 {
    margin-top: 0px;
  }

  .marginbotton10 {
    margin-bottom: 10px;
  }

  .margintop {
    margin: 20px 0 10px 0
  }

  .paragraph-5.gap {
    margin-bottom: 8px;
  }

  .button {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 8%;
    display: block;
    box-shadow: 1px 1px 3px 0 #928686;
  }

  .button.read-more {
    left: 6%;
    top: auto;
    right: auto;
    bottom: 2%;
    box-shadow: 1px 1px 3px 0 #928686;
  }

  .button.read-more {
    position: static;
    width: 119px;
    height: 45px;
    margin-top: 0px;
    padding-top: 12px;
    box-shadow: 1px 1px 3px 0 #928686;
    font-size: 12px;
    text-decoration: none;
  }

  .button.read-more.mobile {
    display: block;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc118), to(#fcd56a));
    background-image: linear-gradient(180deg, #ffc118, #fcd56a);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  }

  .button.read-more.profile {
    display: none;
    padding-top: 11px;
    font-size: 18px;
  }

  .button.start-test {
    bottom: 0%;
    width: 144px;
    height: 56px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 19px;
    padding-top: 7px;
    font-size: 16px;
    line-height: 18.75px;
    text-decoration: none;
  }

  .div-block-12 {
    position: static;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: block;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-12.mobile-view {
    padding-top: 90px;
  }

  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    line-height: 15px;
  }

  .image-28 {
    overflow: hidden;
    width: 0px;
    height: 0px;
  }

  .section-5 {
    height: auto;
    max-height: none;
    min-height: 1000px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1c3c76), to(#0082ff));
    background-image: linear-gradient(180deg, #1c3c76, #0082ff);
    background-position: 0px 0px;
  }

  .heading-11 {
    display: block;
    font-size: 40px;
    line-height: 45px;
    text-align: left;
    letter-spacing: 0px;
  }

  .container-9 {
    display: none;
    padding-right: 63px;
    padding-left: 21px;
  }

  .div-block-14 {
    overflow: visible;
    width: 246px;
    height: 261px;
  }

  .div-block-14.founders-profile {
    display: block;
    width: auto;
    margin-left: 20px;
  }

  .div-block-15 {
    left: 76px;
    width: 218px;
    height: 227px;
    margin-top: 29px;
    margin-right: 0px;
  }

  .heading-12 {
    margin-bottom: -9px;
    line-height: 35px;
  }

  .paragraph-7 {
    margin-bottom: 0px;
    padding-right: 94px;
    font-size: 11px;
    line-height: 16px;
  }

  .div-block-16 {
    overflow: hidden;
    width: 0px;
    height: 0px;
  }

  .div-block-17 {
    top: -147px;
    width: 306px;
    height: 167px;
  }

  .div-block-17.mobile-view {
    top: -132px;
    overflow: visible;
    width: auto;
    height: auto;
    padding-bottom: 20px;
  }

  .paragraph-8 {
    overflow: visible;
    padding-right: 22px;
    font-size: 12px;
    line-height: 14.06px;
  }

  .grid-9 {
    padding-top: 37px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .grid-9.numbers {
    display: none;
    margin-top: -77px;
    padding-right: 0px;
    padding-left: 70px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 0.75fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 0.75fr;
  }

  .div-block-19 {
    display: block;
    height: 205px;
    padding-left: 0px;
    border-radius: 0px;
  }

  .heading-13 {
    margin-bottom: -9px;
    font-size: 30px;
  }

  .paragraph-9 {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .paragraph-10 {
    font-size: 12px;
  }

  .paragraph-11 {
    font-size: 12px;
  }

  .paragraph-12 {
    font-size: 12px;
  }
.heading-format{
  font-family: Montserrat,sans-serif !important;
  color: #000;
  line-height: 73px;
  font-weight: 400;
  letter-spacing: -3px;
}
.btn-format{
  padding-top: 0 !important;
  margin-bottom: 0 !important;
}
  .heading-144 {
    padding-left: 105px;
    float: none;
    font-size: 40px;
    line-height: 43px;
    text-align: left;
  }

  .heading-144.global {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 40px;
    line-height: 38px;
  }

  .heading-144.career {
    padding-left: 0px;
    line-height: 36px;
    letter-spacing: -2px;
  }

  .heading-144.news {
    padding-left: 0px;
    line-height: 36px;
    letter-spacing: -2px;
  }

  .heading-144.ics-voice {
    padding-left: 10px;
    line-height: 36px;
    letter-spacing: -2px;
  }

  .div-block-25.padding-16 {
    padding-top: 10px;
  }

  .section-6 {
    display: none;
    height: 771px;
  }

  .paragraph-15 {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
  }

  .section-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
  }

  .section-7.faq {
    margin-top: 115px;
  }

  .section-7.blog {
    margin-top: 122px;
  }

  .section-7.mobile-view {
    margin-top: 52px;
  }

  .div-block-28 {
    height: 1415px;
    margin-top: -72px;
    padding-top: 68px;
    border-radius: 0px;
    box-shadow: none;
  }

  .div-block-28.mobile-view {
    height: 1370px;
    margin-top: -131px;
  }

  .section-8 {
    min-height: 0em;
    margin-top: 0px;
  }

  .heading-17 {
    font-size: 40px;
    line-height: 34px;
    letter-spacing: -3.04px;
  }

  .columns-8 {
    padding-left: 2px;
  }

  .image-31 {
    overflow: hidden;
    height: 0px;
  }

  .column-16 {
    padding-left: 0px;
  }

  .div-block-30 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-31 {
    margin-top: 25px;
    padding-top: 0px;
  }

  .heading-20 {
    margin-top: 0px;
    padding-top: 20px;
  }

  .text-field-4 {
    width: 80vw;
  }

  .div-block-32 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 144px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .heading-21 {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    text-align: left;
  }

  .container-11 {
    overflow: hidden;
    margin-top: 0px;
    padding-top: 20px;
  }

  .columns-13 {
    margin-bottom: 17px;
    padding-right: 59px;
    padding-left: 35px;
  }

  .columns-13.mobile-view {
    overflow: hidden;
    margin-top: 66px;
    padding-right: 0px;
    padding-left: 11px;
  }

  .section-9 {
    height: auto;
    max-height: none;
    font-size: 14px;
    white-space: nowrap;
  }

  .container-12 {
    height: auto;
    max-height: none;
  }

  .heading-24.copyright {
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.5px;
    white-space: pre-wrap;
  }

  .column-29 {
    height: 220px;
    border-right-style: none;
  }

  .column-30 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .column-31 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .column-32 {
    overflow: hidden;
    height: 0px;
    margin-top: 36px;
    margin-bottom: 36px;
    padding: 0px 16px;
  }

  .heading-25 {
    width: 43px;
  }

  .div-block-36 {
    margin-top: 3px;
    margin-left: 0px;
  }

  .button-5 {
    position: absolute;
    left: 2%;
    top: 196px;
    bottom: 88%;
    margin-top: -170px;
    margin-left: 215px;
  }

  .button-5:hover {
    margin-top: -176px;
  }

  .column-35 {
    height: 220px;
    padding-top: 0px;
    border-right-style: none;
  }

  .column-36 {
    position: relative;
    height: 220px;
    margin-bottom: -52px;
    padding-top: 0px;
    border: 1px none #000;
  }

  .column-36:hover {
    height: auto;
  }

  .columns-17 {
    width: 298px;
    height: 215px;
  }

  .image-35 {
    width: 0px;
    height: 0px;
  }

  .image-36 {
    width: 0px;
    height: 0px;
  }

  .image-37 {
    width: 0px;
    height: 0px;
  }

  .columns-18 {
    display: none;
    margin-top: 0px;
  }

  .columns-19 {
    overflow: hidden;
    width: 0px;
    height: 0px;
  }

  .columns-20 {
    margin-right: 14px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-38 {
    display: none;
    overflow: hidden;
    width: 0px;
    height: 0px;
  }

  .div-block-39 {
    overflow: visible;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .div-block-40 {
    margin-left: -9px;
    padding-left: 0px;
  }

  .div-block-41 {
    margin-left: -9px;
  }

  .div-block-42 {
    margin-left: -9px;
  }

  .grid-11 {
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-46.ics-news-main-div {
    padding-left: 0px;
  }

  .column-40 {
    padding: 20px 0px 40px;
  }

  .column-42 {
    display: none;
    overflow: visible;
    height: 0px;
    max-height: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-43 {
    display: none;
    overflow: hidden;
  }

  .column-44 {
    left: -24px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-45 {
    width: 85px;
    height: 92px;
    padding-top: 0px;
    padding-right: 0px;
  }

  .text-block-6 {
    color: transparent;
    font-size: 0px;
    line-height: 0px;
  }

  .column-46 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 7px;
    padding-bottom: 47px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .column-47 {
    overflow: hidden;
    height: 0px;
  }

  .columns-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-51 {
    overflow: visible;
    width: 145px;
    height: 57px;
    margin-top: 40px;
  }

  .columns-24 {
    display: none;
    width: auto;
    height: auto;
    margin-top: 50px;
  }

  .text-field-10 {
    padding-right: 8px;
    padding-left: 75px;
  }

  .submit-button-2 {
    margin-top: -14px;
    box-shadow: 1px 1px 3px 0 #6f6868;
  }

  .form {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-left: 0px;
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form.subscribe-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-53 {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .form-block-2 {
    margin-left: 0px;
    padding-left: 0px;
    clear: left;
  }

  .form-2 {
    grid-auto-flow: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form-2.ttu-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .select-field-2.schedule {
    margin-bottom: 10px;
  }

  .text-field-14.note {
    margin-top: -9px;
    margin-left: 0px;
  }

  .text-field-14.a-z-name {
    margin-top: -9px;
    margin-left: 0px;
  }

  .div-block-52 {
    margin-top: -10px;
  }
  .div-block-52-query {
    margin-top: 0px;
  }

  .div-block-52.parent-number {
    left: 0px;
    margin-top: 0px;
  }

  .column-54 {
    display: block;
  }

  .select-field-4.ttu-primary-code {
    padding-left: 8px;
  }

  .select-field-4.ttu-secondary-code {
    padding-left: 8px;
  }

  .text-field-17.contact {
    padding-left: 0px;
  }

  .text-field-17.parent_contact {
    padding-left: 0px;
  }

  .link-block-3 {
    height: auto;
    float: left;
  }

  .grid-16 {
    width: 172px;
    padding-left: 0px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
  }

  .heading-145 {
    overflow: visible;
    font-size: 14px;
  }

  .heading-146 {
    font-size: 14px;
  }

  .heading-147 {
    font-size: 14px;
  }

  .heading-149 {
    font-size: 14px;
  }

  .section-10 {
    height: auto;
  }

  .section-10.know-yourself {
    height: auto;
  }

  .section-10.home {
    display: block;
    height: auto;
    background-image: url('../images/common/Rectangle-64-1.svg');
    background-size: cover;
  }

  .section-10.home.mobile {
    display: block;
  }

  .section-10.faq {
    height: auto;
  }

  .section-10.blog {
    height: auto;
  }

  .course-2 {
    display: block;
    width: 196px;
  }

  .paragraph-28.subject-content {
    padding-right: 0px;
  }

  .directory {
    width: 145px;
    height: 83px;
    border-radius: 14px;
    background-color: #dcfbf5;
  }

  .body-2 {
    border-radius: 0px;
  }

  .video {
    position: relative;
    display: block;
    width: auto;
    height: 151px;
    border-radius: 9px;
    background-color: #000;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .column-102 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-left: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .column-103 {
    display: none;
  }

  .column-104 {
    display: none;
    padding-right: 19px;
    padding-left: 19px;
  }

  .div-block-193 {
    width: 90vw;
    height: 310px;
    margin-right: 0px;
    padding-right: 11px;
  }

  .div-block-193.mobile-view {
    margin-top: 15px;
    padding-top: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-194 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-209 {
    white-space: normal;
  }

  .heading-210 {
    white-space: normal;
  }

  .div-block-196 {
    width: 190px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .heading-211 {
    width: 97px;
    font-size: 11px;
  }

  .div-block-197 {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-198 {
    margin-top: 10px;
  }

  .column-121 {
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: left;
  }

  .link {
    display: block;
    white-space: normal;
  }

  .column-122 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-199 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-96 {
    display: block;
  }

  .dropdown-list-2.w--open {
    font-family: 'Cera gr';
    font-size: 16px;
    line-height: 15px;
    font-weight: 700;
  }

  .heading-235 {
    font-size: 14px;
    line-height: 20px;
  }

  .thank-you {
    display: none;
  }

  .background-video {
    display: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-270 {
    display: none;
  }

  .brand {
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .section-31 {
    background-image: url('../images/common/Rectangle-64.png');
    background-position: 0px 0px;
    background-size: auto;
  }

  .div-block-274 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-120 {
    display: none;
  }

  .div-block-275 {
    display: none;
  }

  .div-block-277 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-block-278.globe {
    position: absolute;
    left: 0%;
    top: -18%;
    right: auto;
    bottom: auto;
    padding-left: 32px;
  }

  .ics-print-news-image {
    display: block;
  }

  .div-block-281 {
    padding-top: 70px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-282 {
    padding-top: 50px;
  }

  .div-block-282.mobile-view {
    overflow: visible;
  }

  .div-block-283 {
    overflow: visible;
    padding-top: 0px;
  }

  .column-165 {
    padding-right: 35px;
    padding-left: 35px;
  }

  .column-169 {
    border: 1px none #000;
  }

  .container-38 {
    display: none;
  }

  .div-block-296 {
    margin-top: 5px;
    padding-bottom: 55px;
  }

  .column-177 {
    display: none;
  }

  .select-field-10 {
    width: 225px;
    height: 57px;
    border-style: solid;
    border-width: 1px;
    border-color: #1a316e;
    border-radius: 12px;
    background-color: #19326e;
    font-family: Montserrat, sans-serif;
    color: #fff;
    line-height: 16.41px;
    font-weight: 500;
    letter-spacing: -0.85px;
  }

  .form-block-7 {
    display: block;
    margin-top: 16px;
  }

  .column-178 {
    display: none;
  }

  .div-block-298 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 14px;
  }

  .div-block-299 {
    position: relative;
    top: -29px;
  }

  .container-39 {
    display: none;
  }

  .column-186 {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-187 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .column-188 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-189 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-190 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .columns-72 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 29%;
    display: block;
    margin-top: -41px;
  }

  .column-191 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-192 {
    padding-left: 0px;
  }

  .columns-73 {
    padding-left: 10px;
  }

  .a-z-modal {
    z-index: 3000;
    display: none;
    overflow: scroll;
    margin-right: 0px;
    margin-left: 0px;
    font-family: Montserrat, sans-serif;
  }

  .column-202 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .columns-76 {
    margin-top: 9px;
  }

  .read-more-modal {
    display: none;
    overflow: visible;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .profile-modal {
    display: block;
    width: auto;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-329 {
    overflow: visible;
  }

  .container-45 {
    overflow: visible;
    max-width: none;
  }

  .paragraph-90 {
    display: block;
  }

  .grid-31 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    white-space: normal;
  }

  .contribution-grid {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .columns-79 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .columns-97 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .career-plan-image {
    width: 284px;
  }
/* for study aborad */
  .div-block-343 {
    height: 110px;
  }

  .paragraph-96 {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    letter-spacing: -0.5px;
  }

  .section-51 {
    display: none;
  }

  .privacy-data-content {
    padding-right: 10px;
    padding-left: 20px;
  }

  .slider.testimonials {
    display: none;
    height: auto;
  }

  .pioneers-programmes {
    display: none;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading-313 {
    width: auto;
  }

  .heading-314 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }

  .button-43 {
    margin-top: 20px;
  }

  .mobilenavmenu {
    width: 38rem;
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10000000;
    display: none;
    overflow: scroll;
    height: 100vh;
    background-image: url('../images/common/Rectangle-64-1.svg');
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .select-field-11 {
    display: block;
    width: 145px;
    height: 57px;
    border: 1px none #000;
    border-radius: 12px;
    background-color: #19326e;
    color: #fff;
    font-weight: 600;
  }

  .select-field-12 {
    width: 145px;
    height: 57px;
    border-radius: 12px;
    background-color: #19326e;
    color: #fff;
  }

  .form-8 {
    margin-top: 20px;
  }

  .div-block-483 {
    display: block;
  }

  .columns-117 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-257 {
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .pioneer-programmes-mobileview {
    display: none;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-323 {
    display: inline-block;
    padding: 8px 10px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: url('../images/common/Rectangle-156-1.svg');
    background-position: 0% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    color: #1c3c76;
    line-height: 24px;
    letter-spacing: -0.08em;
  }

  .heading-324 {
    display: inline-block;
    margin-bottom: 0px;
    padding: 8px 10px;
    border-radius: 10px;
    background-color: #0189f3;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.03em;
  }

  .heading-325 {
    display: inline-block;
    padding: 8px 10px;
    border-radius: 10px;
    background-image: url('../images/common/Rectangle-156-1.svg');
    background-position: 0% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #1c3c76;
    letter-spacing: -0.08em;
  }

  .div-block-484 {
    margin-top: 20px;
  }

  .text-block-50 {
    color: #fff;
    letter-spacing: -0.84px;
  }

  .button-48.ics-success-left-button {
    display: none;
  }

  .button-49.ics-success-right-button {
    display: none;
  }
  /* study abroad */
  .button-48.ics-success-left-button-study-abroad {
    display: none;
  }

  .button-49.ics-success-right-button-study-abroad {
    display: none;
  }

  .button-50.ics-news-left-button {
    display: none;
  }
  

  .button-51.ics-news-right-button {
    display: none;
  }

  .global-location-modal {
    display: none;
  }

  .smssentmessage {
    display: none;
  }

  .app-link-form {
    display: none;
    min-height: 70px;
  }

  .send-sms-form {
    display: block;
    padding-left: 0px;
  }

  .subscribedsuccess {
    display: none;
    padding-left: 0px;
    white-space: normal;
  }

  .heading-335 {
    margin-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.5px;
    white-space: normal;
  }

  .div-block-514 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .read-more-modal-mobile {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 99999999;
    display: none;
    overflow: scroll;
    height: 100vh;
    margin: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 20px;
    background-color: #fff;
    font-family: Montserrat, sans-serif;
  }

  .div-block-515 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin-top: 40px;
    margin-right: 35px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-336 {
    color: #000;
    font-size: 11px;
  }

  .paragraph-124 {
    color: #000;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: -0.5px;
  }

  .heading-337 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-image: linear-gradient(219deg, #44e9cb 100%, #0091ff);
    color: #1c3c76;
    font-size: 11px;
    text-align: center;
  }

  .paragraph-125 {
    padding-right: 10px;
    padding-left: 10px;
    color: #000;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: -0.5px;
  }

  .bold-text-48 {
    line-height: 15px;
  }

  .div-block-516 {
    overflow: visible;
    margin-bottom: 20px;
  }

  .button-67 {
    display: block;
    width: 119px;
    height: 45px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 11px;
    padding-bottom: 0px;
  }

  .image-200 {
    cursor: pointer;
  }

  .div-block-523 {
    padding-left: 0px;
  }

  .heading-340 {
    font-size: 40px;
    line-height: 36px;
    letter-spacing: -2px;
  }

  .paragraph-126 {
    font-size: 12px;
    line-height: 14.06px;
  }

  .paragraph-127 {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-526 {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-72 {
    position: static;
    display: none;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .columns-127 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-528 {
    margin-top: 20px;
  }

  .column-281 {
    padding-left: 20px;
  }

  .column-282 {
    padding-left: 20px;
  }

  .button-73 {
    position: absolute;
    left: 0%;
    top: 30%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 124px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc118), to(#fcd56a));
    background-image: linear-gradient(180deg, #ffc118, #fcd56a);
    color: #1c3c76;
    font-weight: 700;
  }

  .div-block-609 {
    height: auto;
  }

  .div-block-610 {
    margin-top: 0px;
  }

  .heading-391 {
    margin-left: 10px;
    font-size: 12px;
    line-height: 15px;
  }

  .div-block-611 {
    width: auto;
    height: auto;
    min-height: 50px;
    min-width: 80px;
    margin-bottom: 0px;
  }

  .columns-140 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .column-299 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .button-86.btn-remove {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }

  .paragraph-167 {
    color: #fff;
  }

  .div-block-667 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }

  .div-block-668 {
    position: relative;
  }

  .image-224 {
    width: 130px;
  }

  .image-225 {
    width: 130px;
  }

  .div-block-669 {
    position: relative;
    margin-left: 18px;
  }

  .div-block-670 {
    margin-left: 0px;
  }

  .div-block-671 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-673 {
    display: none;
  }

  .text-block-83 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
  }

  .div-block-678 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-231 {
    width: 130px;
  }

  .image-232 {
    width: 130px;
  }

  .div-block-679 {
    position: relative;
    margin-left: 20px;
  }

  .div-block-680 {
    position: relative;
  }

  .link-block-39 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .link-block-40 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }
}

#w-node-ac101b5f-774b-b299-fae8-907874ca1aeb-93f8d767 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_1dfc541a-46e7-7ee1-9ee5-d89023f70d1d-93f8d767 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_44887f02-056e-a5e5-f14d-5a54127760a8-93f8d767 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: center;
  justify-self: center;
}

#schedule.w-node-d9dd2c47-3203-8609-76d3-8af83a14f530-00e73039 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-d9dd2c47-3203-8609-76d3-8af83a14f532-00e73039 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-ecd4d422-1c29-10aa-c7d1-2c3500e730ad-00e73039 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-ecd4d422-1c29-10aa-c7d1-2c3500e730aa-00e73039 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_6a95dfce-2566-cf40-1cf6-0c0f5b15c80f-5b15c7fe {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f96f41ed-7143-a106-e374-0583aae646a6-5b15c7fe {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_46eb8527-18b3-fc9e-d1f3-218aff4acc35-5b15c7fe {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_2ac1db83-fc47-23f8-e5f2-305af1e0eb94-5b15c7fe {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_0677bf08-f44c-b29d-c732-d3db804c6b0e-5bf8d76c {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_50318abd-dcf7-bc1d-5edf-cae7290de34e-5bf8d76c {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_638023ce-b949-d70b-d67b-bd0bf30c9277-5bf8d76c {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_37e83991-1271-29d7-8827-58bd50da0656-5bf8d76c {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_8b5a1c8d-3efe-750e-54a2-7ad458627267-5bf8d76c {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_1e00b4ad-1825-61c3-deec-ef0d860aada3-5bf8d76c {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_7bbc8460-e2f3-50cb-8bdf-0b0ba01b1da1-5bf8d76c {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_213fd28d-22d0-f0be-918e-65e760064f55-5bf8d76c {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-fdde07ec-4113-4280-33fd-470938bfd098-32f8d773 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-fdde07ec-4113-4280-33fd-470938bfd09e-32f8d773 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#Schedule-3.w-node-_92686dde-1bd9-489a-6079-956842bce05c-21f8d776 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_92686dde-1bd9-489a-6079-956842bce05e-21f8d776 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_9de7d0ad-adeb-64fe-ddc1-b97b02989393-21f8d776 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_481416dd-0ebf-6947-6402-ddce3fee8c2e-21f8d776 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4a5c382e-5fb3-0fad-df6f-800a4a0fcae5-21f8d776 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b9910663-db1f-ee74-110a-73256883f90b-21f8d776 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d59724a3-065b-8531-ed30-cf33754ff61d-21f8d776 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#schedule-2.w-node-_7ee98375-47ca-4d6b-e998-6b280c02c888-a1f8d779 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_7ee98375-47ca-4d6b-e998-6b280c02c88a-a1f8d779 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_196d56f1-cea8-5db5-f290-029d3145e1b1-28f8d77b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_196d56f1-cea8-5db5-f290-029d3145e1ae-28f8d77b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_196d56f1-cea8-5db5-f290-029d3145e1b4-28f8d77b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_196d56f1-cea8-5db5-f290-029d3145e1b7-28f8d77b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6f99132a-2a39-7b32-c39a-b9bb734e3bb7-ebf8d77c {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_6f99132a-2a39-7b32-c39a-b9bb734e3bbd-ebf8d77c {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_9b3f9cda-9628-8c36-cbdd-ed3187913b12-b9f8d781 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_174da13d-c0cc-98a0-3cd5-6332675f02bd-b9f8d781 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b3e7675b-eae3-cab1-7546-4010f3b4a86d-b9f8d781 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9200db65-31de-8037-2c20-0fb9daa4b8d8-b9f8d781 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 576px) {
  .w-size{
    display: none;
  }

  #w-node-_69555312-6677-78a5-1af5-bd0582d65d8a-21f8d776 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_9710becf-1561-5609-c593-82762092f218-21f8d776 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b8e23b28-46a0-07de-f658-0a205bbe5040-21f8d776 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_18f6e6f0-bc14-f1b4-1193-42badad0bb34-21f8d776 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d9d9e7fc-a8ab-fe6c-7701-3813b87d543f-21f8d776 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_231a606a-3810-e0db-a72b-c931f2b84266-21f8d776 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f19fc7a4-830c-092d-e1b9-20ee64e96d17-21f8d776 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  .open-button {
    display: none;
  }
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* dropdown menu */
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content-mobile {
  display: none;
  background-color: #44e9cb;
  min-width: 125px;
  border-radius: 1rem;
  margin-left: 2rem;
  padding-left: 1rem;
  height: 16rem;
  width: 13rem;
}
.dropdown-content-mobile a {
  text-align: left;
  color: #0a63c1;
  padding: .5rem;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #02d3ac;
  margin: 10px 0px;
}

.menu-icon {
  font-size: 24px;
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  background-color: #19326e;
  color: #fff;
  border-radius: 5px;
  position: fixed;
  left: 0%;
  top: 35%;
  z-index: 999;
}
.ics-success-story-section{
  margin-bottom: 5rem;
}
  .button-50 .ics-success-story-left-button {
    display: none;
  }
    .button-51 .ics-success-story-right-button{
    display: none;
  }
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}b,strong{font-weight:700}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,pre{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}}@font-face{font-family:"Glyphicons Halflings";src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(../fonts/glyphicons-halflings-regular.woff) format("woff"),url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-right{text-align:right}.text-center{text-align:center}.text-uppercase{text-transform:uppercase}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dt{line-height:1.42857143}dt{font-weight:700}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:"\2014 \00A0"}blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:""}blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:"\00A0 \2014"}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,pre{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.row{margin-right:-15px;margin-left:-15px}.col-md-12,.col-md-3,.col-md-6,.col-md-9,.col-sm-12,.col-sm-6{position:relative;min-height:1px;padding-right:15px;padding-left:15px}@media (min-width:768px){.col-sm-12,.col-sm-6{float:left}.col-sm-12{width:100%}.col-sm-6{width:50%}}@media (min-width:992px){.col-md-12,.col-md-3,.col-md-6,.col-md-9{float:left}.col-md-12{width:100%}.col-md-9{width:75%}.col-md-6{width:50%}.col-md-3{width:25%}}table{background-color:transparent}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.radio input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);opacity:.65;-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active{color:#fff;background-color:#449d44;background-image:none;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav>li>a>img{max-width:none}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.media{margin-top:15px}.media:first-child{margin-top:0}.media{overflow:hidden;zoom:1}.media>.pull-right{padding-left:10px}.media-heading{margin-top:0;margin-bottom:5px}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel>.table{margin-bottom:0}.panel>.table caption{padding-right:15px;padding-left:15px}.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-body{position:relative;padding:15px}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.42857143;line-break:auto;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;font-size:12px;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.42857143;line-break:auto;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;font-size:14px;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover>.arrow{border-width:11px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.carousel{position:relative}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}@media screen and (min-width:768px){.carousel-indicators{bottom:20px}}.clearfix:after,.clearfix:before,.container:after,.container:before,.nav:after,.nav:before,.navbar:after,.navbar:before,.row:after,.row:before{display:table;content:" "}.clearfix:after,.container:after,.nav:after,.navbar:after,.row:after{clear:both}.pull-right{float:right!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}
/* Slider */
.slick-loading .slick-list {background: #fff center center no-repeat; }
/* Icons */
@font-face {font-family: 'slick'; font-weight: normal; font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 20px; height: 20px;
    padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%);
    cursor: pointer; color: transparent; border: none; outline: none; background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent; outline: none; background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {opacity: 1; }
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {opacity: .25; }

.slick-prev:before,
.slick-next:before {font-family: 'slick'; font-size: 40px; line-height: 1; opacity: .75; 
    color: #000; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}

.slick-prev {left: -25px; }
[dir='rtl'] .slick-prev {right: -25px; left: auto;}
.slick-prev:before {content: '←'; }
[dir='rtl'] .slick-prev:before {content: '→'; }

.slick-next {right: -25px; }
[dir='rtl'] .slick-next {right: auto; left: -25px; }
.slick-next:before {content: '→'; }
[dir='rtl'] .slick-next:before {content: '←'; }

/* Dots */
.slick-dotted.slick-slider {margin-bottom: 30px; }
.slick-dots {position: absolute; bottom: -25px; display: block; width: 100%; padding: 0;
    margin: 0; list-style: none; text-align: center;
}
.slick-dots li {position: relative; display: inline-block; width: 15px; height: 15px; margin: 0 5px; padding: 0; cursor: pointer;
}
.slick-dots li button {font-size: 0; line-height: 0; display: block; width: 15px; height: 15px; padding: 5px;
    cursor: pointer; color: transparent; border: 0; outline: none; background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {outline: none; }
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {opacity: 1; }
.slick-dots li button:before {font-family: 'slick'; font-size: 0; line-height: 20px; position: absolute; top: 0; left: 0;width: 20px; height: 20px; 
 content: '•'; text-align: center; opacity: .25; color: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {opacity: .75; color: black; }


/* Slider */
.slick-slider {position: relative; display: block; box-sizing: border-box; -webkit-user-select: none;
       -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none;
    -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; 
}
.slick-list {position: relative; display: block; overflow: hidden; margin: 0; padding: 0;}
.slick-list:focus {outline: none; }
.slick-list.dragging {cursor: pointer; cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); height: 100%;
}

.slick-track {position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before,
.slick-track:after {display: table; content: ''; }
.slick-track:after {clear: both; }
.slick-loading .slick-track {visibility: hidden; }
.slick-slide {display: none; float: left; height: 100%; min-height: 1px;}
[dir='rtl'] .slick-slide {float: right; }
.slick-slide img {display: block; }
.slick-slide.slick-loading img {display: none; }
.slick-slide.dragging img {pointer-events: none; }
.slick-initialized .slick-slide {display: block; }
.slick-loading .slick-slide {visibility: hidden; } 
.slick-vertical .slick-slide {display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden {display: none; }
